感觉这个最优雅
#data = [[1,2,3,4],[5,6,7,8],[11,22,33,44]]
## interleave four array
s1 = [1,2,3,4,5,6,7]
s2 = [10,20,30,40,50,60,70]see here: http://bit.ly/2GSR6mh
git rm --cached <file>I hereby claim:
To claim this, I am signing this object:
| /// rust tools | |
| fn main() { | |
| get_variable_type(); | |
| } | |
| ///get any variable type | |
| fn get_variable_type() { | |
| //expected (), found reference | |
| let v: () = "hello world"; |
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;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
I hereby claim:
To claim this, I am signing this object:
Drizzle ORM 是一个无头(headless)的 TypeScript ORM,具有类 SQL 的查询 API 和关系查询 API。它轻量、高性能、类型安全、无依赖,专为 serverless 环境设计。