Skip to content

Instantly share code, notes, and snippets.

View luispimenta's full-sized avatar
🎯
Focusing

Luis Fernando Pimenta luispimenta

🎯
Focusing
View GitHub Profile
@luispimenta
luispimenta / mec.rb
Created March 8, 2017 16:01
Script simples para consulta de dados na base dados nacional do MEC utilizando o CPF
#!usr/bin/env/ruby-w
require 'json'
require 'open-uri'
require 'optparse'
#Author: Mateus Lino a.k.a Dctor
#Site: https://mateuslino.com
options = {:hash => nil}
@luispimenta
luispimenta / create_ror_application.md
Last active February 11, 2017 18:39 — forked from oleg-voloshyn/create_ror_application.md
Create new Ruby on Rails project

Before must be installed this

Step #1

rails new project_name --skip-test-unit --database=postgresql

Step #2

cd project_name
#!/bin/sh
# Sublime Text 3 install with Package Control (last update: 25 August 2016)
#
# No need to download this script, just run it on your terminal:
#
# $ curl -L git.io/sublimetext | sh
#
# When you need to update Sublime Text, run this script again.