MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Start Free
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 collection of Vincent Radio {Adrix.NT} C# sources & build projects
includes
- Paged Lists & Iterators Library for C#
- Multi Dimensional Array Library for C#
- MDArray List Manager Library for C#
- Adjacency (List | Matrix) Direct Graph Libs for C#
- Range Check functions
- VRMosaic (WinForms) - with Auto Resolver
also includes
- Source Files
- Visual Studio Build Projects
- Test Applics
have fun
adrixnt@hotmail.it
A set of C libraries to implement data structures and algorithms
Struct-Pie (Structures Pie) is a set of C shared libraries to implement data structures and algorithms so that they can be used/integrated easily into C projects.
LIFO & FIFO Stack, BinarySearchTree, Priority Queue and a Hash Table are implemented and included in this package.
Future releases will have many other data structures.
The hash table in this package uses separate chaining to avoid collision.
CLAW is a C++ Library providing various tools in different domains, like a Tweener framework, Bézier curves manipulation, a map with multiple value types, a binarysearchtree container implemented as an AVL and an implementation of the sockets as std::stream.
The library also includes a set of classes to easily load and write png, jpeg, gif files and other image formats.
An interactive binary search tree. The user may interact with the tree by performing rotations, balancing, insertions, and deletions. For educational purposes
Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
A fully functional red-black tree implemented in C++/CLI with an OO approach of naming and structuring which makes the code highly readable as well as easily portable to C# or Java. The package also includes a binarysearchtree and two traversal algorithms.
spdict is a library of dictionary algorithms written in C++. It has support for sorted array, binarysearchtree, red-black tree, skip list, and balanced tree algorithms. Also include a cache class.