burrrp, clunk
LGP-30, programmiert von Mel.
LGP-30, programmiert von Mel.
Quine sind Programme, die ihren eigenen quelltext ausgeben, ohne zu 'schummeln', also einfach die Datei zu lesen.
Meine bis jetzt kleinste PHP-Version:
<?php class Quine { function __construct($s) { $c = chr(39); echo $s.$c.$s.$c."; $q = new Quine($s); ?>"; } } $s = '"; } } $s = '; $q = new Quine($s); ?>
The letter I wish I could write to my former self, and have beamed at light-speed through some kind of vacuum tube and delivered at the precise moment when I finally decided to learn to program.
Gynvael Coldwind visualisiert Dateien. Dazu nimm er je zwei benachbarte Bytes als X- und Y-Koordinate und verdunkelt den entsprechenden Punkt in einem weißen 256x256-Bild.
Hier gibts nen Unix-Port des Windows-Programms. Funktioniert auch unter Mac OS X (muss erst compiliert werden).
@Quasimondo komprimiert Bilder in 140 Unicode-Zeichen bzw. 210 Bytes. Dabei kommt die Voronoi Polygon-Methode zum Einsatz. Codiert wird das ganze zu chinesischen Zeichen, die übersetzt sogar lustige Gedichte ergeben.
Wie das Softwareteam fürs Space Shuttle nahezu fehlerfreien Code schreibt.
And that's the point: the shuttle process is so extreme, the drive for perfection is so focused, that it reveals what's required to achieve relentless execution. The most important things the shuttle group does -- carefully planning the software in advance, writing no code until the design is complete, making no changes without supporting blueprints, keeping a completely accurate record of the code -- are not expensive. The process isn't even rocket science. Its standard practice in almost every engineering discipline except software engineering.
1972 - Dennis Ritchie invents a powerful gun that shoots both forward and backward simultaneously. Not satisfied with the number of deaths and permanent maimings from that invention he invents C and Unix.