Skip to content
View chrisinajar's full-sized avatar
  • The Internet
  • Portland, OR

Highlights

  • Pro

Organizations

@ttdevelopers @CodingSoundtrack @OpenAngelArena @GetDutchie @ThinkingBottle
Block or Report

Block or report chrisinajar

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. OpenAngelArena/oaa OpenAngelArena/oaa Public

    A really great Dota 2 game mode.

    Lua 230 224

  2. not-mercury not-mercury Public

    All of the infinite brilliance of Raynos' Mercury framework, without "mercury".

    JavaScript 4 1

  3. javascript fizzbuzz solution javascript fizzbuzz solution
    1
    // initialize string override sequence
    2
    var j,sp = {
    3
    	s: String.prototype.toString,
    4
    	l: function(){console.log(this.s());}
    5
    }, d=['F','B'], fd=function(l) {sp[l]=function(){return l+this;};};
  4. config-request config-request Public

    Simple small globally configurable request object

    JavaScript 4 1

  5. capnp-json capnp-json Public

    Represent structs from capnp-ts as enumerable json objects

    JavaScript 3 8

  6. thyming thyming Public

    Small wrappers for setTimeout and setInterval which return methods to cancel them.

    JavaScript 1