Skip to content
View SarathSantoshDamaraju's full-sized avatar
📽️
Doing time jumps
📽️
Doing time jumps

Organizations

@team-underscore
Block or Report

Block or report SarathSantoshDamaraju

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. teamxenox/caligator teamxenox/caligator Public

    🐊 An open-source kickass cross-platform Calculator with the power of alligator

    JavaScript 401 70

  2. lazyGit lazyGit Public

    Cut-short long git commands

    Shell 33 12

  3. git aliases git aliases
    1
    alias g!='git init' 
    2
    alias g.='git add .'
    3
    alias g.-file='git add'
    4
    alias gb='git branch'
    5
    alias gb-new='git checkout -b'
  4. sarathdamaraju sarathdamaraju Public

    [WIP] My portfolio website

    JavaScript

  5. Ember relationships with [github API] Ember relationships with [github API]
    1
    /*
    2
    Using ember relation ships with API similar to github
    3
    Adpater: RESTAdapter
    4
    Serialiser: JSONSerializer
    5
    */
  6. eslint pre-commit eslint pre-commit
    1
    #!/bin/bash
    2
    
                  
    3
    # Functions:
    4
    # 1.Linting and Beautification of JS files
    5
    # 2.Linting of CSS files