Compliant and Reliable File Transfers Backed by Top Security Certifications
Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.
Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
Start Free Trial
Fully Managed MySQL, PostgreSQL, and SQL Server
Automatic backups, patching, replication, and failover. Focus on your app, not your database.
Cloud SQL handles your database ops end to end, so you can focus on your app.
A compiler using annotations to identify fields of a Java class that are to be wrapped into a subclass of the compiled class. The compiler exposes methods from interfaces as the exported components of the wrapper. An Eclipse plugin is being designed.
A static analyzer for Java programs that checks for design guidelines. The project is adopted from PDL (http://portal.acm.org/citation.cfm?id=1218571).
Malabar is a simple, context-agnostic authentication library for Java applications. It strives to be equally usable in J2EE/Web, GUI, and other applications requiring user authentication.
Attempt to create a PHP-framework: component-oriented; with global DI-container; for micro-services and also for big module-builded projects; with its own ORM. Little demo: http://complex.php.gi.igor-gilman.de.
TransSiberia is a Siberia plugin that manages plugins inside a Siberia application. It provides functionnalities to download new plugin and upgrade an application.
PHP Cache Manager is an abstraction layer which uses other caching libraries and provides a common interface. PHP applications are not affected by the choice of your caching library, like a database abstraction layer.
This is a Java implementation of the driver for communicate with a ZigBee network. This driver has the capabilities to create a communication with a Coordinator node, discover the nodes on the ZigBee network, receive and send command to any of this nodes
A C++ immutable value string class, template. Constant time copy construction and assignment, avoids some costly dynamic allocation, and can serve as "smart pointer" for API strings. Constant time construction from literals and as "smart pointer".
Serene is a functional style library for database access in Java. It wraps the provided the most useful features of JDBC, adds to them, and simplifies use.
Cybernus IOC provides an implementation of Inversion Of Controll pattern for PHP. Allows to declaratively create hierarchies of objects via xml file, automatically call methods on created objects and automatically include required sources.
Blackdog-types is a plugin defining the objects that can be manipulated in the Blackdog application, audio item, playlist, radio station and so on. Blackdog-types is a member of the plugin environment of the blackdog application.
A collection of objects (in toolkit form) for the creation of economic/transport simulations. With this, you should be able to create a "sim" game similar to anything from Alpha Centauri to Zeus...
This project implements a set class. It is aimed at those who consider the following to be of importance:
- Values in the set are, to a high extent, consecutive numbers
- Memory footprint is an issue
- Small updates to a large set must be efficient