http://chrisstrelioff.ws/sandbox/2014/09/04/virtualenv_and_virtualenvwrapper_on_ubuntu_14_04.html
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
http://rndness.com/blog/2018/2/4/tensorflow-with-jupyter-notebooks-using-virtualenv | |
https://github.com/tensorflow/tensorflow/issues/14273 | |
https://github.com/lakshayg/tensorflow-build | |
alias lesc='LESS="-R" LESSOPEN="|pygmentize -g %s" less'
alias dmesgc='dmesg -Lalways'
alias catc='pygmentize -g'
https://help.ubuntu.com/community/PostgreSQL
change from
man tcpflow
#on linux
tcpflow -i any -C -J port 9300
#on mac
sudo tcpflow -i lo0 -C -J port 9300
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
history|awk '{print $2}'|sort|uniq -c|sort -rn|head -20|awk '!max{max=$1;}{r="";i=s=60*$1/max;while(i-->0)r=r"#";printf "%15s %5d %s %s",$2,$1,r,"\n";}' |
insert data {
GRAPH <http://jakub/graph> {
<http://id/1> <http://example.com/ont#label> "1" .
<http://id/1> <http://example.com/ont#label> "x" .
<http://id/2> <http://example.com/ont#label> "2" .
}
}
Node.js
installed via nvm
: follow directions at https://github.com/creationix/nvm, then nvm install 0.10
Install grunt and bower globally npm install -g grunt-cli bower
Node, grunt, bower, npm executables are then in e.g. ~/.nvm/v0.10.35/bin
In IDEA go to Settings -> Languages & Frameworks -> Node.js and NPM and set "Node interpreter" to e.g. /home/jakub/.nvm/v0.10.35/bin/node
NewerOlder