Search found 120 matches
- Wed Feb 24, 2010 2:55 pm
- Forum: Programming Discussion
- Topic: NerdKits
- Replies: 11
- Views: 2037
Re: NerdKits
If I do one of those Buckit things, are there 3 other people that: want one and have the money for it?
- Tue Feb 23, 2010 8:31 pm
- Forum: Programming Discussion
- Topic: NerdKits
- Replies: 11
- Views: 2037
Re: NerdKits
I can't get there :( says I'm banned lol? I've never been to that site in my entire life... I'll ask the owner when I see him online. EDIT: I chatted with him a little while ago and he said: "We had tons of spam attacks at one point, so there's lots and lots of ban filters in place at the mome...
- Tue Feb 23, 2010 5:11 pm
- Forum: Programming Discussion
- Topic: NerdKits
- Replies: 11
- Views: 2037
Re: NerdKits
@LeonBlade: That's pretty cool. You should have a look at this one. :) I saw someone make a processor with that program. They dont ship at that price outside of the US do they? Here is their shipping rates in USD: United States - Priority - $4.85 Canada/Mexico - Economy - $10.63 Canada/Mexico - Prio...
- Tue Feb 23, 2010 12:36 am
- Forum: Programming Discussion
- Topic: NerdKits
- Replies: 11
- Views: 2037
NerdKits
Anyone else seen this yet? http://www.nerdkits.com/ It isn't cheap at $85 with shipping, but you can get one cheaper if at least 4 people want one. http://www.nerdkits.com/buckits/ They even have videos on YouTube. I apologize if this looks like spam, but I want to help others to get into this stuff...
- Thu Feb 11, 2010 2:53 pm
- Forum: Current Events and Science/Technology
- Topic: meet Emily
- Replies: 22
- Views: 6469
Re: meet Emily
He wasn't calling you a necrophiliac. He was talking about you digging up a post from 2008.OmegaGDS wrote:Get your mind out of the gutter boy.dandymcgee wrote:Worthless necro.
- Fri Feb 05, 2010 1:03 pm
- Forum: General Gaming
- Topic: My Graphics Card = Fail
- Replies: 8
- Views: 2736
Re: My Graphics Card = Fail
I've done some digging for you:
Graphics Card Hierarchy Chart
Best PCIe Card: Under $80
Graphics Card Hierarchy Chart
Best PCIe Card: Under $80
Looks like you've made a good choice.Cooper wrote:Okay, i found this:
EVGA GeForce 9600 GSO
It looks very nice for some games on max and it is bout eh 80$.
- Tue Feb 02, 2010 9:16 pm
- Forum: General/Off-Topic
- Topic: Google Wave
- Replies: 9
- Views: 1740
Re: Google Wave
I just sent it you should have your account pretty soon.animangaman690 wrote:If you don't mind sending one my way jchill95@yahoo.com
thx
- Tue Feb 02, 2010 5:55 pm
- Forum: General/Off-Topic
- Topic: Google Wave
- Replies: 9
- Views: 1740
Re: Google Wave
You should have one now.
- Tue Jan 19, 2010 3:04 pm
- Forum: Current Events and Science/Technology
- Topic: Media tries to linch game industry with its own intestines.
- Replies: 48
- Views: 9921
Re: Media tries to linch game industry with its own intestines.
Someone has. Monday, June 20, 2005lotios611 wrote:Just a quick question. Has anyone else never heard of "Playstation Pornable" before now?
The news stations are not often up to date with technology.
- Tue Jan 19, 2010 1:25 pm
- Forum: Programming Discussion
- Topic: [SOLVED]C++ Inherit help
- Replies: 10
- Views: 1642
Re: C++ Inherit help
Here's the simplest example of polymorphism I could come up with: #include <iostream> class Animal { public: virtual void Speak() = 0; }; class Duck : public Animal { public: void Speak() { std::cout << "Quack!\n"; } }; class Dog : public Animal { public: void Speak() { std::cout << "...
- Sun Jan 17, 2010 4:43 pm
- Forum: Programming Discussion
- Topic: [SOLVED]C++ Inherit help
- Replies: 10
- Views: 1642
Re: C++ Inherit help
class g_element { protected: int x, y; public: g_element(int _x, int _y){x = _x; y = _y;} void virtual Handle() = 0; void virtual Update() = 0; void virtual Draw() = 0; }; class g_button : public g_element { private: int w, h; public: g_button(int _x, int _y, int _w, int _h){x = _x; y = _y; w = _w;...
- Wed Jan 13, 2010 10:17 pm
- Forum: General/Off-Topic
- Topic: Staying Focused...
- Replies: 22
- Views: 2748
Re: Staying Focused...
Anyone here have some tips on keeping focus? For the past few years, I've been finding it hard to maintain my focus in anything, but lately it seems to be worse. I seem to 'space out' a lot in various things, like homework, programming, and anything else for that matter. Sometimes I could be solvin...
- Fri Jan 01, 2010 12:40 pm
- Forum: Game Development
- Topic: Best Console for a beginner to program on?
- Replies: 16
- Views: 2816
Re: Best Console for a beginner to program on?
Although, i would like to ask one question: would api's such as opengl, directx and sdl work on dreamcast? Or would i need a dreamcast-specific api. Go here. I would suggest getting code to work on an emulator first before trying with hardware, but you really shouldn't have too many problems either...
- Mon Dec 28, 2009 4:00 pm
- Forum: General/Off-Topic
- Topic: New Gaming PC
- Replies: 18
- Views: 2700
Re: New Gaming PC
err.. id just like to comment on the whole 32 bit 3 GB limit. this is a little right and a lotta wrong. yes, xp 32 bit has this issue(and some others). but there are many 32 bit MS os' that do not suffer from this, some of them can handle 128GB at 32 bit, and the 64 bit versions 2TB. i think even a...
- Sun Dec 27, 2009 2:24 pm
- Forum: General/Off-Topic
- Topic: New Gaming PC
- Replies: 18
- Views: 2700
Re: New Gaming PC
Read this: http://www.dansdata.com/askdan00015.htmTheFinalFanatic wrote:Plus, I'm pretty sure 32-bit handles 4GB of RAM.