Java
SWAT2010 preview
by Arxleol on Feb.05, 2010, under Java, Projects, SWAT2010
Few weeks ago, for school project I had to use Google API to create certain potentially useful application. So after short thinking I decided to create web archiving software. And therefore the origin of the name SWAT aka. Simple Web Archive sofTware
.
Project source code is accessible on the google code. You have to understand that not the very last version of source code is provided. Since the project ended I rewrote certain parts of code. Predominantly regarding upload of files. Which are now stored on server for very brief period of time before being uploaded to Google servers. Also the procedure of uploading is now more reliable and since project was officially finished before Google decided to allow uploading all types of files. I had to work trough and fix certain issues. Mostly because of speedy programming
Project preview is available on my local server.
Basic Web Hacking 17 :: java decompiler
by Arxleol on Jan.26, 2010, under Java, hellboundhackers.org, tutorial
As you know java uses interpreter for executing on target system. Why am I talking about java now.
Kingsage defense simulator
by Arxleol on Jan.23, 2010, under Java, KAdef
Yesterday, I was wandering what would be the best defense no matter resources. And from that initial idea I developed this very simple application that may be used for optimizing your defensive structure.
How to use Netbeans and Google code
by Arxleol on Dec.28, 2009, under Java, tutorial
I used to use Google code subversion repository before. However, since that time some things changed. So I though I already knew how to connect to subversion repository but new security features forced me to spend a lot more time expected.
Addind content in JTable
by Arxleol on Nov.03, 2009, under Java, tutorial
Java tutorial on this subject is complex and long opposite to other java tutorials. And as I have problem figuring this out, let me share with you probably the simplest way of inputting content into JTable.
Connect to mysql database in java
by Arxleol on Oct.21, 2009, under Java, MySQL, tutorial
Since this is not trivial as one might think. I will go slowly trough the process of creating connection and finally statement (reading data, writing or deleting ).
Toxic pool simulator in java
by Arxleol on Sep.22, 2009, under Java, Programming
This is same as previous post. The only difference is this one is written in Java in netbeans therefore has user interface more suitable for fast testing
How to switch default Netbeans JDK
by Arxleol on May.08, 2009, under Java, tutorial

- Image via Wikipedia
This story begins somehow with me pulling my hairs out
in reality. I was working on project that is shared over SVN but somehow as it usually happens in stories like this I had to use another computer not usually used for programming. (continue reading…)