Forum: Computer Science Jul 23rd, 2009 |
| Replies: 9 Views: 1,017 Have some fun instead! (http://en.wikipedia.org/wiki/Shakespeare_(programming_language)) ;) |
Forum: Computer Science Jun 30th, 2009 |
| Replies: 4 Views: 686 How about you give a definition (use a search engine).
Because that's about as weak and useless as a question as it's possible to get. |
Forum: Computer Science Jan 15th, 2009 |
| Replies: 16 Views: 1,024 > Half of the world knows CS == C# or Java!
And the other half know that only 1 in 10 people know about binary.
Seriously, if you want lots of $$$ and real job security, then go for Cobol.... |
Forum: Computer Science Jan 14th, 2009 |
| Replies: 16 Views: 1,024 > I`m a computer science student, I have this problem!:
> I don`t know which programming language I should learn!
There's a hell of a lot more to it than simply being able to recite a language... |
Forum: Computer Science Nov 26th, 2008 |
| Replies: 9 Views: 892 > I've tried the simple power of 10 tricks and that still didn't help me solve the underlying problem.
Well how accurate do you want the tonnes to pounds to be?
At 3 decimal places, each... |
Forum: Computer Science Nov 25th, 2008 |
| Replies: 9 Views: 892 What do you get if you
- divide by 10
- take the integer part
- multiply by 10 |
Forum: Computer Science Oct 15th, 2008 |
| Replies: 1 Views: 824 What's your definition of "simple"?
Or put it another way, what have you been studying for the past few weeks or months, and how much attention were you paying? |
Forum: Computer Science Oct 14th, 2008 |
| Replies: 1 Views: 562 http://en.wikipedia.org/wiki/Karnaugh_map |
Forum: Computer Science Aug 26th, 2008 |
| Replies: 9 Views: 1,833 > Career opportunities
Hard to pin down now, nevermind in several years time when you graduate.
> average pay of specific computer science fields
Again, depends where you are and what's flavour... |
Forum: Computer Science Jul 24th, 2008 |
| Replies: 3 Views: 1,516 > why should we be concerned about the quality in the early increments
Would you buy a car, if you knew that the "quality" was just the coat of paint applied at the last step in production?
... |
Forum: Computer Science May 11th, 2008 |
| Replies: 7 Views: 1,605 There's no need to use the "I'm busy" card because those of us who've already done some kind of Computer Science degree already know there is way too much work and too little time. That's life, get... |
Forum: Computer Science May 11th, 2008 |
| Replies: 7 Views: 1,605 > But i also have a bigger problem which is in the research itself. I only found like 2 or 3 articles.
Well if it was real research, there should be ZERO papers.
Not slapping together some... |
Forum: Computer Science Jan 16th, 2008 |
| Replies: 4 Views: 3,346 > but i just wondered if there is a class specification 'how - to' template I could read up on?
Your company's coding guidelines should have this kind of information.
It should cover things like... |
Forum: Computer Science Jan 10th, 2008 |
| Replies: 5 Views: 953 <rhetorical>I'd like to know how you got to your final year by being so helpless.</rhetorical>
This is the kind of post we expect from noobs at the start of their first semester, not from someone... |
Forum: Computer Science Dec 19th, 2007 |
| Replies: 6 Views: 1,062 > In IE7 under the tools menu, there is an option to turn the popup blocker on or off.
Windows has this massive global variable called the registry.
> Would a text file be the most professional... |
Forum: Computer Science Dec 19th, 2007 |
| Replies: 6 Views: 1,062 All of those things will not stop the determined (or the incompetent) from modifying the file.
What's wrong with a nice simple text file, with a banner at the top which reads something like
#... |
Forum: Computer Science Dec 15th, 2007 |
| Replies: 2 Views: 2,381 http://en.wikipedia.org/wiki/Scheduling_%28computing%29
Your chart should look a bit like this
P1 --
P2 --
P3 ------
P4
P5
The horizontal lines representing the time where a... |
Forum: Computer Science Nov 26th, 2007 |
| Replies: 8 Views: 1,938 Sure, you first read the documentation which describes your processor and how to decode an instruction (say 0x24FF) into an actual instruction (say move r0, r1).
The rest is just rinse and repeat. |