Showing 541 open source projects for "validate"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 1
    XiangShan

    XiangShan

    Open-source high-performance RISC-V processor

    ...The project invests heavily in verification: differential testing against reference models, extensive random instruction tests, and full software stacks (bootloaders, Linux) to validate correctness under realistic workloads. Tooling around the core (build scripts, simulators, waveform/debug support) lowers the barrier for academics and industry contributors to experiment and extend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Pester

    Pester

    Pester is the ubiquitous test and mock framework for PowerShell

    Pester is the de-facto unit testing and mocking framework for PowerShell, widely used to validate scripts, modules, and automation workflows. It provides a readable DSL for writing Describe/Context/It style specs, expressive assertion helpers (Should), and facilities for setup/teardown to keep tests isolated and reproducible. Beyond unit tests, Pester supports integration tests and can mock functions and modules so external side effects (network, registry, file system) are faked during runs. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    TypeDB

    TypeDB

    TypeDB: a strongly-typed database

    ...Composed of entity, relationship, and attribute types, as well as type hierarchies, roles, and rules, TypeDB allows you to think higher-level, as opposed to join-tables, columns, documents, vertices, edges, and properties.Types provide a way to describe the logical structures of your data, allowing TypeDB to validate that your code inserts and queries data correctly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    eslint-plugin-import

    eslint-plugin-import

    ESLint plugin with rules that help validate proper imports.

    This plugin intends to support linting of ES2015+ (ES6+) import/export syntax, and prevent issues with misspelling of file paths and import names. All the goodness that the ES2015+ static module syntax intends to provide, is marked up in your editor. The maintainers of eslint-plugin-import and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open-source dependencies you use to build your applications. Save time, reduce risk, and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 5
    Sysdig

    Sysdig

    Linux system exploration and troubleshooting tool

    ...Unify threat detection and incident response across containers, Kubernetes, and cloud with out-of-the-box Falco rules leveraging syscalls, Kubernetes audit logs and cloud logs. Gain deep insight with container and Kubernetes monitoring that is fully Prometheus compatible. Validate compliance against standards like PCI, NIST and SOC2 for containers, hosts, Kubernetes and cloud. Sysdig created Falco, the open standard for runtime threat detection for containers, hosts, Kubernetes and cloud.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    EmailValidator

    EmailValidator

    PHP Email address validator

    A library for validating emails against several RFC. This library aims to support RFCs 5321, 5322, 6530, 6531, 6532, and 1035. Composer is required for installation. Spoofchecking and DNSCheckValidation validation requires that your PHP system has the PHP Internationalization Libraries (also known as PHP Intl). PHP version upgrades will happen to accomodate to the pace of major frameworks. Minor versions bumps will go via minor versions of this library (i.e: PHP7.3 -> v3.x+1). Major versions...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    MetricFlow

    MetricFlow

    MetricFlow allows you to define, build, and maintain metrics in code

    MetricFlow is an open-source semantic layer engine designed to help organizations define, manage, and query business metrics in a consistent, governed way. It works alongside a data stack—typically built with dbt—and allows you to express metrics as YAML‐based definitions tied to semantic models and dimension tables, rather than embedding logic ad-hoc across many dashboards or scripts. When a user or tool requests a metric (e.g., “monthly revenue by region”), MetricFlow generates optimized,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    OpenAI Agents JS

    OpenAI Agents JS

    A lightweight, powerful framework for multi-agent workflows

    ...At its core, it introduces primitives like Agents, Tools, Guardrails, and Handoffs, letting you define structured multi-agent systems in a modular way. The repo includes examples showing how to build agents that call local functions, chain between agents, validate input/output, stream responses, and interact in real time (e.g. voice agents via WebRTC). It also has tracing and debugging support so you can introspect how agents executed their workflows. Because it aligns closely with the Python Agents SDK, it aims for cross-language parity so that JS/TS devs can adopt similar agent architectures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    AsyncAPI

    AsyncAPI

    Allows you to create machine-readable definitions of asynchronous APIs

    ...The AsyncAPI document allows people or machines communicating with one another to understand the capabilities of an event-driven API without requiring access to the source code, documentation, or inspecting the network traffic. It allows you to define your API structures and formats, including channels the end user can subscribe to and the message formats they receive. You can develop, validate, and convert the AsyncAPI document to the latest version or preview your AsyncAPI document in a more readable way using the AsyncAPI Studio.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 10
    AWS CloudTrail Processing Library

    AWS CloudTrail Processing Library

    Helps Java developers to easily consume and process log files from AWS

    ...Provides interfaces to implement your own business logic for selecting which events to process, processing events, handling errors, and handling log processing status updates. Monitor, store, and validate activity events for authenticity. Easily generate audit reports required by internal policies and external regulations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Superstruct

    Superstruct

    A simple and composable way to validate data in JavaScript

    This project is a lightweight validation library for JavaScript and TypeScript that helps you define data “shapes” and validate runtime values against them. Instead of relying only on compile-time typing, it focuses on the reality that many apps receive unknown input from APIs, forms, and external systems, and those values need runtime checks. Its API is intentionally familiar if you’ve used TypeScript, Flow, Go structs, or GraphQL schemas, but the output is oriented around runtime correctness. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Mistral Finetune

    Mistral Finetune

    Memory-efficient and performant finetuning of Mistral's models

    mistral-finetune is an official lightweight codebase designed for memory-efficient and performant finetuning of Mistral’s open models (e.g. 7B, instruct variants). It builds on techniques like LoRA (Low-Rank Adaptation) to allow customizing models without full parameter updates, which reduces GPU memory footprint and training cost. The repo includes utilities for data preprocessing (e.g. reformat_data.py), validation scripts, and example YAML configs for training variants like 7B base or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Toloka-Kit

    Toloka-Kit

    Toloka-Kit is a Python library for working with Toloka API

    ...Support for all common Toloka use cases: creating projects, adding pools, uploading tasks, and so on. Toloka entities are represented as Python classes. You can use them instead of accessing the API using JSON representations. There’s no need to validate JSON files and work with them directly. Support of both synchronous and asynchronous (via async/await) executions. Streaming support: build complex pipelines which send and receive data in real-time. For example, you can pass data between two related projects: one for data labeling, and another for its validation. AutoQuality feature which automatically finds the best fitting quality control rules for your project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    git-raf

    Git Regulation As Firmware — governance-integrated version control.

    ...status Show RAF governance status for the current repository. commit Create a governance-enhanced git commit. tag Auto-tag based on sinphase stability metric. validate Validate staged changes against governance policies. keygen Generate Ed25519 keypair for governance signing. seal Generate AuraSeal attestation for a commit. verify Verify AuraSeal on a commit. install-hooks Install git hooks for RAF governance enforcement. audit Display governance audit trail. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 15
    Validation of Death
    Validation of Death is an app to validate and verfify email addresses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    APSampler

    APSampler is a tool that finds multifactorial association patterns

    APSampler is a tool that allows multi-locus and multi-level association analysis of genotypic and phenotypic data. The goal is to find the allelic sets (patterns) that are associated with phenotype. Once a set of pattern is found, we validate it by permutations to avoid overfitting. The project also includes SF+FLINT framework to check whether the parts of found patterns are in epistatic interaction..
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    MSI Kombustor

    MSI Kombustor

    Advanced OpenGL and Vulkan graphics card stress testing utility

    ...The tool provides MSI users with an exclusive, streamlined interface for testing their hardware safely and effectively. By driving high temperatures and peak loads, it reveals whether a graphics card can sustain extended heavy usage. Kombustor is ideal for anyone looking to test, validate, or tune their GPU setup.
    Downloads: 91 This Week
    Last Update:
    See Project
  • 18
    Java XML Form is an Object User Interface mapping (OUM) framework,Generates GUI form from XML descriptions.Binding and validate XML or JSON data to Java objects .
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    dns-auth-check

    Validate SPF, DKIM, DMARC, BIMI and MTA-STS from the command line.

    Zero-dependency Node.js CLI that validates SPF, DKIM, DMARC, BIMI and MTA-STS email authentication for any domain. Counts recursive SPF lookups against the RFC 7208 limit, auto-discovers DKIM selectors across 18 common providers, and grades the result A+ to F with fix suggestions. CI-friendly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    xm-crypter-miner

    xm-crypter-miner

    Power of a computer or specialized hardware to mine cryptocurrencies

    A crypto miner tool that is updated from cpuminer and is a software application designed to harness the processing power of a computer or specialized hardware to mine cryptocurrencies. It performs complex mathematical calculations to validate and secure transactions on a blockchain network, helping to maintain the decentralized nature of the currency. The tool typically supports various cryptocurrencies and allows users to configure parameters such as mining algorithms, pool settings, and hardware optimizations to maximize efficiency and profitability. Crypto miner tools are commonly used by individuals and organizations seeking to earn cryptocurrency rewards through mining activities.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21
    Form Validator

    Form Validator

    Server-side Form Validator.

    Form Validator: It is absolutely essential that you validate data submitted through forms on your web site. Forms are the wild-wild-west. Without forms validation, it is not a question of if you will be hacked, it is a question of when. I have been using FormValidator for years, updating it regularly with new exploits as they become known. FormValidator has some unique rules, and some that are absolute must-have.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22

    SheetAtlas

    Search and compare data across multiple Excel files instantly

    ...Data Export Export to Excel or CSV with column filtering, semantic names, data regions support and preserved formatting. Template Validation Create templates, batch validate files, detect type inconsistencies. Data Normalization Automatically correct cell types based on dominant column data — dates stored as numbers, mismatched formats fixed in-place. Customization Light/Dark/System theme, configurable defaults, custom output folder. PLATFORMS Windows, Linux, macOS — native installers available
    Downloads: 16 This Week
    Last Update:
    See Project
  • 23

    FDM - Fixed Deposit Manager

    Manage Your Deposits, Get exepected income in each financial year.

    Fixed Deposit Manager (FDM) is a Python-based application designed to help users manage and track their fixed deposit investments. It provides a user-friendly graphical interface for entering, organizing, and analyzing fixed deposit data.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 24

    email-checker-php-sdk

    PHP SDK to connect with Easy Email Verification API and validate email

    The Email Checker PHP SDK is part of the Easy Email Verification - URL Checker ecosystem, designed to help developers integrate real-time email verification into their PHP applications. It uses the Easy Email Verification API to validate if an email address is real, active, and safe to use. The SDK performs domain and MX record checks, SMTP validation, and detection of disposable or role-based addresses. It provides a lightweight and reliable cURL-based implementation that returns structured JSON responses. This project is officially maintained by Easy Email Verification Ltd. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    QMCF2

    QMCF2

    Quantum Mechanical Charge Field - Molecular Dynamics

    ...On Linux, open a terminal in `qmcf2_installer` and run: `python3 qmcf2_installer.py3` Review the detected compilers, libraries, paths, and warnings, then start the build. The manual is located at `qmcf2_html/qmcf2_doc/manual/qmcf2_manual.pdf`. QMCF2 is research software under active development. Validate calculations on small reference systems before production use. Licensed under GPL3.
    Downloads: 8 This Week
    Last Update:
    See Project
Auth0 Logo