This project is Java 1.5 port of the JArgs Project (http://jargs.sourceforge.net) with minor changes like validation and the annotation-based configuration for command-line options.
We have designed a wiki query language. What this allows you to do is query any mediawiki site and fetch information from it. This allows you to mashup contents of different wiki pages into a page that you want
A C/D/Java style programming language with built in support for concurrent programming (microthreads, actor model). It is implemented as a LLVM front end to allow for native X86 high performance code generation.
That project aims at providing a framework around the WSDLPull (http://wsdlpull.sourceforge.net) source code, so as to ease the packaging and delivery processes, allowing to deliver packages for a great number of Linux distributions and Unices.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
An API that provides the commandline arguments processing for Java applications. Using CMD Processor you can parse commandline arguments with minimal efforts and can use init and destroy (optional) life cycle methods via plugin based architecture.
The Scheme Natural Language Toolkit (S-NLTK) is a Scheme R6RS library for language and text processing, and various tasks related to symbolic and statistical analysis of language data.
ooc is an object-oriented programming language which is implemented with a source-to-source translator to pure C99. It supports classes, abstract functions, foreach, ranges, etc. It intends to be modern, modular, extensible, yet simple and fast.
With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
XML Schema tools and Maven plugins: WSDL Merger, XML Comparator (SAX & DOM), Namespace normalizer
Note - the project has moved to github!
https://github.com/rustyx/xsdutils
Web gallery based on pre-generated metadata, typically according to directory structure, not database or an administration. Development moved to: http://github.com/martinkozak/fsgal.
A library to process X-ray images from the Heimann imaging system. The XGray library has interfaces to C++ and Tcl and includes the graphical program XRayLab, which is written Tcl.
The Log & Dbug Library is an open source PL/SQL library, useful to log/debug your programs in the development phase and trace their activity and performances in production. It is ideal to improve your efficiency and code quality.
Manages Java application/tool options. Options are mapped to Java Bean properties using annotations. Options can be loaded from commandline arg String[] array, an XML file, or a java properties file. Help texts can be generated.
A pure java DNS client implementation. Consists of a library and utilities for looking up the Internet domain names. The utilities are also able to fetch an entire domain zone and save it in the standard DNS zone file format.
The Zabbix trap (zabtrap) client library allows you to send traps to a zabbix trap item configured on a zabbix server from your Java applications. For a full JMX Zabbix bridge (zabbix agent), check out http://www.kjkoster.org/zapcat/
A fast JPEG2000 encoder running on CUDA-capable GPUs. Supports lossless and lossy encoding. Both commandline tool with GUI and CUDA/C++ library. Visit >> http://cuj2k.sourceforge.net << for further information.
Have you ever had a project or external library that had many include files but you had to include each required one manually? Include All fixes that by finding header files and making one big header that includes them all into your project.
Add-ons to the ECMWF GRIB API.
This project is about developing and maintaining add-ons to the GRIB API, like language bindings or documentation.
The main GRIB API page is at http://www.ecmwf.int/products/data/software/grib_api.html
Java Forker aims at providing a solution to the memory consumption of java Runtime.exec method under linux for really big vm like application servers.
It is a small vm that will do the fork and communicate back the two outputs from the exec command.
Library to define Tcl commands which manipulate C++ class and structure objects in manners similar to the way Tk manages widgets. Objects can then be manipulated from either C++ or Tcl. Based on the original TclObjectCommand