Get full visibility and control over your tasks and projects with Wrike.
A cloud-based collaboration, work management, and project management software
Wrike offers world-class features that empower cross-functional, distributed, or growing teams take their projects from the initial request stage all the way to tracking work progress and reporting results.
Learn More
The AI-powered unified PSA-RMM platform for modern MSPs.
Trusted PSA-RMM partner of MSPs worldwide
SuperOps.ai is the only PSA-RMM platform powered by intelligent automation and thoughtfully crafted for the new-age MSP. The platform also helps MSPs manage their projects, clients, and IT documents from a single place.
Pulsar is a card video game using Stars as gameplay key elements.
Pulsar is a card video game. A card represents a star constellation, and thus contains stars that can be used in two ways :
* Attack Stars (also called AMAS Stars) will generate an attack to flip opponents cards (and take them) ;
* Defense Stars will protect the card from opponents. It is also the interface with other cards to begin a battle.
The inner gameplay is much more complex as Cards and Stars can evolve, be damaged.
AMAS Stars are "AutoMated Attack System" Stars. Stars are...
A fully functional red-blacktree 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 binary search tree and two traversal algorithms.
ADTL is an Advanced Data structures Template Library written in C++. it includs sixteen kinds of stl-like contains, such as fibonacci heap,pariring heap,skew heap,avl tree,red-blacktree,splay tree,skip list, unrolled linked list and so on.
This is a fully STL-compliant C++ map/set/multimap/multiset implementation for g++ using an AVL tree instead of a Red-Blacktree (that is present in current libstdc++).
Discover and manage administrator, service, and web app passwords, keys, and identities. Automate management with approval workflows. Centrally control, audit, monitor, and record all access to critical IT assets.
spdict is a library of dictionary algorithms written in C++. It has support for sorted array, binary search tree, red-blacktree, skip list, and balanced tree algorithms. Also include a cache class.