Home

1
2
3
4
5
6
7
$ grep "snippets" ~/s-shifat/projects/
./automation/quick_fix.sh
./utils/parse_data.py
./scripts/dev_shortcuts.sh
./git/alias_config.sh
./latex/templates/report.tex
./snippets/
Hi, You've landed on my code dumping place. It exists because of these recurring thoughts:

1
2
"Oh! this thing again, and I forgot how I resolved it."
"I'll probably need this thing later."

Whether itโ€™s data science, environment fixes, or system tweaks, whenever I figure something out that might save me alot-of-google-searching in the future, I drop it here.

๐Ÿ’ป Whatโ€™s inside?

  • Data Science Stuff (mostly .py)
  • Automation, utility scripts, environment setups (.sh, .py)
  • Git configurations & aliases (.sh, .gitconfig)
  • LaTeX templates for reports & papers (.tex)
  • Code snippets for quick reference (.md, .py)
  • and some other random stuff.

If you find something useful, feel free to grab it.

Happy coding! ๐Ÿš€