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

Block or report efrence

Report abuse

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

Report abuse

Pinned Loading

  1. game_of_life game_of_life Public

    Ruby

  2. checkout checkout Public

    Ruby

  3. forecasting forecasting Public

    https://pure-lowlands-03527.herokuapp.com/

    Ruby

  4. hemanth/awesome-pwa hemanth/awesome-pwa Public

    Awesome list of progressive web apps!

    4.5k 478

  5. livehtml livehtml Public

    DSL for building html in CoffeeScript/LiveScript in node.js

    JavaScript

  6. Lazy comprehention Lazy comprehention
    1
    function take(n, str) {
    2
      function _take(n, str, accum) {
    3
        if (n === 0) {
    4
          return accum;
    5
        }