Showing 3788 open source projects for "test"

View related business solutions
  • 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
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    Savsoft Quiz v3.0

    Savsoft Quiz v3.0

    Savsoft Quiz v3.0 is an open source php script to create quiz/exam

    Support Six types of question : 1) Multiple choice - Single Answer 2) Multiple choice - Multiple Answers 3) Short Answer 4) Long Answer 5) Match the Column Create Unlimited Users/students based on groups Question Bank to Add unlimited questions based on categories and levels. Create Quiz/Test and assign to groups. Instant Result with graphical view, Analysis result. Capture user photo while attempting quiz. Mobile Compatible Theme. 100% Source code with MVC pattern. PDF certificate. Online payment gateway to conduct paid quiz
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    TCPStub

    Quick and simple port client and server test application.

    TCPStub allows you to specify an IP address, a port and a raw request and view the response. You can also start a server listening on a specific port and test a client pointed to this address and port and see the raw request. It's very simple and surprisingly useful. I've used it to test SOAP requests, X12, HTTP and others.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Open Cezeri Library

    Open Cezeri Library

    Effective Linear Algebra and Computer Vision Library with JAVA

    OCL stands for Open Cezeri Library (yet another linear algebra and matrix library). This library provides rapid coding as matlab ease of use. To learn for library please try to use test examples at OpenCezeriLibrary\test\test. It is originally developed at el-cezeri laboratory of Siirt University, in order to establish generic framework of reusable components and software tools for machine vision, machine learning, AI and robotic applications. Currently, it holds following main concepts 1- Vision: It can access web cams, imaging source industrial cameras for manuel settings and advanced issues. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    fast_count_multi

    Extremely fast NGS read counter

    Counts NGS read alignments against GTF annotations in a multithreaded and scalable fashion. Benchmark: 8 core 1M annotations for 2Gb sorted reads ~30 seconds compared to ~28 minutes for bedtools multicov. Files include: fast_count_multi - reports all counts and RPKM, multithreading support fast_count_deseq - reports gene counts in deseq compatible format, multithreading support fast_count - reports all counts with no multithreading support. usage ./fast_count_multi...
    Downloads: 0 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Metasploit Framework

    Metasploit Framework

    Metasploit Framework

    ...It provides a modular architecture—payloads, encoders, exploits, auxiliaries, and post-exploitation modules—so security professionals can piece together complex attack chains or test defensive controls in realistic ways. Built-in features include an exploit database, network scanners, credential harvesters, and frameworks to craft reliable payload delivery while handling target nuances like mitigation bypasses and platform differences. Beyond raw exploitation, the framework includes post-exploitation tooling for lateral movement, persistence, data exfiltration simulations, and evidence collection, enabling red teams to exercise detection and incident response workflows.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 6
    Jekyll Material Design

    Jekyll Material Design

    Jekyll Bootstrap 3 with the material design flavour.

    Publish your static website/blog on GitHub Pages using Jekyll and Bootstrap 3 with a "materialized" style. This project is based on Jekyll-Bootrap-3. It also includes the Paper theme from Bootswatch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    STAR Communication Board

    Application to test and improve three-part communication skills.

    The STAR Communication Board is a project aiming to test and improve the three-part communication skills of system operators. A physical board with electronic components was designed and built in 2015 by William "Stormy" Mauldin and Garrett Maples for the System Operations Training department of the Electric Reliability Council of Texas (ERCOT). This program, written by Stormy Mauldin, is a virtual version of the board.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Ceaty - The Cute CPU Eater

    Ceaty - The Cute CPU Eater

    A small java tool that will consume your CPUs

    Ceaty is a small Java tool that was created to test CPU consumption in a virtual environment were the virtual machines share the same physical machine. Ceaty has quite a big appetite, her favorite food is CPUs with garlic sauce. How to start Ceaty: java -jar Ceaty.jar <threads> Example: This will start 10 threads that will consume your CPU: java -jar Ceaty.jar 10
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Password Keeper

    Password Keeper

    manage your passwords in a secure way

    What is Password Keeper? Today you need to remember many passwords. You need a password for the Windows network logon, your e-mail account, your website's FTP password, online passwords (like website member account), etc. etc. etc. The list is endless. Also, you should use different passwords for each account. Because if you use only one password everywhere and someone gets this password you have a problem... A serious problem. The thief would have access to your e-mail account, website,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10

    Java-HCT

    Java-HCT: An approach to increase MC/DC using Hybrid Concolic Testing

    In our proposed work, we combine feedback-directed test cases generation with concolic testing to form Java-Hybrid Concolic Testing (Java-HCT). Java-HCT generates test cases combine so that, it create more number of test cases. Hence, through Java-HCT we achieve high MC/DC. Combinations of approaches represent different tradeoffs of completeness and scalability. We developed Java-HCT using RANDOOP, jCUTE, and COPECA.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    C++ generic open address hash map

    C++ generic open address hash map

    Simple oaht template class

    ...Unlike google densemap. It is mostly "C++ unordered_map" standard conformant and if you download it, you'll find a visual studio project, or a CMakeLists.txt that integrates the test suite from GCC for unordered_map. Which this map passes. Some bench: == 1 million int pushes == *open address: 275.852 ms *reserved openaddr: 110.268 ms std unordered: 277.544 ms == 100k random erasures == *openaddr: 8.70804 ms std unordered: 20.6305 ms == 1M iteration == *openaddr: 185.528 ms std unordered: 1010.53 ms == 50k finds in 1M == *openaddr: 4.24 ms std unordered: 10.44 ms
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Nurikabe Garden
    Solve, create, edit and test nurikabe puzzles with user-friendly graphical interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    SCPI_Utils

    Operate SCPI devices from C++ or the command line

    SCPI_Utils includes C++ classes that provide simple interfaces to SCPI test equipment. SCPI_Utils also includes command line applications that dump the screen from a RIgol oscilloscope.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    pytbull
    .... ============ pytbull is an Intrusion Detection/Prevention System (IDS/IPS) Testing Framework for Snort, Suricata and any IDS/IPS that generates an alert file. It can be used to test the detection and blocking capabilities of an IDS/IPS and to validate config.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15

    Test Data Validator

    Used to perform test data validations

    This tool could be used to perform a wide variety of test data validations. It can compare heterogeneous sources of data on a field by field level basis based on a field mapping excel file and can provide results in an excel file. The file formats supported are csv, flatfiles, delimited files, xml, sap idocs etc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    JScumm

    Project to create a Java based SCUMM engine.

    ...MONSTER.SOU) bringing the rest to of this virtual machine to live. This project should ensure that all assumptions and the code based on those is always valid. Therefore this projects starts with TDD (test-driven development). Everybody can join in, but we should coordinate first, so please contact me beforehand.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    bat

    bat

    Go implement CLI, cURL-like tool for humans

    bat is a Go-implemented, cURL-like command-line HTTP client designed to be “for humans,” emphasizing an expressive and intuitive syntax. It allows developers to test, debug, and generally interact with HTTP servers using concise commands that feel more like a small DSL than raw cURL flags. The tool supports a wide range of HTTP operations including custom methods, headers, JSON payloads, form submissions, file uploads, authentication and proxy configuration. Its README showcases simple “hello world” usage as well as more advanced scenarios, such as inspecting the exact request being sent via print options. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Rabiscoscopio

    Draw images on your oscilloscope screen

    Draw images on your oscilloscope screen More info at project page: http://alexporto.com/rabiscoscopio
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    simplest ffmpeg swscale

    simplest ffmpeg swscale

    Examples about handle pixel data using libswscale

    This software is the simplest tutorial about handle pixel data using libswscale in FFmpeg. It contains 2 projects: simplest_ffmpeg_swscale: the simplest tutorial about libswscale. simplest_pic_gen: Tools that generate several test pictures.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    geneiase

    Gene-based test of allele specific expression

    Gene-based test of allele specific expression.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GoldenEye

    GoldenEye

    The GoldenEye HTTP DoS Test tool

    GoldenEye is an python app for SECURITY TESTING PURPOSES ONLY! GoldenEye is a HTTP DoS Test Tool. Attack Vector exploited: HTTP Keep Alive + NoCache See README more details. Please note that this is a fork from the original at GitHub by https://github.com/jseidl Jan Seidl. And Official project link is https://github.com/jseidl/GoldenEye License This software is distributed under the GNU General Public License version 3 (GPLv3) DISCLAIMER: USE ON YOUR OWN RISK. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 22

    Tool

    REST / JSON / SOAP Tester

    This tool is an automated tool to automated web services testing. It can test SOAP, REST, JSON services with custom payload, Client certificate, Authentication, TLS 1. For your specific requirements, pls. call us. we will enhance it for suggestions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ESTA

    ESTA

    ESTA - Eclipse Statistical Testing App

    ESTA is an Eclipse-like GUI to support model based statistical testing. Features include * usage model creation, editing, and analysis * test case generation * test results recording and analysis
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    simplest mediadata test

    simplest mediadata test

    samples to handling multimedia data

    This project contains following samples to handling multimedia data: (1) Video pixel data handling program. It contains several examples to handle RGB and YUV data. (2) Audio sample data handling program. It contains several examples to handle PCM data. (3) H.264 stream analysis program. It can parse H.264 bitstream and analysis NALU of stream. (4) AAC stream analysis program. It can parse AAC bitstream and analysis ADTS frame of stream. (5) FLV format analysis program. It can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    OPTPDT

    OPTPDT is a family-based multi-SNP association test

    OPTPDT is a family-based multi-SNP association test. A variable p-value threshold algorithm is used in the test to select an optimal subset of SNPs that has the strongest association signals.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB