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
Deliver secure remote access with OpenVPN.
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.
This application is mainly a Personal Media Management system. It allows a user to catalogue its physical media (create categories, items....). Later he can "search" for items, export them, etc.
InfoPad is a utility to store short notes and other information. It includes a simple search function and is synchronizable over the internet. We are especially interested in making this software intuitive and easy to use.
Ostos is a Java program for creating product catalog(s) of products sold in different shops and planning, creating, counting prices for and printing shopping lists.
Jorge is a Java/Swing application to manage literature and create bibliographies or citation lists. These citation list can be exported to be used with BibTeX or as plain text files. Other Formats will be added in the future.
No-Nonsense Code-to-Cloud Security for Devs | Aikido
Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.
Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
A wrapper over any JDBC driver, it corrects some of the common mistakes the programmers do during the development process and also provides SQL execution timing information. Hints for: cache, AUTOCOMMIT, ISO LEVEL, performance reports for TX,STMTS, etc.
The ObjectBase Project could have been called Object Oriented DataseBase but we found at least two contradictions in that. This is not object oriented, it is just objects. This is not a database because we do not persist data, we persist objects.
Raptus AG/SA, a swiss company, has released their java / jsp based SiteEditor, CMS, list generator software as opensource. Including: Modules, XML config, Struts, own API, Components, WYSIWYG, multilanguage, multiuser, webbased manager
The bot is a project that contains MySQL, XML, PHP, JDBC and Java.
It is an IRC bot(much like eggdrop) that can connect to any IRC server and distribute a list and have controll over unlimitied users that can add, modify and delete Movies in a MySQL dat
RelataSync for Palm synchronizes your Address Book contacts, Date Book
items, and To DoList items with Relata (http://www.relata.org), our sales force automation CRM solution.
RelataSync is written in Java and allows one to update their contacts, dat
Type 2-JDBC driver for MySQL and wrapper for native C-API. A type-2 JDBC driver combines Java and native (C-API) methods to access a database. Please use the Java mailing list at www.mysql.org for general discussion, but use sourceforge for bug reports.
It is a servlet/JSP based web application to manage your research references and notes. There is also a public server for those who do not have their own servlet engines. The public server can be customized so that it act like your private one.
ListQuery is a simple tool to read SQL instructions and to list the results in text format (console). You can read an archive (file) with lots of commands (query), separate for ';', the program will list all results one by one.
Media Lab Asia has developed an asynchronous store and forward broadband wireless system tool for delivery of messages to/from rural people.It is Capable of delivering value added digital services at places which do not have online internet connectivity
Web-DB is a web-based front-end for any JDBC-compliant database.
Web-DB is designed to use in big companies with several databases.
Web-DB UI contains a list of available databases and list of typical SELECT queries.
This is a Java project building with NetBeans 6. The final result is a mySQL client that can do several things as run sql statements, administrate a mySQL database and used as development or administrative tool for the mySQL database.
A easy to use light weight O-R mapping component it only can be used with MySQL database now. All you have to do is followed: 1.Create a bean . ex: public class Person{ private int id; private String name; //getter &setter methods. } 2.create a table,the