The Wayback Machine - https://web.archive.org/web/20241123002434/https://github.com/jatin33
Skip to content
View jatin33's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report jatin33

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. code-snippet-generator code-snippet-generator Public

    This project helps to generate code snippets for different text editors like VSCode, Sublime Text and Atom.

    JavaScript 1

  2. sorting-visualizer sorting-visualizer Public

    This project helps in visualizing sorting algorithms

    JavaScript

  3. 100DaysOfCode 100DaysOfCode Public

    Here I try to code for 100 days by creating projects in javascript

    HTML 1

  4. killProcessOnPort.sh killProcessOnPort.sh
    1
    #!/bin/bash
    2
    echo Enter port number to kill
    3
    read port_number
    4
    pid="$(lsof -i:$port_number | awk '{ print $2 }' | sed -n 2p)"
    5
    kill -9 $pid
  5. fullstack-todo fullstack-todo Public

    Built frontend and backend of todo application

    JavaScript 1