Skip to content

Instantly share code, notes, and snippets.

View chicojunior's full-sized avatar
:octocat:

Francisco do Vale chicojunior

:octocat:
View GitHub Profile
@dwildt
dwildt / gist:1409957
Created November 30, 2011 17:38
.gitignore para projetos Delphi
__history
*.dcu
*.exe
*.~*
dunit.ini
*.local
@hacknfortes
hacknfortes / hacknfortes.rb
Created August 6, 2014 11:04
Inscrição Hack'n Fortes
class HacknFortes
class << self
def objetivo
"A Fortes Informática está em busca de novos talentos. Por isso, convidamos você para participar do Hack’n Fortes!\n\nSe você busca novos desafios, inscreva-se e venha participar de um dia dedicado ao desenvolvimento, com muito Ruby, Red Bull e junk food."
end
def data
"Data: #{Time.new(2014,8,30,10,00).strftime('%d/%m/%Y')} (Sábado)\nHORÁRIO: #{Time.new(2014,8,30,10,00).strftime('%H:%M')} às #{Time.new(2014,8,30,18,00).strftime('%H:%M')}\n\n"
end