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
if (BrowserDetect.browser == "Explorer") { | |
OBJJ_MAIN_FILE = ""; | |
} | |
else { | |
OBJJ_MAIN_FILE = "main.j"; | |
} |
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
// in foo.js: | |
module['exports'] = function() { | |
console.log('foo'); | |
} | |
// in your repl: | |
node> foo = require('./foo'); | |
[Function] | |
node> foo() | |
foo |
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
Stack: "Error: assertion error | |
at node.js:30:17 | |
at Timer.callback (net:149:29) | |
at node.js:772:9" |
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
cc -c -std=c99 -pedantic -O2 -Wall -W -g -rdynamic -ggdb redis-benchmark.c | |
cc -o redis-benchmark -std=c99 -pedantic -O2 -Wall -W -lm -pthread -g -rdynamic -ggdb ae.o anet.o redis-benchmark.o sds.o adlist.o zmalloc.o | |
cc -c -std=c99 -pedantic -O2 -Wall -W -g -rdynamic -ggdb redis-cli.c | |
cc -c -std=c99 -pedantic -O2 -Wall -W -g -rdynamic -ggdb linenoise.c | |
cc -o redis-cli -std=c99 -pedantic -O2 -Wall -W -lm -pthread -g -rdynamic -ggdb anet.o sds.o adlist.o redis-cli.o zmalloc.o linenoise.o | |
cc -c -std=c99 -pedantic -O2 -Wall -W -g -rdynamic -ggdb redis-check-dump.c | |
redis-check-dump.c: In function ‘printErrorStack’: | |
redis-check-dump.c:541: warning: format ‘%08lx’ expects type ‘long unsigned int’, but argument 2 has type ‘size_t’ | |
cc -o redis-check-dump -std=c99 -pedantic -O2 -Wall -W -lm -pthread -g -rdynamic -ggdb redis-check-dump.o lzf_c.o lzf_d.o | |
cc -c -std=c99 -pedantic -O2 -Wall -W -g -rdynamic -ggdb redis-check-aof.c |
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
Stack: "Error: assertion error | |
at node.js:30:17 | |
at Timer.callback (net:149:29) | |
at node.js:772:9" |
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
Lighthouses suck! | |
Fuck off, lighthouses rule! | |
You should use github, some say it's better |
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
Stack: "Error: Must have start <= end | |
at Stream.<anonymous> (http:775:27) | |
at IOWatcher.callback (net:494:29) | |
at node.js:769:9" | |
Type: undefined | |
Arguments: 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
- (void)controlTextDidBlur:(CPNotification)aNotification | |
{ | |
if ([aNotification object] !== _userField) | |
return; | |
if ([_cancelButton isHighlighted]) | |
{ | |
[_window makeFirstResponder:_userField]; | |
return; | |
} |
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
pid = /home/django/mockingbird/shared/pids/stunnel.pid | |
[websockets] | |
accept = sing.gomockingbird.com:443 | |
cert = /etc/ssl/certs/sing.crt | |
connect = sing.gomockingbird.com:80 | |
key = /etc/ssl/private/sing.key | |
TIMEOUTidle = 180 |
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
server { | |
listen 74.207.243.49:80; | |
server_name www.gomockingbird.com; | |
rewrite ^/(.*) https://gomockingbird.com/$1 permanent; | |
} | |
server { | |
listen 74.207.243.49:80; | |
server_name gomockingbird.com; |