Skip to content
View gprasanth's full-sized avatar
πŸ’»
Todos.shift();
πŸ’»
Todos.shift();
Block or Report

Block or report gprasanth

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
gprasanth/README.md

Hacker.   Builder.   Entrepreneur.

  home   |   blog   |   twitter   |   stackoverflow   |   linkedin   |   email

Β 

Favourites

Β 

Languages:      JS, CSS, HTML, Python
Editor:         Vim, VSCodeVim
Terminal:       iTerm2
Shell:         Β  zsh, ohmyzsh
Browser:        Firefox, DuckDuckGo for Android

Β 

Sites & Services:
lichess   brew   typeracer   whatsmydns   letsencrypt   no-ip   cloudflare   linode   digitalocean   nearlyfreespeech   distrowatch   usesthis   tinypng   unsplash   gimp   inkscape   notionalvelocity   ghost   stackoverflow   domainr   name   namecheap   pm.me   improvmx   nextdns   github   gist   pcpartpicker   system76   reddit   hn   youtube premium   stumbleupon (defunkt)   jsfiddle

Β 

Extensions:
momentum   tampermonkey/greasemonkey   Clear Cache   Clear Browsing Data

Β 


Β 

Firsts

Β 

Programming Language:     HTML!
Scripting Language:       Β Β  PHP!
Computer:                Pentium 4, 256 MB, 20 GB, XP
Distro:                  Ubuntu 7.04 (Feisty Fawn)

Β 


Β 

#TypeRacer
typeracer

Β 

#SOReadyToHelp
StackExchange profile

Β 

#CodeEveryday
GitHub stats

Β 

Pinned

  1. git-notes git-notes Public

    Keep your notes in git. Take them where ever you go.

    Shell

  2. cowsay.js cowsay.js
    1
    #!/usr/bin/env node
    2
    
                  
    3
    // https://gist.github.com/ishu3101/9fa58ca1440f780d6288#file-read_arguments-js
    4
    
                  
    5
    var args = process.argv.slice(2);
  3. mkdocs-material-starter mkdocs-material-starter Public

  4. doccy-dark.css doccy-dark.css
    1
    @media screen and (prefers-color-scheme: dark) {
    2
      body {
    3
        background: #333;
    4
        color: #c6c6c6;
    5
      }