Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
Try It Free
Go from Code to Production URL in Seconds
Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.
Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
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.
crosskit is a set of scripts and packages for developers to create Linux systems. The project was inspired from concepts of both crosstool and gentoo but is clearly not as mature. It currently supports x86 and MIPS but obviously more will be added!
A command line tool used to choose and connect to wireless networks. The interface is provided by ncurses and at the moment the wireless network interface is controlled via the Wireless Tools.
libnaru is a library written in C that supports you to define a type system for a programming language. It is thought to be another lego piece beside lexical and syntax analysis in a compiler project.
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.
A Garbage Collector implementing an 'Oldest First' algorithm, written in C++ to be integrated with a managed environment(java/CLI). The first current target of the GC is the Apache Harmony JVM.
NullHack is a collection of development libraries written in C that I have found useful in the past. Largely these are my own versions of previously invented wheels but with the added benefit of being placed into the public domain.
Cinglish is a programming language using natural language elements as its keywords and constructs. The primary design goals are portability and accessibility. Secondary goals are compactness and support for multiple programming paradigms.
Portable, optimised implementation of Bruce Schneier's 64-bit symmetric block cipher, Blowfish. Includes support for ECB, CBC, CFB, OFB and CTR block cipher modes, weak key detection and parallelisation using OpenMP.
Java JNI Launcher and Service Controller is a project to create a suite of Java virtural machine launcher tools. No more long complicated command line's to run your Java application
Adan is a cross platform game library aimed to casual/indie gaming development.
It will be easy to use and easy to extend in any other language beacuse it is written in C.
The g1u3 project is an extremely lightweight framework for gluing software components together. The core of the framework is written in platform neutral ANSI C with parsimony and conciseness as primary design imperatives.
Some bash scripts to download and build (cross compile with e.g. ELDK) a working GUI framework for embedded linux systems.
Possible combinations are:
- GTK+-DirectFB
- GTK+-KDrive (XServer)
- LiTE (DirectFB)
- wxWidgets-KDrive (XServer)
Sirch is a utility portage approach to console-based development of open source software projects. Its goal is to simplify effective API wrappering the glibc and porting to cygwin alike system.
A lock-free, concurrent, multi-reader, multi-writer and real-time capable ring-buffer implementation
The ringbuffer uses int type values. For transmission of larger (than long int) buffers, an additional shared memory-pool is required.