Ehtesh Choudhury
Ehtesh Choudhury
There are a bunch of attempted aggregations of AngularJS resources, inlcuding this one: - https://github.com/jmcunningham/AngularJS-Learning - https://github.com/distilledhype/angular-resources - https://github.com/bernhardw/learn-angular - https://gist.github.com/dypsilon/5819504 - the angular section
It's probably worth importing some of it in some way. I'm not sure if this is the appropriate repository for it, but I thought I would bring it up. Here's...
It would be kind of nifty if there was a way to group lines together in the same 'group'. This way, you could do operations on the group, i.e. sum....
Turns out there are 2 other packages on npm for the Closure Compiler: 1. https://github.com/dcodeIO/ClosureCompiler.js 2. https://www.npmjs.org/package/closure Would be nice to see a list of differences at a glance.
[moment-range](https://github.com/gf3/moment-range#contains--within--overlaps--intersect--subtract) has a convenience function for it. I guess I can compare a given `date` with `start()` and `end()`.
Is there a way to get `ds"` work delete surrounding quotes? For example, putting the cursor on either of the 2 middle lines and then running `ds"`. ``` " some...
Related to: - https://groups.google.com/forum/#!topic/logstash-users/OL3uI1Pa19U - http://logstash.net/docs/1.4.2/filters/useragent
I was thinking of a way to simplify the `update-motd-static.d` directory, and I think this is a good way to approach it. It requires use of https://github.com/dimo414/bkt, but it simplifies...