Search results

  1. S

    Qt Interface: Call for Translations

    Hey all, I recently (yesterday/tonight :)) added support for translations to the Qt4 interface. I will add any contributed translations to the next release. Here is how to produce translations if you're interested. 1) Check out the translation directory from svn svn co --username mupen64...
  2. S

    Announcing Soitin

    This has very little to do with emulation, but if you are in the market for a simple media player I just released a new one. Link to blog post. Although I have only tried on Linux so far, the same source should work just fine on Windows and OS X.
  3. S

    Weird bugs you have encountered

    So I was implementing drag and drop in a Qt widget today. This worked. print "original:", addresses raw = str(pickle.dumps(addresses)) bytes = QByteArray.fromRawData(raw) print "unpickled before drag:", pickle.loads(str(bytes)) This resulted in a backtrace. print "original:", addresses raw...
  4. S

    Meesa goesa nowsa

    [/jar jar] Well yeah, I'll be away for 6 months starting tomorrow. Fucking mandatory army bullshit. :yucky:
  5. S

    Linux is sooooooooooooooo hard to use

    Ok sometimes it is, but this still made me laugh: http://blogs.gnome.org/view/zucchi/2005/06/20/0 BTW, gnome sucks ;)
  6. S

    Assembler websites?

    Hi all, I have some routines I think can benefit from some low-level optimization, specifically vector dot and cross product functions and a few image filters. Are there any good web resources for this? Specifically also looking for some MMX/3dnow/SSE info.
  7. S

    Trouble searching

    Lately whenever I log in and hit the new posts link I get this message: Sorry - no matches. Please try some different terms. Please fix ktnx, getting annoyed.
  8. S

    Blarghl

    Haw. I are back from Germany. The weed was good. The girls were nice. 2fast4u was crazy in bed. Hi all.
  9. S

    Radeon "coding"

    01:25 <@Radeon> sigh i should be coming :/ 01:25 <@Slougi> roflmao 01:25 <@Radeon> shit 01:25 <@Radeon> coding 01:25 <@Radeon> damn you slougi
  10. S

    Threads (Posix)

    Does anyone know of a good online guide to posix threads? I have found a few, but none of them cover the subject in any depth. Also if anyone knows any good books please post :)
  11. S

    Married a virgin lately?

    A lawyer married a woman who had previously divorced ten husbands. On their wedding night, she told her new husband, "Please be gentle, I'm still a virgin." "What?" said the puzzled groom. "How can that be if you've been married ten times?" "Well, Husband #1 was a sales representative; he kept...
  12. S

    They found water on Mars!

    Finally, after all those millions of dollars :D
  13. S

    A sailor's story.

    A young woman in Toronto was so depressed that she decided to end her life by throwing herself into Lake Ontario. She went down to the docks and was about to leap into the frigid water when a handsome young sailor saw her tottering on the edge of the pier, crying. He took pity on her and said...
  14. S

    Pokez

    Muhahahaha :devil: /me is back from the dead with überfast 10/10 internet connection + own apartment :P Just have to advertize this some more :D
  15. S

    Doctor in the house?...........

    A dad walks into a market with his young son. The kid is holding a quarter. Suddenly, the boy starts choking, going blue in the face. The dad realizes the boy has swallowed the quarter and starts panicking , shouting for help. A well dressed, attractive, but serious looking woman in a blue...
  16. S

    Math Question

    I know this one is easy, it is just somehow escaping me atm (I blame summer holidays!). If someone could help me I'd be grateful. In the parallelogram OABC, OA = a, OC = c, and M is a point on the line segment AB such that AM : MP = 2 : 3. OM meets AC at the point P. (a) Find an expression for...
  17. S

    Hardcore

    :D
  18. S

    The wonders of rewrites...

    Before: char *parsecpu() { /*parse /proc/cpuinfo to get cpu model and Mhz*/ FILE *cpu=getfile("/proc/cpuinfo", "r"); char *buffer2=getmem(50); char *buffer3=getmem(50); char *buffer1=lineget(5, cpu); strcpy(buffer2, buffer1+13); buffer1=lineget(7, cpu); strcpy(buffer3...
  19. S

    A Warmonger Explains War To A Peacenik

    PeaceNik: Why did you say we are we invading Iraq? WarMonger: We are invading Iraq because it is in violation of security council resolution 1441. A country cannot be allowed to violate security council resolutions. PN: But I thought many of our allies, including Israel, were in violation of...

Top