[ Launch Inlet ]
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
$ node -e "process.stderr.write('bytes written: ' + process.stdout.bytesWritten)" | |
bytes written: 0 | |
$ node -e "process.stderr.write('bytes written: ' + process.stdout.bytesWritten)" > test | |
bytes written: undefined |
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
/* Hot button – ƒ */ | |
button { | |
background: red; | |
border: 0.1em solid orange; | |
box-shadow: 0 0 1em rgba(0, 0, 0, 0.65); | |
border-radius: 1em; | |
} | |
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
mongoose.plugin (schema) -> | |
### wasNew plugin - adds ability to check if document was | |
created or updated from within middlewares ### | |
schema.pre 'save', (next) -> | |
@wasNew = @isNew | |
next() |
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
> [email protected] test /Users/jnordberg/Development/node-glob | |
> tap test/*.js | |
ok test/00-setup.js ................................... 11/11 | |
not ok test/bash-comparison.js ........................ 18/46 | |
Command: "node" "bash-comparison.js" | |
ok 1 test/a/*/+(c|g)/./d should not error | |
not ok 2 should match shell | |
--- |
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
npm = require 'npm' | |
npm.load {global: true}, (error, npm) -> | |
npm.commands.ls [], true, (error, result) -> | |
for moduleName, module of result.dependencies | |
if moduleName[..8] == 'clitool-' | |
# load module as a plugin |
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
{"description":"Another Inlet","endpoint":"","display":"svg","public":true,"require":[],"tab":"edit","display_percent":0.7,"play":false,"loop":false,"restart":false,"autoinit":true,"pause":true,"loop_type":"period","bv":false,"nclones":15,"clone_opacity":0.4,"duration":3000,"ease":"linear","dt":0.01} |
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
### | |
M-Sequence Generator | |
https://en.wikipedia.org/wiki/Maximum_length_sequence | |
Johan Nordberg <[email protected]> | |
### | |
noop = -> |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
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
value | |
10.791426 | |
7.120075 | |
4.766859999999999 | |
4.463623 | |
6.0321419999999994 | |
5.056761 | |
6.229407 | |
4.714748999999999 | |
4.411493 |
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
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
value | |
10.791426 | |
7.120075 | |
4.766859999999999 | |
4.463623 | |
6.0321419999999994 | |
5.056761 | |
6.229407 | |
4.714748999999999 | |
4.411493 |
OlderNewer