Skip to content

Instantly share code, notes, and snippets.

View stormslowly's full-sized avatar
🎯
Focusing

pshu stormslowly

🎯
Focusing
  • Hangzhou, Zhejiang, China
View GitHub Profile
@stormslowly
stormslowly / mocha.opts for coffee script
Created January 13, 2014 13:27
use coffee script in mocha option
--compilers coffee:coffee-script
@stormslowly
stormslowly / inherit_in_nodejs
Created January 11, 2014 15:19
nodejs inherit
function Socket(options) {
// ...
stream.Stream.call(this);
// ...
}
util.inherits(Socket, stream.Stream);

Using Meld merging tool on Mac

  1. Install XQuartz

  2. Install meld with brew

     brew install meld
    
  3. Copy PYTHONPATH