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.
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.
Convert a "line string" from a .kml file to a "route" in another .kml file. I started this project to use google maps for routing at home and a very simple GPS-device for following the route while on the road.
This project is intend toparse a String function , evaluates it for a specified number (double)
All methods in the java.lang.Math are supported in addition there is a possibility to add embeded functions
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
j-sand is an advanced search tool written in java for developers. In the current first version it searches through a directory tree to find all files of a specified type and then inside those files for the specified search string.
a tokenizer that is general purpose, and multilanguage. it will provide consistent usage across the languages, and be tied into that language's unique common usage types.
Simple command-line directory & file renamer. Use a friendly but powerful syntax (like regex, only much easier) to rename files & directories. Perform string & arithmetic operations, enumerate files, insert timestamps, and other file & system attributes.
StringExtractor replaces String literals with the usage of an a configurable JAVA ResourceBundle (see. current jdk api docs at java.sun.com). This works with unlimited number of files at a time. Extraction is done due to a semimanual selection.
LineArgs is the library contain a simple implementation of commandline arguments parser based on annotations/metadata.
The library has identical API for Java (1.5) and C# (.net 2.0) .
Supports String,Integer,Boolean and List commandline options.
Project migrated to www.latestbit.com and code.google.com
javautilcmdline /javautil is a reusable Java library for common programming tasks, such as String, File, RegEx (Regular Expressions), Array manipulation, etc. The package also contains commandline tools that mimic many Unix commands.
StrMatch is a simple java program, created for educational purposes, that allows user to test a great part of string matching algorithms.
An intuitive user interface shows each algorithm step accurately...
Markov interpreter is an interpreter for "Markov algorithm". It parses a file containing markov production rules, applies it on a string and gives the output.