Hippal is an integrating GUI-framework for a multimodular symbolic A.I.-system IPAL, which combines A.I. Planning, Inductive Program Synthesis, Analogical Reasoning and Learning.
Hippal is client-/server-based and uses the Lili Lisp Interpreter as Centr
A cross platform code editor primarily intended for C++. It's goal to be editor, not an IDE. If you want something that writes your makefiles/GUI, go look at an IDE. Keywords: Syntax highlighting, spell checking, folding, word completion, keyboard d
Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software.
Banks, lending institutions
Founded in 2004, axefinance is a global market-leading software provider focused on credit risk automation for lenders looking to provide an efficient, competitive, and seamless omnichannel financing journey for all client segments (FI, Retail, Commercial, and Corporate.)
Gate Guardian is a library of C/C++ functions that can be used to avoid common security problems when a process forks or is forked from a parent process, or runs / is run by an external program. The code is meant to be portable across many UNIX variants.
The C++ programming framework that is compatiable with standard C++ libraries. Parts: the set of classes, templates and functions that provide safety interface; GUI; XML loader for a GUI structure. The project has been moved to http://cbear.berlios.de.
OpenMetaBase uses OpenC++ to dynamically generate C++ code described by xml files. This code has built in caching of sql & xml. The code tries to simplify complex runtime database relations by making most of the code for you.
This project is a c++ code weaver, mainly based on open source tools. It may run on every platform supporting c++. Unlike aspectc++, taco join points are some of the control structures encountered in c++.
ClearSky is an editor built by HTML/Javascript junkies, for HTML/Javascript junkies. It's key aim is to produce the best possible workspace for web developers who prefer to write code than edit with a WYSIWYG editor. Written in C++ with GTK+.
Landlords, multi-family homes, manufactured home communities, single family homes, associations, commercial properties and mixed portfolios.
Rent Manager is award-winning property management software built for residential, commercial, and short-term-stay portfolios of any size. The program’s fully customizable features include a double-entry accounting system, maintenance management/scheduling, marketing integration, mobile applications, more than 450 insightful reports, and an API that integrates with the best PropTech providers on the market.
Kazam is a visual editor and project manager for interactive fiction game creation with Inform, one of the major development tools for this type of games. Kazam is developed with the wxWindows cross-platform GUI package.
Se trata de un programa almacén de trucos interactivo. Permite consutar los códigos disponibles, además, permite que los usuarios puedan incorporar los suyos propios. Hasta el momento solo soporta C++, Delphi y Visual Basic. -It Is a sourcecode store!!!!
UBIQLIPSE is a plug-in for Eclipse that provides a WYSIWYG editor for the creation of UIQ 2.1 GUIs. UBIQLIPSE maintains an XML model of the GUI and converts this model into Symbian C++ code on demand, using an existing tool developed by Symbian.
This project aims to support the existing GameMonkey Script project by providing ready to build and pre-built packages, as well as adding extra features in the form of binding libraries, documentation and source code enhancement
mysqlcppapi was a fork of MySQL++ created to fix numerous problems in the original code. As of 2005 MySQL++ is in good hands and is being actively developed, so you should use MySQL++ rather than mysqlcppapi: http://tangentsoft.net/mysql++
A complete cleanup (for readability and ease of coding) and doccumentation of the original SMAUG 1.4a codebase, SLAM-GTP is also a minor re-write, bringing new features to the codebase, while also fixing and/or adding functionality to existing ones.
Nmdepend is a lightweight 'link-time' dependency analyzer for C++. It uses object files and libraries instead of source-code as input. It can help to manage 'cross-directory' dependencies. Dependencies can be visualized in combination with Graphviz.
This is PopAsm, the popular assembler project. It is intended to
support the syntaxes of the most used assemblers so existing
code has no need to be rewritten. It also assembles instructions
of all intel-compatible CPUs.
Open Designer is a graphical Conceptual and Physical Data Modeler and a Code Generator either to create the database structure and genenate applications automatically.
Xorph is a tiny toolkit to automate and faciliate the monotonous task of setting up configuration management components and dialogs for Qt applications.
Generic Game Framework in eiFFel (G2F3) aims to simplify the development of two player zero sum strategy games by separating game specific code from reusable generic code. So far, abstract board games are best supported.
WebDesigner is the only web markup designer component that can render dynamic documents while preserving the code formatting. Use the WebDesigner component to create a Graphical editor for your Web-Client applications (Asp, Jsp, XML, html etc.).
Set of tools and libs for
managing structured data
in a very flexible way:
Imp./Exp. ASCII, XML, SQL,
PS, Tex/LaTex, RTF
GUI: X-Windows, MS-Windows
Interface to C++, DBs, Perl,
PHP, Java, TCP/IP
LISP-like interpreter
written in C++ using C-LIB
This tool reads your C/C++ source finding the beginning of each routine
and places code that can call a function or similar via a pattern file
Example:
int X::b() {}
To:
int X::b() { /* %TRACE% */ FUNC_TRACE("X::b()"); /* %TRACE% */ }