Added bitposi and missing end parenthesis on nalgh page.

This commit is contained in:
Niels Serup 2012-01-13 22:06:46 +01:00
parent 66f9a672b6
commit 9817907e7b
3 changed files with 26 additions and 2 deletions

View File

@ -0,0 +1,24 @@
#+title: bitposi
#&summary
A library/tool for extracting data from one or more sources for later
generation of new, similar data
#&
#+license: bysa, text
#+license: agpl 3+, program
#&toc
* bitposi
bitposi will be a library/tool for extracting data from one or more sources for
later generation of new, similar data. For example, bitposi will be able to
read a gigabyte of English text and then write out a gigabyte of text very
similar to English. It will do this by saving and loading bit position
data.
It doesnt quite work yet.
bitposi is available under AGPLv3+.
Development: [[http://gitorious.org/bitposi]].

View File

@ -10,7 +10,7 @@ Showoff of a poor (but simple) data compression method
nalgh is an algorithm for lossless compression. It generally compresses a text
into 77%-87% of its original size. The focus of nalgh lies on simplicity and
not speed and effeciency. See an example of nalgh in action [[http://projects.metanohi.name/nalgh/example.php][here]] (using part of
a [[http://www.gutenberg.org/etext/22600][random text]] I found at the [[http://www.gutenberg.org/][Gutenberg Project's website]].
a [[http://www.gutenberg.org/etext/22600][random text]] I found at the [[http://www.gutenberg.org/][Gutenberg Project's website]]).
** Pros

View File

@ -1,6 +1,6 @@
#+title: Zita
#&summary
A simple but cumbersome text adventure game
A simple but cumbersome text adventure game engine
#&
#+license: bysa, page
#+license: gpl 3+, program