Skip to content

Instantly share code, notes, and snippets.

View brunoksato's full-sized avatar
Focusing

Bruno Sato brunoksato

Focusing
View GitHub Profile
@brunoksato
brunoksato / gulpfile.js
Created August 5, 2014 13:55
com browserfy
/**
* Created by Bruno on 01/08/2014.
*/
var gulp = require('gulp'),
gutil = require('gulp-util'),
jshint = require('gulp-jshint'),
uglify = require('gulp-uglify'),
browserify = require('browserify'),
concat = require('gulp-concat'),
@brunoksato
brunoksato / gulpfile.js
Created August 5, 2014 13:54
sem browserfy
/**
* Created by Bruno Sato on 04/08/2014.
*/
var gulp = require('gulp'),
gutil = require('gulp-util'),
minifyhtml = require("gulp-minify-html"),
imagemin = require('gulp-imagemin'),
rename = require('gulp-rename'),
minifycss = require('gulp-minify-css'),
Study1_Python
@brunoksato
brunoksato / gist:4235434
Created December 7, 2012 18:45 — forked from jaskolek/robot.js
jaskolek
We couldn’t find that file to show.
@brunoksato
brunoksato / robot.js
Created December 7, 2012 18:44 — forked from jaskolek/robot.js
jaskolek
function Robot(robot) {}
// well, we need to do something...
// whenever our robot is idle, this method gets called.
Robot.prototype.onIdle = function(ev) {
var robot;
robot = ev.robot;
robot.ahead(150);
robot.rotateCannon(360);
robot.back(100);
@brunoksato
brunoksato / robot.js
Created December 7, 2012 18:40 — forked from klod76/robot.js
klod76_2
function Robot(robot) {}
// well, we need to do something...
// whenever our robot is idle, this method gets called.
Robot.prototype.onIdle = function(ev) {
var robot;
robot = ev.robot;
robot.ahead(150);
robot.rotateCannon(360);
robot.back(100);
@brunoksato
brunoksato / robot.js
Created December 7, 2012 16:56 — forked from yuyi/robot.js
OPENROBOT
function Robot(robot) {}
// well, we need to do something...
// whenever our robot is idle, this method gets called.
Robot.prototype.onIdle = function(ev) {
var robot;
robot = ev.robot;
robot.ahead(150);
robot.rotateCannon(360);
robot.back(100);
@brunoksato
brunoksato / robot.js
Created December 7, 2012 16:56 — forked from yuyi/robot.js
OPENROBOT
function Robot(robot) {}
// well, we need to do something...
// whenever our robot is idle, this method gets called.
Robot.prototype.onIdle = function(ev) {
var robot;
robot = ev.robot;
robot.ahead(150);
robot.rotateCannon(360);
robot.back(100);
@brunoksato
brunoksato / robot.js
Created December 7, 2012 16:56 — forked from yuyi/robot.js
OPENROBOT
function Robot(robot) {}
// well, we need to do something...
// whenever our robot is idle, this method gets called.
Robot.prototype.onIdle = function(ev) {
var robot;
robot = ev.robot;
robot.ahead(150);
robot.rotateCannon(360);
robot.back(100);
@brunoksato
brunoksato / robot.js
Created December 7, 2012 16:56 — forked from yuyi/robot.js
OPENROBOT
function Robot(robot) {}
// well, we need to do something...
// whenever our robot is idle, this method gets called.
Robot.prototype.onIdle = function(ev) {
var robot;
robot = ev.robot;
robot.ahead(150);
robot.rotateCannon(360);
robot.back(100);