Skip to content

Instantly share code, notes, and snippets.

View icaromedeiros's full-sized avatar

Ícaro Medeiros icaromedeiros

View GitHub Profile

Keybase proof

I hereby claim:

  • I am icaromdeiros on github.
  • I am icaromedeiros (https://keybase.io/icaromedeiros) on keybase.
  • I have a public key ASAkE2vewBp19HdvpZbD9ZJtlsbawKp1WK_5UZyWEZTtRQo

To claim this, I am signing this object:

@icaromedeiros
icaromedeiros / robot.js
Created December 3, 2012 21:32
W00t #1 YEAH!!!! (Zolmesiter)
var Robot = function(robot){
robot.turnLeft(robot.angle % 90);
//robot.turnGunRight(90);
robot.clone();
this.direction = 1;
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.ahead(1);
if (robot.parentId) {
@icaromedeiros
icaromedeiros / robot.js
Created December 3, 2012 17:30
W00t #1 YEAH!!!! (Zolmesiter)
var Robot = function(robot){
robot.turnLeft(robot.angle % 90);
//robot.turnGunRight(90);
robot.clone();
this.direction = 1;
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
robot.ahead(1);
if (robot.parentId) {
@icaromedeiros
icaromedeiros / robot.js
Created December 3, 2012 15:30
marvin
//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);
@icaromedeiros
icaromedeiros / gist:3783006
Created September 25, 2012 16:35
Meta property pra google webmaster tools
<meta name="google-site-verification" content="NsrVYjPUrBsVZpZtykuBf98hPUIHs5GDGGybY9s2joM" />