Skip to content
View coder9604's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report coder9604

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. reddit-parser reddit-parser Public

    Forked from jamesgeorge007/reddit-parser

    A web app which parses ( using reddit API) relevant posts from a given subreddit that the user has ultimate right to choose from. 🎉 😃

    TypeScript

  2. firstcontributions/first-contributions firstcontributions/first-contributions Public

    🚀✨ Help beginners to contribute to open source projects

    44.8k 78.4k

  3. Oppia GSOC mentor GitHub profiles Oppia GSOC mentor GitHub profiles
    1
    // Iterating through the DOM
    2
    for(let i = 0; i < list.length; i++)
    3
    	lengths[i] = list[i].textContent.substr(list[i].textContent.indexOf('@')+1, 
    4
    list[i].textContent.length - list[i].textContent.indexOf('(')-3);
    5
    // Mutating the last item
  4. gatsby gatsby Public

    Forked from gatsbyjs/gatsby

    Build blazing fast, modern apps and websites with React

    JavaScript

  5. teachcode teachcode Public

    Forked from madlabsinc/teachcode

    A tool to develop and improve a student’s programming skills by introducing the earliest lessons of coding.

    JavaScript

  6. Drum-kit Drum-kit Public

    Forked from jamesgeorge007/Drum-kit

    Drum kit made out in pure Vanilla-js 🎶 🎵

    HTML