Last active
August 29, 2015 14:22
-
-
Save vosechu/ad5226db3292d67a8ee5 to your computer and use it in GitHub Desktop.
Revisions
-
vosechu revised this gist
Jun 12, 2015 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -27,3 +27,5 @@ Chuck's sublime config (cmd+,) - https://gist.github.com/vosechu/9789910 Javascript specification - http://en.wikipedia.org/wiki/ECMAScript Zalgo generator - http://www.eeemo.net/ Placekitten - https://placekitten.com/ XKPassword - https://xkpasswd.net/s/ XKCD - http://xkcd.com/ | http://what-if.xkcd.com/ -
vosechu created this gist
Jun 12, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,29 @@ jquery 1. Find things in HTML 2. Change things you found 3. Stuff remote things into other things (ajax) 4. Nothing else. underscore 1. all the things js should have had from teh beginning 2. replaced with ES6 regex's 1. Finding things in lots of loose text documents 2. Not html (http://stackoverflow.com/questions/1732348/regex-match-open-tags-except-xhtml-self-contained-tags) JS Style guide - https://github.com/airbnb/javascript#blocks Backbone - http://backbonejs.org/ Backbone annotated source - http://backbonejs.org/docs/backbone.html Backbone examples - https://github.com/documentcloud/documentcloud/blob/0e2eb1641615dae09794ed0e0f3efc9f5ffe75cf/public/javascripts/admin/featured_reporting.js Important JS/backbone patterns - http://ricostacruz.com/backbone-patterns/ Underscore http://underscorejs.org/ Underscore annotated source - http://underscorejs.org/docs/underscore.html Sublime plugin manager - https://packagecontrol.io/ Sublimelinter GitGutter SidebarEnhancements Chuck's sublime config (cmd+,) - https://gist.github.com/vosechu/9789910 Javascript specification - http://en.wikipedia.org/wiki/ECMAScript Zalgo generator - http://www.eeemo.net/ Placekitten - https://placekitten.com/