notamitgamer
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Mojic (v2.1.2) is a multi-layered protection tool for C source code that combines obfuscation with a cryptographic engine. What it does: Identifier Obfuscation: It renames variables and functions to ambiguous symbols to…
-
I built Githrun to eliminate the need to clone entire repositories just to run a single utility script. Key Features: Instant Execution: Run any Python script via its GitHub URL or Gist ID using githrun run [URL]. VS…
- Show HN: Online compiler with real-time stdin/stdout and AI debugging (compiler.amit.is-a.dev)
Built a browser-based compiler that supports real server-side execution with live stdin/stdout via WebSockets. Includes an LLM-based layer that explains real compiler/runtime errors instead of synthetic examples. Live…