Skip to content

Instantly share code, notes, and snippets.

View criscokid's full-sized avatar

Ryan Farnell criscokid

View GitHub Profile
@criscokid
criscokid / tag.rb
Last active August 29, 2015 14:15 — forked from honorelsu/tag.rb
require 'CSV'
input_path = ARGV[0]
output_path = ARGV[1]
output_array = Array.new
regex = /^([a-zA-Z]*).*$/
#class
@criscokid
criscokid / compare.rb
Last active August 29, 2015 14:12 — forked from honorelsu/compare.rb
require 'CSV'
require 'easy_diff'
dcsexport = ARGV[0]
opsexport = ARGV[1]
def csv_to_hash(file_location)
result = {}
CSV.foreach(file_location) do |row|
results[row.values[0]] = row
$('#states').html("")
<html>
<head>
<title>My Calc</title>
<META name="Author" content="Phil">
</head>
<script type="text/javascript" src="calc_nums_only.js"></script>
<script type="text/javascript">
function processForm() {