Showing 650 open source projects for "libbz2-dev"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 1
    OpenXRay

    OpenXRay

    Improved version of the X-Ray Engine, the game engine

    ...We want to keep the game as close as possible to the vanilla game, so instead of introducing new gameplay features, consider adding non-gameplay features, fixing bugs, improving performance and code quality. The dev branch is the default and base branch for the project. It is used for development and all Pull Requests should go there. But, be aware that this branch, sometimes, may be broken and, rarely, we can do force pushes to this branch.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 2
    PDFJsAnnotations

    PDFJsAnnotations

    Wrapper for PDF JS to add annotations

    ...So you won't be able to use functions like text selections. trying my best to add the text layer. Due to a lack of PDFJs documentation about this section progress is very slow. If anyone is interested you can check the progress on the dev branch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    WenQuanYi (Spring of Letters)

    Crowd-sourcing CJK font project

    This project aims to develop the most complete, standard compliant, high-quality Chinese (and CJKV) fonts and resources, including bitmap and outline fonts of various styles. We also develop web-based tools to facilitate online font-dev collaborations.
    Leader badge
    Downloads: 3,042 This Week
    Last Update:
    See Project
  • 4

    FreeBSDONLYrpi4netbootIMG

    FreeBSD netboot image for the Raspberry Pi4

    ...download-link : https://sourceforge.net/projects/freebsdonlyrpi3and4netbootimg/files/sec_freebsd_rpi_netboot_usd_usb_klaus.img.xz/download (download file size : 84,1MB), decompressed .img-size :716,4MB, . usage : /*decompress: 'xz -d freebsd_rpi_netboot_usd_usb_klaus.img.xz' */ /* copy (example supposed your device is /dev/ridsk3 ) : 'dd if=freebsd_rpi_netboot_usd_usb_klaus.img of=/dev/rdisk3 bs=4m' */ if your boot hangs after the following output : net0: cannot set rx. filters (status=3)/ that means wrong pxe-server-configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • 5
    Space Desktop

    Space Desktop

    This project was bootstrapped with Create React App

    This project was bootstrapped with Create React App. If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project. Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Downloads: 24 This Week
    Last Update:
    See Project
  • 8
    Bash Scripting

    Bash Scripting

    Free Introduction to Bash Scripting eBook

    This is an open-source introduction to Bash scripting guide/ebook that will help you learn the basics of Bash scripting and start writing awesome Bash scripts that will help you automate your daily SysOps, DevOps, and Dev tasks. No matter if you are a DevOps/SysOps engineer, developer, or just a Linux enthusiast, you can use Bash scripts to combine different Linux commands and automate boring and repetitive daily tasks, so that you can focus on more productive and fun things. The guide is suitable for anyone working as a developer, system administrator, or a DevOps engineer and wants to learn the basics of Bash scripting. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    Samsung Galaxy A70 Developments
    Samsung Galaxy A70 6/128 and 8/128 developments. Credits goes to: Grarak for his initial work.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 10
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    Poi

    Poi

    A zero-config bundler for JavaScript applications

    ...Inside an empty project, run yarn init or npm init to create a package.json and install Poi. Poi CLI is built into the main package poi. While you can install it globally and run it, it is much better to install it locally into your project as a dev dependency. By default Poi bundles your app in development mode, so running poi alone doesn't really do much but generates an unminified bundle. But you can combine it with --serve flag which starts a dev server to serve the development bundle with hot reloading support. Save it and the browser will automatically reload to apply the changes!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    Shaark

    Shaark

    Self-hosted platform to keep and share your content

    ...All of your data can be private, public or both and can be browsed by tags or all-in-one search. Shaark is production ready, inspired by Shaarli, built with Laravel and Vue.js. All contributions are welcome! Please use the dev branch for your pull requests. If you make changes to JS, don't compile assets in production, I'll manually compile them when merging for security reasons. You're able to active 2-FA (2 factors authentication). By default 2-FA is disabled but you can update it from your app settings. Code length and code expiration are also configurable. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Vessel

    Vessel

    Up and running with small Docker environments

    Vessel started as a bash script I put together to make working with Docker easier. It all started because Docker commands are cumbersome to type. You end up in the CLI pretty often when hacking on Laravel projects - a typical workflow in Laravel involves creating controllers or models, creating and running migrations, running queue workers, adding more packages, and more. I developed this workflow from my own daily use, and even created a free video series about it. However, I wanted to make...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    Scaffolder

    Scaffolder

    Increasing dev velocity and standardizing file conventions

    Scaffolder is a development tool aimed at enhancing developer productivity by standardizing file structures and automating the creation of project components. It reduces manual effort and errors associated with repetitive tasks, ensuring consistency across projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Rugged

    Rugged

    ruby bindings to libgit2

    ...For more information about libgit2, check out libgit2's website or browse the libgit2 organization on GitHub. You need to have CMake and pkg-config installed on your system to be able to build the included version of libgit2. Note that you only need libgit2-dev if you want to build with the system libgit2 rather than the vendored version. In this case, note that the major and minor versions of libgit2 and rugged must match. By default, Rugged builds and uses a bundled version of libgit2. Rugged gives you access to the many parts of a Git repository. You can read and write objects, walk a tree, access the staging area, and lots more. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Zipline

    Zipline

    Zipline, a Pythonic algorithmic trading library

    ...Installing Zipline is slightly more involved than the average Python package. For a development installation (used to develop Zipline itself), create and activate a virtualenv, then run the etc/dev-install script. Please note that Zipline is not a community-led project. Zipline is maintained by the Quantopian engineering team, and we are quite small and often busy.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    GhostProject
    GhostProject is the most embitious project in 2020. He have 2 excellent dev for make The Magisk module. @Kodekasu and @conquerants Here u can found all projects Stable and beta What u wait go to download and feel 😆
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    ...The main functions are as follows: - The ability to bind with their implementation for keyboard shortcuts or voice - Reminders at any given frequency - Category notes The project is available on GNU/Linux and Windows 7 and higher. A detailed description of the functions can be found on the project page below. source: https://gitlab.com/dev-dev.com/deskhelper
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Sketchbook

    Sketchbook

    3D playground built on three.js and cannon.js

    ...General state system. You can define your own scenes in Blender, and then read them with Sketchbook. Sketchbook needs to run on a local server such as HTTP-server or webpack-dev-server to be able to load external assets.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Idris-dev

    Idris-dev

    A Dependently Typed Functional Programming Language

    Idris‑dev is the development version of Idris 1, a general-purpose functional programming language featuring full dependent types, designed for writing type-safe programs and proofs within the language itself. It compiles to C and JavaScript (for Node.js and browsers), and supports code generation via substitute backends. This repository represents the latest development version of the language, and may contain bugs that are being actively worked on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    NG6

    NG6

    An AngularJS Starter repo for AngularJS + ES6 + Webpack

    NG6 is a starter project for building single-page applications with AngularJS 1.x, modern ES6 JavaScript, and Webpack as the module bundler. It provides a minimal but opinionated boilerplate that shows best practices for structuring a scalable Angular app using a fully componentized file layout. The project wires together Webpack and Babel to handle ES6 transpilation, asset bundling, and hot reloading during development. Gulp is used as an orchestrator to run Webpack, start a development...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Mellow

    Mellow

    Mellow is a rule-based global transparent proxy client for Windows

    Mellow is a rule-based global transparent proxy tool that can run on Windows, macOS and Linux, and can also be configured as a router transparent proxy or proxy gateway, supporting multiple proxy protocols such as SOCKS, HTTP, Shadowsocks, VMess, etc. Mellow is a transparent proxy client. If you don’t understand it, then to be more realistic, it can not only proxy browser requests, but also proxy WeChat, QQ, Telegram clients, Instagram clients, NetEase Cloud Music, and various command lines...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    DRG-dev
    Yo! Nokia 6.1 Plus development!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    findpart

    Utility for recovery partition table of hard disk

    ...This utility can help you recover your hard disk. Command line: ./findpart /source/device file_to_save_old_partition_table [begin_track [end_track]] /source/device -- e.g. /dev/hda -- for first IDE HDD, /dev/sda -- for first SATA HDD, etc.. You must direct the name for file_to_save_old_partition_table If in next, you make a changes, then you may return all back with command: cat file_to_save_old_partition_table > /source/device To minimize search time you may direct first and last cylinder betwen that the program will be search.
    Downloads: 2 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB