Python / Django
(Move to ...)
Home Page
Python Internals
JIT vs AOT
Kernel
User mode linux
Unix as IDE
Vim
Gdb
Software Design Patterns
Algorithms
Mercurial
Git
Popularity of programming languages
▼
Oct 17, 2013
Cocaine
Cocaine — это PaaS (Platform-as-a-Service) система с открытым исходным кодом, позволяющая создавать аналоги Google AppEngine или Heroku.
https://github.com/cocaine/cocaine-docs-ru/wiki
Oct 12, 2013
Find out current working directory of a running process?
pwdx <PID>
lsof -p <PID> | grep cwd
readlink -e /proc/<PID>/cwd
‹
›
Home
View web version