An open API service indexing awesome lists of open source software.

https://github.com/stestagg/personal

Storage for some projects I'm working on
https://github.com/stestagg/personal

Last synced: over 1 year ago
JSON representation

Storage for some projects I'm working on

Awesome Lists containing this project

README

          

Mandel
======

A suite of commands for managing the creation of Mandelbrot deep-zoom images

Should compile on: OSX, Ubuntu, Debian, with a recent version of GCC

Uses pthreads

![](http://github.com/stestagg/Personal/raw/master/Mandel/samples/4074_small.jpg)

libJSONpp
=========

A simple C++ based Json parser. Designed to be simple and fast, without arbitrary restrictions such as schema-definitions etc..

bitfield
========
A cython (c-compiled python module) efficient integer array implementation. Designed for storing large sets of sequential numbers, and for set-like operations on them.

Sierp
=====

![](http://github.com/stestagg/Personal/raw/master/Sierp/samples/small.png)

Code for efficiently generating derevations of the sierpinski gasket as PNG files

Sierp.js
========

Canvas based, javascript. Uses a generational algorithm, rather than more usual random walk

This is an _HTML_ implementation, with a retro styling, not a Windows 98 app

Hosted: http://stestagg.github.com/Sierp.js/

![](http://github.com/stestagg/Personal/raw/master/Sierp.js/sample.png)