Skip to content

Instantly share code, notes, and snippets.

View Yash-Garg's full-sized avatar
:fishsticks:

Yash Garg Yash-Garg

:fishsticks:
View GitHub Profile
@obezuk
obezuk / README.md
Last active September 3, 2025 05:28
Factorio Server Health Check Worker

Factorio Server Health Check Worker

A Cloudflare Worker that checks the health of a Factorio server listed in the public multiplayer lobby.

It wraps the Factorio Matchmaking API with automatic SRV record resolution.
Useful for monitoring and dashboards — returns a 200 OK if the server is online, and 404 Not Found if it isn’t.


How It Works

@jatinkrmalik
jatinkrmalik / data.md
Last active January 20, 2025 06:23
RSS Feed/Blogs from @0xGlitchbyte
@hxii
hxii / README.md
Last active October 17, 2025 04:03
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 September 4, 2025 23:23
A better markdown cheatsheet.
@pksunkara
pksunkara / config
Last active November 2, 2025 17:16
Sample of git config file (Example .gitconfig) (Place them in $XDG_CONFIG_HOME/git)
# vi: ft=dosini
[user]
name = Pavan Kumar Sunkara
email = [email protected]
username = pksunkara
[core]
editor = nvim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
pager = delta
[column]