Added sleinlib properly.
This commit is contained in:
parent
d617fa185d
commit
918cab4a34
|
@ -49,6 +49,7 @@ These are my projects, new and old.
|
||||||
|
|
||||||
other_projs = (
|
other_projs = (
|
||||||
('ticso', 'Create dynamic functions in C uglily', 'https://gitorious.org/ticso'),
|
('ticso', 'Create dynamic functions in C uglily', 'https://gitorious.org/ticso'),
|
||||||
|
'sleinlib',
|
||||||
'kando',
|
'kando',
|
||||||
('drget', 'Get media from Danmarks Radio', 'https://gitorious.org/drget'),
|
('drget', 'Get media from Danmarks Radio', 'https://gitorious.org/drget'),
|
||||||
('folketingetmeninger',
|
('folketingetmeninger',
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#+title: sleinlib
|
#+title: sleinlib
|
||||||
#&summary
|
#&summary
|
||||||
Misc. stuff. Standard ML. Math.
|
Misc. stuff.
|
||||||
#&
|
#&
|
||||||
#+license: bysa, page
|
#+license: bysa, page
|
||||||
#+license: wtf, program
|
#+license: wtf, program
|
||||||
|
@ -9,3 +9,10 @@ Misc. stuff. Standard ML. Math.
|
||||||
|
|
||||||
See [[http://gitorious.org/sleinlib]].
|
See [[http://gitorious.org/sleinlib]].
|
||||||
|
|
||||||
|
Includes:
|
||||||
|
|
||||||
|
+ Standard ML
|
||||||
|
+ Math
|
||||||
|
+ Junk code
|
||||||
|
+ Mini projects/experiments
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue