1
2
3
4
import java.util.Scanner;

public class AsciiSquare {
...

Java On ascii square

by Maros, May 31, 2008 21:09

Quite readable 15 line way ...

C91e66fa9cff23cf922e1268ff538040 Talk
1
2
3
4
...
	private static final String[] PARAMETERS = new String[] { "Title", "Url",
			"Summary", "NumOfPosts", "NumOfComments", "BlogText",
...

Java On MySQL code

by Maros, May 31, 2008 12:34

This way it is easier to mo...

C91e66fa9cff23cf922e1268ff538040 Talk