Home » Archive

Articles in the Ruby Category

Internet, Programming, Ruby »

[25 Jul 2010 | Author: 0xC0FF33 | No Comment | ]
Day two of Ruby programming: (For now) It’s fun…

Day two of getting more into Ruby programming and I must say: Ruby can be fun! Okay, a few people seem to be really mad about it and see the language as an answer to everything, but I think there are some advantages to other languages, especially when it comes to string manipulation, iteration or string masking, but every language has its pros and cons.

Internet, Programming, Ruby »

[24 Jul 2010 | Author: 0xC0FF33 | 2 Comments | ]

I had to get into some ruby programming for my job and so I decided to refresh my memories a bit more. It became more or less a tradition of mine to write some network or internet code to get into a language and so here’s a first result.
It’s just a simple function for making a HTTP request on a given target. On success it returns an HTTP object, on error nil. It’s nothing fancy, but it should be reliable and maybe helps someone for his/her project…