To make the native application to support cloud service, csmake will genarate a client stub and the service application, it's similar with the webservice, COBAR, omniORB, SOAP, gsoap etc.
This is a simple application that converts c header files into assembly header files. It basically converts "#define" into "equ". For while it just converts numeric constants, and doesn't solve operators.
Usage (Windows):
Execute "HeaderConverter.exe";
Type the file name to be converted (C header);
Press enter;
Will be generated a file named "out.s" on the same folder of the executable.
A set of library for C++, including a script programming language
BPT (Pentacle Technology's Library in french) is a set of libraries which provide:
A TCP scheduler based on select
A simple dynamic library loader
Parsing tool for
INI format
CString
XOR cipher data
DABSIC (Homemade script language)
Sequence (Homemade sequence description language)
Event callback library over SDL
Network event callback library
VSPMS is the "Very Simple Project Management System", which is a cross-platform set of shell tools and aliases to establish and share project environment variables, aliases, documentation, and setup procedures.
liblzg is a minimal implementation of an LZ77 class compression library. The main characteristic of the library is that the decoding routine is very simple, fast and requires no memory.
M String is a microkernel based on some part of oskit libs. It's designed to be small, simple, and have a simple API for server interprocess communication.
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.
CRCLIB is a small library of CRC calculations which can be used in other programs. Because CRC check is often used by binary communication protocols, it is made as simple as it can be, built into library so that it could be used regardless of language of application code. Written in plain C, built as dll and static library, and also contains C/C++ import header, C# wrapper and .NET project for MS SQL Server assembly. Supports CRC16 (including MODBUS) and CRC32.
Wraps the results of SQLiteConnection.GetSchema() as classes
The c# assembly returns the metadata of a sqlite database as returned by the ADO.NET adapter, System.Data.SQLite as classes.
The only requirement is the System.Data.SQLite.dll available from http://system.data.sqlite.org.
Its simple and easy to use. Code examples are provided with the download.
This is an attempt to write a CPU emulator in Trolltech QT 4.4. Basic Functionality: - 8 bit registers - Self-composed instructoin set (in progress) - Data and Assembler Editor / parser (not started) - Text and graphical input / output (not started
Simple Plugins is a plugins framework for .Net based apps which can be used to create new .Net based pluggable apps as well as to make existing .Net apps pluggable. Its a simple and easy to use .Net AppDomain based plugins solution for any .Net app.
This project is intended to provide an easy way for developers to have XAPs downloaded dynamically at runtime. A simple interface needs to be implimented and then XAPs can be downloaded on demand, or ahead of demand.
A hardware supported hypervisor originally built for malware analysis. Features: Linux VM introspection, minimal detectability, small (~150KB), simple, and well documented. Can be used for other purposes. Support for Intel-VT & Windows coming soon.
Simple 8085 assembler and disassembler for educational use. The 8085asm generates the map file and intel hex file. It support the directives EQU, ORG, DB, DS and END.
A simple emulator and interpreter application with an Assembly-like integrated language. Written in C#. Works with .NET Framework 2.0/3.0/3.5 and Mono 2.0
The Bas2Lee Compiler is a BASIC langauge that is compiled to LeeOS kernel 0.0.2 binary form.
It's purpose is to speed up and make simple the development of the LeeOS project and any other projects that are to be developed in the future for LeeOS.
A database library to include into your own Development Projects. Its target is to provide a simple way to include a permanent Data Storage into your Applications with a Class "taken out of" a library/header.
The easiest way to seamlessly integrate the Lua scripting language into any C/C++ project. CaLua allows you to expose C structures and functions to Lua scripts, and expose Lua functions to C programs, with the use of a few simple C functions.
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).
A simple generic Assembler that is easy changeable for your own vm's
instruction set.It supports many types of instructions, parameter types, Offset-Jumps and so on... Its also very fast and absolutely plattform independant!
Course Compiler Design I at the ETH Zuerich (Switzerland).
The course program is to write a simple compiler for educational language J01 (similar to Java, with restrictions) for a target platform (either DLX, SPARC or x86).