diff options
Diffstat (limited to 'software')
-rw-r--r-- | software/document.en.rest.txt | 42 | ||||
-rw-r--r-- | software/document.it.rest.txt | 42 |
2 files changed, 84 insertions, 0 deletions
diff --git a/software/document.en.rest.txt b/software/document.en.rest.txt new file mode 100644 index 0000000..8baf700 --- /dev/null +++ b/software/document.en.rest.txt @@ -0,0 +1,42 @@ +My software production +====================== + +`Web Generator`_ + + The system I use to generate this site + +`NNetLib`_ + + A C++ library to build and use neural networks (especially + back-propagation) with arbitrary (acyclic) topology. + +`Keyboard Layout`_ + + Some Perl scripts to (try to) optimize keyboard layout (very + experimental...) + +`KanaTrain`_ + + A Perl script to memorize japanese phonetic characters. + +`Installing QTopia today`_ + + How to develop for `Zaurus`_ without getting mad. + +.. _`keyboard layout`: + index/ + +.. _`zaurus`: + zaurus/ + +.. _`installing qtopia today`: + qtopia-dev/ + +.. _`kanatrain`: + kanatrain/ + +.. _`web generator`: + sitemake/ + +.. _`nnetlib`: + http://sourceforge.net/projects/nnetlib/ diff --git a/software/document.it.rest.txt b/software/document.it.rest.txt new file mode 100644 index 0000000..a97ecd4 --- /dev/null +++ b/software/document.it.rest.txt @@ -0,0 +1,42 @@ +La mia produzione software +========================== + +`Generatore Web`_ + + Il metodo con cui genero questo sito + +`NNetLib`_ + + Libreria C++ per la gestione di reti neurali (specialmente + back-propagation) con topologia arbitraria (purché aciclica) + +`Keyboard Layout`_ + + Un paio di programmi Perl per (cercare di) ottimizzare il layout di + tastiera (molto sperimentale...) + +`KanaTrain`_ + + Un programma Perl per memorizzare i caratteri fonetici giapponesi + +`Installare QTopia oggi`_ + + Come sviluppare per lo `Zaurus`_ senza diventare matti + +.. _`keyboard layout`: + index/ + +.. _`generatore web`: + sitemake/ + +.. _`installare qtopia oggi`: + qtopia-dev/ + +.. _`kanatrain`: + kanatrain/ + +.. _`zaurus`: + zaurus/ + +.. _`nnetlib`: + http://sourceforge.net/projects/nnetlib/ |