Skip to content

Instantly share code, notes, and snippets.

View maurerbot's full-sized avatar

Adrian maurerbot

View GitHub Profile
""""Create "The Matrix" of binary numbers scrolling vertically in your terminal.
original code adapted from juancarlospaco:
- http://ubuntuforums.org/showpost.php?p=10306676
Inspired by the movie: The Matrix
- Corey Goldberg (2013)
Requires:
@maurerbot
maurerbot / gist:3138076
Created July 18, 2012 18:56 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
@maurerbot
maurerbot / C++.sublime-build
Created June 20, 2012 23:27
Getting Sublime Text to build a C file.
{
"cmd": ["g++", "$file", "-o", "$file_base_name", "-I/usr/local/include"],
"selector": "source.c++",
"windows":
{
"cmd": ["cl", "/Fo${file_path}", "/O2", "$file"]
}
}
@maurerbot
maurerbot / object-watch.js
Created June 14, 2012 16:29 — forked from eligrey/object-watch.js
object.watch polyfill
/*
* object.watch polyfill
*
* 2012-04-03
*
* By Eli Grey, http://eligrey.com
* Public Domain.
* NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
*/
@maurerbot
maurerbot / Questions
Created September 6, 2011 20:44
GOTO Amsterdam
Day job:
Web Application Developer
What is your language of choice:
PHP
Open Source contributions:
Some js classes
How do you use GitHub:
At work and for personal projects.