Bash scripts, python codes, etc to do smart stuff.
- create_avr_prj.sh
- Creates an AVR Project with a Makefile
- Accepts arguments in the format
create_avr_prj -d <board-name> -f <frequency in Hz> -b <baud-rate> -n <project-name>
- Place it in your
/usr/local/bin
(or any damn path that is added to bash).
- nvidia_driver.sh
- Installs (or reinstalls or updates) your nvidia drivers.
- For people like me, who are tired of reinstalling drivers every other month thanks to the umpteen issues.
- gen.py
- Generates gnuplot scripts for data stored under
./data/
. - Runs the scripts and generates the images for the plots.
- Combines images into a video file.
- Generates gnuplot scripts for data stored under
- WA_An_Latest.py
- Requires your exported text file from WhatsApp. Place it in the same directory as the script and run it via
python3 WA_An_Latest.py
. Enter the file name and your username as on WhatsApp. - This should generate a bar plot showing how much you and the other person in the conversation talked since the beginning of the exported conversation, on a daily basis.
- This will not work for group conversations.
- Requires your exported text file from WhatsApp. Place it in the same directory as the script and run it via