Tag: Code Breakers and Oddities
The Nerdy Sixty | (30/60) Obfuscated C Contest | Solution
Solution: Learn about the IOCCC (International Obfuscated C Code Contest), which invites developers to submit intentionally obscured yet ingenious C programs.
The Nerdy Sixty | (30/60) Obfuscated C Contest | Challenge
Learn about the IOCCC (International Obfuscated C Code Contest), which invites developers to submit intentionally obscured yet ingenious C programs.
The Nerdy Sixty | (29/60) NaN NaN NaN… | Solution
Solution: See how multiplying the string “NaN” yields a repeated pattern reminiscent of the Batman theme.
The Nerdy Sixty | (29/60) NaN NaN NaN… | Challenge
See how multiplying the string “NaN” yields a repeated pattern reminiscent of the Batman theme.
The Nerdy Sixty | (28/60) Fork Bomb | Solution
Solution: Explain the bash fork bomb `:(){ :|:& };:`, which recursively spawns itself, quickly crashing the system.
The Nerdy Sixty | (28/60) Fork Bomb | Challenge
Explain the bash fork bomb `:(){ :|:& };:`, which recursively spawns itself, quickly crashing the system.
The Nerdy Sixty | (27/60) Anti-Gravity Python | Solution
Solution: Use Python’s antigravity module to open the famous XKCD comic about Python (import antigravity).
The Nerdy Sixty | (27/60) Anti-Gravity Python | Challenge
Use Python’s antigravity module to open the famous XKCD comic about Python (import antigravity).
The Nerdy Sixty | (26/60) Future Braces | Solution
Solution: Python humorously rejects any attempt to import braces from the future, referencing its stance on indentation vs braces.
The Nerdy Sixty | (26/60) Future Braces | Challenge
Python humorously rejects any attempt to import braces from the future, referencing its stance on indentation vs braces.
