SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 Miscellaneou Open-Source Projects
-
Mentioned in Awesome Go
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
I looked into this lately - Discord needs to use the Global Shortcuts Portal to do it properly but how is unclear. Discord is based on Electron which is based on Chromium. Chromium has support, Electron has support since https://github.com/electron/electron/pull/45171 but this seems to be rather unknown and unused. Although somewhere in this API chain keyup events are lost, meaning that only "normal" shortcuts would work but no push-to-talk. There are multiple options for Discord to implement this: implement Global Shortcuts Portal directly, go via Electron global shortcuts API, hook into Chromium shortcuts API, maybe others - with the caveat that some of those don't support keyup events. Vesktop devs are currently stuck in same dilemma: https://github.com/Vencord/Vesktop/issues/18
-
-
Redis
For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.
-
I structured the project following the recommendations of the Go Standards Project Layout. This organization, inspired by Clean Architecture, allows the application to start robustly while making it easier to evolve features and maintain the system over time.
-
Project mention: React Server Components without Next.js - what are the real alternatives today? | dev.to | 2026-02-03
Gatsby supports React Server Components in its SSR mode. The implementation is stable, but the scope is narrow. Gatsby primarily targets content-heavy and hybrid static use cases. While RSC can be used for dynamic server rendering, the framework is not optimized for deeply interactive applications built around server components. For certain classes of sites, this is acceptable. For general-purpose applications, it is limiting.
-
-
you may try https://github.com/nothings/stb/blob/master/stb_ds.h. a single header implementation for both dynamic array and string based hash table
-
Project mention: How I Built drift-guard: A CLI to Stop AI Agents from Destroying Your Design | dev.to | 2026-03-12
drift-guard uses css-tree for CSS parsing and cheerio for HTML. It walks the AST and extracts every design-relevant declaration into categorized tokens.
-
FizzBuzz Enterprise Edition
FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.
^^^^^^^^^^^^^^^^^^^
I recently wrote a very esoteric Python script. 100 lines of code. No classes, no functions, but yes argparse.
I've tried out the latest open source models on the task. They go bananas. It's like Enterprise fizzbuzz (https://github.com/enterprisequalitycoding/fizzbuzzenterpris...). They love classes and imports and reinventing the wheel. A great way for me to tell trash AI slop code is it'll define a useful constant then 15 lines later do it again with a different name.
They love making code that looks impressive. "Wow look at all the classes and functions. It's so scalable. It's so dynamic. It validates every minutae against multiple schema and solves a problem I never thought about." But it was trash code. One really was 400 lines and it didn't even look like it would work. Can't even imagine what it means for 4.5M moderately good human lines to become what? 27M fluffy filler repeat lines that don't even make sense?
-
Project mention: Floating-Point Printing and Parsing Can Be Simple and Fast | news.ycombinator.com | 2026-01-20
It is possible to compress the table using the technique from Dragonbox (https://github.com/fmtlib/fmt/blob/8b8fccdad40decf68687ec038...) at the cost of some perf. It's on my TODO list for zmij.
-
Project mention: I've built a virtual museum with nearly every operating system you can think of | news.ycombinator.com | 2026-05-19
Some of these are runnable in the browser, for example here: https://copy.sh/v86/
-
It added show-stopping CSS-bugs for me (el.style.boxShadow = undefined became el.style.boxShadow === "undefined" instead of the expected el.style.boxShadow === ""), fixed them in Version 27 and introduced new show-stopping CSS-bugs for me.
-
Install the dotenv package to load environment variables from the selected .env file. This will generate the node_modules directory.
-
-
-
-
OpenRefine
OpenRefine is a free, open source power tool for working with messy data and improving it
Project mention: Securing Test Environments: Preventing PII Leakage with Open Source Linux Tools | dev.to | 2026-02-04"OpenRefine - Data Cleaning", https://openrefine.org/
-
-
Project mention: Cloudflare + MongoDB: How to fix 'Error: Dynamic require of "punycode/" is not supported' | dev.to | 2025-12-31
We're going to solve this issue in a roundabout fashion using patch-package to modify the punycode import directly in our node_packages and then have a postinstall script that will ensure the patch is consistently applied.
-
I use self-hosted gatus to monitor my certs and other services' status.
It can send alerts to multiple alerting providers.
https://github.com/TwiN/gatus
-
-
javaslang-circuitbreaker
Resilience4j is a fault tolerance library designed for Java8 and functional programming
Miscellaneous discussion
Miscellaneous related posts
-
My Software North Star
-
On-Device Debugging And JUnit 5
-
Metal Default, A New Build Cloud, And A New Format
-
NFC, Crypto, Biometrics, And A New Build Cloud
-
Read environment variables from .env file in Angular
-
PHP's Oddities
-
Skills, Java 17, And Theme Accents
-
A note from our sponsor - SaaSHub
www.saashub.com | 7 Jun 2026
Index
What are some of the best open-source Miscellaneou projects? This list will help you:
| # | Project | Stars |
|---|---|---|
| 1 | go-formatter | 174,706 |
| 2 | Electron | 121,558 |
| 3 | Design Patterns | 94,105 |
| 4 | Redis | 74,716 |
| 5 | golang-standards/project-layout | 56,077 |
| 6 | Gatsby | 55,952 |
| 7 | husky | 35,122 |
| 8 | stb | 33,857 |
| 9 | cheerio | 30,358 |
| 10 | FizzBuzz Enterprise Edition | 23,597 |
| 11 | {fmt} | 23,541 |
| 12 | v86 | 23,105 |
| 13 | jsdom | 21,578 |
| 14 | dotenv | 20,452 |
| 15 | Modern Java - A Guide to Java 8 | 16,750 |
| 16 | Whoops | 13,236 |
| 17 | gopsutil | 11,857 |
| 18 | OpenRefine | 11,855 |
| 19 | react-styleguidist | 11,250 |
| 20 | patch-package | 11,197 |
| 21 | gatus | 11,159 |
| 22 | react-pdf | 11,078 |
| 23 | javaslang-circuitbreaker | 10,680 |