Skip to content

Instantly share code, notes, and snippets.

View dvanderbeek's full-sized avatar

David Van Der Beek dvanderbeek

  • San Francisco, CA
View GitHub Profile
@lsaffie
lsaffie / translator.rb
Last active December 12, 2015 00:19 — forked from vraravam/translator.rb
#!/usr/bin/env ruby
if ARGV.size != 2
puts "Usage: #{$0} <from_language> <to_language>"
exit -1
end
require 'rubygems'
require 'ya2yaml' # this gem is needed for this to work!
require 'yaml'
/*
---
name: guilloche
script: guilloche.js
description: guilloche
provides: [Guilloche]
...
*/