Skip to content

Instantly share code, notes, and snippets.

@kawamanza
kawamanza / lotofacil_last_results.rb
Last active October 5, 2017 13:15
Brazil LotoFacil last results inspector
#!/usr/bin/env ruby
require 'zip/zip' # gem 'rubyzip2'
require 'nokogiri'
require 'date'
require 'yaml'
config_file = ARGV[0] || 'config.yml'
unless File.exists?(config_file)
@kawamanza
kawamanza / commands.sql
Created September 26, 2012 21:49
MySQL tricks
-- add grant connectivity to remote users
CREATE USER 'root'@'172.16.1.20' IDENTIFIED BY 'root';
GRANT ALL PRIVILEGES ON *.* TO 'root'@'172.16.1.20' WITH GRANT OPTION;
@kawamanza
kawamanza / magic-cards.txt
Created July 13, 2010 02:14 — forked from tinogomes/magic-cards.txt
Price checker for cards on uponline.com.br
Quantity,Name,Type,Mana,SinglePrice,Price
#Lands
1,"Oran-Rief, the Vastwood",Land
#Creatures
1,Bloodghast,,BB
1,Terra Stomper,Creature - Beast,3GGG
1,Esper Stormblade,Artifact Creature - Vedalken Wizard,{wb}U
#Other Spells
1,Coergir,Sorcery,B
1,Dispel,Instant,U