Thread: Having trouble deciding what avatar to use

  1. #1
    Banned ಠ_ಠ's Avatar
    Join Date
    Mar 2009
    Posts
    687

    Having trouble deciding what avatar to use

    what one do you think I should use?

    http://i694.photobucket.com/albums/v...5775051487.jpg
    ╔╗╔══╦╗
    ║║║╔╗║║
    ║╚╣╚╝║╚╗
    ╚═╩══╩═╝

  2. #2
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by ಠ_ಠ View Post
    what one do you think I should use?
    All of them.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  3. #3
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Quote Originally Posted by MK27 View Post
    All of them.
    Surely you could have done that cleaner, MK.
    Last edited by SlyMaelstrom; 06-23-2009 at 03:06 PM.
    Sent from my iPadŽ

  4. #4
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    I kind of fancy the one you've got now. At least I don't imagine that I'm hearing the theme music to Chris Angel's Mindfreak when I look at it, as I did with the last one you were using.
    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;
    }

  5. #5
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by SlyMaelstrom View Post
    Surely you could have done that cleaner, MK.
    You have your way and I have mine. So ha.

    For example, your suggestion seems based on crude, animalistic semblances and expressions (cute). Mine is more conceptual and high level (sub-liminal). Yours is like a TV commercial -- mine, opera.
    Last edited by MK27; 06-23-2009 at 03:30 PM.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  6. #6
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Quote Originally Posted by MK27 View Post
    You have your way and I have mine. So ha.

    For example, your suggestion seems based on crude, animalistic semblances and expressions (cute). Mine is more conceptual and high level (sub-liminal). Yours is like a TV commercial -- mine, opera.
    Easy to say after you clearly cleaned it up from when I made that comment.
    Sent from my iPadŽ

  7. #7
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    What about one of those ones with the balls on his face.
    "I am probably the laziest programmer on the planet, a fact with which anyone who has ever seen my code will agree." - esbo, 11/15/2008

    "the internet is a scary place to be thats why i dont use it much." - billet, 03/17/2010

  8. #8
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Quote Originally Posted by cpjust View Post
    What about one of those ones with the balls on his face.
    It's supposed to be a cat mouth. Tsk tsk...
    Sent from my iPadŽ

  9. #9
    and the hat of sweating
    Join Date
    Aug 2007
    Location
    Toronto, ON
    Posts
    3,545
    Quote Originally Posted by SlyMaelstrom View Post
    It's supposed to be a cat mouth. Tsk tsk...
    Ah, well it sure didn't look like it.
    "I am probably the laziest programmer on the planet, a fact with which anyone who has ever seen my code will agree." - esbo, 11/15/2008

    "the internet is a scary place to be thats why i dont use it much." - billet, 03/17/2010

  10. #10
    Banned ಠ_ಠ's Avatar
    Join Date
    Mar 2009
    Posts
    687
    Quote Originally Posted by cpjust View Post
    Ah, well it sure didn't look like it.
    yes it did >:3
    ╔╗╔══╦╗
    ║║║╔╗║║
    ║╚╣╚╝║╚╗
    ╚═╩══╩═╝

  11. #11
    Registered User hk_mp5kpdw's Avatar
    Join Date
    Jan 2002
    Location
    Northern Virginia/Washington DC Metropolitan Area
    Posts
    3,817
    Quote Originally Posted by cpjust View Post
    What about one of those ones with the balls on his face.
    Kinda reminded me of Peter Griffin's chin.
    "Owners of dogs will have noticed that, if you provide them with food and water and shelter and affection, they will think you are god. Whereas owners of cats are compelled to realize that, if you provide them with food and water and shelter and affection, they draw the conclusion that they are gods."
    -Christopher Hitchens

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 6
    Last Post: 01-03-2007, 03:02 PM
  2. Is it so trouble?
    By Yumin in forum Tech Board
    Replies: 4
    Last Post: 01-30-2006, 04:10 PM
  3. avatar question
    By GanglyLamb in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 11-17-2004, 05:05 PM
  4. My Avatar
    By kermi3 in forum A Brief History of Cprogramming.com
    Replies: 28
    Last Post: 11-14-2002, 03:27 AM