Search:

Type: Posts; User: Drewpee

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: Hi Folks

    by Drewpee
    Replies
    0
    Views
    1,866

    Hi Folks

    Wow, its been a while. Looks like my last post was 03!
    I guess life got in the way...
    Any of the old timers still around?
    What happened to Flashdaddee's site? I cant find it.
  2. Replies
    8
    Views
    2,670

    Have a look at: ...

    Have a look at:

    http://flightprojects.msfc.nasa.gov/fd02_elev.html

    and

    http://www.space.com/businesstechnology/technology/space_elevator_020327-1.html

    This was attempted using the space...
  3. Replies
    14
    Views
    3,250

    Do #1 I got dropped on a project writing SQL...

    Do #1
    I got dropped on a project writing SQL Server 2000 communications via SQLOLEDB provider in C++. Its actually pretty neat what you can do with it. I hadn't done any thing like this prior, so I...
  4. Replies
    17
    Views
    4,261

    McGuyver could build a Trojan out of Duct Tape...

    McGuyver could build a Trojan out of Duct Tape and Bubble Gum.

    hth
  5. Thread: password

    by Drewpee
    Replies
    17
    Views
    4,648

    Is that a shiny piece of metal over there? I...

    Is that a shiny piece of metal over there?

    I better have a look... :)
  6. Replies
    11
    Views
    2,555

    Sorry DA, >Socket 7... Its a processor -...

    Sorry DA,

    >Socket 7...

    Its a processor - motherboard interface architecture that was used by the Pentium AMD and Cyrix chips. Fairly common, big square chip with a bunch on pins on the bottom....
  7. Replies
    4
    Views
    2,881

    I doubt it's possible, you generally need a dual...

    I doubt it's possible, you generally need a dual head video card or two video cards. If it is possible (I don't know about your comp in particular), in Win2K, XP, go to desktop->properties and select...
  8. Replies
    61
    Views
    11,070

    For me, drive slowly in front of me. That works...

    For me, drive slowly in front of me. That works great if you want a bumper full of pickup truck.... Yeah just try it fun-boy.
  9. Thread: HD on IDE 2

    by Drewpee
    Replies
    3
    Views
    2,972

    >I believe that IDE 0 is called the master for a...

    >I believe that IDE 0 is called the master for a reason
    Sorry I meant to say:
    I believe that IDE 0 is called the primary IDE for a reason

    I couldn't edit it, whoops.
  10. Thread: HD on IDE 2

    by Drewpee
    Replies
    3
    Views
    2,972

    I believe that IDE 0 is called the master for a...

    I believe that IDE 0 is called the master for a reason. Not really sure why, but it must have something to with your memory controller, etc... It'll probably work, but you might take a performance...
  11. Replies
    14
    Views
    3,029

    I read you Adrian... That's why I drive a pickup...

    I read you Adrian...
    That's why I drive a pickup truck. She can put what ever the hell she wants in there... :)
  12. Thread: Flashdaddee

    by Drewpee
    Replies
    67
    Views
    11,749

    >(i am becoming obsessed with the squirrel thing)...

    >(i am becoming obsessed with the squirrel thing)

    Oh Bassy,
    Squirrells are sooo last month. It's March now, I've got my eyes on the lemming and emu, they're real up and comers. :)
  13. Thread: Flashdaddee

    by Drewpee
    Replies
    67
    Views
    11,749

    Ken: >The religion was last seen evolving into...

    Ken:
    >The religion was last seen evolving into an autonomous intelligence that has since declared itself independent and is engaged in border disputes with Freedonia that may well escalate into a...
  14. Replies
    27
    Views
    5,358

    Happy birthday! Only 4 years and 364 days till...

    Happy birthday!

    Only 4 years and 364 days till you're a quarter century.
  15. Thread: Flashdaddee

    by Drewpee
    Replies
    67
    Views
    11,749

    I was away most of the weekend, didn't get to see...

    I was away most of the weekend, didn't get to see many comments on my 'Internet Dilating Time' thread. I can only presume it diverted to religion and Squirrells in the two days since I looked last. ...
  16. Thread: Flashdaddee

    by Drewpee
    Replies
    67
    Views
    11,749

    Damn, I make one Goat and Squirrell comment and...

    Damn, I make one Goat and Squirrell comment and it all gets blown out of proportion...
    Anybody wonder why they cloned Dolly the sheep first?
    he he he.
  17. That was me, stupid page logged me out when I...

    That was me, stupid page logged me out when I preveiwed my post. It's a problem with our works' intranet I beleive.
  18. Replies
    12
    Views
    3,059

    Umm... Govt, It works on mine, just use a...

    Umm... Govt,
    It works on mine, just use a little cut 'n paste.
    Persistence always pays off :)
  19. Replies
    3
    Views
    8,999

    I have my solution, if anyone is interested. I...

    I have my solution, if anyone is interested. I can't beleive I missed it in the help files...

    CString hex_str = "0x776FFE53B2";

    __int64 bigint;

    sscanf(( LPCTSTR )hex_str, "%I64X", &bigint );...
  20. Replies
    4
    Views
    2,619

    If the original white stuff looked like a piece...

    If the original white stuff looked like a piece of sticky tape that came already on the bottom of the heatsink, don't try to take it off, as your temps don't seem to be that bad. Removing that stuff...
  21. Thread: BOOL vs. bool?

    by Drewpee
    Replies
    3
    Views
    4,471

    Well, BOOL TRUE is acually an integer 1. FALSE...

    Well, BOOL TRUE is acually an integer 1. FALSE being 0.
    bool true is just that, true (similar for false) Problems can arise mixing BOOLs and bools together as information can be lost/take a...
  22. Replies
    3
    Views
    8,999

    Thanks Sorensen, I don't have MSVC.Net. I tried...

    Thanks Sorensen,
    I don't have MSVC.Net.
    I tried that with VC++6, no luck. I guess I'll keep looking, or write it myself, (I have a sneaking suspicion I'd be reinventing the wheel thouh)
  23. Replies
    3
    Views
    8,999

    ASCII hex string to __int64

    Hello,
    I have CString holding an ASCII hex number.
    ie:
    CString hex_number = "0x0C127D83";

    I want to convert this to an __int64.

    I've seen _atoi64(), but that only does base 10 conversions....
  24. Thread: wondering

    by Drewpee
    Replies
    35
    Views
    7,126

    If xlordt is trying to argue the relative merits...

    If xlordt is trying to argue the relative merits of posting in 733t wurdz versus using real-live English, maybe someone should tell him he's brought a slingshot to a gunfight.
    Oops, I guess I just...
  25. Replies
    19
    Views
    5,453

    My record was 55 hours while driving a snowplow...

    My record was 55 hours while driving a snowplow about 3 years ago. I dozed off for a sec after 33 hours and almost creamed a little hatchback, I was WIDE awake for 20 hours after that!
    Kinda makes...
Results 1 to 25 of 107
Page 1 of 5 1 2 3 4