Skip to content

Instantly share code, notes, and snippets.

View arnaudbenard's full-sized avatar

Arnaud Benard arnaudbenard

View GitHub Profile
@arnaudbenard
arnaudbenard / gist:8556747
Last active January 4, 2016 02:39
Angular.js + frontend
- http://www.cheatography.com/proloser/cheat-sheets/angularjs/#!
- https://github.com/angular/angular.js/wiki/JsFiddle-Examples
- http://nathanleclaire.com/blog/2013/12/13/how-to-unit-test-controllers-in-angularjs-without-setting-your-hair-on-fire/
- https://docs.google.com/presentation/d/1IRHyU7_crIiCjl0Gvue0WY3eY_eYvFQvSfwQouW9368/edit
- https://coderwall.com/p/1u9khw
- https://coderwall.com/p/y0zkiw
- https://gist.github.com/fnakstad/6033015/
- http://stackoverflow.com/questions/11972026/delaying-angularjs-route-change-until-model-loaded-to-prevent-flicker
Burnett: So what I'm asking is that we compensate you for a few hours of your time that will help change people's lives.
John J. Rambo: Are you bringing any weapons?
Burnett: Of course not.
John J. Rambo: You're not changing anything.
Burnett: Well, it's thinking like that that keeps the world the way it is.
John J. Rambo: [walking away] Fuck the world.
http://www.imdb.com/title/tt0462499/quotes
@arnaudbenard
arnaudbenard / list.md
Last active November 18, 2015 19:01
ML resources
@http.post('/api', params)
 .then (result) =>
  @doSomething()
.catch ( err ) =>
  @reportError(err)
  this.http.post('/api/', params).then((function(_this) {
 return function(result) {