Skip to content

Instantly share code, notes, and snippets.

View WesleyRibs's full-sized avatar

Wesley Ribeiro WesleyRibs

View GitHub Profile
@WesleyRibs
WesleyRibs / Azkfile.js
Created September 13, 2014 00:50
Azkfile example for php applications
/**
* Documentation: http://docs.azk.io/Azkfile.js
*/
// Adds the systems that shape your system
systems({
proprietario: {
// Dependent systems
depends: ["mysql"],
provision: [
@WesleyRibs
WesleyRibs / robot.js
Created December 5, 2012 18:38
WesleyRibs
//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(200);