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
define([ | |
"app", | |
//modules | |
"modules/document/views" | |
], | |
function(app, Views) { | |
var Document = app.module(); |
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
{{#if empty}} | |
{{else}} | |
<div id="document-actions"> | |
<div id="document-actions-top"> | |
<div class="display"> | |
<h3>{{filename}}</h3> | |
</div> | |
<div class="edit"> | |
<div class="control-group"> |
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
define([ | |
"app", | |
"modules/search/searchmodels" | |
], | |
function(app, SearchModels) { | |
var Views = {}; |
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
define([ | |
"app", | |
"modules/document/documentmodels" | |
], | |
function(app, DocumentModels) { | |
var Views = {}; |
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 cluster = require('cluster'); | |
var http = require('http'); | |
var cp = require('child_process'); | |
if (cluster.isMaster) { | |
var worker = cluster.fork(); | |
} | |
else { | |
server = http.createServer(); // number of servers is arbitrary | |
server2 = http.createServer(); |
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
<table> | |
<tr> | |
<td> | |
...lots of content......lots of content.lots of content......lots of content......lots of content... of content... | |
...lots of content......lots of content.lots of content......lots of content......lots of content... of content... | |
...lots of content......lots of content.lots of content......lots of content......lots of content... of content... | |
...lots of content......lots of content.lots of content......lots of content......lots of content... of content... | |
...lots of content......lots of content.lots of content......lots of content......lots of content... of content... | |
...lots of content......lots of content.lots of content......lots of content......lots of content... of content... | |
...lots of content......lots of content.lots of content......lots of content......lots of content... of content... |
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
"use strict"; | |
/*! | |
* knox - auth | |
* Copyright(c) 2010 LearnBoost <[email protected]> | |
* MIT Licensed | |
*/ | |
/** | |
* Module dependencies. |
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
"use strict"; | |
/*! | |
* knox - auth | |
* Copyright(c) 2010 LearnBoost <[email protected]> | |
* MIT Licensed | |
*/ | |
/** | |
* Module dependencies. |
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
PID 17275 received SIGSEGV for address: 0x3da827c00018 | |
/var/hubdoc/hdrobots/node_modules/segfault-handler/build/Release/segfault-handler.node(+0xfce)[0x7ffd76585fce] | |
/lib/x86_64-linux-gnu/libpthread.so.0(+0xfcb0)[0x7ffd76d5ccb0] | |
/var/hubdoc/node-v0.10.36/out/Release/node(_ZN2v88internal20StaticMarkingVisitorINS0_32IncrementalMarkingMarkingVisitorEE15MarkMapContentsEPNS0_4HeapEPNS0_3MapE+0xe7)[0x7c0677] | |
/var/hubdoc/node-v0.10.36/out/Release/node(_ZN2v88internal18IncrementalMarking4StepElNS1_16CompletionActionE+0x355)[0x7b71b5] | |
/var/hubdoc/node-v0.10.36/out/Release/node(_ZN2v88internal4Heap14CollectGarbageENS0_15AllocationSpaceENS0_16GarbageCollectorEPKcS5_+0x1d3)[0x763643] | |
/var/hubdoc/node-v0.10.36/out/Release/node(_ZN2v88internal7Factory17NewRawAsciiStringEiNS0_13PretenureFlagE+0xcc)[0x73314c] | |
/var/hubdoc/node-v0.10.36/out/Release/node(_ZN2v88internal10JsonParserILb0EE18SlowScanJsonStringINS0_14SeqAsciiStringEcEENS0_6HandleINS0_6StringEEES7_ii+0x59)[0x896169] | |
/var/hubdoc/node-v0.10.36/out/Release/node(_ZN2v88 |