Archive for the 'Perl' Category
Netcat Clone in Three Languages – Part I (Ruby)
I thought I’d continue my series of writing the same application in multiple languages by trying to clone the wonderful network tool: netcat. For the first installation I’m going to try it in Ruby.
2 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