3 projects tagged "Library"
jCores is a Java library that feels like jQuery, with many shortcuts and transparent parallelism. It was made to denoise programming in the Java language and to increase execution speed. Its goal is to demonstrate that Java, the language, can be as sexy as Python in terms of hacking and as parallel as your hardware gets in terms of CPUs.
JChartLib is a library for drawing beautiful charts. It supports linecharts and barcharts with colors, automatic axis numbering, and automatic styling depending on the number of values. Charts can be integrated into Java swing applications. Charts can be saved as jpg or png image files.
Variance provides a general-purpose, custom-wirable junction box for conversion between Java types. Values stored as Variants can be converted freely to any type (provided that a type converter exists between the original type and the target type), and users can add new type converters or override existing conversions.