C++ sourcecode interpreter for Win 32 platforms, for developers and end-users.
The goal of our project is to interpret C++ sourcecode and execute it.
The interpreter will run on Win32 platforms. We will create and develop it in C++ language.
This project make some utilities based on FSM(Finited State Machine). The primary goal is to develop some auto generators, output sourcecode or executable binary file. Anyway, it provide a trusty and high-efficient implement of FSM.
The result is only a
Full-stack observability with actually useful AI | Grafana Cloud
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
CPP2RTF: generates listings of C++ code in RTF format, using different fonts and typefaces to highlight syntax for printing on a B&W printer.
Pre-compiled binaries for both Windows and Cygwin are provided.
A resource for all developers working with the Trillian Messenger API. Our goal is to be a repository for any sourcecode / libraries that may be of use to programmers working with Trillian. It is also a place to find community written documentation.
Most C++ test frameworks are like JUnit. Unfortunately C++ lacks reflection and lots of boiler plate code is needed for JUnit style tests. This framework tries to minimize the amount of boiler plate code required for simple test. Just enjoy writing tests!
This is a simple library for parsing & compiling mathematical formulas (also with variables). Compiled ones are stored in machine code in memory and are ready for fast calculations (for example integral calculations, function plotting and analysis).
The "Rapid Code Generator" will reduce the amount of tedious and repeatitive code one would have to write for a large software project with well defines modules and interfaces. A module exposes (provides) zero or more interfaces and may uses zero or mo
The purpose of this project is to improve an existing editor that I created.
Features existing in the editor:
- Easy inserting of XML tags by selecting a current tag from the left tree and the select that should be situated betweens tags
- Colors
YooParse stands for Yet-another Object-Oriented Parser code generator. It is the complement of YooLex, a lexer code generator. The purpose of YooParse is to generate a parser that integrates tightly with the scanner generated by YooLex.
PHPStripper is a small yet powerful utility that strips a PHP file to assure the file can be parsed optimally. It removes comments, unnecessary spaces and tabs, empty lines and is sometimes able to detect and merge unnecessarily seperated strings.
The JNails project makes it possible and easy to use C and C++ code directly from Java, without clumsy JNI coding. All you need to do is specify the names of the C++ classes, functions, and variables you want to use, and JNails takes care of the rest.
Goal of the Project is an implemenation of a CCM CORBA container in C++. <br>
This is something like an EJB container but based on CORBA standards and technology.
AutoRes is a FREE automated string extraction utility.
It removes strings from a VB project (code,form), and replace them with a LoadResString() reference.
It also builds a RC (resource) file that can be inserted in the project after an easy conversion
CodeXpand Engine is a Scripting engine written with C++.
It work with COMPILED SCRIPT linked at Run Time with Host Applications.
The SCRIPT COMPILER generate the CPU bytecode requested from the Host CPU where the application (& the scripts) will run.
ARIO is a C++ library for reading and producing archive files, which are commonly used as libraries of relocatable object files. See also ELFIO project.(http://sourceforge.net/projects/elfio)
This project is a parser generator, like the lex and yacc, but is based on the
JavaCC grammar.
It was writing in c++, run on linux and dos, and don't use another library.
The grammar parser is specified through a simple file, and the parser
generated