Skip to content

Instantly share code, notes, and snippets.

View stagas's full-sized avatar
🤸

stagas stagas

🤸
View GitHub Profile
Potentially unhandled rejection [3] TypeError: Error loading "index" at http://localhost:8080/index.js
Error loading "index" from "test.js" at http://localhost:8080/test/test.js
Cannot read property 'name' of null
at l (http://localhost:8080/test/vendor/es6-module-loader.js:7:16462)
at j (http://localhost:8080/test/vendor/es6-module-loader.js:7:16047)
at k (http://localhost:8080/test/vendor/es6-module-loader.js:7:16389)
at http://localhost:8080/test/vendor/es6-module-loader.js:7:14764
at O (http://localhost:8080/test/vendor/es6-module-loader.js:7:7453)
at K (http://localhost:8080/test/vendor/es6-module-loader.js:7:7085)
at y.7.y.when (http://localhost:8080/test/vendor/es6-module-loader.js:7:10759)
ubuntu@default:~/.node_libraries/nun$ make
test/test-basic.js: crypto:3638
return (new Hash).init(hash);
^
TypeError: undefined is not a function
at CALL_NON_FUNCTION_AS_CONSTRUCTOR (native)
at Object.createHash (crypto:3638:11)
at /home/ubuntu/.node_libraries/nun/index.js:35:19
at EventEmitter._tickCallback (node.js:48:25)
at node.js:204:9
Waf: Entering directory `/home/pubuntu/node/build'
DEST_OS: linux
DEST_CPU: x86
Parallel Jobs: 1
Waf: Leaving directory `/home/pubuntu/node/build'
'build' finished successfully (0.210s)
python tools/test.py --mode=release simple
=== release test-http-304 ===
Path: simple/test-http-304
Server running at http://127.0.0.1:12346/
$('document').ready(function() {
var $img = $('img'); // Cache the image. Better for performance.
$img.draggable();
$img.css({
left: ($(document).width() / 2) - ($img.width() / 2),
top: ($(document).height() / 2) - ($img.height() / 2)
function onResize() {
var new_height = window.innerHeight;
messages.style.height = (new_height - 132) + 'px';
panel.style.height = new_height + 'px';
}
window.onresize = onResize;
onResize();
/usr/local/include/node/v8.h:203: undefined reference to `v8::Null()'
/usr/local/include/node/v8.h:217: undefined reference to `v8::FunctionTemplate::
GetFunction()'
/usr/local/include/node/v8.h:217: undefined reference to `v8::Function::NewInsta
nce(int, v8::Handle<v8::Value>*) const'
/usr/local/include/node/v8.h:203: undefined reference to `v8::External::New(void
*)'
/usr/local/include/node/v8.h:217: undefined reference to `v8::Object::SetInterna
lField(int, v8::Handle<v8::Value>)'
/usr/local/include/node/v8.h:219: undefined reference to `v8::V8::MakeWeak(v8::i
var sys = require('sys')
, nStore = require('nstore')
var adb = nStore('mmm.db')
adb.clear()
function log(msg) {
sys.log(msg)
}
function logs(msg) {
var myarray = []
for (var i=0; i<5000000; i++) {
myarray.push(i)
}
var time, newTime, wlen=0, wlength=0
for (var y=0; y<20; y++) {
time = new Date()
for (var x=0; x<10; x++) {
for (var i=0; i<myarray.length; i++) {
var Sfx = function() {
this.sounds = {}
this.active = false
this.max = 12
this.playing = 0
}
Sfx.prototype = {
init: function() {
this.active = true
$ redis-server.exe redis.conf
[4636] 16 Oct 00:58:19 * Using '/cygdrive/h/redis.swap' as swap file
[4636] 16 Oct 00:58:19 * Allocating 4294967296 bytes of swap file
[4636] 16 Oct 00:58:19 * Swap file allocated with success
[4636] 16 Oct 00:58:19 - Allocated 16777216 bytes page table for 134217728 pages
[4636] 16 Oct 00:58:19 * Server started, Redis version 2.0.3