Skip to content

Instantly share code, notes, and snippets.

View guilhermecomum's full-sized avatar

Guilherme Guerra guilhermecomum

View GitHub Profile
@guilhermecomum
guilhermecomum / robot.js
Created December 9, 2012 23:21
LittleWar
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.ahead(100);
@guilhermecomum
guilhermecomum / robot.js
Created December 9, 2012 23:29
LittleWar
//FightCode can only understand your robot
//if its class is called Robot
var Robot = function(robot) {
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.ahead(100);
.controls
display: hidden
background: white
border: 1px solid $purple
border-radius: 5px
width: 80px
height: 30px
+decorative-content(after)
height: 30px
width: 30px
@guilhermecomum
guilhermecomum / ToDo
Last active August 29, 2015 14:07
Calendário Liberdade
- [ ] Exibir eventos em um calendário usando http://fullcalendar.io/
- [ ] Selecionar data e horário usando http://amsul.ca/pickadate.js/
#Emacs like gtk keys
gsettings set org.cinnamon.desktop.interface gtk-key-theme 'Emacs'
@guilhermecomum
guilhermecomum / 1001albums.md
Created May 6, 2016 11:32 — forked from znseaman/1001albums.md
Pitchfork's 1001 Albums You Must Hear Before You Die
50s
  • Sinatra, Frank – In the Wee Small Hours
  • Presley, Elvis – Elvis Presley (1956)
  • Louvin Brothers – Tragic Songs of Life
  • Prima, Louis – Wildest
  • Domino, Fats – This is Fats
  • Ellington, Duke – At Newport (1956)
  • Sinatra, Frank – Songs for Swingin’ Lovers!
  • Crickets – Chirping…
@guilhermecomum
guilhermecomum / estados_brasileiros.json
Last active November 9, 2017 13:10
Estados Brasileiros JSON
{
"states": [
{ "id": "AC", "name": "Acre" },
{ "id": "AL", "name": "Alagoas" },
{ "id": "AP", "name": "Amapá" },
{ "id": "AM", "name": "Amazonas" },
{ "id": "BA", "name": "Bahia" },
{ "id": "CE", "name": "Ceará" },
{ "id": "DF", "name": "Distrito Federal" },
{ "id": "ES", "name": "Espírito Santo" },
h1 {
color: blue;
}