Author |
Message |
rizzix
|
Posted: Mon Apr 18, 2005 9:52 pm Post subject: (No subject) |
|
|
yea well he knows nothing. get him fired. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Hikaru79
|
Posted: Tue Apr 19, 2005 6:01 pm Post subject: (No subject) |
|
|
How about a JDBC tutorial? I'm going to be using it for my final project, and I'm pretty sure rizzix's way of explaining it will be better than java.sun.com 's |
|
|
|
|
|
Martin
|
Posted: Tue Apr 19, 2005 8:01 pm Post subject: (No subject) |
|
|
How about a tutorial on a quick way to convert a disgusting mess of 10's of thousands of lines of C and C++ into clean Java. Hah, I'd pay a lot for that... |
|
|
|
|
|
wtd
|
Posted: Tue Apr 19, 2005 9:43 pm Post subject: (No subject) |
|
|
Martin wrote: How about a tutorial on a quick way to convert a disgusting mess of 10's of thousands of lines of C and C++ into clean Java. Hah, I'd pay a lot for that...
That would require Java to be somehow magically "clean". You can write fugly code in Java. You can write fugly code in any language. |
|
|
|
|
|
Martin
|
Posted: Tue Apr 19, 2005 11:09 pm Post subject: (No subject) |
|
|
Hence the need for an Ugly C/C++ -> Sleek Java converter.
$1000 anyone? |
|
|
|
|
|
wtd
|
Posted: Tue Apr 19, 2005 11:24 pm Post subject: (No subject) |
|
|
If someone could do it, you'd be able to download it from sourceforge. |
|
|
|
|
|
Hikaru79
|
Posted: Sat May 21, 2005 4:36 pm Post subject: (No subject) |
|
|
How about a tutorial on using Apache's Ant Java build tool? I'm writing my final project and one of the hardest tasks seems to be getting all the classpaths and stuff right on any machines not using NetBeans. Distributing them with an ant build script would take all the work out of that |
|
|
|
|
|
Trojan Man
|
Posted: Thu Oct 20, 2005 12:53 am Post subject: (No subject) |
|
|
It'd be nice to have a tutorial on threads and flicker-free animations, since a lot of assignments require animation. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
xHoly-Divinity
|
Posted: Wed Jan 18, 2006 4:51 pm Post subject: (No subject) |
|
|
I was lookin around the forum... couldn't find anything about double buffering (mayb it exists, but i couldn't find it). I'm making a java game and it keeps flickering, I hear the thing to do is to use double buffering |
|
|
|
|
|
rizzix
|
Posted: Wed Jan 18, 2006 8:19 pm Post subject: (No subject) |
|
|
Yea, no tutorial as such.. You're right we need one. Either way it was brought up in a Help discussion, long long time ago.
http://compsci.ca/v2/viewtopic.php?t=3740
Hope it helps. |
|
|
|
|
|
Spastic
|
Posted: Thu Feb 16, 2006 1:50 am Post subject: HttpUrlConnection |
|
|
Im not new to java so writing me a tut shouldnt be 2 hard
what i need to know is how to use HttpUrlConnection,
im trying to write a sript that can register to forums/websites and shit
but i dont know anything about HttpUrlConnection :S
can anyone help? |
|
|
|
|
|
rizzix
|
Posted: Thu Feb 16, 2006 3:39 pm Post subject: (No subject) |
|
|
That would require reinventing quite a bit of the wheel, since HtmlUrlConnection, is quite a low level HTTP class.
I suggest you try: http://jakarta.apache.org/commons/httpclient |
|
|
|
|
|
Spastic
|
Posted: Fri Feb 17, 2006 11:58 am Post subject: (No subject) |
|
|
rizzix wrote: That would require reinventing quite a bit of the wheel, since HtmlUrlConnection, is quite a low level HTTP class.
I suggest you try: http://jakarta.apache.org/commons/httpclient
HtmlUrlConnection? who said anything about that?
nah jokin i fucked up it was meant to be HttpUrlConnection lol
sorry... |
|
|
|
|
|
Spastic
|
|
|
|
|
jin
|
Posted: Sun May 28, 2006 10:53 am Post subject: (No subject) |
|
|
Hi can i get a tutorial on keyboard and mouse action listeners.
thnx |
|
|
|
|
|
|