Date |
Topic |
Vers. |
What? |
---|---|---|---|
2008-02-17 |
2.0 |
"Lesen Lernen" ist eine kostenlose Software (Freeware) für Vorschulkinder und Grundschüler zum selbständigen lesen lernen, die ich für meine eigenen Kinder geschrieben habe. Vielleicht hilft sie ja auch anderen Kindern bei den ersten Schritten in eine spannende Lese-Welt? |
|
2003-11-06 |
1.08c |
Nice setup.exe for TotalCommander's SFTP-Plugin.
I got the plugin from here and here
but there was no setup.exe and manual installation was a bit complicated - so I built a setup
with NSIS Nullsoft's Installer System. |
|
2001-03-01 |
1.0 |
A Win32 commandline tool for font designers to easily change the fsType (embeddable) flag of their TrueType fonts (TTF). So this tool can prohibit/allow the embedding of your font creations in Adobe Acrobat PDF documents. TTFPATCH comes with complete C/C++ source code. |
|
2001-08-21 |
0.1 |
Some key extensions to the great VIM Editor, which simulate MS Visual Studio C++ behaviour under VIM. E.g. <CTRL><F2> sets/unsets anonymous marks on current line, <F2> jumps to next mark. <HOME> toggles between first column and first non-white-char on current line. <TAB> indents all currently selected lines by one shiftwidth (<SHIFT><TAB> unindents). <CTRL><SPACE> does keyword completion. Just append the *.vim file to your _vimrc / .vimrc file. |