Level Up Your Cyber Defense with External Threat Management
See every risk before it hits. From exposed data to dark web chatter. All in one unified view.
Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
Try for 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.
MACE is a Mathematical program for Algorithms, Calculations, Equations
...MACE can also calculate with complex numbers, integral residue classes and complex differentiable functions.
In the latest release MACE has got:
+ Sequences as variable containers and discrete signals.
+ A Signal Processing section including the (fast) (inverse) Fourier transform, several filters and fir / iir Systems
+ bug fixes
...Dynamic linear hash tables are implemented too.
The main algorithms on graphs are implemented in an easy way and with good performance features. Network Flow (maximum and min cost), cut points, topological sort, spanning trees, min paths. etc. The graphs are generic in the sense that they can contain data independent of the algorithm.
Several containers of the C++ STL library are implemented with Aleph-w.
CDS (Concurrent Data Structures) is a C++ template library of lock-free and fine-grained lock-based algorithms. It contains a collection of concurrent data structures: queues, stacks, sets, maps, etc, and safe memory reclamation schema for concurrent containers - Hazard Pointer and user-space RCU. See doxygen doc http://libcds.sourceforge.net/doc/cds-api/index.html.
The source code repo for libcds 2.x has been moved to https://github.com/khizmax/libcds
CGL(C Generic Library) is a stl-like library written in pure C.It implements iterators, memory management,generic containers such as list,map, generic algorithms such as sort() and search(),and it can manipulate any types of data.
ObjectiveLib is a library for Objective-C that provides a full set of object containers, generic algorithms and binary streams. It provides the same services to Objective-C programmers that the Standard Template Library provides to C++ programmers.