Súbor: [Platon] / libplaton / README (stiahnutie)
Revízia 1.16, Sat Apr 24 14:09:37 2010 UTC (14 years, 5 months ago) by nepto
Zmeny od 1.15: +5 -2 [lines]
bogomips.[ch] and x86cpuid.[ch] moved from misc/ to cpu/
|
libplaton
---------
libplaton is a C/C++ reusable code repository for members of
Platon Software Development Group, http://platon.sk/
It contains following components:
macros.h - basic C preprocessor macros
cpu/ - CPU related routines
cpu/bogomips.h - Linux userspace BogoMIPS counting
cpu/is64bit.h - detect 64-bit CPU
cpu/x86cpuid.h - CPU ID getting on x86 architecture
html/ - HTML parsing functions
html/read.h - HTML file reading
html/Tag.h - HTML tag class
str/ - enhanced string routines
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/strconv.h - converting strings between codepages
str/strctype.h - character type functions for strings
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, inserting
and comparing functions
net/ - TCP/IP net communication
TODO: do this
misc/ - special utilities
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
Copyright (c) 2000-2004 Platon SDG, http://platon.sk/
Comments, suggestions, bug reports and patches are always welcome.
Please e-mail them to the following address: <platon@pobox.sk>
The latest official release of libplaton is available from:
http://platon.sk/projects/libplaton/
This document was written by Ondrej Jombik in 28th March 2002.
Platon Group <platon@platon.sk> http://platon.sk/
|