Ruby: HTTP Request | December 23, 2005-->
December 23, 2005require 'net/http' req = Net::HTTP.get_response(URI.parse('http://www.juretta.com/')) print req.body
require 'open-uri' open("http://www.juretta.com/") {|f| print f.read }
juretta.com is the personal workspace of Stefan Saasen. You can send him an email or read more about this site in the „About“ section.
Debian: How to install Proftpd
On: “New Zealand Daylight Saving Time Change: Mac OS X and Java”
very usefull,thanks,i linked it on my blog ispig:hobix