- 💬 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 Enhancer3// @namespace http://tampermonkey.net/4// @version 0.15// @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-go2package main34import (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 '{}' +
-
Unofficial Python decryptor for Inco...
Unofficial Python decryptor for Income Tax AIS Utility JSON exports (PBKDF2/AES-CBC) 1# AIS Utility JSON Decryptor23Unofficial Python script to decrypt the Income Tax Department's encrypted AIS JSON files downloaded for the AIS Utility.
45This script currently handles the observed file format:
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.





