Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 17 of 17
Search took 0.01 seconds.
Search: Posts Made By: Gilward Kukel
Forum: Java Oct 5th, 2006, 11:29 AM
Replies: 4
Views: 175
Posted By Gilward Kukel
I meant: maybe you should just add every string...

I meant: maybe you should just add every string twice to the foolist (in the method addFoo). Then you randomly take the strings out until the list is empty.
Forum: Java Oct 5th, 2006, 11:12 AM
Replies: 4
Views: 175
Posted By Gilward Kukel
add every string twice to the list?

add every string twice to the list?
Forum: Coder's Corner Lounge Oct 4th, 2006, 10:16 AM
Replies: 10
Views: 191
Posted By Gilward Kukel
http://www.pdfforge.org/products/pdfcreator

http://www.pdfforge.org/products/pdfcreator
Forum: PHP Oct 3rd, 2006, 2:40 PM
Replies: 3
Views: 185
Posted By Gilward Kukel
SELECT * FROM names WHERE last REGEXP BINARY...

SELECT * FROM names WHERE last REGEXP BINARY '^[A-D]' ORDER BY last ASC
Forum: Java Jan 8th, 2006, 4:14 PM
Replies: 12
Views: 545
Posted By Gilward Kukel
Here's a site with links to free...

Here's a site with links to free books:
http://www.freetechbooks.com/

I suppose you already know the Java Tutorial:
http://java.sun.com/docs/books/tutorial/index.html
Forum: Java Jan 3rd, 2006, 6:26 PM
Replies: 12
Views: 384
Posted By Gilward Kukel
Klipt made good suggestions. I tried to implement...

Klipt made good suggestions.
I tried to implement them (see attachment).
Forum: Java Jan 3rd, 2006, 3:46 PM
Replies: 12
Views: 384
Posted By Gilward Kukel
I think I found 3 mistakes in Agency.java: line...

I think I found 3 mistakes in Agency.java:

line 80:
change ArrayList bestMatch = new ArrayList(); to
bestMatch = new ArrayList();

line 93:
change (Customer)i.next(); to
(Customer)j.next();
Forum: Existing Project Development Sep 18th, 2005, 11:53 AM
Replies: 4
Views: 182
Posted By Gilward Kukel
Here is version...

Here is version 1:
http://members.aon.at/gilward/learn/learn.zip
Forum: Existing Project Development Jun 19th, 2005, 2:21 PM
Replies: 4
Views: 182
Posted By Gilward Kukel
A Python program for learning

I am writing a Python program for learning things. I want to use it for instance to learn Linux commands and their options, shortcuts for Windows and various applications, Python functions and...
Forum: Coder's Corner Lounge Jun 11th, 2005, 2:17 PM
Replies: 2
Views: 167
Posted By Gilward Kukel
In the help files they say: But I don't know...

In the help files they say:

But I don't know what it means.
Forum: Java Jun 9th, 2005, 12:29 PM
Replies: 32
Views: 1,443
Posted By Gilward Kukel
switch(typeOfConversion.charAt(0)){ case...

switch(typeOfConversion.charAt(0)){
case 'c':
...
}
Forum: C Jun 8th, 2005, 4:29 PM
Replies: 24
Views: 626
Posted By Gilward Kukel
the C compiler with the E option. for instance...

the C compiler with the E option.
for instance (on Linux):
gcc -E program.c >output.c
Forum: Visual Basic .NET Jun 7th, 2005, 2:31 PM
Replies: 13
Views: 428
Posted By Gilward Kukel
I think it's because of the third parameter of...

I think it's because of the third parameter of the mid-function. It should be the length of the string you want, not the position of the last character.
Forum: Java Jun 7th, 2005, 2:00 PM
Replies: 9
Views: 287
Posted By Gilward Kukel
try this: if ("y".equals(answerLetter)) ...

try this:
if ("y".equals(answerLetter))
System.out.println("Nice weather we are having.");
if ("n".equals(answerLetter))
System.out.println("Good-bye.");
Forum: Java Jun 7th, 2005, 6:29 AM
Replies: 4
Views: 190
Posted By Gilward Kukel
BufferedReader in = new BufferedReader(new...

BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
String s = in.readLine();
Forum: Python Jun 7th, 2005, 6:14 AM
Replies: 2
Views: 284
Posted By Gilward Kukel
Smile Combinations

Here are two functions that I wrote:
comb_count(n, k) returns the number of k-combinations of n elements.
comb_list(seq, k) returns a list of all k-combinations of the elements of sequence seq.
So...
Forum: Java Jun 5th, 2005, 6:28 PM
Replies: 14
Views: 585
Posted By Gilward Kukel
You probably know the SUN...

You probably know the SUN tutorial?
http://java.sun.com/docs/books/tutorial/
Showing results 1 to 17 of 17

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 6:05 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC