About site: Software/Data Compression - zlib
Return to Computers also Computers
  About site: http://www.zlib.net

Title: Software/Data Compression - zlib A massively spiffy yet delicately unobtrusive compression library.
UniversalUsability_org News and views on the topic of universal usability.

CJ\'s_Den Freeware with source code available, by Chad Ross. Offers Webtime, an alarm tool designed specifically for time notification. [Requires .NET runtime]

Zebra3_net 3d resources.3d objects, atmospheres and gallery and links.

MacTech_Magazine A resource for developer information for the Apple Macintosh OS , API and other source code.

PageTutor__-_JavaScript_Tutor This free online version contains the first few lessons that cover some basic topics.

Domain_Name_eBook Free ebook on how to select and buy an elite domain name. Covers Internet branding and trademarks.


  Alexa statistic for http://www.zlib.net





Get your Google PageRank






Please visit: http://www.zlib.net


  Related sites for http://www.zlib.net
    Caspro_2000 Casio graphic calculator maths programs, programming guide and links.
    Quicomm GURL Watcher silently records all sites visited by a computer's users.
    Newton_Links__Links_for_the_Apple_Newton Newton software categorized with a large section devoted to Newtonbooks.
    ShellBrowser The component set gives a Delphi programmer easy access to the Win32 shell functionality. Delphi popup menus and OLE drag and drop operations are supported. [Shareware]
    The_Scrum_Development_Process Definitions, flow diagram, tutorials, links; by Mike Cohn, Mountain Goat Software.
    Elcomsoft Offering programs for recovering lost or forgotten passwords for ZIP, PKZip, WinZip, ACE, WinACE, archives, and in IBM, Lotus, and Microsoft Office applications and several other programs. (Windows 95
    RFC_1348 DNS NSAP RRs. B. Manning. July 1992.
    OS/2_eZine__Reflections_from_Sweden Reflections on the court battle over licensing fees for computer color graphics.
    HowStuffWorks__-_shockwave This encyclopedic sytle site has beautifully rendered articles of such a diverse nature as to also include this intro on using 3D Shockwave Web graphics.
    Uhas_Computer_Training Delivers on-site, instructor-led training for Windows, Microsoft Office Suite, Intuit QuickBooks and Quicken. Located in New Hampshire, United States.
    Sooner_Network_Solutions Used Cisco networking hardware in Oklahoma.
    Winmetrics Staffschedule, browser based application. Product features, benefits, services, customer testimonials and case studies.
    Judith\'s_Winnie_the_Pooh_Page Features desktop themes, screensavers wallpaper, clipart, emoticons and avatars starring the beloved old bear and his friends.
    RFC_1174 IAB Recommended Policy on Distributing Internet Identifier Assignment and IAB Recommended Policy Change to Internet "Connected" Status. V.G. Cerf. August 1990.
    Maths_Worksheet_Wizard [Win Mac] Volumes 1 and 2 are aids to quick and easy worksheet production. 12 worksheet types in each volume.
    LinkAlarm Automatic, scheduled link checking with email notification. Nothing to install - just use a browser. Commercial service with a free trial.
    Shareware_Software_by_Florent_Pillet Home of the developer of four shareware PalmOS programs: FindHack, SymbolHack, Palm Buddy and BrainForest. FindHack replaces the Palm Find button with a more powerful and complete search. SymbolHack
    Rainbow_Internet_Services Offers hosting, design, and e-commerce solutions in Kailua-Kona, Hawaii, United States.
    Chat_Bazaar Free AJAX based web chat. Also includes forum. Registration required.
    A_Popularity_Contest Easy poll creator (with ads) for your personal website, or blog. Directory of active polls.
This is websites2007.org cache of m/ as retrieved on 2008.10.07 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
zlib Home Site P { margin-bottom: 0em }

zlib

A Massively Spiffy Yet Delicately Unobtrusive Compression Library (Also Free, Not to Mention Unencumbered by Patents) (Not Related to the Linux zlibc Compressing File-I/O Library)Welcome to the zlib home page, web pages originally created by Greg Roelofsand maintained by Mark Adler.If this page seems suspiciously similar to the PNG Home Page, rest assuredthat the similarity is completely coincidental. No, really.zlib was written byJean-loup Gailly (compression) andMark Adler(decompression). Current release: zlib 1.2.3 July 18, 2005Version 1.2.3 eliminates potential security vulnerabilitiesin zlib 1.2.1 and 1.2.2, so all users of those versions should upgrade immediately. The following important fixesare provided in zlib 1.2.3 over 1.2.1 and 1.2.2:Eliminate a potential security vulnerability when decoding invalid compressed dataEliminate a potential security vulnerability when decoding specially crafted compressed dataFix a bug when decompressing dynamic blocks with no distance codesFix crc check bug in gzread() after gzungetc()Do not return an error when using gzread() on an empty fileVersion 1.2.x adds many improvements and features to zlib. Here are some highlights:inflate is about 20% faster and minimizes memory allocationcrc32 is about 50% fasterNew, improved, and supported DLL interface and DLL FAQNew functions and functionality: deflate() and inflate() will now optionally encode and decode gzip streams raw deflate() and inflate() now documented and supported New inflateBack() functions for call-back interface -- faster than inflate() Z_BLOCK flush option and new return information added to inflate to facilitate appending to deflate streams raw deflate() now accepts a dictionary -- for appending deflatePrime() for starting deflate output mid-byte -- for appending Z_RLE strategy for run-length encoding -- option for PNG compression gzclearerr() and gzungetc(), analogous to stdio functions inflateCopy() added, analogous to deflateCopy() deflateBound() and compressBound() for maximum size of compressed data zlibCompileFlags() to provide compilation information More supported architectures and improved shared library supportMany more FAQ entriesSeveral new and updated contributions in the contrib directoryYou can also look at the complete Change Log.Versions 1.1.4 and later eliminate an earlier potential security vulnerability, see details here. Any software that is linkedagainst or derived from an earlier version of zlib should be upgradedimmediately.A partial list of over 500 applications using zlibis given here(uncompressed). Canonical URL: http://zlib.net/ (US) Mirror sites: http://www.gzip.org/zlib/ (France) http://zlib.ipinfo.de/ (Germany) [DDJ's zlib image]zlib is designed to be a free,general-purpose, legally unencumbered -- that is, not covered by any patents-- lossless data-compression library for use on virtually any computer hardwareand operating system. The zlib data format is itself portable acrossplatforms. Unlike the LZW compression method used in Unix compress(1)and in the GIF image format, the compression method currently used in zlibessentially never expands the data. (LZW can double or triple the file size inextreme cases.) zlib's memory footprint is also independent of the input dataand can be reduced, if necessary, at some cost in compression. A more precise,technical discussion of both points is available on another page.zlib was written byJean-loup Gailly (compression) andMark Adler(decompression). Jean-loup is also the primary author/maintainer of gzip(1), the author of the  * zlib Python interface (online manual; part of the standard library as of Python 1.5)  * zlib Tcl interface mkZiplib  * zlib Java interface (see also JAR format)  * zlib reimplementation in pure Java (not tested by us, but looks like a good alternative to java.util.zip)  * Mark Nelson's JavaZip article (with source code) for Dr. Dobb's Journal (December 1997)  * Gilles Vollant's zlib-based mini-zip and mini-unzip (see also Info-ZIP's UnZip, which optionally can be compiled with zlib)  * Scott Ludwig's zlib-based CExe executable compressor for Win32
 

A

massively

spiffy

yet

delicately

unobtrusive

compression

library.

http://www.zlib.net

zlib 2008 October

dvd rental

dvd


A massively spiffy yet delicately unobtrusive compression library.

Rules




© 2008 Internet Explorer 5+ or Netscape 6+

Recommended Sites: 1. Arts - Business - Computers - Games - Health - Home - Kids and Teens - News - Recreation - Reference - Regional - Science - Shopping - Society - Sports - World Miss Gallery - Top Anime Hentai - DVD rental by mail - Bible Study - Credit Cards - 2008 NFL Draft Information - Electricity - Homeowner Loans
2008-10-07 09:57:30

Copyright 2005, 2006 by Webmaster
Websites is cool :) 49Polish Stoneware - Kasy Fiskalne - Meble Katowice - Decoupage - Wymiana Linków Stałych