Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Thursday, March 28, 2024

Diff for libplaton/README between version 1.4 and 1.15

version 1.4, 2002/04/19 01:14:03 version 1.15, 2004/05/15 08:54:35
Line 2  libplaton
Line 2  libplaton
 ---------  ---------
   
 libplaton is a C/C++ reusable code repository for members of  libplaton is a C/C++ reusable code repository for members of
 Platon software development group, http://www.platon.sk/  Platon Software Development Group, http://platon.sk/
   
   
 It contains following components:  It contains following components:
   
 macros.h - simple C preprocessor macros  macros.h - basic C preprocessor macros
   
 html/ - HTML parsing functions  html/ - HTML parsing functions
 html/read.h - reading HTML file  html/read.h - HTML file reading
 html/tag.h - HTML tag class  html/Tag.h - HTML tag class
   
 str/ - enhanced string routines  str/ - enhanced string routines
 str/charsets.h - encoding tables (codepages) definitions  str/charsets.h - encoding tables (codepages) definitions
   str/colors.h - ANSI terminal and talker color codes
   str/discolor.h - removing ANSI terminal color sequences from string
 str/dynfgets.h - unlimited dynamic fgets() routine  str/dynfgets.h - unlimited dynamic fgets() routine
 str/strconv.h - converting strings between codepages  str/strconv.h - converting strings between codepages
 str/strctype.h - character type functions for strings  str/strctype.h - character type functions for strings
 str/strdyn.h - dynamic array of strings manipulation  str/strdyn.h - dynamic array of strings manipulation
 str/strplus.h - advanced string (locate, counting, removing,  str/strmmx.h - string handling functions using MMX instructions
                 inserting, comparing) functions  str/strplus.h - advanced string locate, counting, removing, inserting
                   and comparing functions
   
   net/ - TCP/IP net communication
   TODO: do this
   
   misc/ - special utilities
   misc/bogomips.h - Linux userspace BogoMIPS counting
   misc/fileplus.h - file sorting functions
   misc/kbhit.h - UNIX systems kbhit() (keyboard hit) implementation
   misc/luhnchk.h - credit card validation using Luhn check algorithm
   misc/rdtsc.h - code max/min/avg time spend counting
   misc/week.h - week number magic
   misc/x86cpuid.h - CPU ID getting on x86 architecture
   
 telnet/ - TCP/IP telnet communication  
 telnet/atlantis.h - Atlantis talker classes  
 telnet/colors.h - ANSI terminal and talker color codes  
 telnet/discolor.h - removing ANSI terminal colors from string  
 telnet/telnet.h - telnet protocol class  
 telnet/tn_noobj.h - telnet protocol routines without objects usage  
   
 utils/ - special utilities  
 utils/bogomips.h - Linux userspace BogoMIPS counting  
 utils/fileplus.h - file sorting functions  
 utils/kbhit.h - UNIX systems kbhit() (keyboard hit) implementation  
 utils/luhnchk.h - credit card number validation  
 utils/week.h - week number magic  
 utils/x86cpuid.h - CPU ID getting on x86 architecture  
   
   Copyright (c) 2000-2004 Platon SDG, http://platon.sk/
 Copyright (c) 2000-2002 Platon SDG, http://www.platon.sk/  
   
 Comments, suggestions, bug reports and patches are always welcome.  Comments, suggestions, bug reports and patches are always welcome.
 Please e-mail them to the following address: <platon@pobox.sk>  Please e-mail them to the following address: <platon@pobox.sk>
   
 The latest official release of libplaton is available from:  The latest official release of libplaton is available from:
 http://www.platon.sk/projects/libplaton/  http://platon.sk/projects/libplaton/
   
 This document was written by Ondrej Jombik in 28th March 2002.  This document was written by Ondrej Jombik in 28th March 2002.
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.15

Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top