Showing 283 open source projects for "coverage"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Find out just how much your login box can do for your customer | Auth0 Icon
    Find out just how much your login box can do for your customer | Auth0

    With over 53 social login options, you can fast-track the signup and login experience for users.

    From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
  • 1

    pascal p5c

    fast, portable Pascal compiler using gnu c as intermediate code

    p5c is a fast portable iso standard pascal compiler. It is derived from the pascal p5 compiler and creates gnu c code instead of p-code. This makes it very fast since it uses gcc to generate native code. p5c is multi platform - it is easy to get up and running since you only need gcc to start. Using gcc enables extra tools like a static analyser and code coverage analyser. Execution profiling described in the blog here -> https://sourceforge.net/p/pascal-p5c/blog/2017/07/how-to-use...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 2
    SaVi satellite constellation visualizer

    SaVi satellite constellation visualizer

    Earth orbits and satellite coverage display in 3D on your laptop.

    SaVi - simulate Starlink, Iridium, Globalstar, O3b, GPS, Galileo and other satellite constellations, modify them, or design your own. Requires Tcl/Tk and Unix libraries; 3D viewing option requires Geomview running on X Window.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3
    Fira Code

    Fira Code

    Free monospaced font with programming ligatures

    Fira Code is a free and open source monospaced font containing programming ligatures for the most commonly-used multi-character combinations in programming. Programmers use a lot of symbols that are encoded through a series of characters. Often these symbols are quickly done and overlooked, causing errors due to spacing, etc. Fira Code helps solve such problems. While all programming languages should be designed with full-fledged Unicode symbols for operators, such is not yet the case. Until...
    Downloads: 65 This Week
    Last Update:
    See Project
  • 4
    GeoAPI

    GeoAPI

    Set of Java interfaces for geospatial applications

    The development community in building GIS solutions is sustaining an enormous level of effort. The GeoAPI project aims to reduce duplication and increase interoperability by providing neutral, interface-only APIs derived from OGC/ISO Standards.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • 5

    JSCover

    JSCover - JavaScript code coverage

    JSCover is a tool that measures code coverage for JavaScript programs. It is an enhanced Java implementation of the excellent JSCoverage tool.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 6
    ... in larger quantitation coverage, and the filter removes PSMs of larger quantitation error, retaining those of higher quantitation accuracy. The proposed pipeline is fully compatible with the Trans-Proteomic Pipeline and can be executed on Windows, Linux, and MacOS platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Bareflank Hypervisor

    Bareflank Hypervisor

    lightweight hypervisor SDK written in C++

    ... as the foundation to create your own, fully functional hypervisor as it uses the MIT license, and includes 100% unit test coverage and compliance for AUTOSAR. If you are looking for a complete hypervisor (and not an SDK), please see MicroV. If you are looking for a minimal SDK for education or to perform research, this is the project for you. If you are simply looking for a reference hypervisor, please see SimpleVisor.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Modern C++ Template

    Modern C++ Template

    A template for modern C++ projects using CMake, Clang-Format

    ... point, as coding style is a subjective matter, everyone is free to either delete it (for the LLVM default) or supply their own alternative. Static analyzers integration, with Clang-Tidy and Cppcheck, the former being the default option. Doxygen support, through the ENABLE_DOXYGEN option, which you can enable if you wish to use it. Unit testing support, through GoogleTest (with an option to enable GoogleMock) or Catch2. Code coverage, enabled by using the ENABLE_CODE_COVERAGE op.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    REACT COOL STARTER

    REACT COOL STARTER

    A starter boilerplate for a universal web app

    A simple but feature-rich starter boilerplate for creating your own universal app. It built on the top of React, Redux, React Router and Express. Includes all the hot stuff and modern web development tools such as Redux Toolkit, TypeScript, Webpack, Babel, PostCSS, React Refresh, Jest and React Testing Library. See the “Features” section for other awesome features you can expect. They're several React frameworks today, however this is a DIY-oriented start-kit. It shows you how to build a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • All-in-One Payroll and HR Platform Icon
    All-in-One Payroll and HR Platform

    For small and mid-sized businesses that need a comprehensive payroll and HR solution with personalized support

    We design our technology to make workforce management easier. APS offers core HR, payroll, benefits administration, attendance, recruiting, employee onboarding, and more.
  • 10
    Node Binance API

    Node Binance API

    Node Binance API is an asynchronous node.js library

    This project is designed to help you make your own projects that interact with the Binance API. You can stream candlestick chart data, market depth, or use other advanced features such as setting stop losses and iceberg orders. This project seeks to have complete API coverage including WebSockets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    QA Wolf

    QA Wolf

    Create browser tests 10x faster

    Set up browser tests in minutes to find bugs before your users do. QA Wolf helps you create, run, and maintain end-to-end tests 10x faster. We found browser testing too difficult and often gave up on it entirely in our previous jobs. We built QA Wolf for developers like us who want to spend less time testing and more time shipping. QA Wolf is zero-effort automated QA. We get you to 80% coverage in four months, and keep you there, so your team can stay focused on shipping. 2/3 of tech companies...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    sc

    sc

    Common libraries and data structures for C

    Portable, stand-alone C libraries and data structures. Each folder is stand-alone with a single header/source pair in it. There is no build for libraries, just copy files you want. e.g If you want the logger, copy sc_log.h and sc_log.c to your project. High performance & minimal memory usage. Portability between many operating systems and architectures. Tests with 100% branch coverage and multiple sanitizers. Drag & drop source code distribution. There is 100% branch coverage on Linux. Buffer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    XZVoice

    XZVoice

    Free and open source text-to-speech software

    Text-to-speech software developed by Electron + vue + ElementUI + js. The high-fidelity and flexible configuration of speech synthesis products opens up the closed loop of human-computer interaction and enables applications to sound realistically. A variety of timbres are available, and functions such as adjusting speech rate, intonation, and volume are provided. Technically, multi-level rhythmic pauses are taken into account to achieve the purpose of natural synthesizing rhythm, and...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    SimpleCov

    SimpleCov

    Code coverage for Ruby with a powerful configuration library

    Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites. SimpleCov is a code coverage analysis tool for Ruby. It uses Ruby's built-in Coverage library to gather code coverage data, but makes processing its results much easier by providing a clean API to filter, group, merge, format, and display those results, giving you a complete code coverage suite that can be set up with just a couple lines of code. SimpleCov/Coverage track covered...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ThinkJS

    ThinkJS

    Use full ES2015+ features to develop Node.js applications

    ..., it is recommended to use the LTS version. After the installation is complete, there will be thinkjscommands (you can thinkjs -Vcheck the version number of think-cli, which is not the version number of thinkjs). If you cannot find this command, please confirm that the environment variables are correct. Excellent performance with a high unit test coverage rate. Built-in auto-compile and the auto-refresh mechanism that speeds up your development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    BigchainDB Server

    BigchainDB Server

    Meet BigchainDB. The blockchain database

    BigchainDB is the blockchain database. This repository is for the BigchainDB Server. Running and testing the latest version of the BigchainDB Server is easy. Make sure you have a recent version of Docker Compose installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Nebula-Python-SDK

    Nebula-Python-SDK

    A python SDK for managing Nebula container orchestrator

    A python SDK for managing Nebula container orchestrator. First, get NebulaPythonSDK onto your machine, now use it in your code. Nebula container orchestrator aims to help devs and ops treat IoT devices just like distributed Dockerized apps. It aim is to act as Docker orchestrator for IoT devices as well as for distributed services such as CDN or edge computing that can span thousands (possibly even millions) of devices worldwide and it does it all while being open-source and completely free....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A program for CNV detection with whole-genome low-coverage sequencing data. md5 of Increment_Ratio_of_Coverage_V2.0.tar.gz: c8dda5fbd5b43527538f5c410a303a74
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Stable Baselines

    Stable Baselines

    A fork of OpenAI Baselines, implementations of reinforcement learning

    Stable Baselines is a set of improved implementations of reinforcement learning algorithms based on OpenAI Baselines. You can read a detailed presentation of Stable Baselines in the Medium article. These algorithms will make it easier for the research community and industry to replicate, refine, and identify new ideas, and will create good baselines to build projects on top of. We expect these tools will be used as a base around which new ideas can be added, and as a tool for comparing a new...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    TexSoup

    TexSoup

    Fault-tolerant Python3 package for searching LaTeX documents

    Navigate, Search, and Modify LaTeX Documents in Python. Easy and reliable: No C extensions, no installation dependencies, and 100% test coverage. TexSoup is a fault-tolerant, Python3 package for searching, navigating, and modifying LaTeX documents. You can skip installation and try TexSoup directly, using the pytwiddle demo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Redux-ORM

    Redux-ORM

    A small, simple and immutable ORM to manage relational data

    A small, simple and immutable ORM to manage relational data in your Redux store. Redux-ORM is fast. All queries are lazily evaluated and come with built-in support for memorization. It provides a clean abstraction over low-level updates, protecting the state from accidental mutations. With nearly 100% branch coverage, the library is thoroughly tested to ensure rock-solid code quality. No matter where your data comes from, Redux-ORM will stay out of its way. Even a custom database layer...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    VAP464n

    VAP464n

    VAP 4641

    ...-Fi capable for whole-home Wi-Fi coverage and performance • ARRIS ECO Agent™ TR-069 and ARRIS ECO Envoy™ USP (User Services Platform) management clients integrated • Wi-Fi CERTIFIED EasyMesh™ Please note that this project is for distributing, discussing, and supporting the open source software we release. This site does not provide any SDKs or general purpose developer support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    A script to filter exome-seq by 1000G, ExAc, dbSNP with minimal coverage and T/N ratio. The script uses the files produced by exome_test.sh. An error is corrected. The script also produces MAF file that only includes variants detected by BOTH GATK and Varscan. A few errors are corrected.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Reliable Metrics for Generative Models

    Reliable Metrics for Generative Models

    Code base for the precision, recall, density, and coverage metrics

    ... properties separately. In this paper, we show that even the latest version of the precision and recall (Kynkäänniemi et al., 2019) metrics are not reliable yet. For example, they fail to detect the match between two identical distributions, they are not robust against outliers, and the evaluation hyperparameters are selected arbitrarily. We propose density and coverage metrics that solve the above issues.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    FeedKit

    FeedKit

    An RSS, Atom and JSON Feed parser written in Swift

    FeedKit is an RSS, Atom and JSON Feed parser written in Swift. Build a URL pointing to an RSS, Atom or JSON Feed. A common scenario in UI environments would be parsing a feed asynchronously from a user-initiated action, such as the touch of a button. Remember, you are responsible for manually bringing the resulting closure to whichever queue is appropriate. Usually to the Main thread, for UI apps, by calling DispatchQueue.main.async. FeedKit adopts Swift 5 Result type, as Result<Feed,...
    Downloads: 0 This Week
    Last Update:
    See Project