Skip to content

Instantly share code, notes, and snippets.

View palerique's full-sized avatar
😝

Paulo Henrique Lerbach Rodrigues palerique

😝
View GitHub Profile
<!-- Begin MailChimp Signup Form -->
<link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; width:100%;}
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
<div id="mc_embed_signup">
<form action="//sitedoph.us12.list-manage.com/subscribe/post?u=d690671a3f9233e8ca783645d&amp;id=8327ab8730" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
@palerique
palerique / robot.js
Created December 4, 2012 23:55 — forked from cgardner/robot.js
0P3C - Palerique
var Robot = function(robot){
robot.turnLeft(robot.angle % 90);
};
Robot.prototype.onIdle = function(ev) {
var robot = ev.robot;
if (robot.parentId) {
robot.ahead(1);
robot.turnGunRight(1);
}
else {