I hereby claim:
- I am lengthmin on github.
- I am lengthmin (https://keybase.io/lengthmin) on keybase.
- I have a public key ASA2kMzkIDiKUZUo6YkxplS75GjHVdbHO1a9MFKWTiuT3Ao
To claim this, I am signing this object:
| {# | |
| 移植自 http://moxfive.xyz/2016/06/14/duoshuo-disqus-comment-count/#footer | |
| 基于 https://github.com/theme-next/hexo-theme-next | |
| #} | |
| {% set ccLicense = "署名-非商用-相同方式共享 4.0" %} | |
| {% set ccLicenseTitle = "CC BY-NC-SA 4.0 International"%} | |
| {% set ccIcon = '<i class="fa fa-fw fa-creative-commons"></i>' %} | |
| {% set ccText = ccLicense | upper %} | |
| {% set ccURL = 'http://creativecommons.org/licenses/by-nc-sa/4.0/' %} |
| <button id="cake">Take Screeny</button> | |
| <br /> | |
| <canvas id="fake"></canvas> |
| function deepClone(obj) { | |
| var copy; | |
| // Handle the 3 simple types, and null or undefined | |
| if (null == obj || "object" != typeof obj) return obj; | |
| // Handle Date | |
| if (obj instanceof Date) { | |
| copy = new Date(); | |
| copy.setTime(obj.getTime()); |
| TypeScript 53 mins █████████▍░░░░░░░░░░░ 44.8% | |
| Rust 32 mins █████▋░░░░░░░░░░░░░░░ 26.9% | |
| JSON 28 mins █████░░░░░░░░░░░░░░░░ 24.1% | |
| Markdown 3 mins ▋░░░░░░░░░░░░░░░░░░░░ 3.1% | |
| CSS 0 secs ░░░░░░░░░░░░░░░░░░░░░ 0.5% |
| from base64 import b64decode | |
| from contextlib import closing | |
| from json import loads | |
| from random import random | |
| import requests | |
| # pycryptodome | |
| from Crypto.Cipher import AES | |
| from Crypto.Util.Padding import unpad |
| from rapidfuzz import fuzz, process | |
| print( | |
| "QRatio", | |
| process.extractOne("lengthmin", ["cs", "man", "help", "bind"], fuzz.QRatio), | |
| ) | |
| print( | |
| "WRatio", | |
| process.extractOne("lengthmin", ["cs", "man", "help", "bind"], fuzz.WRatio), | |
| ) |
| import time | |
| import socket | |
| import CloudFlare | |
| import CloudFlare.exceptions | |
| import requests | |
| EMAIL = '<email>' | |
| TOKEN = '<cf token>' |
| Get-Process -Id (Get-NetTCPConnection -LocalPort 5000).OwningProcess |
| cat /etc/passwd |awk -F ':' '{print $1}' | |
| 通过 awk 命令我们可以筛选出符合要求的行或者列数据 | |
| 以:为分隔符,将 password 分为多列,并且提取出第一列的内容 | |
| --- | |
| $(awk '/Host github.com/{print NR}' ~/.ssh/config) | |
| 查找内容出现在第几行 |
I hereby claim:
To claim this, I am signing this object: