Forum: Computer Science Jun 4th, 2006 |
| Replies: 3 Views: 3,074 It'd be tough to implement a custom algorithm, I think. You're best bet would be to find some third party/open source frameworks for P2P... |
Forum: Computer Science Mar 17th, 2006 |
| Replies: 5 Views: 3,655 I'll have to agree with Rashakil on this one. Math is extremely important. A few years back I would have told you that math is just worthless crap you will never use, but once you get into the more... |
Forum: Computer Science Jan 8th, 2006 |
| Replies: 1 Views: 1,656 What's there to lose? Go for it. If it doesn't work, then you know what not to do. I'd say writing software that has support of multiple platforms would increase your sales. I'm curious, what... |
Forum: Computer Science Nov 23rd, 2005 |
| Replies: 5 Views: 4,422 What do you mean you don't know what node to look at? |
Forum: Computer Science Nov 22nd, 2005 |
| Replies: 5 Views: 4,422 startsWith(String prefix)
endsWith(String postfix) |
Forum: Computer Science Nov 18th, 2005 |
| Replies: 5 Views: 4,971 Have you illustrated some of these ideas? It could help. |
Forum: Computer Science Nov 14th, 2005 |
| Replies: 7 Views: 12,615 There is no language called 'best'. That's the bottom line.
On a serious note, however, you can't get any easier than vb.net with visual studio. Of course, you might should listen to vegaseat. ... |
Forum: Computer Science Nov 12th, 2005 |
| Replies: 2 Views: 4,383 Pretty cool. I actually started writing a console connect four game in c++ this morning. I'm done with it, but it's only two player. Shortly I'll be working on it for human vs computer. |
Forum: Computer Science Oct 26th, 2005 |
| Replies: 4 Views: 1,870 Would you like me to write the whole thing for you? |
Forum: Computer Science Oct 22nd, 2005 |
| Replies: 6 Views: 2,963 |
Forum: Computer Science Sep 12th, 2005 |
| Replies: 4 Views: 3,825 I have a very basic solution:
Let's say you have a text field that supports 50 characters and your text is only 20 characters. You could get the text length, subtract that from the amount of... |
Forum: Computer Science Sep 1st, 2005 |
| Replies: 3 Views: 1,553 You could put some applets around your page I guess, but I think that'll have an opposite effect. If you want to make your bulletin board look better you can change colors and stuff like that... |
Forum: Computer Science Aug 30th, 2005 |
| Replies: 2 Views: 1,750 I'll do that for you if you do my pre cal homework. |
Forum: Computer Science Aug 5th, 2005 |
| Replies: 12 Views: 21,753 That REALLY sounds fun!
Sauce, do you know of anywhere to buy a nice robotics programming package? Possibly for C++? That sounds really fun, but I can't seem to find much. |
Forum: Computer Science Aug 5th, 2005 |
| Replies: 3 Views: 2,267 I made a fractal drawer once. You can see pictures of it on my website, but it's not very fast. |
Forum: Computer Science Jul 30th, 2005 |
| Replies: 5 Views: 1,645 |
Forum: Computer Science Jul 30th, 2005 |
| Replies: 6 Views: 2,920 Thank for the replies. That was actually exactly what I'm looking for. I have trouble thinking through the logical "non-sense" problems that are almost always at coding competitions. I was trying... |
Forum: Computer Science Jul 28th, 2005 |
| Replies: 6 Views: 2,920 My question: How important is it to learn and understand sorting algorithms and routines? |
Forum: Computer Science Jul 27th, 2005 |
| Replies: 4 Views: 7,971 http://www.brpreiss.com/books/opus5/html/page512.html |
Forum: Computer Science Jun 20th, 2005 |
| Replies: 2 Views: 1,724 Looks good to me. I like how you have recommended books with your topics. |
Forum: Computer Science Jun 4th, 2005 |
| Replies: 3 Views: 2,790 I haven't coded in C#, but I know it's catching on pretty fast. I have done some VB.NET and liked the feel of it. |
Forum: Computer Science May 23rd, 2005 |
| Replies: 1 Views: 3,264 Sounds like a spanning tree problem. I think you invert the direction and go from there, or something like that. |
Forum: Computer Science May 13th, 2005 |
| Replies: 11 Views: 3,433 That's a neat idea, Cross. RLG, that's probably something you should consider. |
Forum: Computer Science May 12th, 2005 |
| Replies: 11 Views: 3,433 If your teacher does not care about the complexity, you could always make a console application(one that runs at the command line). |
Forum: Computer Science May 12th, 2005 |
| Replies: 11 Views: 3,433 Hmmm. I can easily help you with something in java, that's the language your after right?
Something simple: A mortgage calculator
It's an easy project but it does require some knowlege of... |
Forum: Computer Science May 12th, 2005 |
| Replies: 11 Views: 3,433 Ok, I see. So what career field are you wanting it based upon? If you narrow it down, I'm sure we could come up with something good.
By the way, is there a level of complexity involved? How far... |
Forum: Computer Science May 11th, 2005 |
| Replies: 11 Views: 3,433 What do you mean a physical project? |
Forum: Computer Science May 10th, 2005 |
| Replies: 1 Views: 2,015 Is OCP the Oracle cert?
I kind of like this site:
http://smartcertifydirect.com/
I've never used it, but if I had to do an online cert course, it would probably be that. |
Forum: Computer Science May 9th, 2005 |
| Replies: 29 Views: 8,325 Here it is in Java notation. I don't know C.
int a;
int b;
a = a+b;
b = a-b;
a = a-b; |
Forum: Computer Science May 8th, 2005 |
| Replies: 5 Views: 2,652 I was joking. None of us will help you with your friends hacking attempt. I can't believe you would even think we would help you or your friend do something like that. |
Forum: Computer Science May 6th, 2005 |
| Replies: 5 Views: 2,652 Duh, they block all dirty content. |
Forum: Computer Science Apr 23rd, 2005 |
| Replies: 2 Views: 2,103 Yes, but I wouldn't wait till college to start learninng programming. |
Forum: Computer Science Mar 29th, 2005 |
| Replies: 18 Views: 6,841 |
Forum: Computer Science Mar 26th, 2005 |
| Replies: 0 Views: 3,145 I have this code that creates a triangle based on user input, which is the base of the triangle. Now, what I want to know, is how could you display the triangle upside down, and have spaces in... |
Forum: Computer Science Mar 15th, 2005 |
| Replies: 11 Views: 4,498 Well, I got graded down for what the teacher called " being dirty with clay".. :cheesy: |
Forum: Computer Science Mar 15th, 2005 |
| Replies: 11 Views: 4,498 I made a 'B' in Art, I didn't find that very easy? |
Forum: Computer Science Mar 15th, 2005 |
| Replies: 18 Views: 6,841 I would say Java; if you look around you'll notice a lot of classes are being taught in Java. I guess this is because it helps in mastering OO design, and best of all, it's user friendly! |
Forum: Computer Science Mar 15th, 2005 |
| Replies: 11 Views: 4,498 I'm in AP Computer Science right now in high school, and I find it very easy. I guess the best way to go, would be find out what language they will be teaching the year you come up, and start... |
Forum: Computer Science Mar 3rd, 2005 |
| Replies: 29 Views: 6,814 New code --- Efficency
Modifying code -- improve efficency :mrgreen: |
Forum: Computer Science Feb 17th, 2005 |
| Replies: 8 Views: 9,990 You can dual boot. It's really easy, just create another partition while installing the linux distro. |