Search:

Type: Posts; User: *ClownPimp*

Page 1 of 20 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    3,565

    Disable hyperthreading no bios setting

    I need to disable hyperthreading but my bios has no option to do so. There must be a registry setting or something to accomplish this, seeing as windows XP has to take special action to benifit from...
  2. Replies
    2
    Views
    1,146

    Thanks salem! I did a search but couldnt remember...

    Thanks salem! I did a search but couldnt remember the word "depencency" haha.
  3. Replies
    2
    Views
    1,146

    viewing .exe .dll linkage info

    I have a dll and I want to see exactly what runtime libraries its trying to link to. What program can accomplish this?
  4. Recursion in general should be avoided on linked...

    Recursion in general should be avoided on linked lists since the stack will grow O(n) and it takes longer when a simple loop will suffice. In this case I'm sure it won't matter though.
  5. Replies
    7
    Views
    19,436

    Thanks sang. I actually did try that within the...

    Thanks sang. I actually did try that within the context of my actual program and it didnt work lol. Must have been some weird bug. Thanks for your input guys.
  6. Replies
    7
    Views
    19,436

    well its implemented as a heap so reading from...

    well its implemented as a heap so reading from the other end wont be in any particular order
  7. Replies
    7
    Views
    19,436

    STL min priority queue?

    There is a priority_queue object in stl that gives you a max priority queue but I cant figure out how to get a min queue out of it. I defined my own compare object as im using objects for the...
  8. Replies
    15
    Views
    8,657

    There are not replacements for oil. A true...

    There are not replacements for oil. A true replacement for oil will need to be (nearly) as energy efficient as oil is. There are none. There are plenty of promising technologies but none of them are...
  9. Replies
    1
    Views
    2,623

    calendar program for linux

    I'm looking for a nice calendar program for linux, basically a rainlendar equivalent. Its main feature would be a persistent calendar display on your desktop (underneath other application windows)...
  10. Replies
    25
    Views
    5,686

    Good point :P (doesnt play poker) edit: ...

    Good point :P

    (doesnt play poker)

    edit:

    > I think you've got suits confused with the numbers of the card.

    doh... one of my worst brain farts to date :P
  11. Replies
    25
    Views
    5,686

    Maybe I didnt write it out clearly enough...

    Maybe I didnt write it out clearly enough hehe....

    >Then, the third card cant match the suit of the other cards because then you would have a full house

    You have two cards be begin with, your...
  12. Replies
    25
    Views
    5,686

    Let me take a crack at this... Sang-drax has...

    Let me take a crack at this...

    Sang-drax has the right answer, but its not so obvious why its the right answer.

    Break the cards into three sets, one set of three, call it X, with the cards...
  13. Poll: That happened to me a few years ago. Out of...

    That happened to me a few years ago. Out of nowhere I started getting 50 spam messages a day. I searched google for my email address and there it was in plain sight :(. That went on for a couple of...
  14. Replies
    43
    Views
    6,224

    Woops, just saw this today, havent been paying...

    Woops, just saw this today, havent been paying attention :p

    Entrys for Hard and Hard 2 submitted.

    I feel stupid for not knowing the equation solution :mad:
  15. Replies
    20
    Views
    5,916

    I dont really like fast chess, mainly cause i...

    I dont really like fast chess, mainly cause i dont play enough and i have to think my moves through, but im in :]
  16. Replies
    10
    Views
    2,118

    >output[inputsize] = '\0'; // Do i need this? ...

    >output[inputsize] = '\0'; // Do i need this?

    Where does 'inputsize' come from? Im guessing in this line your writing past the end of the buffer allocated for output buffer, which would explain...
  17. Replies
    63
    Views
    12,617

    Al Sharpton as usual lol

    Al Sharpton as usual lol
  18. Replies
    8
    Views
    1,582

    If I remember correctly, the 100TB disks use an...

    If I remember correctly, the 100TB disks use an entirely different technology than the 1TB dvd disks. The 1TB disks have a projected price range of about the cost of dvds today while the 100 TB disks...
  19. Replies
    6
    Views
    1,970

    Thanks waldo, that worked. I did try to move it...

    Thanks waldo, that worked. I did try to move it at first but it was in there really tight and I didnt want to push too hard for fear of breaking something
  20. Replies
    6
    Views
    1,970

    no, at least not any way that i know how. I tried...

    no, at least not any way that i know how. I tried just about everything to move it but no luck.
  21. Replies
    6
    Views
    1,970

    problems installing graphics card

    bought a new computer with an agp 8x/4x slot and a geforce fx 5200 card but the damn card wont fit into the slot. The box of the card says compatible with agp 2.0 and 3.0 so I would think everything...
  22. Thread: endianness

    by *ClownPimp*
    Replies
    4
    Views
    2,707

    Endianness doesnt concern individual bits, it...

    Endianness doesnt concern individual bits, it affects bytes as a whole. So when you print out the individual bits in order from 0 - 31 you will get them in that order no matter what the endian of the...
  23. Replies
    4
    Views
    1,391

    Ok I checked the event log and saw something...

    Ok I checked the event log and saw something suspicious 'Dns client hung on starting.' Then I found out that the dns service wasnt necessary so I turned it to manual. That did the trick. I went from...
  24. Replies
    4
    Views
    1,391

    nope, no local network.

    nope, no local network.
  25. Replies
    4
    Views
    1,391

    windows 2000 logon problems

    Recently my computer has started to hang when I try to log on to my desktop. After i type in my username, my desktop begins to load and then halts for like 3 minutes with little bursts of activity...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4