require 'net/http' require 'rexml/document' require 'download.rb' ...
Ruby help with processing nzb/xm...
by bain19.myopenid.com,
January 09, 2010 23:51,
4 refactorings, tagged with download, ruby, xml, parse, nzb, usenet, slow
I was bored during ruby cla...
#!/usr/bin/env ruby -w require 'rexml/document' ...
Ruby Let me merge my Tomboy notes!
Learning Ruby, and learning...
require 'hpricot' class Parser ...
Ruby Create a Hash from XML usin...
With ruby you could use REX...
get '/:id' do @vent = Vent.get(params[:id]) erb :show ...
Ruby Trying to condence 2 method...
by Jason Calleiro,
December 10, 2008 21:53,
7 refactorings, tagged with rails, ruby, xml, sinatra, rest
Currently using sinatra fra...
for directory in @directories
xml.item do
xml.title "#{directory.name} (PR #{directory.pagerank})"
...
Ruby xml rss feed
by chovy.myopenid.com,
November 05, 2008 07:13,
2 refactorings, tagged with ruby, xml, Ruby on Rails, proc
Looking for a better way to...
require 'rubygems' require 'activesupport' require 'hpricot' ...
Ruby Simplest way to find the na...
Is there a simpler way of g...
xml = REXML::Document.new(data) artists = [] ...
Ruby cleaner way to limit result...
by timmyvontrimble.myopenid.com,
July 14, 2008 19:12,
10 refactorings, tagged with rails, ruby, xml, array, iteration
Wow! All of these refactori...
<!-- THE XML IM TRYING TO PARSE --> ...
Ruby Trying to parse XML and pas...
I am completely new to ruby...
require 'net/http' require 'rubygems' require 'xmlsimple' ...
Ruby Parsing XML from a Web Service
I'm working with a web serv...
require 'rubygems' require 'uri' require 'net/http' ...
Ruby Technorati Ping
This code is made to be in ...
This is a script to extract...