Skip to content

Instantly share code, notes, and snippets.

View Yash-Garg's full-sized avatar
🔍
looking for my exception handler

Yash Garg Yash-Garg

🔍
looking for my exception handler
View GitHub Profile
@jatinkrmalik
jatinkrmalik / data.md
Last active January 20, 2025 06:23
RSS Feed/Blogs from @0xGlitchbyte
@hxii
hxii / README.md
Last active March 13, 2025 01:52
My Miniflux CSS

My Custom CSS for Miniflux

This are just a couple of handy, opinionated visual fixes that I personally use in my self-hosted instance of Miniflux.

You're more than welcome to grab a copy and use with your own instance, or modify to suit your needs.

@jonschlinkert
jonschlinkert / markdown-cheatsheet.md
Last active April 2, 2025 07:29
A better markdown cheatsheet.
@pksunkara
pksunkara / config
Last active April 1, 2025 11:27
Sample of git config file (Example .gitconfig) (Place them in $XDG_CONFIG_HOME/git)
[user]
name = Pavan Kumar Sunkara
email = [email protected]
username = pksunkara
[init]
defaultBranch = master
[core]
editor = nvim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
pager = delta