Skip to content

Instantly share code, notes, and snippets.

View chengyus's full-sized avatar

Joseph Sung chengyus

View GitHub Profile
require 'rubygems'
require 'nokogiri'
require 'fastercsv'
doc = Nokogiri::HTML( File.read("timesheet.txt") )
memo = {}
elapsed = {}
doc.css('div').each do |div|
if div.attributes["class"].value =~ /(.*)-memo$/