🎯
Focusing
Pinned Loading
-
react-hooks-gmail-like-multi-email-input
react-hooks-gmail-like-multi-email-input PublicThis is a react hook library that creates gmail like email input behavior
TypeScript
-
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
-
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.