Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Start Free Trial
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.
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.
AppSignal's MCP server hands Claude, Cursor, or Zed your real errors, traces, and the deploy that shipped them. AI writes the fix; you review the diff.
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.
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