KSoftware
GSDGuard PDF Print E-mail
Written by Administrator   
Saturday, 17 April 2010 21:05

This article is still on the old page.

 

 

Last Updated on Saturday, 17 April 2010 21:14
 
KChart PDF Print E-mail
Written by Administrator   
Friday, 16 April 2010 19:35

KChart is a wrapper library for JFreeChart. It provides simplified interface similat to Matlab's interface. It does not cover all JFreeChart functionality, but enables us to do simple things in a simple way.

 

Last Updated on Saturday, 17 April 2010 19:40
 
KAsm PDF Print E-mail
Written by Administrator   
Wednesday, 31 March 2010 20:34

KAsm is open source cross assembler for Z80 and 8051 family of microcontrollers written in Java. It can be run on any machine supporting Java 1.5 or later. It is available under GPL license.

 

Last Updated on Saturday, 05 June 2010 20:40
 
Java Exceptions PDF Print E-mail
Written by Administrator   
Thursday, 01 April 2010 20:25

Error handling with exceptions has several benefits to returning error codes. One of the benefits is also more information, which is provided by the exception object, comparing to simple integer error code. However, often we want to know not only exception type and error message, but also program context, when the exception occurred.

 

Last Updated on Saturday, 17 April 2010 21:05