jatin33
Follow
🎯
Focusing
Pinned Loading
-
code-snippet-generator
code-snippet-generator PublicThis project helps to generate code snippets for different text editors like VSCode, Sublime Text and Atom.
JavaScript 1
-
sorting-visualizer
sorting-visualizer PublicThis project helps in visualizing sorting algorithms
JavaScript
-
100DaysOfCode
100DaysOfCode PublicHere I try to code for 100 days by creating projects in javascript
HTML 1
-
killProcessOnPort.sh
killProcessOnPort.sh 1#!/bin/bash
2echo Enter port number to kill
3read port_number
4pid="$(lsof -i:$port_number | awk '{ print $2 }' | sed -n 2p)"
5kill -9 $pid
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.