Skip to content

Instantly share code, notes, and snippets.

View zoltax's full-sized avatar

Filip Kulig zoltax

  • Grid Smarter Cities
  • Newcastle upon Tyne, Great Britain.
View GitHub Profile
888888888o 8888 88 8888 8888 888888888o. 888888888o . d888888o. d888888o. 8888888888 888888888o.
8888 `88. 8888 88 8888 8888 8888 `^888. 8888 `88. .888. .`8888:' `88. .`8888:' `88. 8888 8888 `^888.
8888 `88 8888 88 8888 8888 8888 `88. 8888 `88 :88888. 8.`8888. Y8 8.`8888. Y8 8888 8888 `88.
8888 ,88 8888 88 8888 8888 8888 `88 8888 ,88 . `88888. `8.`8888. `8.`8888. 8888 8888 `88
8888. ,88' 8888 88 8888 8888 8888 88 8888. ,88'.8. `88888. `8.`8888. `8.`8888. 888888888888 8888 88
8888888888 8888 88 8888 8888 8888 88 888888888P'.8`8. `88888. `8.`8888. `8.`8888. 8888 8888 88
8888 `
@zoltax
zoltax / git
Created August 11, 2014 16:18
Bashrc file. Better git colsole intrface.
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS1" ] && return
# don't put duplicate lines or lines starting with space in the history.
# See bash(1) for more options
HISTCONTROL=ignoreboth
@zoltax
zoltax / robot.js
Created December 4, 2012 16:44 — forked from randompast/robot.js
QR-bot-008
//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;
for(var i=0; i<30; i++){
@zoltax
zoltax / robot.js
Created December 4, 2012 16:43 — forked from fabiopimentel/robot.js
[CAELUM TEAM]Megatron
//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.clone();