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
function co(Gen) { | |
var gen = Gen | |
if (isGeneratorFunction(gen)) { | |
gen = gen() | |
} | |
return function(cb) { | |
next() | |
function next(err, arg) { | |
if (err) { | |
cb(err) |
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
yaml.save_load(obj, default_flow_style=False) |
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
[5,10,15].sort() | |
迭代方法 every filter forEach map some | |
markdownpad++ | |
自定义滚轮 | |
ACE Editor |
NewerOlder