Framework for creating and executing business rules
The purpose of RulesFramework project is to create framework that will provide :
* mechanism for business rules execution
* mechanism for easy and type safe rules creation in code
* intuitive rules editor GUI component
* facility for easy creation of rules editor GUI in any technology
Supported languages: C#
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
A portable spinoff of MyGeneration. The primary goal of this project is to make code generation portable - along with that will be an improved UI and an improved API.
Fanni is aiming to build a c++ communication library for virtual world systems.
It has a compatible implementation of Secondlife packet (de)serialization.
KodeFu is an N-tier entity code generator that copies object definitions from a .NET assembly and generates equivalent source code for the objects, translator classes, and a suite of unit tests for said translators.
Decafcc is a simple just-in-time (JIT) compiler for small programming or data modeling language. The current Decaf project demonstrates how to parse simple C, and how to generate MIPS assemble code.
ReMIPS is a tool that manipulates binaries directly, applying code reengineering techniques (like optimization or binary translation techniques). Currently it only supports the ELF object-file format and the MIPS architecture.
An implementation of the venerable MACRO assembler preprocessor from back in the mid 60's. It's interesting as a study of what was possible then, and how that
could be useful today.
SimpleCompiler is a suite of tools for generating compilers and code generators.
A simple BNF style language is used to describe scanner and parser in a UTF-8 source file. The output is described with a template language that is used to add formatting to the parse tree. Code is generated that automatically traverses the parse tree and calls a method on a transformer object to modify the parse tree. Each node is visited in document order, and a method is called at the beginning and end of...
MagiBatis is a Windows C#.Net application that permits Ibatis configuration.
Instead of creating your maps and configuration files in XML by your own, you can easily make them graphically through MagiBatis.
A Preprocessor that uses the combination of Common Lisp and Qi as an advanced
preprocessor. This will make possible for quick prototyping of new languish features such as constructing a typed macros and advanced debugging facilities.
jsBison is a parser generator which can read bison style grammar definitions and generates according parsers written solely in javascript. Therefore, using jsBison it is easily possible to perform "real" parsing on websites on the client side.