Yahoo Search Busca da Web

Resultado da Busca

  1. On GitHub.com, navigate to the main page of the repository. To the right of the list of files, click Releases. Scroll down to the "Assets" section of the release. To download the source code, click Source code (zip) or Source code (tar.gz).

  2. 1.5%. 7-Zip source code repository. Contribute to mcmilk/7-Zip development by creating an account on GitHub.

  3. 7-zip.org7-Zip

    14 de mai. de 2024 · 7-Zip is free software with open source. The most of the code is under the GNU LGPL license. Some parts of the code are under the BSD 3-clause License. Also there is unRAR license restriction for some parts of the code. Read 7-Zip License information.

  4. Add /archive/master.zip to the end of the repository URL and to generate a zipfile of the master branch: http://github.com/user/repository/ -to-> http://github.com/user/repository/archive/master.zip. to get the master branch source code in a zip file.

    • Overview
    • The Idea
    • Examples
    • Bindings
    • Check out more cool projects which use this library

    This is done by hacking awesome miniz library and layering functions on top of the miniz v3.0.2 API.

    ... Some day, I was looking for zip library written in C for my project, but I could not find anything simple enough and lightweight. Everything what I tried required 'crazy mental gymnastics' to integrate or had some limitations or was too heavy. I hate frameworks, factories and adding new dependencies. If I must to install all those dependencies and link new library, I'm getting almost sick. I wanted something powerful and small enough, so I could add just a few files and compile them into my project. And finally I found miniz. Miniz is a lossless, high performance data compression library in a single source file. I only needed simple interface to append buffers or files to the current zip-entry. Thanks to this feature I'm able to merge many files/buffers and compress them on-the-fly.

    It was the reason, why I decided to write zip module on top of the miniz. It required a little bit hacking and wrapping some functions, but I kept simplicity. So, you can grab these 3 files and compile them into your project. I hope that interface is also extremely simple, so you will not have any problems to understand it.

    •Create a new zip archive with default compression level.

    •Append to the existing zip archive.

    •Extract a zip archive into a folder.

    •Extract a zip entry into memory.

    •Extract a zip entry into memory (no internal allocation).

    •Extract a zip entry into memory using callback.

    Compile zip library as a dynamic library.Go (cgo)

    •Filament: Filament is a real-time physically based rendering engine for Android, iOS, Linux, macOS, Windows, and WebGL. It is designed to be as small as possible and as efficient as possible on Android.

    •Hermes JS Engine: Hermes is a JavaScript engine optimized for fast start-up of React Native apps on Android. It features ahead-of-time static optimization and compact bytecode.

    •Monster Mash: New Sketch-Based Modeling and Animation Tool.

    •Object-Oriented Graphics Rendering Engine: OGRE is a scene-oriented, flexible 3D engine written in C++ designed to make it easier and more intuitive for developers to produce games and demos utilising 3D hardware.

    •Open Asset Import Library: A library to import and export various 3d-model-formats including scene-post-processing to generate missing render data.

    •PowerToys: Set of utilities for power users to tune and streamline their Windows 10 experience for greater productivity.

  5. libzip.orglibzip

    libzip is a C library for reading, creating, and modifying zip archives. Files can be added from data buffers, files, or compressed data copied directly from other zip archives. Changes made without closing the archive can be reverted. The API is documented by man pages. Current version is 1.10.1, released on August 23, 2023.

  6. There are different ways to get a copy of a repository's files on GitHub. You can: Download a snapshot of a repository's files as a zip file to your own (local) computer. Clone a repository to your local computer using Git. Fork a repository to create a new repository on GitHub.