Speelgoed

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 uitvluch te zijn :-)
 
Your excuse:

 
Download excuses.js

 
Javascript code:

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

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

</script>