Skip to content

Instantly share code, notes, and snippets.

@vosechu
Last active August 29, 2015 14:22
Show Gist options
  • Select an option

  • Save vosechu/ad5226db3292d67a8ee5 to your computer and use it in GitHub Desktop.

Select an option

Save vosechu/ad5226db3292d67a8ee5 to your computer and use it in GitHub Desktop.

Revisions

  1. vosechu revised this gist Jun 12, 2015. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original 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/
  2. vosechu created this gist Jun 12, 2015.
    29 changes: 29 additions & 0 deletions gistfile1.txt
    Original 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/