I hereby claim:
- I am imyelo on github.
- I am yelo (https://keybase.io/yelo) on keybase.
- I have a public key whose fingerprint is E6CE 9B63 DC80 C5DB A64F 9CF0 7B2E CF7E 9849 FA71
To claim this, I am signing this object:
| // Inspired by https://unpkg.com/@shynome/[email protected]/package.json | |
| const path = require('path') | |
| const { src, dest } = require('gulp') | |
| const through = require('through2') | |
| const Vinyl = require('vinyl') | |
| const pbjs = require('protobufjs/cli/pbjs') | |
| const pbts = require('protobufjs/cli/pbts') | |
| const GOPATH = process.env.GOPATH |
I hereby claim:
To claim this, I am signing this object:
| // comparing signstr encoding of `alipay.user.agreement.page.sign` | |
| const querystring = require('querystring') | |
| function step1 (params) { | |
| return querystring.stringify(params) | |
| } | |
| function step2 (qs) { | |
| return encodeURIComponent(qs) |
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation] | |
| "RealTimeIsUniversal"=hex(b):01,00,00,00,00,00,00,00 |
| # 1. put frpc and frpc.ini under /usr/local/frpc/ | |
| # 2. put this file (frpc.service) at /etc/systemd/system | |
| # 3. run `sudo systemctl daemon-reload && sudo systemctl enable frpc && sudo systemctl start frpc` | |
| # Then we can manage frpc with `sudo service frpc {start|stop|restart|status}` | |
| # See also: https://nosame.net/use-frp-to-reverse-proxy-your-nas/ | |
| # Alternative for server: | |
| # - Offical: https://github.com/fatedier/frp/blob/a4cfab6/conf/systemd/frpc%40.service | |
| [Unit] |
~/.wine/driver_c/windows/Fonts/| // ==UserScript== | |
| // @name 虾米新旧版切换 | |
| // @namespace http://www.xiami.com/ | |
| // @version 0.1 | |
| // @author yelo <[email protected]> | |
| // @homepage https://gist.github.com/imyelo/98ec319fc72574f46f089777fc8a23f6 | |
| // @match https://www.xiami.com/* | |
| // @require https://unpkg.com/[email protected]/src/js.cookie.js | |
| // @grant GM_notification | |
| // @grant GM_registerMenuCommand |
| 041530331a97ccc87138a48b10dc88681a4473594badce2a5d07b310328e12ad0539f3b207c0e753824d131846225173f97442edd14d752148f8fdb5609eb3344c | |
| discountry |
| <!-- /app.mina --> | |
| <config> | |
| { | |
| "pages": [ | |
| "pages/home.mina", | |
| ] | |
| } | |
| </config> |
| #layout-main { | |
| width: 100%; | |
| flex: 0 1 100%; | |
| box-sizing: border-box; | |
| margin: 20px 0; | |
| padding: 0 20px; | |
| } | |
| #body { | |
| height: 100%; | |
| } |