Skip to content

Instantly share code, notes, and snippets.

View santheo's full-sized avatar

Sandy Weisz santheo

View GitHub Profile
@santheo
santheo / gist:7305529
Last active December 27, 2015 09:39 — forked from arjunvenkat/gist:6980815
Sublime Text preferences for student computers.
{
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"caret_style": "smooth",
"color_scheme": "Packages/Color Scheme - Default/Blackboard.tmTheme",
"create_window_at_startup": false,
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
@santheo
santheo / 0_reuse_code.js
Created September 30, 2013 18:37
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.