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.
Try free now
MongoDB Atlas runs apps anywhere
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.
Internet Direct (Indy) - An open source internet component suite comprised of popular internet protocols. Both client and server implementations are included as well as full sourcecode and comprehensive demos
Indy is an open source internet developmen
SCOF provides a C/C++ toolchain that is easy to build, extend, and even embed within custom applications that wish to parse and interpret sourcecode.
It's goal is to be a C/C++ framework that is modular and easy to understand from beginning to end.
This project is a Garry's Mod Development Environment which will simplify the modding process for people who wish to Lua code additions to Garry's Mod. It will include a fully loaded IDE for the Lua used in GMod and other helpful modules.
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.
This library is a set of template classes and functions written in C++ for the purpose of simplifying the tedious, and error prone, task of writing code for conversions between packets in network format and objects.
“Pure” stands for “webPage cleanup through Reverse Engineering”. The Pure tool is to transform a legacy webpage to become compliant with existing Web standards by reverse engineering the webpage’s rendering result into html/css code.
Framework for modelling of Natural General Intelligence. This project aims at creation of open source AGI (Artificial General Intelligence) through modelling of natural thinking. See http://roland.pri.ee/bakalaureusetoo/ for theoretical details.
IoC container for the configuration and design for experimental design
InPUT offers a descriptive and programming language independent format and IoC (Inversion of Control) container for the configuration and design of computer experiments.
Code and more info can be found on github:
http://github.com/feldob/InPUT
This is (going to be) a simple interpreter of a simple weakly typed language.
The code, now, contains only the token class along with some subclasses, a lexer and some other titbits.
A haptics abstraction layer for OGRE. This should allow other developers to write haptic API plugins to be used seamlessly with OGRE without having to re-write any code in the OGRE application.
BeGUI is an OpenGL-based GUI library aimed to general lightweight application development. It looks good, it's easy to use and is non-intrusive to your code.
Thus plugin would be nice for you, if you are using Code::Blocks IDE, but want to distribute your software in GNU way. This will generate a set of files, primarily configure script, and you will be able to ship your sources in GNU style.
Analyses multi-threaded applications without need of the sources.
ThreadAnalyser application allows users to analyse multi-threaded applications without need to have/modify their sourcecode under Linux OS. It provides information about active threads and their stack info, consumed memory, etc.
The aim of DynamiC++ project is the development of dynamic analyzer of C++ code witch can be applied to dynamic C++ compiler (for quick compilation) and for integrated development environment (because dynamic analyzer can be used for smart highlighting).
XgWin tries to be a complete development framework for Win32 enviroment. It encapsulates the Win32 API and presents it as an easy and object-oriented interface, using the less possible amount of layers to provide high performance code.
Repository for sourcecode licensed under GPLv2 or other licenses (LGPL, BSD, Apache, etc.), where the official distribution has converted to the controversial GPLv3.
VisualR is a (currently) Windows only C++ GUI programming interface to R.
It allows creating full featured applications that complelely control R and serves as a GUI programming toolkit that can be controlled from inside R code.
QuizMaster Manager. Free software project and libraries for Visual DataFlex 12.1 How to spice up the look and feel of your programs with CodeJock. Tips & tricks and 'How do they do that'. New classes. Fully functional program code incl. database.
MatForce is a compiler that translates MatLab scripts into self-contained C++ code, producing human-readable, extensible C++ sources that can be fitted to the needs of the encapsulating application.
KTK is an efficient and easy-to-use C++ GUI library for Linux. KTK emulates its entire widgets set, and is completely themeable. KTK tries to perform tasks with minimal lines of code using a highly object-oriented design.
a C++11 JSON parser/generator for constrained platforms
cojson is a C++ pull-type JSON parser/serializer for constrained platforms, such as bare metal applications on low-end MCUs. It does not use memory allocation and has almost no external dependencies. It is not intrusive – it neither forces nor implies any particular design of the application. Instead it adapts to fit any existing application code. It is tolerant to data type mismatching. When such occurs, parser just skips mismatching data and makes best efforts to continue parsing. The...