kapstok / trivial-examples

A collection of samples that demonstrate a certain technique.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trivial examples

This repository contains several trivial example which can be used as fundament for actual projects. Below a short overview of each example.

An example on how to create the most basic kernel that processes given bytecode. A bootloader is included, so it is bootable and can be run as virtual machine.

This example shows how to compile a shared library in the programming language D and use it in arbitrary Ruby code.

C(++) code can crash due to an error. This example shows how to examine the error after the crash occurred.

A project that plays black noise (silent audio).

This demonstrates how one can compile an exectable and let the executable show its own size without using File I/O. It is a technique where information gets injected into the executable directly.

About

A collection of samples that demonstrate a certain technique.


Languages

Language:C 49.6%Language:Assembly 23.9%Language:Shell 8.3%Language:Ruby 6.4%Language:Makefile 6.2%Language:D 5.6%