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.
Start Free
8 Monitoring Tools in One APM. Install in 5 Minutes.
Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.
AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
GAAF is a tool for analyzing Genetic Algorithms (GA for short). It allows to check the behavior of a particular GA resolving a particular problem so one can get empirical information to decide which GA best fits problem's conditions.
This is a Java Just Intonation Calculator. It allows users on many platforms to calculate and hear just tunings. It will support saving and opening tunigs and opening spreadsheet documents and allow users to send tunings to their synthesizers, via MIDI
TightVNC is an improved version of VNC, great free remote-desktop tool. The improvements include bandwidth-friendly "Tight" encoding, file transfers in the Windows version, enhanced GUI, many bugfixes, and more.
ACNexus is a bluetooth sensor device, communicating with various clients such as mobile phones. The software suite consists of: ACNexusBT (Arduino firmware), ACNexusMobile (J2ME Phone App), ACNexusQC (Quartz Composer Plugin), ACNexusX (OS X app)
Automatic estimation of development effort, based on historic source code evolution.
Soft Size generates an HTML report of the evolution of the lines of codes of a project, by file and author, extracting the information from a Subversion repository
Hourglass is a PSP (personal software process) time tracking utility written in Java. It allows you to track the time spent on various programming (or other) tasks, and provides reporting mechanisms for analyzing the use of your time.
...Water is an all-purpose language (and meta-language) that runs Web applications in the browser or server-side. Water is compatible with .NET, Java, and C on Windows, Linux and Mac OS X system.
DIET-PC (DIskless Embedded Technology Personal Computer) is a software kitset enabling IT professionals to build an open source GUI appliance based on commodity x86 (PC), PowerPC (Mac) or ARM (handheld) hardware, using an embedded Linux methodology.
Fsgrep is a simple Java application which allows a user to
search all files in a directory structure for lines matching
a given pattern. Its functionality is a combination of the
Unix find and grep utilities.
Goal of our project CSX (City Stats X) is to program a generic interface to visualize and present social data about a city. We will present this on the example of the city of Linz in Austria.
GDBI is a genealogy program integrator. It includes an editor and the lifelines report language. It interfaces to multiple GEDCOM databases and is most popular as a PhpGedView client. At the core is a Java API to simplify adding databases and editors.
Lobo is an extensible all-Java web browser and RIA platform. It supports HTML 4, Javascript (AJAX) and CSS 2 plus direct JavaFX and Java (Swing/AWT) rendering. Cobra is the web browser's renderer API; also a Javascript-aware HTML parser.
Simple WebStrut is a simple webframework depend on Servlet,Spring2.5.x and Xwork2.0.X ,This project provide a simple component to dispatcher request like struts and diff to struts.
The Dynamic Template System (DTS) was built to provide an easy way to generate content based on templates. There is no restriction that the generated content muste be (X)HTML or something specific, you might generate what you want ...
Ant-Doxygen is an Ant task for doxygen, a document generating tool available at www.doxygen.org . Users can integrate doxygen related code with ant task file - build.xml .
BlueCove is a JSR-82 implementation on Java Standard Edition (J2SE) on BlueZ Linux, Mac OS X, WIDCOMM, BlueSoleil and Microsoft Bluetooth stack on WinXPsp2 and newer. Originally developed by Intel Research and currently maintained by volunteers.
This software provides library to encode/decode Java strings to/from Base64 encoding and variants. Just include the .jar file into your classpath, to encode: string.getbytes("x-base64"); to decode: new String(bytearray, "x-base64");