Skip to content
View deepak-vasalamarri's full-sized avatar
❤️
❤️
Block or Report

Block or report deepak-vasalamarri

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. lazyestload.js lazyestload.js Public

    Forked from Paul-Browne/lazyestload.js

    load images only when they are in (and remain in) the viewport

    HTML 1

  2. mutation-summary mutation-summary Public

    Forked from rafaelw/mutation-summary

    A JavaScript library that makes observing changes to the DOM easy

    JavaScript 1

  3. pomodoro-text pomodoro-text Public

    Forked from amirrajan/pomodoro-text

    A Pomodoro client with a NodeJS backing and a text messaging interface.

    JavaScript 1

  4. RestApiTutorial.com RestApiTutorial.com Public

    Forked from tfredrich/RestApiTutorial.com

    HTML Source code for www.RestApiTutorial.com

    HTML 1

  5. virtual-dom virtual-dom Public

    Forked from Matt-Esch/virtual-dom

    A Virtual DOM and diffing algorithm

    JavaScript 1

  6. Memcached in JavaScript based on Nod... Memcached in JavaScript based on Node.JS
    1
    //author: Sun, Junyi (weibo.com/treapdb)
    2
    //usage: node --nouse-idle-notification --expose-gc --max-old-space-size=8192 memcached.js
    3
    
                  
    4
    var config ={
    5
      port: 11211,