Skip to content
View jah2488's full-sized avatar
Block or Report

Block or report jah2488

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. mongoid-magic-counter-cache mongoid-magic-counter-cache Public

    A Simple Counter Cache Gem for the Mongoid ORM

    Ruby 39 24

  2. elm-companies elm-companies Public

    🌲 A list of companies using Elm in production.

    Elm 458 108

  3. Fun little one liner to do some debu... Fun little one liner to do some debugging css.
    1
    function debugAll() {
    2
      [].forEach.call($$('*'), function(a) { 
    3
        function cr() { return 0|(Math.random() * 255); };
    4
        a.style.outline = '2px solid rgba(' + [cr(), cr(), cr()].join(',') + ', 0.44)';
    5
      });
  4. Creates a Menubar application using ... Creates a Menubar application using Node Webkit and Opal
    1
    A tiny app using opal.rb and nodewebkit to get your weather in your toolbar.
    2
    ![so small](http://imgur.com/ipDVwpK.png)
  5. node-module-licensense.sh node-module-licensense.sh
    1
     find * -name package.json | xargs grep '"license[s]*"' -A 3  | grep -o ': ".*"' | xargs ruby -e "puts ARGV.reduce({}) { |acc, n| acc[n] = (acc[n] || 0) + 1; acc }"
  6. ruby-codes-fizzbuzz ruby-codes-fizzbuzz Public

    Ruby 1