Build gen AI apps with an all-in-one modern database: MongoDB Atlas
MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
Start Free
Our Free Plans just got better! | Auth0
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.
yohaul dumps Oracle data and metadata using jdbc. It can be invoked with a 5-10 line shell script. Yohaul has been validated on tables with billions of records. SQL-generating SQL is used to tune yohaul. The Open Source version is WIP. ETA 09/10.
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.
Trusted by 150 million+ creators and businesses globally
Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
A light java based high performance http web server/framework that supports non blocking I/O and a huge number of concurrent connections. Aims to provide the same functionality as NodeJS but using java or any language that outputs to java bytecode.
JavaDBConnector is a Java API for connecting to the four most popular database engines: MySQL, MS SQL Server, Oracle and MS Access. Includes a customizable GUI for connections managing and a generic logic tier for make easy to use databases,
ubq framework aims to provider ubiquitous rendering from fiducial marker acquired from tuio engine thanks to cameras. Ubq intends to leverage xqz framework in order to take advantage of concurrent and communication command based support.
Concutest is a collection of tools designed to make the development and testing of concurrentJava programs easier and more reliable. Concutest is available under the BSD License and under active development by the JavaPLT group at Rice University.
sqlWizz is a lightweight database client written in Java (swing-based). Works with any database that has a jdbc driver. Accepts multiple concurrent connections to different databases and has i18n support.
Trusted by nearly 20,000 customers worldwide, and all major cloud providers.
OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
A collection of Concurrent and Highly Scalable Utilities. These are intended as direct replacements for the java.util.* or java.util.concurrent.* collections but with better performance when many CPUs are using the collection concurrently.
Decimation is an open-source multiplayer game framework programmed in Java. It can support a variety of 3D games, ranging from small four-person games to large massively multiplayer online role-playing games, supporting thousands of concurrent users.
GEECoP (Graphical Editor and Engine for Constrained Processes) is a tool to graphically design control-flow graphs and their associated constraints. It supports creation of Concurrent Transaction Logic formulas and validation of constrained processes.
lightJacc is a small but strong grammar parser generator. It adopts a parsing strategy of its own: dynamic concurrent parsing -- which made it much stronger than LR or LL family CCs (YACC, ANTLR, etc), but still keep good performance.
SYSTEM FOR DESIGNING AND SIMULATE CONCURRENT AND DISTRIBUTED PROGRAMS IN CLUSTER ARCHITECTURE Provides graphical interface for configuring relationships between cooperating, abstract processes and simulate it in real cluster environment, using MPI.
Skwish is a fast, simple, lightweight Java library for storing blobs on the file system. It allows multiple concurrent readers and writers, provides all-or-nothing write semantics, and is designed to survive abnormal, unclean shutdown.
xqz aims to provide a MDD framework to handle communication thanks to Tx/Rx Queues and generic command extensible mechanism. This framework will take advantage of EMFT frameworks for concurrent command scheduling in a model driven environment.
CoDeK - JavaConcurrent Development frameworK is a very simple, open-source, academic java library aimed to help the development of Java multi-threading concurrent applications.
Gamio is an Open-Source Java framework used for easy development of high concurrent, high efficient, high scalable and robust TCP/IP server by leveraging Java NIO.
Backport of JSR-166 java.util.concurrent API, first introduced in Java 5.0, to Java 1.4 and other releases. Based in most part on public-domain sources from JSR 166, and the dl.util.concurrent package.
Small, simple and robust database in Java. If you need a persistent hash map, this is for you. It is basically as fast as it gets without caching, but doesn't offer any non-basic features like transactions or concurrent access.
SyWiCo is a tool for managing concurrent modifications of shared files between unconnected computers. It can be used as a synchronization tool relying on email.
The builder plug-in project consists of an Eclipse plugin which automates the application of a modified GoF Builder pattern to a target POJO, thus converting the POJO into an immutable object which can improve thread safety in concurrent applications