Skip to content

Instantly share code, notes, and snippets.

View hayduke19us's full-sized avatar
🐙

matthew sullivan hayduke19us

🐙
View GitHub Profile
anonymous
anonymous / polar_view_spike.rb
Created September 12, 2013 18:02
require "Nokogiri"
require 'active_support/core_ext/hash/conversions'
puts "type in the full path to the file to be parsed."
file = gets.chomp.to_s
# Grab the file that needs to be parsed
f = File.open(file)