Skip to content

Instantly share code, notes, and snippets.

(01:28:21 PM) dashx: Date sorting in DataTables. Has anyone done this here?
(01:30:15 PM) __love__: wtf is datatables?
(01:33:16 PM) dashx: __love__ It's a jQuery based plugin to dynamically create tables
(01:33:41 PM) __love__: dashx: so why would #django be able to tell you how to fix it?
(01:34:01 PM) dashx: __love__ good question, django cant seem to fix anything. :)
(01:34:31 PM) __love__: dashx: lookit you being edgy. good job
@AMeng
AMeng / gist:6032765
Created July 18, 2013 20:26
user settings
{
"auto_complete_delay": 0,
"font_size": 11,
"ignored_packages":
[
"JSLint",
"Vintage"
],
"save_on_focus_lost": true,
"show_tab_close_buttons": false,
@AMeng
AMeng / gist:5904379
Created July 1, 2013 20:36
Preferences.sublime-settings
{
"auto_complete_delay": 0,
"font_size": 11,
"ignored_packages":
[
"JSLint",
"Vintage"
],
"save_on_focus_lost": true,
"show_tab_close_buttons": false,
@AMeng
AMeng / gist:5814045
Created June 19, 2013 12:48
Make Ctrl+D better in Sublime
[
// Swap the bindings of "ctrl+d" and "alt+f3"
{ "keys": ["ctrl+d"], "command": "find_all_under" },
{ "keys": ["alt+f3"], "command": "find_under_expand" }
]