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
async = require('asyncjs') | |
Strata = require('strata/src/lib/strata').Strata | |
tree = new Strata( | |
directory: __dirname + '/strata_data' | |
) | |
tree.create(_) |
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
/* | |
The test suite should be served via HTTP (instead of using the file protocol) | |
To accomplish this, we set up a node.js server. | |
For this, you need node.js and the connect middleware (npm install connect) | |
Start the server: | |
$ node nodeStaticServer.js PORT | |
Then you browse to http://127.0.0.1:PORT/tests/doh/runner.html?testUrl=../all |
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
_ = require('underscorex') | |
step = require('stepc') | |
slice = Array::slice | |
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
### | |
Ein Beispiel, und es funktioniert: | |
### | |
# global object collection, by ID | |
objById = { | |
id1: {} | |
id2: {} | |
id3: {} | |
} |
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
connect = require('connect') | |
s = connect.createServer() | |
s.use('/', function (req, res) { | |
res.writeHead(200) | |
res.end('Okay!') | |
}).listen(3000) | |
process.on('exit', function () { | |
console.log('Stop server') |
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
#!/bin/sh | |
dir=$(dirname $(readlink -f $0)) | |
rm -rf ${dir}/lib | |
coffee -b -wco ${dir}/lib ${dir}/src & | |
exit |
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 async = require('async.js/lib/async') | |
var sys = require('sys') | |
async.plugin({ | |
parallel: function(sliceLength) { | |
if (sliceLength === 1) return this |
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 async = require('asyncjs') | |
async.plugin({ | |
endParallel: function(callback) { | |
var source = this.source | |
var e | |
var min_i_err = Infinity | |
var first_e = null |
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
FF 3.6b3 | |
285 | |
200 | |
191 | |
192 | |
GC 7.0 | |
245 |
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
<?php | |
$a = 'er Aufbau-Verlag wurde am 16. August 1945 in Berlin gegründet und wuchs bald zum größten belletristischen Verlag der DDR heran. Er hatte sich zu Beginn auf kommunistische und antifaschistische Literatur sowie russische Bücher und Klassikerausgaben spezialisiert. In den folgenden Jahrzehnten erweiterte sich das Verlagsprogramm unter anderem auf Werke der Weltliteratur, zeitgenössische osteuropäische Bücher sowie lateinamerikanische Titel. 2008 war der Aufbau eine Verlagsgruppe, zu der der Aufbau-Verlag, der Aufbau Taschenbuch Verlag, der Verlag Rütten & Loening, der Gustav Kiepenheuer Verlag (Leipzig) sowie Der Audio Verlag (DAV) gehörten. Sie beschäftigte zuletzt 60 Mitarbeiter und veröffentlichte jährlich rund 350 Neu erscheinungen. Am 1. September 2008 wurde ein Insolvenzverfahren eröffnet. Der Unternehmer Matthias Koch übernahm im Oktober 2009 den Aufbau Verlag mit allen Rechten von Bernd F, Lunkewitz. er Aufbau-Verlag wurde am 16. August 1945 in Berlin gegründet und wuchs bald zum größten bel |
NewerOlder