This library contains generic algorithms from STL and boost.org and other sources, re-implemented using Instigate's GP methodology, based on modern principles of Generic Programming.
...This is Open Source Project available in Sourceforge at https://sourceforge.net/projects/instigate-fwk, where you can find details on the project.
With "Instigate Application Generator" project 'setup_env.sh' bash script is provided (see 'Files' tab) to install all the prerequisites and 'Instigate Application Generator' itself. All the libraries/tools will be installed at /tmp/instigate-software path.
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.
Instigate XML Parser is a wrapper library around various XML parsing front-ends. It provides single API and ability to switch between supported front-ends without modifying the client code.
Set of makefiles and scripts to compile, test, generate documentations and create installation packages for SW/HW projects. Supports multiple languages, GUI toolkits and platforms.
Provides core mechanisms and foundation for implementing libraries of generic algorithms and data structures, using modern principles of Generic Programming. Covers most of the features of ConceptC++ using syntax of C++'98.
C++ Library of Abstract Algebra concepts and arithmetic algorithms defined in terms of these concepts, using Instigate Generic Programming Methodology. Based on this library we plan to develop Linear Algebra and Optimization concepts and algorithms.
Software libraries for effective development of desktop applications.
Instigate Application Framework provides software development methodology supported by development tools and libraries for cost effective development of high quality desktop applications with focus on CAD applications.
Main benefit of Instigate Application Framework is genericity and non-intrusiveness. Framework does not enforce its own database upon application developer, but provides API to register user database and algorithms.
C++ library that allows to implement TCL, Python (and others in future) embedded scripting API into application by registering C++ functions as TCL/Python commands, and evaluation TCL/Python code from C++ functions.
Allows publishing meta-information about DB, functions and interface of your application, which then can be used by various engines and plugins for providing platform-specific interfaces (CORBA,COCOA,COM,Glib,DBus etc.) without additional R&D effort.
Instigate GUI Toolkit is an Abstraction for multiple GUI Toolkits allowing to write single GUI code which can run on multiple platforms and with multiple GUI back-ends. Now it supports QT and gtkmm back-ends on Linux. Work on GTK+ and EWL is ongoing.
C++ library which defines GUI-related 2-dimentional geometry concepts and provides algorithms working with those concepts. The library is developed using Instigate Generic Programming Methodology. It is based on templates and static polymorphism.
Communicating Sequential Processes: wrapper of various parallel programming technologies such as POSIX Threads/Signals/Sockets, QuickThreads, libnuma, TCMalloc, etc, providing a high level simple abstraction level for parallel programming.