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.3 and 1.10

version 1.3, 2002/03/28 21:41:56 version 1.10, 2002/09/26 21:24:36
Line 1 
Line 1 
   
 libplaton  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://www.platon.sk/
Line 7  Platon software development group, http:
Line 7  Platon software development group, http:
   
 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
Line 19  str/dynfgets.h - unlimited dynamic fgets
Line 19  str/dynfgets.h - unlimited dynamic fgets
 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/strmmx.h - string handling functions using MMX instructions
 str/strplus.h - advanced string (locate, counting, removing,  str/strplus.h - advanced string (locate, counting, removing,
                 inserting, comparing) functions                  inserting, comparing) functions
   
 telnet/ - TCP/IP telnet communication  telnet/ - TCP/IP telnet communication
 telnet/atlantis.h - Atlantis talker classes  telnet/atlantis.h - Atlantis talker classes
 telnet/colors.h - ANSI terminal and talker color codes  telnet/colors.h - ANSI terminal and talker color codes
 telnet/discolor.h - removing ANSI terminal colors from string  telnet/discolor.h - removing ANSI terminal color sequences from string
 telnet/telnet.h - telnet protocol class  telnet/telnet.h - telnet protocol class
 telnet/tn_noobj.h - telnet protocol routines without objects usage  telnet/tn_noobj.h - telnet protocol non-object routines
   
 utils/ - special utilities  utils/ - special utilities
 utils/bogomips.h - Linux userspace BogoMIPS counting  utils/bogomips.h - Linux userspace BogoMIPS counting
 utils/fileplus.h - file sorting functions  utils/fileplus.h - file sorting functions
 utils/kbhit.h - UNIX systems kbhit() (keyboard hit) implementation  utils/kbhit.h - UNIX systems kbhit() (keyboard hit) implementation
 utils/luhnchk.h - credit card number validation  utils/luhnchk.h - credit card validation using Luhn check algorithm
   utils/rdtsc.h - code max/min/avg time spend counting
 utils/week.h - week number magic  utils/week.h - week number magic
   utils/x86cpuid.h - CPU ID getting on x86 architecture
   
   
 Copyright (c) 2000-2002 Platon SDG, http://www.platon.sk/  Copyright (c) 2000-2002 Platon SDG, http://www.platon.sk/

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.10

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