Simblog aims to be one of the most easy-to-use and lightweight blogging platforms. It emphasizes user experience, workflow, and ease of use without neglecting usability and extensibility. It will take full advantage of what HTML5 and CSS3 have to offer without delving too deeply into experimental features.
FSHL is a free, open source, universal, fast syntax highlighter written in PHP. A very fast parser performs syntax highlighting for few languages and produces a HTML output.
FSHL library is a simple, easy to use syntax highlighter. Its API provides only one method that is really need to highlight
... [More] sources and three auxiliary methods to sets lexer and output mode.
FSHL core is very flexible and it is very easy to add new languages. [Less]
TurboVM is a small and simple virtual machine, intended as a compilation target for programming languages. TurboVM uses bytecode with a RISC instruction set designed for easy and fast generation and interpretation, as well as flexibility (i.e. it does not impose a certain paradigm like many other
... [More] VMs). Bytecode can be interpreted or compiled to native code (currently via C). Some speed tests indicate that the bytecode interpreter runs about a factor 15 to 30 slower than native programs, whereas compiling the bytecode yields performance equal to or close to that of equivalent programs written in C. [Less]
A minimalistic and easy build system for small C projects. The goal is to have an easy, simple, and fast build system that can be used to build small and middle sized C projects with minimal configuration! It should be available on all major platforms and support all major compilers including:
... [More] clang, gcc, msvc, cygwin, and mingw. It is a work-in-progress and is nowhere near close enough for production use. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy