Recent content by GMaximus

  1. G

    ewiz has 1GB USB 2.0 Flash Drive for 25.95

    Wow, they have a 2 GB Aluminum w/ the same transfer rates as the 1 GB plastic for $50! The prices of these things have really dropped..
  2. G

    Buffalo 1TB/gigabit NAS/RAID Terastation $740

    I wish they wouldn't advertise it as a Terastation since to get anywhere near 1 TB of space you would need to run RAID-0. Running a ~900+ GB 4-drive RAID-0 array is asking for trouble. Thats a whole mess of data to lose.
  3. G

    Samsung ML-2010 Compact Personal Laser Printer $69.99AR

    Got this printer via Newegg, its awesome. Im still amazed at how fast it prints out pages, once it gets started its like a continuous stream of paper getting spit out.
  4. G

    Acer 19" LCD Monitor 12ms -- $199 AR

    I purchased an Acer 17" ~6 months ago and I had to return it due to terrible color banding. It looked like the thing was running in 16-bit color. Hopefully the quality has improved.
  5. G

    Interviewed at Google, here are GOOGLE INTERVIEW QUESTIONS.

    Wow, I'm impressed that these questions seem do-able by any CS grad who actually put a good amount of effort into his/her education. I was expecting questions that I would look at and go ".....WTF??"
  6. G

    Maxtor 300 GB PATA and SATA Hard Drive at Bayarea Fry's and Outpost (plus shipping) 89.99 Out the Door - No Rebates

    Frys in Palo Alto has at least 5 of both when I was there, but they are selling fast.
  7. G

    Maxtor 300GB SATA $89.99 no rebates Fry's

    Oh man, this is perfect for the server I want to build in a month or so. Hope this deal returns around Xmas!
  8. G

    just got back from wallmart!!got one hp laptop,The laptop ring out at $378.00

    I don't understand why people go crazy over any of this stuff. I mean its awesome deals and awesome stuff, but its just stuff. Not worth getting into some of the brawls I've been reading about in the news. Some of the people out there need to calm the hell down. (Directed at those idiots on...
  9. G

    How to avoid circular #includes in C/C++?

    There doesn't seem to be a way to fix this in C. I simply put the type declarations in both ADTs in another file and had both ADTs #Include that.
  10. G

    How to avoid circular #includes in C/C++?

    I've tried that, but then the types defined in ADT A's header file aren't recognized in ADT B's header file, and vice-versa.
  11. G

    How to avoid circular #includes in C/C++?

    I have already done that :) One source of confusion is should the #includes be inside or outside the #define statement?
  12. G

    How to avoid circular #includes in C/C++?

    I have two ADTs, let's call them A and B. A includes B's header file, and vice-versa. I'm getting a buttload of compile errors and was wondering how to remedy this? Any help would be much appreciated!
  13. G

    Buffalo 1TB NAS - $799 FREE SHIP!!!!!!

    Yes, thats the kicker. I'm really thinking of building something similar soon, ~3->5 200+ GB SATA drives in an old dual p3-800 or p3 1 GHZ system with an SATA card, linux and software RAID. I'd buy this in a second if I had the money though. [edit] - It's only ~700 GB after formatting &...
  14. G

    What package is 'makedepend' a part of in Fedora Core 4?

    Just tried that and got 'no matches found'
  15. G

    What package is 'makedepend' a part of in Fedora Core 4?

    Tried both of them before posting. I did a locate and it's not found, and also did a 'yum list' and no 'makedepend' package showed up.