nemanov_oo

Difference between version 12 and 15 - Previous - Next
Projects:
   * https://github.com/lego12239/conf.tcl%|%conf package%|% - parse and load text conf files (flat style, ini-style, nested sections style)
   * https://github.com/lego12239/dowhile.tcl%|%dowhile package%|% - do-while loop
   * https://github.com/lego12239/htmltmpl.tcl%|%htmltmpl package%|% - a text template engine similar to perl HTML::Template
   * https://github.com/lego12239/finsum.tcl%|%finsum package%|% - An util lib for financial sum convertion from floating value(e.g. 22.38) to integer value(e.g. 2238)
   * https://github.com/lego12239/utils.tcl%|%utils%|% - various utils collected in one file(too small for a separate library)
   * https://github.com/Z-Wave-Me/readcmd.tcl%|%readcmd package%|% - A command line editing library(with tclshrc as example: support autocompletion of commands, variables, namespaces, file names)
   * https://github.com/lego12239/dbf.tcl%|%dbf lib%|% - A pure tcl lib for working with dbf format(Now only dbf3 without memo and indexes is supported)   * https://github.com/lego12239/mimeopen%|%mimeopen%|% - An util for opening files with a program specific to its mime
 type(based on mailcap files)
   * https://github.com/lego12239/getopt.tcl%|%getopt%|% - A pure tcl lib for parsing command line options(support short options bundling)