Thread: A time for vigilance!

  1. #1
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708

    Talking A time for vigilance!

    We can't just stand by and let this happen, can we?!
    Last edited by Sebastiani; 02-11-2011 at 12:59 PM. Reason: ...
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    in lee, florida, craig grant trains his 650 cats to take over america's government, law enforcement and failing schools.


    sorry, videos are not currently available in your country

  3. #3
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Quote Originally Posted by Fordy View Post




    Damn. I'll see if I can find a link to the video elsewhere (or maybe even post it here as an attachment)...
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  4. #4
    'Allo, 'Allo, Allo
    Join Date
    Apr 2008
    Posts
    639
    in lee, florida, craig grant trains his 650 cats to take over america's government, law enforcement and failing schools.
    Tough break, Lee must've done something real bad if his friend turned him into a cattery. I hope he doesn't let them get too big though, I hate to see fatcats in government

    Unfortunately for you, I'm here all week. Try the bisque, it's lovely.

  5. #5
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Argh! Tried to use curl to pull the video at http://media.mtvnservices.com/player...ion.com:369694, but I couldn't open the file with my flash player, for some reason. I'll keep looking, tho...
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  6. #6
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Quote Originally Posted by Sebastiani View Post
    Argh! Tried to use curl to pull the video at http://media.mtvnservices.com/player...ion.com:369694, but I couldn't open the file with my flash player, for some reason. I'll keep looking, tho...

    Don't worry. My mental image of hundreds of feline infiltrators being trained to usurp power over the US is entertaining enough.

  7. #7
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    +2

  8. #8
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by Fordy View Post
    Don't worry. My mental image of hundreds of feline infiltrators being trained to usurp power over the US is entertaining enough.
    Meeeeow.... "Vote for me or I will scratch your eyes out!"

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help fast
    By blackice in forum C Programming
    Replies: 2
    Last Post: 01-31-2011, 01:19 PM
  2. Partition and scheduling HW/SW help!
    By thangdc01_02 in forum C++ Programming
    Replies: 3
    Last Post: 11-18-2010, 02:07 PM
  3. How to get current time
    By tsubasa in forum C Programming
    Replies: 3
    Last Post: 05-01-2009, 02:03 AM
  4. Is this really true or it's just science fiction?
    By Nutshell in forum A Brief History of Cprogramming.com
    Replies: 145
    Last Post: 04-09-2002, 06:17 PM
  5. time class
    By Unregistered in forum C++ Programming
    Replies: 1
    Last Post: 12-11-2001, 10:12 PM