Skip to content

Instantly share code, notes, and snippets.

View guilhermecomum's full-sized avatar

Guilherme Guerra guilhermecomum

View GitHub Profile
#Emacs like gtk keys
gsettings set org.cinnamon.desktop.interface gtk-key-theme 'Emacs'
@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/
.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 / 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);
@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);