Skip to content

Instantly share code, notes, and snippets.

View DanLuchi's full-sized avatar

Dan Luchi DanLuchi

View GitHub Profile
/*
* robotMaze.js
*
* The blue key is inside a labyrinth, and extracting
* it will not be easy.
*
* It's a good thing that you're a AI expert, or
* we would have to leave empty-handed.
*/
@DanLuchi
DanLuchi / bundles.sh
Last active December 11, 2015 04:18 — forked from mkdynamic/bundles.sh
#!/usr/bin/env bash
#
# install all of http://github.com/phuibonhoa's TM bundles (OS X only)
#
echo "Installing bundles..."
# backup dir
if [ -d ~/desktop/_tm_bundle_backups ]; then rm -rf ~/desktop/_tm_bundle_backups; fi