Results 1 to 22 of 22

Thread: Wow!!!

  1. #1

    Thread Starter
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    Wow!!!

    Amazing, find this on the web somewhere

    "cdnuolt blveiee taht I cluod aulaclty uesdnatnrd waht I was rdanieg.
    The phaonmneal pweor of the hmuan mnid, aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer in waht oredr the ltteers in a wrod are, the olny iprmoatnt tihng is taht the frist and lsat ltteer be in the rghit pclae. The rset can be a taotl mses and you can sitll raed it wouthit a porbelm. Tihs is bcuseae the huamn mnid deos not raed ervey lteter by istlef, but the wrod as a wlohe. Amzanig huh? yaeh and I awlyas tghuhot slpeling was ipmorantt!"

  2. #2
    Hyperactive Member ..:RUDI:..'s Avatar
    Join Date
    Aug 2005
    Location
    Yorkshire, England! c0d: Da Vinci
    Posts
    344

    Re: Wow!!!

    I KNOW that you did this to take the mick!



    My Personal Home | MageBB Home | Elders Online
    Yes, Noteme is my father.

  3. #3
    Frenzied Member Andrew G's Avatar
    Join Date
    Nov 2005
    Location
    Sydney
    Posts
    1,587

    Re: Wow!!!

    Product of being bored

    Code:
    txt = InputBox("Type some stuff")
    
    Randomize
    
    Dim word() As String
    Dim prts() As String
    Dim usedletters As String
    
    prts = Split(txt, " ")
    
    For x = 0 To UBound(prts)
    
    redo:
    
        usedletters = ""
        ReDim word(1 To Len(prts(x)))
        For y = 1 To Len(prts(x))
            word(y) = Mid(prts(x), y, 1)
        Next
        
    
            While Not num >= Len(prts(x))
                letternum = Int((Len(prts(x))) * Rnd + 1)
                If InStr(1, usedletters, letternum & ",") = 0 Then
                    usedletters = usedletters & letternum & ","
                    currentword = currentword & word(letternum)
                    num = num + 1
                End If
            Wend
            num = 0
    
        If currentword = prts(x) Then
            GoTo redo
        End If
        
        finaltext = finaltext & " " & currentword
        currentword = ""
    Next
    
    MsgBox Trim(finaltext)

  4. #4
    PowerPoster jcis's Avatar
    Join Date
    Jan 2003
    Location
    Argentina
    Posts
    4,430

    Re: Wow!!!

    So, you're in the same mail list than CVMichael

  5. #5
    PowerPoster
    Join Date
    Feb 2002
    Location
    Canada, Toronto
    Posts
    5,803

    Re: Wow!!!

    Quote Originally Posted by Andrew G
    Product of being bored

    Code:
    txt = InputBox("Type some stuff")
    
    Randomize
    ..............
    .............
    MsgBox Trim(finaltext)
    Your late !
    http://www.vbforums.com/showpost.php...5&postcount=13

    And guys, STOP COPYING ME !

  6. #6
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Wow!!!

    This is the 5th time this has been posted....

  7. #7

    Thread Starter
    Frenzied Member I_Love_My_Vans's Avatar
    Join Date
    Jan 2005
    Location
    In the PHP compiler
    Posts
    1,275

    Re: Wow!!!

    Quote Originally Posted by NoteMe
    This is the 5th time this has been posted....
    Dont make me post it again

  8. #8
    Fanatic Member space_monkey's Avatar
    Join Date
    Apr 2005
    Location
    神と歩くこと
    Posts
    573

    Re: Wow!!!

    meow
    Using VB6 or VB.net 2008 with .net 3.5
    "Life... death... either way I'll be confined to a small cubicle!" - Hermes Conrad

  9. #9
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Re: Wow!!!

    Yes.
    Zeegnahtuer?

  10. #10
    Fanatic Member dark_shadow's Avatar
    Join Date
    Feb 2005
    Location
    Igloo
    Posts
    900

    Re: Wow!!!

    *poke*

  11. #11
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Re: Wow!!!

    Quote Originally Posted by dark_shadow
    *poke*
    Stop poking me damnit.
    Zeegnahtuer?

  12. #12
    Fanatic Member dark_shadow's Avatar
    Join Date
    Feb 2005
    Location
    Igloo
    Posts
    900

    Re: Wow!!!

    it wsa not me it was the one armed man

  13. #13
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Wow!!!

    Quote Originally Posted by dark_shadow
    it wsa [hl]notme[/he] it was the one armed man


    NOOOOOOOOOOOOOOO


    it was NotMe.....don't blame it on NotMe....

  14. #14
    Fanatic Member dark_shadow's Avatar
    Join Date
    Feb 2005
    Location
    Igloo
    Posts
    900

    Re: Wow!!!

    fine it was NoteMe !!! get him

  15. #15
    Hyperactive Member ..:RUDI:..'s Avatar
    Join Date
    Aug 2005
    Location
    Yorkshire, England! c0d: Da Vinci
    Posts
    344

    Re: Wow!!!

    *pokes Noteme*, and will he please give me his MSN Address



    My Personal Home | MageBB Home | Elders Online
    Yes, Noteme is my father.

  16. #16

  17. #17
    Hyperactive Member ..:RUDI:..'s Avatar
    Join Date
    Aug 2005
    Location
    Yorkshire, England! c0d: Da Vinci
    Posts
    344

    Re: Wow!!!

    yes, Welcome to Visual Basic Forums DakDarie.



    My Personal Home | MageBB Home | Elders Online
    Yes, Noteme is my father.

  18. #18

  19. #19
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Wow!!!

    By the way, without this trick of the human mind, nobody would understand Noteme.

    .......now that I think about it.......even WITH this trick of the human mind.........
    My usual boring signature: Nothing

  20. #20
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Wow!!!

    It is after I read that article I stoped completly caring about my spelling. I don't think that is a good idea. Since all mails and written reports at work have to be English. But then again. I'll blame it on me techincaly beeing a student from a "I know nothing" country...


    My MSN handle for those who care is haroldlloyd25(a)hotmail(dot)com . Don't ask me why, and don't spam me. Just be kind to me on MSN, because I get into enough trouble on my own...Now let me sleep in peace and dream about guys on guys...

  21. #21
    PowerPoster
    Join Date
    Aug 2005
    Location
    College Station, TX
    Posts
    4,521

    Re: Wow!!!

    Weeeeeird. I was actually impressed! I think im going to post this on my blog (yes I am a lame blogger and am in desperate need of material) Along with a link to it...

  22. #22
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Wow!!!

    Remember to quoate 9999 of my posts in your blog entry...and then post a link to your blog here...so I can find it...am I too spaced out right now to find it anyway...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width