Showing 514 open source projects for "test"

View related business solutions
  • 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
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    AnthillaOS

    AnthillaOS

    a linux based readonly image as appliance

    Visit also: https://github.com/Anthilla/AnthillaOS For more updated Informations. Usable as test/dev exercise for appliances An x86 64bit gentoo image customized for readonly usage as appliances, fully functional and complete of more than 1000 pkg based on a gentoo+systemd distro. Hypervisor (kvm or xen) Storage (ZFS and Gluster) Container (Docker) Networking (iproute2, nftable, OpenVSwitch, Bird) Antd (http://www.anthilla.com/en/software/antd/ ) web based management all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Comcast

    Comcast

    Simulating bad network connections so you can build better systems

    Testing distributed systems under hard failures like network partitions and instance termination is critical, but it's also important we test them under less catastrophic conditions because this is what they most often experience. Comcast is a tool designed to simulate common network problems like latency, bandwidth restrictions, and dropped/reordered/corrupted packets. It works by wrapping up some system tools in a portable(ish) way. On BSD-derived systems such as OSX, we use tools like ipfw...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    BTLE

    BTLE

    Bluetooth Low Energy (BLE) packet sniffer and transmitter

    BTLE is a free and open-source Software Defined Radio Bluetooth Low Energy (BLE) software suite. BLE sniffer. Besides sniff broadcasting/fixed channels, it can also track channel hopping of a communication link. Universal BLE packet transmitter. Besides BLE standard, it supports also raw bit mode to generate arbitrary GFSK packets. In this way, you can test non-standard protocols or standards under discussion before chipping in the market.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Snowbird Linux

    Snowbird Linux

    Snowbird Linux is an awesome remix based on Fedora

    Snowbird Linux has [nearly] everything you need to try out a modern desktop. You don't have to erase anything on your current system and it won't put your files at risk. Take a test drive using the bootable media; Snowbird Linux can also be installed from the live environment side by side with your current operating system or as a standalone replacement. The stable releases are: (Fedora 19) - Snowbird Linux 19 (New Dawn - 19.2 - 16th October 2013) (Fedora 20) - Snowbird Linux 20...
    Downloads: 0 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 5

    radiustest

    Radius client written in python

    This is a flexible radius client. The main idea is to have a client which could be easily used to test different Radius servers. Client supports: - Radius PAP authentication - Multi thread (sniffing separated from sending) - Several Attribute Value Pairs (AVP) supported (nas-ip-address, service-type, nas-port-type, calling-station-id, called-station-id) - We can add new AVP easily - Flooding mode (performance/stress testing) - Accounting messages Client uses scapy library to send...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    BenchLab is a Web Application benchmarking framework using real web browsers.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 7

    pyhard2, control hardware from python

    An object-oriented framework for the development of instrument drivers

    pyhard2 is an object-oriented framework to help in the development of instrument drivers. pyhard2 is proposed as an alternative to LabVIEW. Emphasis is given on serial drivers but the framework can be used with any socket. The source also contains the implementation of a PID controller and a setpoint ramp generator. The instrument drivers may further be incorporated in a GUI, using, e.g. PyQt or PySide. Threading is automatically taken care of. Furthermore, generic GUI (called...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    LLDP Generator

    The project is a valid Link Layer Discovery Protocol frame generator

    This project represents a LLDP frame generator. Based on Command Line commands, users can issue different LLDP frames containing different TLVs. The ussage mode is a combination between a classic CLI command(e.g. ping, traceroute) and a command issued on a Cisco device where the user can interogate everytime the application for possible commands. The purpose of this project is to test the behavior of different LLDP agents in difficult situations. Based on this application, mutiple...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    AVR32 Ecos

    Ecos for AVR32 targets

    This project is port of ecos 3.0 for AVR32UC3C target mainly for AVR32UC3C512C. In the compressed files four directories can be found: Avr32uc3c-ec – ecos project for AT32UC3C-EK board. ConfigTool – ecos configtool (works with Ubuntu). To compile ecos source codes Atmel tool chain for AVR32 devices is needed and can be downloaded from Atmel web site. Ecos-3.0 – ecos + AVR32UC3C port source files. Hellow_Examples – example project in Atmel studio 6.2 with, ADC test, LED and push buttons test...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise and Small Business CRM Solution | Clear C2 C2CRM Icon
    Enterprise and Small Business CRM Solution | Clear C2 C2CRM

    Voted Best CRM System with Top Ranked Customer Support. CRM Management includes Sales, Marketing, Relationship Management, and Help Desk.

    C2CRM consists of four modules that integrate to provide a comprehensive CRM solution: Relationship Management, Sales Automation, Marketing Automation, and Customer Service. Only buy what each user needs.
    Learn More
  • 10

    Primes

    Calculate primes by using extremely fast sorting

    This project considers the problem of calculating primes as a sorting problem. It includes the most efficient tree-based sorting algorithm that is possible and shows that finding a new prime can be done by sorting the differences between the previous primes in the right way. Unfortunately it has turned out that going this way is even more slowly than trying to find primes by brute force. So it can only be used as a test with heavy load for the sorting algorithm, which can be used for sorting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    FreeBSD Port Tools

    Tools for developing and testing and submitting FreeBSD ports

    ... port, or port change/update - port test: automate testing a new port or a port update - port upgrade: upgrade a port
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    ipset-bash-completion

    Programmable completion code (bash) for ipset (netfilter.org)

    This is the bash shell programmable completion code for the ipset program (netfilter.org).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    RednetOS

    RednetOS

    a long term automation operating system

    RednetOS is a Ubuntu-based linux distribution it uses XFCE as its default desktop environment,RednetOS contains all the required software to take the automation to the last level. this operating system is made for dedicated servers or virtual private servers if your provider allows custom images. RednetOS is made to run more likely on servers because desktop users are not used to let their computers up for 24 hour a week you still can test it on your desktop RednetOS is developed...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Precision Time Protocol daemon

    Portable, complete and BSD-licenced IEEE 1588 (PTP) implementation

    The PTP daemon (PTPd) implements the Precision Time protocol (PTP) as defined by the IEEE 1588 standard. PTP was developed to provide very precise time coordination of LAN connected computers. PTPd boasts an advanced set of features and is highly configurable.
    Leader badge
    Downloads: 1,119 This Week
    Last Update:
    See Project
  • 15

    must: A More Useful Syslog Test tool

    A syslog message generator that replicates real syslog messages

    Using templated message formats with customisable placeholders, run in configurable sequences that can selectively reuse data between steps, must allows more intelligent testing of syslog receivers with realistic data, as well as longer soak testing and stress testing. must was created to fill a gap found when trying to stress test Splunk as real, indexable and meaningful data was needed. must will (eventually) be provided as a standalone tool that uses XML configs (for quick use...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    Testability Measurement Tool

    Testability Measurement Tool

    Performs SCOAP and PODEM algorighms on ISCAS89 Netlists.

    This application calculates combinational and sequential SCOAP parameters (CC0, CC1, CO, SC0, SC1, SO) and Testability Index parameter from a ISCAS89 netlist. It also performs the PODEM algorithm to check testability of a net against a single stuck at 0 or 1 fault.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Ganib | Project Management Software

    Ganib | Project Management Software

    Open Source, tasks, bug tracking, agile scrum, timesheet, wiki

    Ganib gives simpler ways to keep your projects organized and on track. Take advantage of easy features that help you quickstart and makes your team more efficient and productive. Open source Web based online agile project management collaboration software free, J2EE platform, MySql database with project dashboards & reporting. Organized Teams & Projects: Easily plan & manage projects with intuitive features to help your team deliver on time. Quickly focus on what's important, easily...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18
    Perl OBD-II Logger

    Perl OBD-II Logger

    A Perl program for logging OBD-II PID data

    The goal of the Perl OBD-II Logger project is to create a flexible and efficient application that can capture and log OBD-II Mode 0x01 PID data from an automotive scantool. It is designed with accurate and efficient PID data logging in mind, and provides NO support for reading or resetting diagnostic trouble codes. By default, the output log file contains time-stamped PID values in a simple Comma Separated Values (CSV) format that can be readily imported into popular data analysis or...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19

    Debian Upgrade System

    Non-interactive upgrade Debian system

    ... configuration files are preserved and can be compared to new *.dpkg-dist files. If any error occur, this will be mailed to You. The auto roll back and health check features allows to get system in old state if upgrade or test fails. It is intended to be used as cron job.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SSH System Administration Tool

    SSH System Administration Tool

    SSH Java client GUI for Unix, Linux administration and monitoring

    Raanan Zion https://au.linkedin.com/pub/raanan-zion/88/7b9/255 ssh Java interface for Unix, Linux and MS Windows system administration and monitoring. Automates firewall rule checks; exporting the results into Excel. Allows you to run multiple Unix commands on multiple servers simultaneously. Captures your network traces (on the port/ports and interface/interfaces of your choice) and at at a click of a button copies them back to your desktop opening. Remotely monitor your servers in a...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    AnomalyDetection

    AnomalyDetection

    Anomaly Detection with R

    AnomalyDetection is an R package developed by Twitter for detecting anomalies in seasonal univariate time series. It implements the Seasonal Hybrid Extreme Studentized Deviate (S‑H‑ESD) test, which reliably identifies both global and local outliers in data with trends and seasonality—commonly applied to system metrics, engagement data, and business KPIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Calise
    Acronym for camera light sensor. A python program that calculates ambient brightness and sets screen's correct backlight using a camera.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    gnupasswd

    gnupasswd

    gnupasswd - gnu change user password

    /usr/bin/passwd offers a "safe way" for root to edit /etc/passwd (or shadow). If setuid it allows regular users to change passwd without asking root to do changes for them. (note: does have learning curve on args to choose) gnupasswd - gnu change user password gnugpasswd - gnu change group password gnupasswd(1) has a goal to work with older login.c/linux and some newer too, also "getpwent" (any glibc). or help convert. gnupassd does pass only: leaves all else alone (compat). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    Ichnaea

    Performance Timing Tools

    Ichnaea is a set of tools that aid in collecting and tracking parameters and timings for parallel applications. The Performance Modelling Timing Module, PMTM, is a library that wraps system timing calls to abstract these from code developers and aid portability. It also has functionality to store parameters and print those, along with the timing information to a comma separated variable file. The Performance Modelling Analysis Tool, PMAT, is coming soon. This is able to read in and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    chromeos-apk

    chromeos-apk

    Run Android Apps in Chrome OS OR Chrome in OS X, Linux and Windows

    Make sure Android applications are compatible with your Chromebook, first try to install an official application. Download an official app, such as Evernote, from the Chrome Web Store. Then download an open source game, like 2048.APK Game by Uberspot and load it as an unpacked extension. Go to chrome://apps and launch it there, ignore warnings. Install a sample Android app from the Chrome Store to get the runtime. Test out that app, make sure it runs on your hardware. Ubuntu might need sudo apt...
    Downloads: 45 This Week
    Last Update:
    See Project