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

Block or report efrence

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 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.4k 479

  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
        }