Old dog, new tricks
Technical notes of a programmer living in the sunny city of Cebu
Thursday, March 13, 2008
classic UNIX articles!
*THE* classic Unix horror story
HOWTO recover deleted files on an ext3 file system
Wednesday, March 12, 2008
Posting binary data using ruby
data = File.read('sample.xml')
url = URI.parse('http://localhost:3000/update')
http = Net::HTTP.new(url.host, url.port)
response, body = http.post(url.path, data, {'Content-type'=>'text/xml;
charset=utf-8'})
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)