Forum: Computer Science Apr 20th, 2006 |
| Replies: 1 Views: 1,561 I'm looking for more information for a research paper I've been working on. After finding about 20 sites, and one very interesting one yesterday (http://www.osnews.com/story.php?news_id=6282) I'm... |
Forum: Computer Science Oct 20th, 2005 |
| Replies: 3 Views: 2,561 I have two three-ring binders with printouts of my code and documentation from the past. The stuff I write for myself doesn't usually get printed, but everything I do for class I put in there.
... |
Forum: Computer Science May 13th, 2005 |
| Replies: 11 Views: 3,462 How about a program that would generate random machine code for a very simple system (such as the PEP/7 emulator our class used) and executes it until it gets the fibonacci sequence?
(The story: ... |
Forum: Computer Science Apr 20th, 2005 |
| Replies: 29 Views: 6,845 Make sure you know your OS's program kill statements or keypresses.
I'm only half joking, those things are important if you write yourself an infinite loop! Easy to do when coding using (a) no... |
Forum: Computer Science Oct 26th, 2004 |
| Replies: 27 Views: 10,807 As far as programming languages go, learn one. They'll never die. There's schools that still teach Fortran, Prolog, Ada (mine) as well as the more "common" (that means better known to the general... |
Forum: Computer Science Oct 22nd, 2004 |
| Replies: 4 Views: 3,949 The best way to get help is to ask specific questions. Rather than saying my program doesn't work, say "I get this error in this bit of code /code segment/ how do I fix it?"
Either that, or look... |
Forum: Computer Science Sep 6th, 2004 |
| Replies: 1 Views: 2,113 http://perl.plover.com/Questions.html
I found this several years ago. It's been one of my favorite sites to refer to when someone gets impatient about their question.
This is from a perl... |
Forum: Computer Science Aug 19th, 2004 |
| Replies: 20 Views: 8,209 Personally, I'd recommend starting with BASIC or Ada. Both languages are extremely readable, so writing code is easy to understand with humans. BASIC (in some flavor) is free, but there are... |
Forum: Computer Science Jul 15th, 2004 |
| Replies: 5 Views: 6,044 Sounds like YOU have to define it YOURSELF. What do you want it to do? It keeps time. Great. Does it simply read the system clock before doing something and then read it afterwards? That's below... |
Forum: Computer Science Jul 9th, 2004 |
| Replies: 67 Views: 25,256 Hardest project (Program?) I have had so far is to write a package in Ada using and manipulating strings. The problem was, rather than using get_line for the input, we had to use get. The computer... |
Forum: Computer Science Jul 9th, 2004 |
| Replies: 16 Views: 8,156 Personally, I'd recommend starting with BASIC (some dialect of it. There's literally 100's!) because it's one of the most common language bases. (You know those TI-graphing calculators? Took me 30... |
Forum: Computer Science Jul 9th, 2004 |
| Replies: 13 Views: 4,698 You can be a quiet student in CS class, but don't stay quiet out of class. Read the appropriate text, take good notes, and ask SOMEONE questions. I've asked questions of my professor, some random... |