Skip to content

Instantly share code, notes, and snippets.

View skvggor's full-sized avatar
📚
Rust saga 🛩️

Marcos Lima skvggor

📚
Rust saga 🛩️
View GitHub Profile
@skvggor
skvggor / user.behaviors.clj
Created March 4, 2014 04:16
Meu arquivo `user.behaviors` do LightTable IDE.
;; User behaviors
;; -----------------------------
;; Behaviors are stored as a set of diffs that are merged together
;; to create the final set of functionality that makes up Light Table. You can
;; modify these diffs to either add or subtract functionality.
;;
;; Behaviors are added to tags, objects with those tags then automatically gain
;; whatever logic the behavior imparts. To see a list of user-level behaviors,
;; start typing a word related to the functionality you want in between the square
;; brackets (e.g. "theme").
@skvggor
skvggor / helloworld.hs
Created March 9, 2014 05:42
Start with haskell.
{-main = do
putStrLn "Qual é o seu primeiro nome?"
primeiroNome <- getLine
putStrLn "Qual é o seu segundo nome?"
segundoNome <- getLine
putStrLn ("Olá, " ++ primeiroNome ++ " " ++ segundoNome ++ "!")
-}
@skvggor
skvggor / cp_all.sh
Created March 31, 2014 14:37
Copy files [[ *.extension ]] recursively to FOLDER.
find . -name "*.extension" -type f -print0 | xargs -0 -n1 -I '{}' cp '{}' FOLDER/

Dia 06 de abril de 2014 (domingo) realizamos a confraternização que marcou o início oficial das atividades nas oficinas e cursos de violão, break dance, capoeira e apoio educacional para este ano.

O evento contou com a maioria dos membros da Iluminarte (diretoria, "oficineiros" e equipe consultora), comunidade, Programa Escola da Família, professor Edmauro e visitantes.

@skvggor
skvggor / link
Last active August 29, 2015 13:59
link CD X7
@skvggor
skvggor / getData.sh
Created April 14, 2014 12:41
Get Data (increase quality) from ALUNOS.txt
grep -n '69993' ALUNO.txt | head -n 10 | sed 's/ */\ /g' | sed -e 's/\s\+/\n/g'
@skvggor
skvggor / heroku_install.sh
Last active August 29, 2015 13:59
Heroku configurations and commands.
# Create ssh key [public/private] (e.g. heroku_apps and heroku_apps.pub)
ssh-keygen -t rsa
# Adds private key identities to the authentication agent
ssh-add ~/.ssh/heroku_apps
# "-l" - lists fingerprints of all identities currently represented by the agent.
ssh-add -l
heroku keys:add
@skvggor
skvggor / hack-edu.md
Last active August 29, 2015 13:59
Um roteiro maroto para a nossa equipe se inscrever no Hackathon do INEP.
@skvggor
skvggor / mongodb-meetup.md
Last active August 29, 2015 14:00
Anotações sobre as apresentações no Meetup sobre MongoDB na Bantec em São Paulo (sexta-feira, 25 de abril de 2014)

MongoDB Meetup

25 de abril de 2014, BanTec, São Paulo, Brasil

Avi Alkalay, IBM

  • Cloud computing
  • PaaS - Platform as a Service
  • Red Hat - "openSHIFT"
  • "The Twelve-Factor App" - a metodology