Archive for the “Technology” category
Netcat (nc): “TCP/IP Swiss Army Knife”
by anil on May 26, 2009
Many of us use telnet as a network debugging tool quite often. Just with its hostname and port options we find it very useful. But, I’m sure that many would recall following situations where we find the telnet client inadequate: (…)
Best Reference Site for Each Programming Language
by anil on September 22, 2008
Inspired from a Slashdot post, I thought of preparing a list of best reference web sites for each programming languages that we use at Linuxense. Send in if your suggestions. C http://www.acm.uiuc.edu/webmonkeys/book/c_guide/ C++ http://www.research.att.com/~bs/C++.html Java http://java.sun.com Javascript http://developer.mozilla.org/en/JavaScript Lua http://www.lua.org/ (…)