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.5 and 1.12

version 1.5, 2002/07/14 15:26:54 version 1.12, 2002/10/02 20:13:57
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
 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/strmmx.h - string handling functions using MMX instructions  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
                 inserting, comparing) functions                  and comparing functions
   
 telnet/ - TCP/IP telnet communication  net/ - TCP/IP net communication
 telnet/atlantis.h - Atlantis talker classes  TODO: do this
 telnet/colors.h - ANSI terminal and talker color codes  
 telnet/discolor.h - removing ANSI terminal colors from string  misc/ - special utilities
 telnet/telnet.h - telnet protocol class  misc/bogomips.h - Linux userspace BogoMIPS counting
 telnet/tn_noobj.h - telnet protocol routines without objects usage  misc/fileplus.h - file sorting functions
   misc/kbhit.h - UNIX systems kbhit() (keyboard hit) implementation
 utils/ - special utilities  misc/luhnchk.h - credit card validation using Luhn check algorithm
 utils/bogomips.h - Linux userspace BogoMIPS counting  misc/rdtsc.h - code max/min/avg time spend counting
 utils/fileplus.h - file sorting functions  misc/week.h - week number magic
 utils/kbhit.h - UNIX systems kbhit() (keyboard hit) implementation  misc/x86cpuid.h - CPU ID getting on x86 architecture
 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-2002 Platon SDG, http://www.platon.sk/  Copyright (c) 2000-2002 Platon SDG, http://www.platon.sk/

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.12

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