Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
swallow
patterns in gulp
CoffeeScript 1
-
boto
Forked from boto/boto
Python interface to Amazon Web Services
Python 1
-
gulp-coco
Forked from gulp-community/gulp-coffee
Coco plugin for gulp
JavaScript
-
Backbone.Advice
Forked from rhysbrettbowen/Backbone.Advice
Functional mixins for Backbone based on Advice by Angus Croll
JavaScript
-
Backbone.ModelMorph
Forked from rhysbrettbowen/Backbone.ModelMorph
create a model of computed properties from another backbone model
JavaScript
-
gulp-git
Forked from stevelacy/gulp-git
Git plugin for gulp (gulpjs.com)
JavaScript
30 contributions in the last year
Contribution activity
April 2019
- disruptek/ForceCheck Nim
- disruptek/cnote Ruby
- disruptek/nlvm Nim
- disruptek/laser Nim
- disruptek/Nim Nim
- disruptek/Brainfuck C
- disruptek/whip Nim
- disruptek/aws-lambda-cpp C++
Created a pull request in nim-lang/Nim that received 14 comments
faster CountTable sort(), optional SortOrder
As long as we are importing algorithm, it seemed reasonable to let the user override the sort order without redefining cmp. The defaults have not c…
Created an issue in nim-lang/Nim that received 1 comment
Exceptions, raises pragma hard to use at best
The order of exceptions listed in the {.raises.} is significant when exceptions share base types.
This seems like a bug to me, but perhaps there's …