Search Results

Showing results 1 to 37 of 37
Search took 0.01 seconds.
Search: Posts Made By: verruckt24
Forum: Java Sep 8th, 2009
Replies: 1
Views: 191
Posted By verruckt24
Full marks for putting down the question correctly, now lets see what you do about the answer.
Forum: Java Aug 31st, 2009
Replies: 5
Views: 589
Posted By verruckt24
If I have to develop a project I'd rather like it to be some topic I am fantastically interested in, so I'd rather suggest you dig deep into your mind to find concepts/ideas that you really find your...
Forum: Java May 10th, 2009
Replies: 13
Views: 874
Posted By verruckt24
Firstly I guess you need not dump all generated permutations into an array. You should only dump those permutations which generate a word out of the unscrambling of the original word, which you can...
Forum: Geeks' Lounge May 4th, 2009
Replies: 12
Views: 1,130
Posted By verruckt24
How about an expansion of your username itself - Green Extreme, it would do more than just cause a stir especially in these days of Global Warming concerns.

What say ?
Forum: Geeks' Lounge Apr 30th, 2009
Replies: 14
Views: 1,319
Posted By verruckt24
I should say I have to agree with Serkan Sendur here in this thread. I'm not saying that I have the same feelings for Narue as he does, but I mean I agree with him when he says "You have the liberty...
Forum: Java Apr 1st, 2009
Replies: 2
Views: 315
Posted By verruckt24
The brother isn't exactly sharing the problem with his brethren. So they are incapable to help him.
Forum: DaniWeb Community Feedback Mar 23rd, 2009
Replies: 14
Views: 1,654
Posted By verruckt24
Because they are posting a question pretending it to be an "answer" to the initial question, in the first place. Secondly as I have mentioned they are already informed through the notice that the...
Forum: Java Mar 22nd, 2009
Replies: 13
Views: 855
Posted By verruckt24
No, We are not hiring now anyways. ;)
Forum: Java Mar 22nd, 2009
Replies: 13
Views: 855
Posted By verruckt24
I don't know what this line suggests to you, but for a majority of the people here it suggests that YOU are the one looking for it.
Forum: Java Mar 18th, 2009
Replies: 12
Views: 782
Posted By verruckt24
I am sure you mustn't have been aware of google then because these were one of the top few results there.
1. Threads in Linux --- 1 (http://tldp.org/FAQ/Threads-FAQ/index.html), 2...
Forum: Java Mar 17th, 2009
Replies: 2
Views: 233
Posted By verruckt24
I may not be able to answer this question eventually but could guide the first few steps. Well, you don't need to convert the array strings to 1s and 0s and then the 1s and 0s to analog signals that...
Forum: Java Mar 11th, 2009
Replies: 8
Views: 866
Posted By verruckt24
There are three methods in MouseEvent which could be of particular help, getX() (http://java.sun.com/j2se/1.4.2/docs/api/java/awt/event/MouseEvent.html#getX()), getY()...
Forum: Java Mar 9th, 2009
Replies: 9
Solved: java slide show
Views: 1,526
Posted By verruckt24
Well, thats what happens when you put yourself into a habit of "finding out code" instead of writing it yourself - you are stumped by the most basic and rudimentary things. As something I am...
Forum: Java Mar 9th, 2009
Replies: 4
Views: 239
Posted By verruckt24
Who's stopping you then ? Put out two labels mentioning "Enter string 1" "Enter string 2", put out two textboxes allowing the user to input the same. Use a label to finally show the result of the...
Forum: Java Mar 9th, 2009
Replies: 5
Views: 248
Posted By verruckt24
textField2.setText(Integer.toString(woorden));


This statement isn't correct. You should rather do

textField2.setText(String.valueOf(woorden));


And as far as the error goes I get none...
Forum: Java Mar 6th, 2009
Replies: 10
Views: 480
Posted By verruckt24
Both of these aren't required at all.
1. NULL does not need to be casted to anything.
2. If the int is within a string, it's acceptable.
Forum: DaniWeb Community Feedback Mar 5th, 2009
Replies: 65
Views: 6,061
Posted By verruckt24
I do. And may be several others, who for reasons known to them did not speak out.
Forum: Java Mar 4th, 2009
Replies: 16
Views: 1,046
Posted By verruckt24
The code you have posted earlier does not contain this anywhere

System.out.println("Element at index 1: " + scores[1]);


So post the new code again. Also I am obeserving that even after so...
Forum: DaniWeb Community Feedback Mar 2nd, 2009
Replies: 11
Views: 1,156
Posted By verruckt24
So then when the line runs longer than the maximum width allowed for the post screen, how do you plan to show that ?

If you use horizontal scroll bars for it, then lines can become too too long....
Forum: DaniWeb Community Feedback Feb 19th, 2009
Replies: 65
Views: 6,061
Posted By verruckt24
What are the criteria that one could be selected for the title. (MotM) Is it that it is only the number of posts that count ? Posting in the Java community I have come across several members that...
Forum: C++ Feb 17th, 2009
Replies: 4
Solved: Simple Program
Views: 304
Posted By verruckt24
for(int x=1;x<=(num);x++)


Since 1 is not a prime number don't begin your loop with it, rather initialize x to 2.

Definition of prime : An integer greater than one is called a prime number if...
Forum: MySQL Feb 16th, 2009
Replies: 4
Views: 614
Posted By verruckt24
This depends on your relational design. As you mention information about your project, the hosts are "service providers" and the users are "service consumers/takers". You need to decide whether what...
Forum: Posting Games Feb 16th, 2009
Replies: 9
Views: 1,409
Posted By verruckt24
Hmmm... now you are saying something.
Forum: Posting Games Feb 16th, 2009
Replies: 64
Views: 8,315
Posted By verruckt24
Federer is a better player than Rafa.
Forum: Java Feb 13th, 2009
Replies: 32
Views: 11,419
Posted By verruckt24
Which methods ? Have you even cared to go through the iText library and the Apache POI ? They both are stable production quality libraries.
Do your homework before posting blindly.
Forum: Java Feb 11th, 2009
Replies: 7
Views: 1,731
Posted By verruckt24
Thats exactly where my previous post targets, if you think this question is so simple, why in the first place do you need others help.

PS : I confess, I only got to know the new keyword in java...
Forum: Java Feb 10th, 2009
Replies: 11
Solved: For loop
Views: 651
Posted By verruckt24
@nandomendonza : I would like to ask one question of you first. Have you been taught the for loop in the class (I assume you are in a class since you mention the word instruction) where you got this...
Forum: Java Feb 4th, 2009
Replies: 9
Views: 1,038
Posted By verruckt24
Because you ask for a fancy way, I give it to you. So suppose you want to allow multiple answers without much work you can do this :

Scanner input = new Scanner();
String response = "";...
Forum: Java Jan 22nd, 2009
Replies: 16
Views: 774
Posted By verruckt24
Every mod's opinion is respected and taken in good spirit as we know that you are the ones who need to do the policing around here. Thats the reason I gave so much an essay of explanation to peter...
Forum: Java Jan 20th, 2009
Replies: 45
Views: 1,764
Posted By verruckt24
You should go bald I guess.

Double hoursWorked = input.nextDouble();
// read value for hours worked
if(hoursWorkedInWeek <=0.0){
System.out.println("Hours worked cannot be...
Forum: Java Jan 18th, 2009
Replies: 20
Views: 901
Posted By verruckt24
Firstly, you haven't called the method spalsh(), though this won't in any way affect the working of your code, but just mentioning the fact. So you should include a statement such as this as your...
Forum: Java Jan 17th, 2009
Replies: 2
Views: 1,867
Posted By verruckt24
Yeah and you give us a billiion dollars for that.
Only the forum rules are stopping me from telling what reply you should be getting for that.

Have you taken care to read the forum rules before...
Forum: Java Jan 16th, 2009
Replies: 2
Views: 375
Posted By verruckt24
When you say you have working knowledge of Java I assume you have written enough programs in the langauge. Since you say you are not able to make the next step, picture it this way, a project is...
Forum: Java Jan 9th, 2009
Replies: 11
Views: 700
Posted By verruckt24
masijade looks to be in top nick !!!
Forum: Java Jan 3rd, 2009
Replies: 5
Views: 561
Posted By verruckt24
1. Use code tags to post code.
2. Instead of asking of us whether your code is ok or not you can check it yourself, if it does what it is intended to do you know what it is, whether it doesn't you...
Forum: Java Dec 4th, 2008
Replies: 4
Views: 409
Posted By verruckt24
Also to get you started on it...when working with a OO langauge always break down the problem domain into classes and methods.
You have most of it done since you have been given classes too. Now you...
Forum: Java Dec 3rd, 2008
Replies: 4
Views: 1,640
Posted By verruckt24
What the hell are you guys doing here ? This isn't somekind of advertising board for corporates. This forum's main aim is to make people learn while they are being helped. You want to show that you...
Showing results 1 to 37 of 37

 


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

©2003 - 2009 DaniWeb® LLC