Skip to content

Instantly share code, notes, and snippets.

@jbarona
jbarona / gist:3045210
Created July 4, 2012 04:08
James' wicked cool sublime user settings
{
"color_scheme": "Packages/Color Scheme - Default/Mac Classic.tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_minimap_border": true,
"font_size": 10.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
@jbarona
jbarona / gist:3444459
Created August 24, 2012 01:23
Timestamp fun
# no config
Time.now is localtime
1.second.from_now is UTC
Timestamp stored in UTC
AR not translated
Time.now: Fri Aug 24 10:22:25 +0930 2012
1.second.from_now 2012-08-24 00:52:26 UTC