Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
I

icemclean

@icemclean
About
Posts
10
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Will Windows 8 kill win32 API?
    I icemclean

    I'd say that I prefer my tiled surfaces, but somehow that seems...inappropriate ;)

    The Lounge json question

  • Will Windows 8 kill win32 API?
    I icemclean

    The same thing that's "fancy and modern" about steel and glass kitchens. The materials have been there for a while but now, the 'industrial minimalism' look is in ;)

    The Lounge json question

  • A Worse Class of Spam
    I icemclean

    Bloody hell, £389 ($610)/GB? Please tell me that someone has misplaced the decimal point here!

    The Lounge

  • A Worse Class of Spam
    I icemclean

    That's just it though - it almost feels too simple ;)

    Quote:

    Perhaps if we all spammed the spammers they might get the message(s).

    Aha, see what you did there :)

    The Lounge

  • A Worse Class of Spam
    I icemclean

    That, or Apple wrote your spam filter. "C++? Pfft - far too high-level. You will use Obj-C!" It's just trying to stop you from falling in with the wrong crowd ;)

    The Lounge

  • A Worse Class of Spam
    I icemclean

    Nah, I think all this olympic-related net traffic is swamping the connection. Africa's still on 56.6 kbps. =P

    The Lounge

  • A Worse Class of Spam
    I icemclean

    Just browsing through my email, I've realised just how much spam gets on my nerves. Not because I've been sent unsolicited fraudulent mail, but because the link that I'm supposed to click contains my email address and first name passed as GET parameters, as if I wouldn't be able to manipulate that. I get the feeling that anyone with style would have found a way to pass it as a POST parameter. Or maybe I just get a lower class of spam than everyone else. I'm wondering whether or not it's odd that I'm not particularly annoyed by the spam on principle, but more that I'm disappointed by the standard of spam I get =P

    The Lounge

  • Ugliest website candidate?
    I icemclean

    Try http://www.mcspotlight.org.

    The Lounge com design question

  • Why is VB being forsaken?
    I icemclean

    Oh, sod it all, let's just use Python :D

    The Lounge csharp learning c++ dotnet

  • Python Threading.Timer Executes Immediately
    I icemclean

    Hi there, I'm writing a small(ish) Python app that is designed to play a list of sounds. Ever seen QLab? A bit like that. The problem I have is this: I have a threading.Timer that (at the moment) prints to the console that a sound has finished playing - it will change the UI, eventually, but the printout is all I need for now - but the timer does not wait until the interval is complete before it fires the function. Code:

    playout_1_timer = threading.Timer(10.0,musicDone)
    playout_1_timer.start()

    def musicDone():
    print "Music finished playing"

    However, the timer does not wait the 10 seconds as it should, and calls musicDone as soon as .start() is called. What's going on? Thanks, icemclean

    Linux, Apache, MySQL, PHP python design help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups