Articles Tagged with day-dreaming

You are currently browsing 2 articles tagged with day-dreaming.

  • A thousand monkeys at a thousand typewriters in PHP

    Published Tuesday 6th of December 2011

    I actually had this idea ages ago and last night I started thinking about it again while trying to fall asleep so I decided to write the thing once and for all.

    Using the convBase function from the comments section here php.net/manual/en/function.base-convert.php as well as this little code snippet:

    <?php
    $base 
    '0123456789abcdefghijklmnopqrstuvwxyz '# add more if you wish
    $slots 1000000# increase to get longer texts
    $variations    pow(strlen($base), $slots);

    for (
    $i 0$i $variations$i++) {
        echo 
    '"' convBase($i'0123456789'$base) . '"<br/>';
    }

    You can make your computer print every text that's ever been written as well as any text that ever will get written in any language that uses the $base characters.

    You'll get the LOTR trilogy written backwards only Frodo is called Froggo and the sky's color is purple and instead of beer everybody drinks the Swedish drink Trocadero.

    You'll also get the answers to every question that can be asked in text and you'll get a detailed explanation of your life that's correct down to every little detail.

    Mind you you'll get everything in between as well :P

    Be the first to post a comment

  • The "Ultimate" Video Game

    Published Sunday 31st of May 2009

    I've owned a PS3 for about a year now and even though there are some really fucking wicked games for the console there hasn't been one yet that I would consider ultimate.

    It's a little like with mobile phones. One comes with an Mp3-player but another comes with FM-radio. One has DivX-support but one YouTube-support.

    I want a mix of all the best games put together in one massive, ultimate video game.

    Be the first to post a comment

Random jQuery Plug-ins

  • Center

    This little pluggy centers an element on the screen using either fixed or absolute positioning. Can be used to display messages, pop up images etc.

    Details

  • Max Length Form Controls

    Gives form-controls with a 'maxlength-XXX'-class a max-length and prohibits user from entering more than set amount. It also displays number of charac...

    Details

  • Content Scroller

    Use this plug-in to make a list of elements only show one at a time and every now and then scroll to the next one. The plug-in scrolls in infinty, sta...

    Details

More Plug-ins

Recent Comments

  1. Andreas on "SleekPHP User Handling"

    Thank you for showing interest :) Were the docs en...

  2. ciptard on "SleekPHP User Handling"

    Ok, thank you

  3. Andreas on "SleekPHP User Handling"

    I might write a "getting started" article for Slee...

Page cached. Loaded in: 0.0103 second(s).
Last DB change: 2012-02-04 08:04:40
Last file change: 2011-10-03 07:42:35
Cache created: 2012-02-04 12:59:07