![]() |
2012-10-09
, 10:37
|
Posts: 5 |
Thanked: 7 times |
Joined on Oct 2012
@ Lummen (Belgium)
|
#12
|
console.log("start"); var a = 0; for(var i = 0; i < 100000000; i++) { a = a + i; a = a - i; } console.log("ok");
startup time node: 1s
for loop time: 2,5s
print "start" a = 0 for x in range (0, 100000000): a = a + x; a = a - x; print "ok"
startup time: 0.2s
for loop time: 620s
The Following 6 Users Say Thank You to Kris Pypen For This Useful Post: | ||
![]() |
2012-10-12
, 00:01
|
Posts: 29 |
Thanked: 22 times |
Joined on Mar 2010
|
#13
|
![]() |
2012-10-12
, 09:35
|
Posts: 5 |
Thanked: 7 times |
Joined on Oct 2012
@ Lummen (Belgium)
|
#14
|
Are you able to build Twitter Bootrap ok with it? http://twitter.github.com/bootstrap/ (less + some others)
![]() |
2012-10-13
, 11:12
|
Posts: 5 |
Thanked: 7 times |
Joined on Oct 2012
@ Lummen (Belgium)
|
#15
|
The Following User Says Thank You to Kris Pypen For This Useful Post: | ||
![]() |
2012-10-13
, 12:10
|
Posts: 959 |
Thanked: 3,427 times |
Joined on Apr 2012
|
#16
|
The Following 4 Users Say Thank You to taixzo For This Useful Post: | ||
![]() |
2012-10-13
, 12:30
|
Posts: 5 |
Thanked: 7 times |
Joined on Oct 2012
@ Lummen (Belgium)
|
#17
|
![]() |
2012-10-14
, 22:13
|
Posts: 29 |
Thanked: 22 times |
Joined on Mar 2010
|
#18
|
Are you trying to build https://github.com/twitter/bootstrap/zipball/master ? Or are your trying to do "npm install twitter-bootstrap" ?
![]() |
2012-10-15
, 12:00
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#19
|
/opt/node/bin/node
/opt/node/bin/npm install socket.io
export PYTHON=python2.5 #export PYTHON=python2.7 $PYTHON ./configure
The Following 5 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
![]() |
2012-10-15
, 12:18
|
Posts: 839 |
Thanked: 3,386 times |
Joined on Mar 2009
|
#20
|
The Following 2 Users Say Thank You to AapoRantalainen For This Useful Post: | ||
Had to rebuild from /, because my SDCard was fat and couldn't execute or (after remounting with umask) support symlinks.
The binary seems to work ok for simple scripts, but has an issue with some NPM packages... may be related to SD issue above - think I'll try formatting as ext3