Radiation-hardened Quine: A quine that works after any one character is deleted

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SaaSHub - Software Alternatives and Reviews
  • radiation-hardened-quine

    A robust quine program that works even after any one character is deleted.

    If I'm following https://github.com/mame/radiation-hardened-quine#abnormal-us... correctly, that's exactly what he did!

  • quine-relay

    An uroboros program with 100+ programming languages

    If there were more languages, then it'd be `console.log("System.out.println({python_source})")`, etc. The problem then becomes quoting and escaping inner quotes. I managed to avoid the problem by using both single and double quotes, and relying on Python's `repr` also giving valid JS strings, but if I had to add one more language I'd have problems.

    I still think the Quine Relay is a tour de force, but for different reasons. It's not 128 quines in different languages, but an incredibly robust system for quoting and escaping strings in 128 different languages.

    [1] https://github.com/mame/quine-relay/blob/master/src/code-gen...

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • winner

    Winners of the International Obfuscated C Code Contest

  • ioccc-obfuscated-c-contest

    IOCCC International Obfuscated C code contest entries

    Or this one [3] that calculates pi by estimating its own surface area.

    Or this one [4]. It's a lovers quarrel, written simultaneously in C and English. It's incredible, seriously, read it.

    [0]: https://www.ioccc.org/

  • uncroppable

    Make your image uncroppable

    Here is something quite similar I've just made, but in the image domain :

    https://github.com/unrealwill/uncroppable

    It's a tool POC to steganographically encode an image into itself to make it crop resistant.

  • green-square-quine

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts