This file contains 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
~/devel/nohm$ npm outdated | |
npm info it worked if it ends with ok | |
npm info using [email protected] | |
npm info using [email protected] | |
npm ERR! nohm min installed Error: undefined log message | |
npm ERR! nohm min installed at log (/home/cloud9/.npm/.npm/npm/0.3.9/package/lib/utils/log.js:110:11) | |
npm ERR! nohm min installed at Function.verbose (/home/cloud9/.npm/.npm/npm/0.3.9/package/lib/utils/log.js:56:39) | |
npm ERR! nohm min installed at /home/cloud9/.npm/.npm/npm/0.3.9/package/lib/outdated.js:79:13 | |
npm ERR! nohm min installed at saved (/home/cloud9/.npm/.npm/npm/0.3.9/package/lib/utils/registry/get.js:56:7) | |
npm ERR! nohm min installed at cb (/home/cloud9/.npm/.npm/npm/0.3.9/package/lib/utils/graceful-fs.js:31:9) |
This file contains 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
%a{href:"##{controller}"}= controller | |
:if action && action !== 'index' | |
> |
This file contains 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
14 Jan 18:23:53 - socket.io ready - accepting connections | |
. ..__%|iiiiiii=>,.. | |
_<iIIviiiiiiiiiillli<_. | |
.ivIvilli%||+++++|iillllvs;_ | |
..nvlIlv|~`.......... -<*IIIvv= | |
.)nvvvvv-.... . .. ... ~nvvvo=. | |
.__i<iiiii><vvvvn(= . . ..i>, . ... +)nnnv.. | |
_i%vvvvllIIlIlIvIvvv( .. . lnnsi . :)vnvnsissvisi>__. |
This file contains 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
var http = require('http') | |
, sys = require('sys') | |
, url = require('url') | |
, path = require('path') | |
, fs = require('fs') | |
, net = require('net'); | |
var crlf = "\r\n"; | |
var crlf_len = crlf.length; |
This file contains 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
moritz@moritz-desktop:~/repos/nohm$ node test/tests.js | |
features.js | |
✔ checkModules | |
✔ propertyGetter | |
✔ propertySetter | |
✔ propertyDiff | |
✔ propertyReset | |
✔ allProperties |
This file contains 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
moritz@moritz-desktop:~/repos/nohm$ node test/tests.js | |
features.js | |
✔ checkModules | |
✔ redisClean | |
✔ propertyGetter | |
✔ propertySetter | |
✔ propertyDiff | |
✔ propertyReset | |
✔ allProperties |
This file contains 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
=sexy-border(!color) | |
border: | |
color: #{!color} | |
width: 1px | |
div | |
display: block | |
+sexy-border("green") |
This file contains 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
"%>asidn'ASDA'GFA'SDA'<%".replace(/%>(.)*<%/, function(m, escaping) { | |
return '%>' + escaping.replace(/'/, "\'") + '<%'; | |
}); |
NewerOlder