Archive for the 'Python' Category
Netcat Clone in Three Languages - Part II (Python)
A continuation of this article I now write a very stupid version of netcat in python.
No commentsConverting hex to Binary in 4 Languages
I’ve been playing around with some scripting languages recently so I thought I’d do a small example in a few different languages for laughs.
Read more
A Breif Tour of SConstruct
Tired of automake’s cryptic features and yet more cryptic errors? Feeling that ant doesn’t cut it for your non-java needs? Sick of trying to extend jam, cmake, and other build-specific languages? Try taking a look at SConstruct (www.scons.org) the extensible build environment written in the Python scripting language.
No comments