Showing 492 open source projects for "zlib-1.1.3"

View related business solutions
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    GIF to APNG

    GIF to APNG

    Convert GIF animations into APNG format.

    This program converts GIF animations into animated PNG format. Usually it makes the files smaller. CLI version is OS-independent, GUI version is available for Windows. Another converter: http://sourceforge.net/projects/apng2gif
    Leader badge
    Downloads: 54 This Week
    Last Update:
    See Project
  • 2
    TrapGate FTN Mailer

    TrapGate FTN Mailer

    Trapgate FTN Mailer

    ... and not only Bytes or CPS. Also the transferspeed has increased, however version 2.00 is still in beta test, so report errors so that i can correct them fast. We did feel that ZLIB is still the best compression for data transfers and encrypted, if you like to become a beta tester just let us know using the Forum. If you like to donate please do. About bugs i can't solve them if i do not have the knowledge that there is a BUG so report one. Best regards Frans Lupschen 2:280/126
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    OpenICC
    Colour management projects to share ICC related implementation details and data among graphics applications, libraries and color management services.
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 4

    TTF Triangulator

    Truetype font loading/triangulation

    A simple C++ library designed to load a truetype font and triangulate its glyphs in real time. For use in games/media where large or resolution independent text rending is required.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Event Management Software Icon
    Event Management Software

    Ideal for conference and event planners, independent planners, associations, event management companies, non-profits, and more.

    YesEvents offers a comprehensive suite of services that spans the entire conference lifecycle and ensures every detail is executed with precision. Our commitment to exceptional customer service extends beyond conventional boundaries, consistently exceeding expectations and enriching both organizer and attendee experiences.
    Learn More
  • 5

    TPP

    TinyPreProcessor

    A tiny c/c++ preprocessor Library designed as a base interface for higher-level scripting languages It implements everything from the C11 Standard. TPP is written in c, but offers a c++ api for convenience. TPP Is able, to generate 25MB of preprocessed code in 8 seconds Supported compiler extensions are: - __COUNTER__ - __has_include - __BASE_FILE__ - __INCLUDE_LEVEL__ - Multi-char constants - #pragma once - #include_next - #warning - Oh who am I kidding; this...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    KOFFE is a 2D fighting game engine compatible with KOF'91. Written in Object Pascal, it's very configurable: it's possible to change all character definitions, backgrounds, sounds and graphics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    OpenSource landscapes, planets and space environments generator project in C++. Currently only the basic nebulae generation function work.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Street Chaves

    Street Chaves

    Versão BÁSICA multiplataforma do jogo Street Chaves

    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    objSQL

    Database Access Classes

    objSQL is a PHP based database access layer for multiple database types. Primarily designed for small to medium projects, objSQL uses an "Object Based" approach for handling general database queries. Built-in support for transactions and prepared statements allow for a common interface to all supported database types. Recordset paging is simplified by incorporating the paging method along with many helper methods for general queries. objSQL is easily extended to create your own unique...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Vivantio IT Service Management Icon
    Vivantio IT Service Management

    Your service operation isn’t one-size-fits all, so your IT service management solution shouldn’t be either

    The Vivantio Platform allows you to focus on the IT service management tools that make sense for your organization’s unique service model: from incident, problem and change requests, to service requests, client knowledge and asset management
    Learn More
  • 10
    Since version 3 (inclusive) the project was moved to https://github.com/bagaturchess/EGTB-In-Java Portable Java API for usage of Gaviota Endgame Tablebases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    C++ generic open address hash map

    C++ generic open address hash map

    Simple oaht template class

    The advantage of this project is that you can use this hash map by including only 2 files to your project. (or 1 if you want by cut/paste pool.hpp content directly in hashmap.hpp if you want). It is template and doesn't require that your contained types are PODs, it doesn't require to set delete_key and empty_key. Unlike google densemap. It is mostly "C++ unordered_map" standard conformant and if you download it, you'll find a visual studio project, or a CMakeLists.txt that integrates...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A Perl library providing some useful functions, especially for CGI
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    Zada is a Zlib implementation fully in Ada. The advantage of Zada is its unconditional portability: native compiled code, but no need to worry about endianness or 32 bit or 64 bit versions, or bindings, or DLL's, or whatever. So far, the project is dormant, but the realization is a straightforward task using two existing SourceForge projects: 1) Clone the ZLib-Ada thick binding project. 2) Replace the functions having Import pragma in Zlib.Thin (zlib-thin.ads) by native ones...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Some general purpose utility classes, templates, functions and macroes to be used in different projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    didgmo is a software for DIDGeridoo sound MOdeling. didgmo is capable of predicting the sound characteristica of a didgeridoo by providing its inner geometry. didgmo uses the method of acoustic transmission line modeling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    debug_mutex

    c/c++ debug-mutex library

    A cross-platform implementation of a mutex, that automatically checks for everything, you might be doing wrong: - DeadLocks - Invalid mutex leave order - Thread Shutdown, while still holding mutex locks - Destroying a locked mutex - (Un)Locking a destroyed mutex - UnLocking an unlocked mutex - UnLocking an mutex locked by another thread - Locking a non-recursive, locked mutex - Not destroying all mutexes before application termination Every abnormal produces a console...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    innoextract

    innoextract

    Tool to unpack installers created by Inno Setup

    Inno Setup is a tool to create installers for Microsoft Windows applications. innoextract allows to extract such installers under non-Windows systems without running the actual installer using Wine. NOTE: NEW VERSIONS WILL NOT BE UPLOADED TO SOURCEFORGE! Instead, use the official website at http://constexpr.org/innoextract/
    Downloads: 11 This Week
    Last Update:
    See Project
  • 18
    ClassBuilder is freeware CASE tool targeted at the C++ developer, running on Win2K/XP/Vista/7. It lets you create, manipulate and navigate classes, class relations, class members and class methods at a high level of abstraction through a graphical user interface
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    A Wee Tiny Blog

    A Wee Tiny Blog

    A small PHP class to add a blog to an existing website

    A Wee Tiny Blog is a little script that you can use as a building block for your site or as a way to add a blog to an existing site. Instead of being a complete website template or system, it's just a little class instance that can be neatly inserted into an existing design.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20

    libkml files

    source archive of libkml's dependencies

    This project is a mirror to host all source archives of libkml's dependencies. Boost, expat, zlib, minizip. You can download them for a specific libkml version from here or at the project site. You can also find a combined archive of all sources that can be used for offline libkml compilation.
    Downloads: 40 This Week
    Last Update:
    See Project
  • 21
    GlPortal

    GlPortal

    A free and open 3d action game.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    libmng -THE reference library for reading, displaying, writing and examining Multiple-Image Network Graphics. MNG is the animation extension to the popular PNG image-format.
    Leader badge
    Downloads: 2,274 This Week
    Last Update:
    See Project
  • 23
    Used for distributing binaries, see the homepage for info.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    CFD General Notation System (CGNS)
    The CFD General Notation System (CGNS) provides a standard for recording and recovering computer data associated with the numerical solution of fluid dynamics equations. WE HAVE MOVED! Very old (unsupported) stable releases can still be found here, but the new repository is at https://github.com/CGNS
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25

    ZenLib

    Small C++ derivate class to have a simpler life

    Small C++ derivate class to have a simpler life
    Downloads: 2 This Week
    Last Update:
    See Project