I hereby claim:
- I am alexwanng on github.
- I am foxlog (https://keybase.io/foxlog) on keybase.
- I have a public key whose fingerprint is 7A93 33B3 2E90 5C6B 57C3 DF63 6A4F F834 CCFD A77C
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Enter this in the search box along with your search terms:
Get all gists from the user santisbon.
user:santisbon
Find all gists with a .yml extension.
extension:yml
Find all gists with HTML files.
language:html
2019-05-21 09:43:10
how to batch rename file with prefix in bash
for filename in *.pdf; do mv "$filename" "YOUR-PREFIX-NAME_$filename"; done;
/// rust tools | |
fn main() { | |
get_variable_type(); | |
} | |
///get any variable type | |
fn get_variable_type() { | |
//expected (), found reference | |
let v: () = "hello world"; |
I hereby claim:
To claim this, I am signing this object:
see here: http://bit.ly/2GSR6mh
git rm --cached <file>
copy from here: http://bit.ly/2HcCZaA
This script goes through all git directories
;; recursively and executes "git gc" to each
A brief example of protocols and records in Clojure
reference: http://bit.ly/2HffFcv
shell脚本实现使用find和xargs删除隐藏的全部git子目录