Speelgoed

Inhoudsopgave

Windows 95 emulator

“nowin.exe” is klein dos programmatje geschreven in asm dat windows 95 naboost…

Download nowin.exe (.exe/15kB)

Javascript BOFH Excuses

Bofh Excuses in javascript, nuttig als je een uitvucht zoekt maar geen toegang een webserver met cgi support. (hoeft geen uitvlucht te zijn :-)

Download excuses.jsYour excuse:

Javascript code:

<script type="text/javascript" src="/path/to/excuses.js"></script>

<script type="text/javascript">
document.writeln(bofhExcuses[calRand(bofhExcuses.length)]);

</script>