• Login
  • Register
  • Login Register
    Login
    Username:
    Password:
  • Home
  • Members
  • Team
  • Help
User Links
  • Login
  • Register
  • Login Register
    Login
    Username:
    Password:

    Quick Links Home Members Team Help
    Tendo City Tendo City: Metropolitan District Ramble City The Daily WTF

     
    • 0 Vote(s) - 0 Average
    The Daily WTF
    Dark Jaguar
    Offline

    Administrator

    Posts: 19,628
    Threads: 1,572
    Joined: 10-12-1999
    #1
    10th July 2006, 1:07 PM
    http://thedailywtf.com/

    Behold unto some coder's lack of knowledge of existing features, and also just plain terrible code.

    [code]
    Function IsEven(N)
    Dim LastDigit
    LastDigit = int(N) mod 10
    IsEven = (LastDigit = 0) or (LastDigit = 2) or _
    (LastDigit = 4) or (LastDigit = 6) or (LastDigit = 8)
    End Function

    Function IsOdd(N)
    Dim LastDigit
    LastDigit = int(N) mod 10
    IsOdd = (LastDigit = 1) or (LastDigit = 3) or _
    (LastDigit = 5) or (LastDigit = 7) or (LastDigit = 9)
    End Function
    [/code]

    [code]
    enum Bool
    {
    True,
    False,
    FileNotFound
    };
    [/code]

    I think this is one of my new favorite web sites.
    "On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question." ~ Charles Babbage (1791-1871)
    Reply
    Reply
    « Next Oldest | Next Newest »

    Users browsing this thread:



    Messages In This Thread
    The Daily WTF - by Dark Jaguar - 10th July 2006, 1:07 PM
    The Daily WTF - by etoven - 10th July 2006, 2:20 PM
    The Daily WTF - by Weltall - 10th July 2006, 5:52 PM
    The Daily WTF - by Dark Jaguar - 10th July 2006, 6:03 PM
    The Daily WTF - by Weltall - 10th July 2006, 6:31 PM
    The Daily WTF - by Dark Jaguar - 10th July 2006, 6:38 PM
    The Daily WTF - by etoven - 10th July 2006, 7:01 PM
    The Daily WTF - by lazyfatbum - 10th July 2006, 8:25 PM
    The Daily WTF - by Private Hudson - 12th July 2006, 3:41 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Toven Solutions

    Home · Members · Team · Help · Contact

    408 Chapman St. Salem, Viriginia

    +1 540 4276896

    etoven@gmail.com

    About the company Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

    Linear Mode
    Threaded Mode