Forum: *nix Hardware Configuration Dec 23rd, 2006 |
| Replies: 1 Views: 1,998 Hi guys. I would love to install linux on my old ibm thinkpad (the a22e model). Anyways, i'm having a minor problem in that the cd drive doesn't work (I still have windows 98 going on it). Its... |
Forum: OS X Dec 20th, 2006 |
| Replies: 6 Views: 10,280 Still haven't reinstalled x11, but I tried to install kde. Got an error. Here it is:
Error: Target com.apple.fetch returned: fetch failed
Error: The following dependencies failed to build:... |
Forum: OS X Dec 19th, 2006 |
| Replies: 6 Views: 10,280 Thanks. I'm going to give that a try. In all my glory I've screwed up X11 by editing some files, so I have to reinstall that from my tiger disc tomorrow.
Let you know if i have any more... |
Forum: OS X Dec 18th, 2006 |
| Replies: 6 Views: 10,280 Hi guys. How would I go about installing the gnome desktop on my mac? I've got X11 running and all, but can't see to get it to work. Would someone care to give me some instructions on how to do... |
Forum: Game Development Dec 14th, 2006 |
| Replies: 6 Views: 5,959 Yeah, thats pretty much exactly what I was looking for. I learned a little bit of C/C++ but I should definetely read over the site you gave me to fill in the holes, and then go on to openGl.
... |
Forum: Computer Science Dec 14th, 2006 |
| Replies: 9 Views: 2,042 Thanks rashakil fol. That was the kind of thing I'm looking for. That seems like an interesting idea that will preoccupy me for a while. I think that my next CS class is using scheme (or a... |
Forum: Game Development Dec 13th, 2006 |
| Replies: 6 Views: 5,959 Hi guys. I'd like to learn how to make games. I'm on a mac, so I suppose I'd like to learn how to make it on a mac. I know java pretty darn well and I'm not to shabby in C++. I've also got a... |
Forum: Computer Science Dec 13th, 2006 |
| Replies: 9 Views: 2,042 Thanks for the idea. Sounds kinda boring (since I'm not gonna find much of anything faster that nlgn :) ). I'll look into that. We did a shorter version of that on my final exam for my last CS... |
Forum: Computer Science Dec 13th, 2006 |
| Replies: 9 Views: 2,042 Hi guys. I'm a highschool student taking computer science classes at dartmouth college. I was wondering if anyone had an research topics for me to look into. I know the general answer to this kind... |
Forum: Computer Science Dec 2nd, 2006 |
| Replies: 3 Views: 3,739 Thanks for the reply. I was able to figure it out by reading some other stuff online. |
Forum: Java Dec 1st, 2006 |
| Replies: 8 Views: 4,117 Yes, this is similar to my reply. Strings cannot be changed. Therefore to change a string you have to make a new one. You will have 2 different strings in the heap. |
Forum: HTML and CSS Nov 30th, 2006 |
| Replies: 7 Views: 4,658 Not quite clear what you are asking. From within a java applet, or just on a normal site? If just on a normal website here is my answer:
Have each file named number 1.html, 2.html etc. In... |
Forum: Java Nov 30th, 2006 |
| Replies: 8 Views: 4,117 Strings are immutable!!! That means they cannot be changed. When you run the line stack = item + stack you are making a new string that stack (the one in cons) references, yet the stack in the main... |
Forum: Computer Science Nov 30th, 2006 |
| Replies: 3 Views: 3,739 Hi guys. Gotta a CS exam coming up this sunday and I want to clarify the difference between bigO and theta notation. I know that bigO is the upperbound and it has a constant after which all running... |