Skip to content

Instantly share code, notes, and snippets.

View pedromarins's full-sized avatar

Pedro Marins pedromarins

  • Conquiste Sua Vaga
  • Brasil
View GitHub Profile
@viniciusteles
viniciusteles / gist:556029
Created August 29, 2010 06:20
Sete Atitudes para Hackear a Indústria de Software
Sete Atitudes para Hackear a Indústria de Software
By Klaus Wuestefeld
1) Torne-se excelente.
Seja realmente bom em alguma coisa. Não fique só choramingando ou
querendo progredir às custas dos outros. Não pense q pq vc sentou 4
anos numa faculdade ouvindo um professor falar sobre software q vc
sabe alguma coisa. Jogador de futebol não aprende a jogar bola tendo
@olivierlacan
olivierlacan / launch_sublime_from_terminal.markdown
Created September 5, 2011 15:50
Launch Sublime Text 2 from the Mac OS X Terminal

Launch Sublime Text 2 from the Mac OS X Terminal

Sublime Text 2 ships with a CLI called subl (why not "sublime", go figure). This utility is hidden in the following folder (assuming you installed Sublime in /Applications like normal folk. If this following line opens Sublime Text for you, then bingo, you're ready.

open /Applications/Sublime\ Text\ 2.app/Contents/SharedSupport/bin/subl

You can find more (official) details about subl here: http://www.sublimetext.com/docs/2/osx_command_line.html

Installation

@rodrigopinto
rodrigopinto / grbc_horaextra_2012.beer
Created January 21, 2012 22:25
Samba enredo 2012 do G.R.B.C #horaextra
Hojeee é mais uma segunda-feira,
a patroa ta avisada,
não tenho hora pra voltar.
Vou pro bar com amigos,
Entre uma cerveja e outra,
não vejo a hora passar
Conversa nerd, filosófica ou afiada
o que importa é a cervejada
@pedromarins
pedromarins / .bash_profile
Last active December 10, 2015 19:48
Meus atalhos e configurações do .bash_profile
#----------#
# shell alias #
#----------#
alias ..='cd ..'
alias ...='cd ../../'
alias ....='cd ../../../'
alias .....='cd ../../../../'
alias ......='cd ../../../../../'
alias c="clear"
@pedromarins
pedromarins / Hammer New Page
Last active December 17, 2015 18:19
Sublime Snippet to create a new page on Hammer
This snippet was created to improve my speed working with Hammer.
On a new file I just type hammer and hit tab to create a new file with all the stuff I need to start coding a new page.
This works fine for both the Standard Hammer Tamplate and the HTML5 Boilerplate Template.
To install it:
1. On your Sublime menu go to: Tools > New Snippet...
2. Paste the below code into the file.
3. Save as "hammer-new-page.sublime-snippet"