Forum: Computer Science 1 Day Ago |
| Replies: 12 Views: 5,980 To all people who are searching for project topics: USE THE SEARCHBOX (http://www.daniweb.com/forums/search.php). Do not start yet another thread about it and don't hijack someone else's thread. If... |
Forum: Computer Science 2 Days Ago |
| Replies: 10 Views: 318 Yes and Yes :)
There's a great thread (http://www.daniweb.com/forums/thread191210.html) in our Python forum (http://www.daniweb.com/forums/forum114.html) to start with |
Forum: Computer Science 4 Days Ago |
| Replies: 5 Views: 242 From me? I didn't send you anything. |
Forum: Computer Science 5 Days Ago |
| Replies: 3 Views: 194 Would you like to try that again in English? |
Forum: Computer Science 5 Days Ago |
| Replies: 5 Views: 242 12838
But on a serious note (in C++ for example):
int outer = 0;
while (outer < 10){
for (int inner = 0; inner < 10; ++inner){
cout << "outer: " << outer << " inner: " <<... |
Forum: Computer Science 7 Days Ago |
| Replies: 31 Views: 58,703 Why on earth would you respond to a post like that? It's been over 1.5 month since that reply.
I'm closing this thread due to multiple useless resurrections over the past 100 years. |
Forum: Computer Science 17 Days Ago |
| Replies: 1 Views: 532 Downloading books? That doesn't sound very legal to me.
Thread closed. |
Forum: Computer Science 22 Days Ago |
| Replies: 23 Views: 22,883 |
Forum: Computer Science 23 Days Ago |
| Replies: 23 Views: 22,883 >> So there you have it, prostitution is more enjoyable than computer programming.
I'm not going to give my job up just yet, if you don't mind :) |
Forum: Computer Science Oct 28th, 2009 |
| Replies: 2 Views: 320 Seriously? You think this is going to get you a job? |
Forum: Computer Science Oct 22nd, 2009 |
| Replies: 2 Views: 516 Aahh com on,,, plzz gimme the pseudocodez.... LOL111! :):(;) |
Forum: Computer Science Oct 22nd, 2009 |
| Replies: 6 Views: 408 You probably need some sort of vision software. Just a lucky guess though :icon_wink: |
Forum: Computer Science Oct 6th, 2009 |
| Replies: 5 Views: 411 Tada (http://eternallyconfuzzled.com/tuts/datastructures/jsw_tut_linklist.aspx) |
Forum: Computer Science Sep 18th, 2009 |
| Replies: 3 Views: 355 |
Forum: Computer Science Sep 16th, 2009 |
| Replies: 7 Views: 687 So what exactly are you doing here? :) |
Forum: Computer Science Aug 31st, 2009 |
| Replies: 4 Views: 578 I want A MILLION DOLLARS, but that's not going to happen either. |
Forum: Computer Science Aug 27th, 2009 |
| Replies: 2 Views: 413 Because you need to tell how many persons are in front of the window, you need somesort of person-detection. OpenCV with HAAR-detection comes to mind.
Once you have the detection, the rest should... |
Forum: Computer Science Jul 27th, 2009 |
| Replies: 2 Views: 388 Well, good luck with that! |
Forum: Computer Science Jul 24th, 2009 |
| Replies: 1 Views: 272 Yes. Someone (http://catb.org/~esr/faqs/smart-questions.html#prune)probably has. |
Forum: Computer Science Jul 20th, 2009 |
| Replies: 3 Views: 643 This:
if year is divisable by 4 and year is not divisible by 100 //leap year
is not complete. A leap year is a year that's divisable by 4 and not by 100 unless it can be divided by 400.
Other... |
Forum: Computer Science Jul 1st, 2009 |
| Replies: 28 Views: 27,196 |
Forum: Computer Science Jul 1st, 2009 |
| Replies: 13 Views: 1,916 I agree. I mean: Why would you learn how to spell? It's not like anyone cares about that in say, your application letter right? I'm sure that there are plenty of companies that'll hire someone who... |
Forum: Computer Science Jun 29th, 2009 |
| Replies: 2 Views: 296 That's a very nice thought Davey, but I wouldn't put my money on it that this poster is ever coming back... ;) |
Forum: Computer Science Jun 29th, 2009 |
| Replies: 1 Views: 331 the answer (http://www.daniweb.com/forums/thread573.html)is 42 |
Forum: Computer Science Jun 17th, 2009 |
| Replies: 1 Views: 298 Do you know how to use a mouse? If yes: Move it to the enormous searchbox on the upperright corner of the site and type: "final project"
Let me ask you:
Why are you too lazy to search for it... |
Forum: Computer Science May 20th, 2009 |
| Replies: 2 Views: 388 Where's the link we're supposed to click? You FAIL in being a spambot. |
Forum: Computer Science May 11th, 2009 |
| Replies: 3 Views: 438 You should probably start by choosing a programminglanguage to make it in. :icon_rolleyes: |
Forum: Computer Science Apr 22nd, 2009 |
| Replies: 4 Views: 521 So something like a car that's looking at a computerscreen? :)
On topic: Final year project |
Forum: Computer Science Apr 16th, 2009 |
| Replies: 8 Views: 661 Try this: final year topics |
Forum: Computer Science Apr 7th, 2009 |
| Replies: 3 Views: 533 Here's a nice thread (http://stackoverflow.com/questions/365058/detect-windows-logout-in-python) about it. |
Forum: Computer Science Mar 26th, 2009 |
| Replies: 9 Views: 735 Actually it should be if((x<49) && (x>=0)). What you wrote will always be true. :)
Or if you where trying to make a statement, I would do it more efficient:
while (1)
printf("You fail\n"); |
Forum: Computer Science Mar 4th, 2009 |
| Replies: 30 Views: 3,095 In some cases perhaps. But if I'll give an example when you could be wrong:
What if I need a simple code-snippet, say something to convert an int to a string. I can program this piece of code from... |
Forum: Computer Science Mar 4th, 2009 |
| Replies: 30 Views: 3,095 I disagree. Cheating makes you a cheater and in addition to that: it's makes you a lazy b*stard.
How does this cheating thing works when you have an actual job? Tell me, I'm curious.. |
Forum: Computer Science Feb 4th, 2009 |
| Replies: 8 Views: 4,321 An by downloading for free, you mean illegal download? No, I don't have any idea where to do that and if I had, I wouldn't tell you :)
My advice would be to go to a bookstore.
Are you a... |
Forum: Computer Science Jan 29th, 2009 |
| Replies: 7 Views: 573 I think c++:
But this could also mean that anything but C++ would do... hmm... |
Forum: Computer Science Jan 26th, 2009 |
| Replies: 16 Views: 917 Don't know if I'm violating any rules or something, but someone once told me:
:) |
Forum: Computer Science Jan 20th, 2009 |
| Replies: 9 Views: 935 No, it's very easy:
int main()
{
//L33t browser code goes here
return 0;
}
:icon_rolleyes: |
Forum: Computer Science Nov 19th, 2008 |
| Replies: 8 Views: 1,109 You're almost there.
In the attachment is a chart I made. (in paint, I don't have visio :) )
Try to finds the differences between yours and mine and try to find out why I made the choices I... |
Forum: Computer Science Nov 18th, 2008 |
| Replies: 8 Views: 1,109 No it won't. If you would just draw out a table on paper with "count", "factoral" and the product of both, you could have easily found out that it counts from 100-10 .
Besides, why use an addtional... |
Forum: Computer Science Sep 30th, 2008 |
| Replies: 6 Views: 1,034 If you could put the flow of the program on paper (what should be asked for first, what next etc) and you put all the relations on a paper (your 2002-asbestos etc examples) this should not really be... |