Search Results

Showing results 1 to 40 of 213
Search took 0.03 seconds.
Search: Posts Made By: Salem ; Forum: Computer Science and child forums
Forum: Computer Science Sep 17th, 2009
Replies: 3
crm
Views: 363
Posted By Salem
http://www.daniweb.com/forums/announcement14-2.html

http://www.catb.org/~esr/faqs/smart-questions.html#urgent
Forum: Computer Science Sep 15th, 2009
Replies: 7
Views: 687
Posted By Salem
And thusly, it was demonstrated the utter futility in trying to offer up suggestions for projects.

No matter what is suggested, there's always some weasel response like "too hard, haven't covered...
Forum: Computer Science Sep 13th, 2009
Replies: 3
Views: 793
Posted By Salem
> changed into .1101 1100 0000 0000 * 2 (exp) 0000 0101
The first part is a fraction - in this case it's 0.859375
In this FP scheme, all mantissas are >=0.0 and <1.0

Basically, you take the...
Forum: Computer Science Sep 13th, 2009
Replies: 7
Views: 687
Posted By Salem
> At the moment I'm considering doing a simulation of hide-and-seek
Well I suppose I could hide my answers to this kind of question all over the forum, and you could write some AI bot to seek them...
Forum: Computer Science Sep 13th, 2009
Replies: 14
Views: 1,714
Posted By Salem
So why did you do this degree in the first place?
Forum: Computer Science Sep 11th, 2009
Replies: 2
Views: 326
Posted By Salem
Sounds like a firewall to me.
Forum: Computer Science Sep 4th, 2009
Replies: 14
Views: 1,714
Posted By Salem
So are we.

Oh, that reminds me, I need to finish off something else first.

Good luck with the suggestions :icon_rolleyes:
Forum: Computer Science Aug 28th, 2009
Replies: 1
Views: 374
Posted By Salem
http://bloodshed.net/compilers/index.html#toolkits
Forum: Computer Science Aug 27th, 2009
Replies: 4
Views: 577
Posted By Salem
Did you even show up to classes?

http://www.daniweb.com/forums/announcement14-2.html
Forum: Computer Science Aug 27th, 2009
Replies: 5
Views: 1,465
Posted By Salem
> .It should also be feasible to be done in 7 months by 4 people....
Who between them don't have enough to come up with a project by themselves.
So much for "innovative".

The "challenge" is a...
Forum: Computer Science Aug 26th, 2009
Replies: 5
Views: 653
Posted By Salem
s/a lot/10% tops/

You won't find a great chef who got where they are just by reading cookery books.
Plus I guarantee you that most of them will have set fire to something at least once!
...
Forum: Computer Science Aug 21st, 2009
Replies: 2
Views: 455
Posted By Salem
Well how far ahead do you have to look to resolve the grammar?
Forum: Computer Science Aug 21st, 2009
Replies: 2
Views: 438
Posted By Salem
There's no guaranteed way, if that's what you want.
Forum: Computer Science Aug 19th, 2009
Replies: 4
Views: 636
Posted By Salem
Why on earth are you using a map?
calculate, print, move on.
Forum: Computer Science Aug 9th, 2009
Replies: 2
Views: 483
Posted By Salem
> and i hope that those information will help you to minimize the search domain so you can help me.
It hasn't helped you, why do you think it will help us?

Look around, this forum is littered...
Forum: Computer Science Aug 5th, 2009
Replies: 2
Views: 430
Posted By Salem
http://www.nondot.org/sabre/os/articles

> If any one willing to help me design a os i'll probaly find them here.
And what exactly would be your contribution?
Forum: Computer Science Jul 30th, 2009
Replies: 4
Views: 433
Posted By Salem
My way

FILE *fp = fopen( "missing_file.txt", "r" );
if ( fp != NULL ) {
fgets( buff, sizeof buff, fp );
fclose( fp );
} else {
fprintf( stderr, "the file does not exist, continuing\n"...
Forum: Computer Science Jul 29th, 2009
Replies: 4
Views: 433
Posted By Salem
Why would you want to do such a thing?

Better code is the answer, not sweeping the problem under the motherboard.
Forum: Computer Science Jul 24th, 2009
Replies: 4
Views: 503
Posted By Salem
Well you might be able to do it in Java, don't ask me how.

You'll need some kind of directory class to list the filenames, and maybe even rename them.

You'll also need some kind of string...
Forum: Computer Science Jul 23rd, 2009
Replies: 4
Views: 503
Posted By Salem
Do you have a useful scripting language installed on your machine (perl, python, ruby, etc)?

Do you have any experience in any of those languages?

> but how hard is it to do it myself?...
Forum: Computer Science Jul 23rd, 2009
Replies: 9
Views: 1,016
Posted By Salem
Have some fun instead! (http://en.wikipedia.org/wiki/Shakespeare_(programming_language)) ;)
Forum: Computer Science Jul 22nd, 2009
Replies: 5
Views: 572
Posted By Salem
> I have for software related to television programming
Well that could be anything from the PVR at home to record programs to the scheduling of program delivery at the transmission site.

Care to...
Forum: Computer Science Jul 13th, 2009
Replies: 6
Views: 430
Posted By Salem
How about "ask your tutor"?

Lecture: a gathering of people where the object is to transfer information from the lecturer's notebook to the students notebooks without passing through the mind of...
Forum: Computer Science Jul 13th, 2009
Replies: 8
Views: 922
Posted By Salem
Could - yes.
Will - no.
I've no interest in suggesting titles if you're then going to incrementally ask how to do them, then ask for them to be done.

Just so there is no doubt, the burger...
Forum: Computer Science Jul 9th, 2009
Replies: 2
Views: 673
Posted By Salem
"On the serial stupidity of people who are unable to think for themselves after a decade or more of education"
http://www.daniweb.com/forums/thread202709.html...
Forum: Computer Science Jul 9th, 2009
Replies: 8
Views: 922
Posted By Salem
Why do you keep spamming the board?
http://www.daniweb.com/forums/thread201660.html
Forum: Computer Science Jul 9th, 2009
Replies: 8
Views: 922
Posted By Salem
> Please help me out with some ideas so that my project should be best implemented.
Not only do you want us to THINK for you, you also want us to DO it as well.

So much for education.

How...
Forum: Computer Science Jul 8th, 2009
Replies: 12
Views: 1,186
Posted By Salem
> perhaps 1000 chars, so I need something scalable to multiple cores/cpus.
Try doing the maths first.
Each character you add to the length of the string DOUBLES the amount of time it takes.

If...
Forum: Computer Science Jul 4th, 2009
Replies: 1
Views: 332
Posted By Salem
evolve (http://lmgtfy.com/?q=evolutionary+computing)
Forum: Computer Science Jul 2nd, 2009
Replies: 6
Views: 691
Posted By Salem
"Neither" and "Neither"
Forum: Computer Science Jul 2nd, 2009
Replies: 2
Views: 374
Posted By Salem
http://clusty.com/search?query=shrink+wrapped+application&sourceid=Mozilla-search
Forum: Computer Science Jul 2nd, 2009
Replies: 4
Views: 407
Posted By Salem
No.
Forum: Computer Science Jul 1st, 2009
Replies: 13
Views: 1,915
Posted By Salem
There's a more important question.

Who's gonna employ these idiots so they can pay taxes to fund my pension?

You could always write a new filesystem
http://en.wikipedia.org/wiki/Ext3
Forum: Computer Science Jul 1st, 2009
Replies: 5
Views: 437
Posted By Salem
If I say 'yes', will you go for it?
If you then fail, will you blame me?

Your question (like all the "please suggest a project" posts on this forum) is essentially unanswerable.

The sheer...
Forum: Computer Science Jun 30th, 2009
Replies: 4
Views: 685
Posted By Salem
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 Jun 30th, 2009
Replies: 5
Views: 437
Posted By Salem
Sure, for someone with the right skills.

But that doesn't tell us anything about whether YOU can do them or not.
Forum: Computer Science Jun 28th, 2009
Replies: 8
Views: 832
Posted By Salem
Well you're expecting thread 1 to do thisload var
add 4
store varand thread 2 to do this (before or afterwards), load var
sub 4
store var

Then all will be well.


But if it actually goes...
Forum: Computer Science Jun 28th, 2009
Replies: 7
Views: 1,233
Posted By Salem
A thermal imaging camera pointing at the departmental coffee machine, complete with a web interface.

The image analysis estimates the volume of coffee and it's temperature.

Users can...
Forum: Computer Science Jun 25th, 2009
Replies: 7
Views: 1,233
Posted By Salem
> but after having all my seven proposals rejected
a) what were they, so we don't repeat the same mistakes again
b) were you given any reasons?
Forum: Computer Science Jun 24th, 2009
Replies: 1
Views: 285
Posted By Salem
> note:i have to hand it tomorrow
Congratulations, you're screwed then.
Showing results 1 to 40 of 213

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC