sudo-gera/c — reverse-engineered prompt

Reverse engineered prompt

I found this repo and it looks like a huge personal coding sandbox with lots of tiny C, C++, Python, and assembly experiments, but almost no real documentation. Please turn it into something I can actually use.

I want a simple developer friendly project where I can browse the worthwhile examples, build them, and run a few of them without guessing which files matter. Focus on making the assembly and low level systems code easy to find and try. Clean up obvious generated clutter, separate real source files from random leftovers, and organize the code into sensible folders. Add an easy way to build or run the main examples, plus a clear README that explains what this repo contains, what is supported, and which sample programs are the best starting points.

If some files are duplicates, dead ends, or broken scratch work, it is fine to leave them out as long as the final result feels tidy and usable. Look up current docs online if you need to.

Want more depth? Deep Reverse