Skip to content

Instantly share code, notes, and snippets.

View rti's full-sized avatar
:octocat:

Robert Timm rti

:octocat:
View GitHub Profile
@rti
rti / crc32.rb
Last active December 14, 2015 16:29 — forked from snipsnipsnip/example.hex
#!/usr/bin/env ruby
require 'zlib'
require 'intel_hex_record'
def main
if ARGV.empty?
warn "usage: #{File.basename $0} records.hex [records.hex ..]"
end