来自同行朋友的wok list

代码阅读

==== 语言 ====
lua,  http://www.lua.org/,  http://luajit.org/
erlang,  http://www.erlang.org/
python,  http://www.python.org/
golang,  http://golang.org/,  http://go-lang.cat-v.org/
java,  http://openjdk.java.net/
The Computer LanguageBenchmarks Game, http://shootout.alioth.debian.org/
TIOBE Programming Community Index, http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
==== 3D引擎 ====
Maratis,  http://www.maratis3d.com/
WildMagic,  http://www.geometrictools.com/
irrlichit,  http://irrlicht.sourceforge.net/
ogre,  http://www.ogre3d.org/
==== 网络库 ====
libevent (light-weight),  http://monkey.org/~provos/libevent/
ZeroMQ (light-weight),  http://www.zeromq.org
RakNet (middle, for game only),  http://www.jenkinssoftware.com/
Ice (large),  http://www.zeroc.com/
ACE (large monster),  http://www.cs.wustl.edu/~schmidt/ACE.html
eventlet(libevent for py),  http://eventlet.net/
luasocket + dispatch.lua,  http://w3.impa.br/~diego/software/luasocket/
C + libevent
py + eventlet
lua + luasocket + dispatch.lua(在luasocket src的/etc目录下)
==== K/V存储 ====
memcachedb,  http://memcachedb.org/
beansdb,  http://code.google.com/p/beansdb/
Tokyo Cabinet,  http://1978th.net/tokyocabinet/
redis,  http://code.google.com/p/redis/
Varnish,  http://www.varnish-cache.org/
Voldemort,  http://project-voldemort.com/
MongoDB,  http://www.mongodb.org/
==== 分布式存储 ====
hadoop,  http://hadoop.apache.org/
==== 数据库 ====
MySQL,  http://www.mysql.com/
MariaDB,  http://mariadb.org/
==== 服务器管理/监控 ====
cacti + RRDtool,  http://www.cacti.net/,  http://oss.oetiker.ch/rrdtool/
gearman,  http://gearman.org/
==== 操作系统 ====
FreeBSD,  http://www.freebsd.org/cgi/cvsweb.cgi/
==== scm ====
svn,  http://subversion.tigris.org/
git,  http://git-scm.com/
trac,  http://trac.edgewall.org/
reviewboard,  http://www.reviewboard.org/
==== build system ====
cmake,  http://www.cmake.org,  http://sewm.pku.edu.cn/src/paradise/reference/CMake%20Practice.pdf
scons,  http://www.scons.org/
ninja,  https://github.com/martine/ninja  (build system for google chromeOS)
==== web server ====
nginx,  http://nginx.org/
mongrel2,  http://mongrel2.org/
kepler,  http://www.keplerproject.org/
==== web framework ====
django,  http://www.djangoproject.com/
==== xmpp ====
prosody, lua version xmpp,  http://prosody.im/
ejabberd, erlang version xmpp,  http://www.ejabberd.im/

你可能感兴趣的:(来自同行朋友的wok list)