utensilsong@vm-1:~/projects/DavidRagazzi/nupic$ echo $NUPIC
utensilsong@vm-1:~/projects/DavidRagazzi/nupic$ echo $NTA
utensilsong@vm-1:~/projects/DavidRagazzi/nupic$ export REPOSITORY=`pwd`
utensilsong@vm-1:~/projects/DavidRagazzi/nupic$ mkdir $REPOSITORY/build_system
mkdir: cannot create directory ‘/home/utensilsong/projects/DavidRagazzi/nupic/build_system’: File exists
utensilsong@vm-1:~/projects/DavidRagazzi/nupic$
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
var shelljs = require('shelljs'); | |
var fs = require("fs"); | |
var path = require("path"); | |
var root = process.argv[2]; | |
if(!root) | |
{ | |
console.log("root is not specified"); | |
process.exit(); |
utensilsong@vm-1:~/projects$ git clone https://github.com/numenta/nupic.git
Cloning into 'nupic'...
remote: Reusing existing pack: 42087, done.
remote: Total 42087 (delta 0), reused 0 (delta 0)
Receiving objects: 100% (42087/42087), 116.27 MiB | 5.64 MiB/s, done.
Resolving deltas: 100% (24113/24113), done.
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
HANDY ONE-LINERS FOR AWK 22 July 2003 | |
compiled by Eric Pement <[email protected]> version 0.22 | |
Latest version of this file is usually at: | |
http://www.student.northpark.edu/pemente/awk/awk1line.txt | |
USAGE: | |
Unix: awk '/pattern/ {print "$1"}' # standard Unix shells | |
DOS/Win: awk '/pattern/ {print "$1"}' # okay for DJGPP compiled |
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
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
rake.bat : u:/Ruby192/bin/ruby.exe -S rake test | |
所在位置 行:1 字符: 5 | |
+ rake <<<< test > rake_test.log 2>&1 | |
+ CategoryInfo : NotSpecified: (u:/Ruby192/bin/ruby.exe -S rake test:String) [], RemoteException | |
+ FullyQualifiedErrorId : NativeCommandError | |
No examples found. | |
Finished in 0 seconds | |
0 examples, 0 failures |
http://www.ifans.com/forums/threads/how-to-install-iphone-sdk-2-0-in-linux.145268/
http://www.iphone.org.hk/cgi-bin/ch/topic_show.cgi?id=9359
https://code.google.com/p/ios-toolchain-based-on-clang-for-linux/wiki/HowTo_en
https://code.google.com/p/iphonedevonlinux/wiki/Installation
http://www.xiangmocheng.com/2010/04/build-iphone-os-3-1-2-development-environment-on-ubuntu/