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
Cloud tools for web scraping and data extraction
Deploy pre-built tools that crawl websites, extract structured data, and feed your applications. Reliable web data without maintaining scrapers.
Automate web data collection with cloud tools that handle anti-bot measures, browser rendering, and data transformation out of the box. Extract content from any website, push to vector databases for RAG workflows, or pipe directly into your apps via API. Schedule runs, set up webhooks, and connect to your existing stack. Free tier available, then scale as you need to.
Small C++ lib includes container types with auto memory management
My purpose is to create relatively small but functional library, that implements commonly used data structures like smart pointers, arrays and matrices. These classes should (if it's possible) look like 'normal' pointers or arrays but also should realize simple memory managemnets with reference counting and some additional functionality.
I'm going to create lite-weight and handy interface for some scientific and engineering calculations instead of some monsters like MATLAB or etc. ...
C++ software development framework providing smart pointers support, events dispatching, undo/redo automation, concurrency mechanisms, transparent support for scalability, high-level network interaction and support for distributed systems deployment.
The CINT Smartcard project is a collection of tools and libraries for testing smart card. Now it consists of a GUI tool, TestCase Manager, and two CINT pre-compiled libraries, pcsclib & gsmlib, to support PC/SC card reader and GSM commands respectively.
Atera all-in-one platform IT management software with AI agents
Ideal for internal IT departments or managed service providers (MSPs)
Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
SmartDB is an object oriented approach towards integrating SQLite database, like ms ado object, for C++/MFC projects. It acts as a wrapper for SQLite. You can open SQLite database into your program with just 3 lines of code. full source code available.
Portable PRECISE tracing collector for C++ (as oposed to popular Hans Boehm CONSERVATIVE collector). It should not mess other data with collected pointers ! And thats a feat! Smieciuch defines smart pointer classes which behave like normal C/C++ pointers
This is a C++ template class library for generic smart data.
Smart data substitutes plain old data (in the smart pointers' manner), automatically generating associated: copy constructor, assignment operator, toString(), serialization, etc.
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".
HeapAware is a mixin that allows a C++ class to know whether it is on the heap or on the stack, and therefore whether it can be safely deleted. It can be used to implement smart reference counted objects that can exist on both the heap and the stack.