- ๐ฌ Ask me about JS/React/Node/Django/DRF and quizzing, India/Thailand travel advice :)
- ๐ซ How to reach me: aman@bhargava.tech
- ๐ Pronouns: he/him
Senior Software Engineer @ Boutique Mate
I work with JS, Python
Highlights
Pinned Loading
-
Reddit Comments Add Absolute Datetime
Reddit Comments Add Absolute Datetime 1// ==UserScript==
2// @name Reddit Comment Timestamp Enhancer
3// @namespace http://tampermonkey.net/
4// @version 0.1
5// @description Enhances Reddit comment timestamps to show both relative and exact time
-
Newton Raphson SQRT Method
Newton Raphson SQRT Method 1// courtesy of: https://tonnygaric.com/blog/newtons-method-in-go
2package main
34import (
5"fmt"
-
egrep find pattern recursively while...
egrep find pattern recursively while excluding dir 1egrep -lR --exclude-dir=node_modules 'PIL' ./
-
ffmpeg batch convert mp4 to mov
ffmpeg batch convert mp4 to mov 1for i in *.mp4; do ffmpeg -i "$i" -acodec copy -vcodec copy -f mov "${i%.*}.mov"; done
-
Clears All Node Modules recursively ...
Clears All Node Modules recursively -- thanks to: https://rtmccormick.com/2018/01/10/clear-node-modules-folders-recursively-mac-linux/ 1find . -name "node_modules" -type d -prune -exec rm -rf '{}' +
-
axis-magnus-spends-tracker
axis-magnus-spends-tracker PublicSpend Tracker is a web application designed to track spends and monitor progress towards the monthly spend-based milestone of the Axis Bank Magnus credit card.
JavaScript
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.