This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'csv' | |
require 'pp' | |
require 'yaml' | |
# builds lanugage files | |
# go to config/locales | |
# example: ruby convert_i18n_cf_to_yaml.rb f1234.csv ar | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'rubygems' | |
require 'json' | |
require 'ruby-crowdflower' | |
require 'builder' | |
require 'sinatra' | |
CrowdFlower.connect!('6d96e6206e025396d62814c905eebc0687349b42') | |
#JobId = 4859 |
NewerOlder