Fixed link problem in nalgh and added sleinlib.
This commit is contained in:
parent
9817907e7b
commit
afd5f836da
|
@ -63,9 +63,9 @@ a lot less stressful to the computer.
|
||||||
For now nalgh only operates on text, but it shouldn't be too difficult to make
|
For now nalgh only operates on text, but it shouldn't be too difficult to make
|
||||||
it work with all byte stuff.
|
it work with all byte stuff.
|
||||||
|
|
||||||
The nalgh source code is available [[http://projects.metanohi.name/nalgh/nalgh.php][here]]. For now there's only a PHP version
|
The nalgh source code is available [[http://projects.metanohi.name/view.php?src=nalgh/nalgh.php][here]] with the example source [[http://projects.metanohi.name/view.php?src=nalgh/example.php][here]]. For now
|
||||||
(and an uncommented one, at that), and I doubt that there will ever be a
|
there's only a PHP version (and an uncommented one, at that), and I doubt that
|
||||||
version in another language.</p>
|
there will ever be a version in another language.</p>
|
||||||
|
|
||||||
I sincerely hope that nalgh will never be used. I have not yet seen a data
|
I sincerely hope that nalgh will never be used. I have not yet seen a data
|
||||||
compression method cabaple of performing poorer than nalgh. At the same time, I
|
compression method cabaple of performing poorer than nalgh. At the same time, I
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
#+title: sleinlib
|
||||||
|
#&summary
|
||||||
|
Misc. stuff. Standard ML. Math.
|
||||||
|
#&
|
||||||
|
#+license: bysa, page
|
||||||
|
#+license: wtf, program
|
||||||
|
|
||||||
|
* sleinlib
|
||||||
|
|
||||||
|
See [[http://gitorious.org/sleinlib]].
|
||||||
|
|
Loading…
Reference in New Issue