Showing 23 open source projects for "excludes"

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

    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 security. Auth0 now, thank yourself later.
    Try free now
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 1
    Grgit

    Grgit

    The Groovy way to use Git

    Grgit is a Groovy‑friendly wrapper around Eclipse JGit that simplifies Git operations within Groovy scripts or Gradle builds. It provides a cleaner, fluent API for common Git tasks (clone, commit, tag, branch), and ships as a Gradle plugin for easy project integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PHP Code Coverage

    PHP Code Coverage

    Collection, processing, and rendering functionality for PHP code

    The php-code-coverage library, authored by Sebastian Bergmann, enables collection, processing, and rendering of PHP code coverage data. It integrates with PHPUnit or other testing frameworks to track which lines, methods, or classes are executed during tests. The library supports generating detailed reports in formats like HTML, Clover, or XML, helping teams understand test completeness and identify untested code paths.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    X's Recommendation Algorithm

    X's Recommendation Algorithm

    Source code for the X Recommendation Algorithm

    The Algorithm is Twitter’s open source release of the core ranking system that powers the platform’s home timeline. It provides transparency into how tweets are selected, prioritized, and surfaced to users, reflecting Twitter’s move toward openness in recommendation algorithms. The repository contains the recommendation pipeline, which incorporates signals such as engagement, relevance, and content features, and demonstrates how they combine to form ranked outputs. Written primarily in...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    tslint-to-eslint-config

    tslint-to-eslint-config

    Converts your TSLint configuration to the closest possible ESLint

    ...For any TSLint rules with corresponding ESLint equivalents, those equivalents will be used in the new configuration. TSLint rules without ESLint equivalents will be wrapped with eslint-plugin-tslint. If passed without arguments, respects the excludes, files, and includes in your TypeScript configuration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    LicensePlist

    LicensePlist

    A license list generator of all your dependencies for iOS applications

    LicensePlist is a command-line tool that automatically generates a Plist of all your dependencies, including files added manually(specified by YAML config file) or using Carthage or CocoaPods. All these licenses then show up in the Settings app. Excludes can be defined to exclude matching libraries from the final output. An exclude is a dictionary containing any combination of name, source, owner, or licenseType. If a library name is unsuitable for the output bundle, you can explicitly rename it. This can be used when a library name is too vague, or if more human-readable names are needed. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Ameba

    Ameba

    A static code analysis tool for Crystal

    ...Starting from 0.31.0 Crystal supports parallelism. It allows running linting in parallel too. The default configuration file is .ameba.yml. It allows configuring rule properties, disabling specific rules and excludes sources from the rules.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Rollup

    Rollup

    A module bundler for JavaScript

    Rollup is a module bundler for JavaScript which compiles small pieces of code into something larger and more complex, such as a library or application. It uses the new standardized format for code modules included in the ES6 revision of JavaScript, instead of previous idiosyncratic solutions such as CommonJS and AMD. ES modules let you freely and seamlessly combine the most useful individual functions from your favorite libraries. This will eventually be possible natively everywhere, but...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Concurrent Ruby

    Concurrent Ruby

    Modern concurrency tools including agents, futures, promises, etc.

    ...It stays true to the spirit of the languages providing inspiration, but implements in a way that makes sense for Ruby. Keeps the semantics as idiomatic Ruby as possible, supports features that make sense in Ruby. Excludes features that don't make sense in Ruby. It is small, lean, and loosely coupled, thread-safety, and with backward compatibility. Concurrent Ruby makes one of the strongest thread safety guarantees of any Ruby concurrency library, providing consistent behavior and guarantees on all four of the main Ruby interpreters (MRI/CRuby, JRuby, Rubinius, TruffleRuby).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Linguist

    Linguist

    Detect blob languages, suppress generated files and generate graphs

    This library is used on GitHub.com to detect blob languages, ignore binary or vendored files, suppress generated files in diffs, and generate language breakdown graphs. Linguist is a Ruby library so you will need a recent version of Ruby installed. There are known problems with the macOS/XCode supplied version of Ruby that causes problems installing some of the dependencies. Accordingly, we highly recommend you install a version of Ruby using Homebrew, rbenv, rvm, ruby-build, asdf or other...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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 generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 10

    Roundcube installer for Linux Void

    Script to install and configure Roundcube and his dependencies

    # Mail Server Installer for Void Linux with Avahi, Roundcube DB Population, and PAM for Dovecot # Installs and configures Apache (apache package), MariaDB, Roundcube 1.6.11, Dovecot 2.4.1, PHP 8.4, Postfix, Avahi # Uses Maildir format, generates self-signed certificates, sets up Roundcube in /srv/www/apache/ # Configures Avahi first for .local domain, autodetects FQDN and .local, updates /etc/hosts, creates and activates services # Configures Apache to execute PHP files (not display source code), uses mpm_prefork # Populates Roundcube MySQL database with initial schema # Uses PAM for Dovecot authentication with system users # Excludes php-fileinfo installation # Uses /etc/sv/mysqld for MariaDB service, lets runit manage supervise directory # Prompts for IP only; Run as sudo ./roundcube_installer_void.sh # Updated for Dovecot 2.4.1: Replaces mail_location with mail_driver and mail_path
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    diskmon-mail

    A lightweight, cross-platform disk space monitoring tool that sends em

    ...Instructions can be found here: https://github.com/Monstertov/diskmon-mail Key Features: - Cross-platform support: Windows, Linux (x86_64, ARM64, ARM32) - Monitors all local disks (excludes USB/network drives) - Configurable disk space threshold (default: 10%) - Optional disk health (SMART) monitoring for early failure detection - Email alerts with detailed system and disk information - Simple YAML configuration, robust error handling - No external dependencies required (uses smartmontools if available for enhanced health checks) - Lightweight, fast, and easy to automate (Task Scheduler, cron, systemd)
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Ungoogled Chromium Android

    Ungoogled Chromium Android

    Android build for ungoogled-chromium

    Ungoogled Chromium Android is the Android platform build configuration and support tooling for Ungoogled Chromium on mobile devices, enabling privacy-minded users and developers to compile a version of the Chromium browser for Android that excludes Google-dependent services, telemetry, and tracking. This repository contains platform-specific patches, build targets, and integration scripts to adapt the upstream Chromium source for Android while eliminating components like Google Play Services hooks, automatic updater mechanisms, and preconfigured search engines that compromise privacy. ...
    Downloads: 89 This Week
    Last Update:
    See Project
  • 13

    PTESFinder

    Post-Transcriptional Exon Shuffling (PTES) Identification Pipeline

    PTESFinder is a computational pipeline for identifying Post-transcriptional Exon Shuffling events from high-throughput RNAseq data. PTESFinder leverages the power of established RNASeq tools and systematically excludes all known classes of false positive structures by applying stringent filters designed to specifically target these false positives. PTESFinder compares alignment qualities of reads mapping to putative PTES structures with qualities of the same reads when mapped to genomic regions and canonically spliced transcripts. This approach increases the confidence in PTES supporting reads. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Gutentags

    Gutentags

    A Vim plugin that manages your tag files

    vim-gutentags automates the management of tag files in Vim so developers never have to run ctags manually again. It tracks file changes and regenerates tags incrementally in the background, ensuring symbol navigation (Ctrl-], :tag, etc.) stays up-to-date. The plugin supports multiple tag generators, including Universal ctags, Exuberant ctags, and GNU global, selecting the best available backend automatically. Gutentags is project-aware: it stores tags per project root and integrates smoothly...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ...THIS LIBRARY TRIED TO MIMIFY DESKTOP BEHAVIOUR AND WAS REALLY SOMETHING AHEAD ANY OTHER LIBS AT ITS TIME. USE IT ONLY TO UNDERSTAND HOW DOM WORKS IN PURE JS! (which basically excludes 85% of today's devs). Not recommended for production anymore. It's still 100% functional (OGK for how long). I've just fixed a minor problem with z-index, If you want to run JsDesigner, the visual tool to create GUIs based on the library, just check it out and run PHP embedded server from the root of the project, access http://127.0.0.1/JsDesigner and check it out. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    mp3 Grabber

    mp3 Grabber

    App for Downloading mp3 Files Hyperlinked in Webpages

    This app is designed to facilitate the review of music from web retailers, to make it easier to find the tunes you want to buy. It is specifically designed for DJs, but should be of interest to any music fan. It downloads all the mp3 files which are hyperlinked on a given webpage, such as the short preview samplers of tunes which you find on music retail websites. So instead of being tied to your computer when you want to review tunes you can put the preview mp3s on your phone or other...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    Klonwerk

    advanced variability management tool

    Klonwerk is an advanced and easy-to-use tool for reactive variability management and large-scale software reuse. It allows you to automatically clone and modify directories of textural or binary files (e.g. code, architecture, documentation), based on conceptual feature/decision models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Pangea Open POS

    Pangea Open POS

    Pangea Open POS is a modified version of Unicenta Opos

    Pangea Open POS is a fork of Unicenta oPOS, the most popular open source POS nowadays. A lot of features have been added making it close to an ERP system (it manages purchasing and accounting for instance). It has been divided in 3 versions, restaurant, retail and spa, each with different features and reports.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19

    AAD_Google

    code disaster

    ENG This tool help of google dorking, the difference with others, is that this excludes the variables found, but add a second filtering results with regular expressions ESP esta herramienta se ayuda de google dorking, la diferencia con otras, es que esta excluye las variables encontradas, además de añadir un segundo filtrado de los resultados con expresiones regulares
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Prevent Ask Toolbar Install

    Excludes the Ask Toolbar from Java installs

    Configures the Windows registry to block the Ask Toolbar and any other Potentially Unwanted Programs (PUPs) from future Java installs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Media Library Sync - TEMPORARILY UNAVAIL

    Media Library Sync - TEMPORARILY UNAVAIL

    A Sync Tool Customised for Large Media Libraries

    --- I've removed the setup exe because it pulls the app down from a site which is no longer on-line. Once I've refactored it for local distribution I'll put it back. In the meantime you can build the app yourself from the project files if you are so inclined --- The Media Library Sync is a tool designed for syncing a large media library from a master source to multiple destinations. It allows you to specify which parts of the library you want to sync on which devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    RBME is a simple tool to assist in implementing a general backup solution based on rsync and hardlinks with an automated management of the disk space on the backup media. rbme is enterprise-ready and send email reports about everything it does.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    tripwireAfterEmerge is a tiny utility which excludes recently emerged Gentoo ebuilds from a Tripwire report, helping to distinguish notable changes in filesystem from abundant emerged files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB