#!/usr/bin/env ruby
require 'rubygems'
require 'nokogiri'
...

Ruby Help tighten up this code

by arcterex.myopenid.com, April 28, 2010 19:29, No refactoring, tagged with xml, twitter, nokogiri

This is a script to extract...

5bc3ee98b5a5bd0cd936554de2bdc232 Talk
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...

642d333608cc3483f64dba38cb81bdd2 Talk
#!/usr/bin/env ruby -w

require 'rexml/document'
...

Ruby Let me merge my Tomboy notes!

by Scott Robinson, December 04, 2009 02:27, 1 refactoring, tagged with functional, ruby, xml

Learning Ruby, and learning...

1945ab4cdb87eaf5a5c906fa884c29f1 Talk
require 'hpricot'

class Parser
...

Ruby Create a Hash from XML usin...

by smacks, June 25, 2009 12:23, 1 refactoring, tagged with ruby, xml, hash, hpricot, soap

With ruby you could use REX...

34d2ae3f7fdcec853ec24cf85715da96 Talk
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...

A4e2fea57f511d697f1de55198996f23 Talk
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...

035687df00d162cec025302373ebc076 Talk
require 'rubygems'
require 'activesupport'
require 'hpricot'
...

Ruby Simplest way to find the na...

by jnstq, October 28, 2008 20:25, 6 refactorings, tagged with xml

Is there a simpler way of g...

A4d90c6fe98bfe0b491c277c3e687031 Talk
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...

16462f49b44507dc6522eb9bea0fce51 Talk
<!-- THE XML IM TRYING TO PARSE -->
...

Ruby Trying to parse XML and pas...

by Jason Calleiro, May 30, 2008 20:09, 5 refactorings, tagged with rails, ruby, xml, parse, hpricot

I am completely new to ruby...

A4e2fea57f511d697f1de55198996f23 Talk
require 'net/http'
require 'rubygems'
require 'xmlsimple'
...

Ruby Parsing XML from a Web Service

by mwilliams, May 17, 2008 21:10, 3 refactorings, tagged with ruby, xml, hash, web, service

I'm working with a web serv...

4236ea6b84f4899b469e8edff4bf6d22 Talk
require 'rubygems'
require 'uri'
require 'net/http'
...

Ruby Technorati Ping

by Brianthecoder, November 04, 2007 08:47, 2 refactorings, tagged with xml, technorati

This code is made to be in ...

3f91cf60c92b20940674ebdeb46f6582 Talk