wg genkey
qJvFeHHuffBaPWx4veJGQqXw6j5zdo5cSOaBd1Z0Km4=
echo 'qJvFeHHuffBaPWx4veJGQqXw6j5zdo5cSOaBd1Z0Km4=' | wg pubkey
knL56pMLtyQVyZXOd9m2vEeOopPtbv4tMSU0ctBvGQo=
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
pub 4096R/6F5C4672 2016-04-16 | |
uid @ppzvpp (#TwitterFinished) <ppzvpp@twitter> | |
``` | |
``` | |
-----BEGIN PGP PUBLIC KEY BLOCK----- | |
Version: GnuPG v1 | |
mQINBFcSRfsBEAC7BOjFsMEj8LZuuaE369eHQsGtoVNF2q/z1kZ7DX81fwInDhYZ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/system/bin/sh | |
# 使用方法: | |
# adb shell "curl -Ssl https://gist.githubusercontent.com/kookxiang/1104e898f270c9a7a0784f70979ec532/raw/hackQQ.sh | su" | |
# 使用方法 (手动): | |
# 0.确保你手机 Root 了 | |
# 1.下载这个脚本到某个地方 | |
# 2.下载 Android SDK(需要其中的 adb) | |
# 3.在命令行运行 adb devices,确保能看到你的手机 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apt install -y python3-pip libopus0 ffmpeg libmagic1 | |
pip3 install setuptools ehforwarderbot efb-telegram-master efb-wechat-slave | |
EFB_DATA_PATH="${HOME}/.ehforwarderbot" | |
EFB_PROFILE="${EFB_DATA_PATH}/profiles/default" | |
mkdir -p ${EFB_PROFILE}/blueset.telegram | |
cat > ${EFB_PROFILE}/config.yaml <<-EOF | |
master_channel: blueset.telegram | |
slave_channels: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns sat.core | |
(:require [rolling-stones.core :as sat :refer [!]] | |
[clojure.string :as str])) | |
(def rows 9) | |
(def cols 9) | |
(def values 9) | |
(defn possible-square-values |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<rules> | |
<service block="true" log="false"> | |
<component-filter name="tv.danmaku.bili/tv.danmaku.bili.update.UpdateService" /> | |
<component-filter name="tv.danmaku.bili/com.xiaomi.push.service.XMPushService" /> | |
<component-filter name="tv.danmaku.bili/com.xiaomi.mipush.sdk.PushMessageHandler" /> | |
<component-filter name="tv.danmaku.bili/com.xiaomi.mipush.sdk.MessageHandleService" /> | |
<component-filter name="tv.danmaku.bili/com.evernote.android.job.v14.PlatformAlarmService" /> | |
<component-filter name="com.tencent.mobileqq/com.tencent.mobileqq.qipc.QIPCServiceEx" /> | |
<component-filter name="com.tencent.mobileqq/com.tencent.pluginloader.proxy.DownloadProxyService" /> | |
<component-filter name="com.tencent.mobileqq/com.tencent.proxyinner.plugin.loader.NowQTServiceProxy" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# CatBox v2.0 | |
# An implementation of catbox.moe API in Bash | |
# Author: MineBartekSA | |
# Gist: https://gist.github.com/MineBartekSA/1d42d6973ddafb82793fd49b4fb06591 | |
# Change log: https://gist.github.com/MineBartekSA/1d42d6973ddafb82793fd49b4fb06591?permalink_comment_id=4596132#gistcomment-4596132 | |
# | |
# MIT License | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
resolution=3840 | |
api="https://bing.biturl.top/?resolution=$resolution" | |
store="$HOME/Pictures/Bing" | |
mkdir -p $store | |
img_url=`curl -s $api | jq -r .url` | |
img_name=${img_url##*=} |
I want Microsoft to do better, want Windows to be a decent development platform-and yet, I constantly see Microsoft playing the open source game: advertising how open-source and developer friendly they are - only to crush developers under the heel of the corporate behemoth's boot.
The people who work at Microsoft are amazing, kind, talented individuals. This is aimed at the company's leadership, who I feel has on many occassions crushed myself and other developers under. It's a plea for help.
You probably haven't heard of it before, but if you've ever used win32 API bindings in C#, C++, Rust, or other languages, odds are they were generated from a repository called microsoft/win32metadata.