jatin33 - Overview
Pinned Loading
-
This is a react hook library that creates gmail like email input behavior
TypeScript
-
An interactive tech toolkit visualization application featuring a drag-and-drop canvas for creating tech stack mockups on device templates. Users can organize and arrange tech icons on a tablet moc…
TypeScript
-
This project helps to generate code snippets for different text editors like VSCode, Sublime Text and Atom.
JavaScript 1
-
This project helps in visualizing sorting algorithms
JavaScript
-
2
echo Enter port number to kill
4
pid="$(lsof -i:$port_number | awk '{ print $2 }' | sed -n 2p)"