Glue Stick dependency injection framework is used for assembling and configuring Java applications from external bean definition and configuration files. There are several supported bean definition file formats, such as Groovy, JSON and Spring XML.
Manages Java application/tool options. Options are mapped to Java Bean properties using annotations. Options can be loaded from command line arg String[] array, an XML file, or a java properties file. Help texts can be generated.
Provides a Java programmable only text file editor. No gui is available. It supplies most of the features you expect from an editor including selections.
A PHP library for creating time series charts. This library was developed for the PgMonitor and OpenStats projects, but it's possible to use it separately.
This is a class that lets you EASILY read images, upload images from forms and make miniatures/thumbnails of images. In download pack you will find - two example files. Error reporting and exceptions applied to make it even easier.
GUIH (Graphics User Interface in Header files) is a simple, light-weight,
and cross-platform visualization library for images and 2D/3D OpenGL graphics,
implemented entirely in C++ header files.
IMGH (IMaGe library in C++ Header files) is a simple, light-weight, and
cross-platform image processing library, that supports simple
editing and drawing, multiple pixel formats (pointers and float).
Designed for developers and researchers.
CppExcel is an unmanaged, stand-alone, platform-independent C++ library for reading and writing native Microsoft Excel 2007 XLSX and 97-2003 XLS files, without Excel needing to be installed. CppExcel is based on the PHPExcel library.
The Nheengatu Project is a Java library that provides HTML markup abstraction allowing you to reutilize it to generate PDF files, OpenOffice documents, image files, etc. The goal of this project is to maximize the use of HTML markup procedures.
This project is exclusively for sharing code snippets and tiny projects, that others may find useful for their own projects.
Unless otherwise noted in the files, it is safe to assume that the source code is public domain. I will try to include license information and doxygen documentation of all code, but no promises.
Enhanced Collections is a thin wrapper around commons collections to allow usage of Java 5 generics. Unlike similar projects, this is not a rewrite of commons collections, just an enhancement on top of it.
When writing projects I collected some of my utils into library to speed up developement. So, I decided to share those. See my home page for more information.
See more at my blog
http://www.foxjunior.eu/tiny-web-server/
http://www.foxjunior.eu/java-image-utils/
http://www.foxjunior.eu/java-formatters/
http://www.foxjunior.eu/java-assertion-e/
http://www.foxjunior.eu/java-reflection-e/
libtarga is a comprehensive library for handling Truevision TGA (a.k.a. Targa) image files, fully supporting all the features of the TGA 2.0 specification. Based on the LibTarga created at the University of Wisconsin.
This is one small and fast JAVA implementation of java.util.queue which permanently stores queue data into files. Use of this implementation avoid use of huge JMS implementations. All read and write operations have to be on one JAVA virtual machine.
ktdata is a C++ library for accessing tabular data, like from CSV files. Its goals are:
1. object design
2. portability (Linux and Windows support at least)
3. high performance
4. support for common data file formats, like CSV, ARFF (Weka), etc.