Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
Download Now
The Original Buy Center Software.
Never Go To The Auction Again.
VAN sources private-party vehicles from over 20 platforms and provides all necessary tools to communicate with sellers and manage opportunities. Franchise and Independent dealers can boost their buy center strategies with our advanced tools and an experienced Acquisition Coaching™ team dedicated to your success.
A completely portable C++ library,
to provide a standard set of classes similar to Java Common API.
It's highly efficient and it follows the Embedded C++ Standard.
It's FREE (LGPL licensed).
CDIS means "Context Dependent Instruction Set". Byte-code can extend its' own Instruction Set (IS) in runtime by querying of Addit. IS (AIS). Each AIS has unique ID. Basic IS realized as the virtual stack-machine.
physicslib:- A library of rigid body physics routines and demos, designed for use in VR and entertainment applications. With tutorial style documentation intended to explain the concepts used in the code.
ROOT Apache is an open source scripting module for the Apache webserver
Based on the ROOT framework <http://root.cern.ch> which is using C++ as
scripting language it allows to embed C++ code directly into HTML pages.
The Gremlin Engine allows one to make its own, full featured, graphical RPG-style adventure without a line of code.
The adventures may include scripted parts like introduction sequences and animated effects like spells or traps.
With this application you're able to develop with graphical models. Using some plugins, these models would be translated to code in several languages
like SQL,OQL,C++ etc.
My intention for creating Software Engineering Techniques is mainly educational. I will post source code I've written or will write that may be useful for others who need to "see" how things can be done rather than just reading references.
XOMA is a perl code generator which reads an XML schema and produces a set of C++ classes. The classes can generate objects from conforming XML documents, the objects can serialize themselves as XML.
Designed to aid in the conversion of Python modules to C extension modules while keeping the same interface into the module. This will make it easier to convert existing Python code into C code to give it a speed boost without changing to existing code
OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.
Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
This project aimed at making an application to generate documents for C-Sharp files, similar to what javadoc did for Java files, but in a smarter and advanced fashion. Will incorporate Java-style as well as CS-style comments.
The GDB (GNU debugger) RSP (remote serial protocol) allows remote debugging of embedded software. This project offers source code of monitors so the developer only needs to burn flash EPROMs once, then use serial communication to download/debug.
The TOSTER is a system for sharing a set of tools that allow to implement methods of object-oriented testing. Any method based on UML diagrams and on the software source code can easily be implemented as a TOSTER module. The environment itself makes a num
Object oriented context-dependent parser (C++). The primary goal is use the input to create customized objects in your programm. The secondary make them live (perform input based actions).
A function is computable if it can be computed by a Turing machine.
A Turing machine is a very simple machine, but, logically speaking, has all the power of any digital computer. The Turing Optimizer utilizes this to superoptimize code.
XMLpg - XML parser generator.
Generates an XML parser in C++ from a DTD. The generated code will provide validation as well as conversion of the input XML.
The fast, flexible parsing engine. Parse anything in 4 steps: (1) define a grammar, (2) load the grammar into ClearParse, (3) call the engine to parse the source, and (4) traverse the parsing tree. You can even change your grammar at run time.
The Cup Programming Language is a combination compiler and VM (Virtual Machine). The language is purely procedural, though allows 'top-level' code like a scripting language.
This is an open source state machine template for C++. Initially FSM support will be given. The purpose is to facilitate developers to create state machine based C++ applications easily.
PHP Profiler is both a Zend extension and module capable of generating profiling information (function call statistics) for PHP applications on the server side. No PHP code has to be changed, although the profiler data is available to your scripts.
A Basic style language that uses a database as the internal datastructure. It compiles the code to ANSI-C. It is intended to be used for highly interactive websites. For documentation and background info, visit the homepage!
Chasm is a language using assembler meat with C style bone. It provide
the C style flow control statement to make assembler code easier to write
and easier to maintain. All the register/memory modify code is
in the assembler, give the programmer the de