Showing 517 open source projects for "firmata test program"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

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

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • 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
    frida

    frida

    Dynamic instrumentation toolkit for developers

    Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers. Inject your own scripts into black box processes. Hook any function, spy on crypto APIs or trace private application code, no source code needed. Edit, hit save, and instantly see the results. All without compilation steps or program restarts. Works on Windows, macOS, GNU/Linux, iOS, Android, and QNX. Install the Node.js bindings from npm, grab a Python package from PyPI, or use Frida through its Swift...
    Downloads: 78 This Week
    Last Update:
    See Project
  • 2
    Torch-TensorRT

    Torch-TensorRT

    PyTorch/TorchScript/FX compiler for NVIDIA GPUs using TensorRT

    Torch-TensorRT is a compiler for PyTorch/TorchScript, targeting NVIDIA GPUs via NVIDIA’s TensorRT Deep Learning Optimizer and Runtime. Unlike PyTorch’s Just-In-Time (JIT) compiler, Torch-TensorRT is an Ahead-of-Time (AOT) compiler, meaning that before you deploy your TorchScript code, you go through an explicit compile step to convert a standard TorchScript program into a module targeting a TensorRT engine. Torch-TensorRT operates as a PyTorch extension and compiles modules that integrate...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    Telegram.Bot

    Telegram.Bot

    .NET Client for Telegram Bot API

    ... using other languages/platforms as it shows best practices in developing Telegram chatbots with examples. This project is fully tested using Unit tests and Systems Integration tests before each release. In fact, our test cases are self-documenting and serve as examples for Bot API methods. Once you learn the basics of Telegram chatbots, you will be able to easily understand the code in examples and use it in your own bot program.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Bats-core

    Bats-core

    Bash automated testing system

    Bats is a TAP-compliant testing framework for Bash. It provides a simple way to verify that the UNIX programs you write behave as expected. A Bats test file is a Bash script with special syntax for defining test cases. Under the hood, each test case is just a function with a description. Bats is most useful when testing software is written in Bash, but you can use it to test any UNIX program. Test cases consist of standard shell commands. Bats makes use of Bash's errexit (set -e) option when...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • 5
    oha

    oha

    HTTP load generator, inspired by rakyll/hey with tui animation

    oha is a tiny program that sends some load to a web application and shows real-time tui inspired by rakyll/hey. This program is written in Rust and powered by tokio and beautiful tui by tui-rs. -q option works differently from rakyll/hey. It's set the overall query per second instead of for each worker.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Duino-Coin

    Duino-Coin

    A coin that can be mined with almost everything

    Duino-Coin is a coin that can be mined with almost everything, including Arduino boards. Duino-Coin is a coin that can be mined with Arduinos, ESP8266/32 boards, Raspberry Pis, computers, and many more (including Wi-Fi routers, smart TVs, smartphones, smartwatches, SBCs, MCUs or even GPUs) The easiest way to get started with Duino-Coin is to download the latest release for your OS. After downloading the release, unzip it and launch the desired program. There are no dependencies required. Duino...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Gnomock

    Gnomock

    Test your code without writing mocks with ephemeral Docker containers

    Gnomock is an integration and end-to-end testing toolkit. It uses Docker to create temporary containers for application dependencies, set up their initial state and clean them up in the end. Gnomock allows to testing the code with no mocks wherever possible. The power of Gnomock is in a variety of Presets, each implementing a specific database, service, or other tools. Each preset provides ways of setting up its initial state as easily as possible: SQL schema creation, test data upload into S3...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Unison

    Unison

    A friendly programming language from the future

    ... deployment, allowing a single Unison program to describe entire elastic distributed systems. Though a lot of the work on Unison is still experimental and ongoing, we’re sharing an early alpha release of the language for you to test out. We’ll make a more finished release generally available soon. In the meantime, anyone is welcome to help with alpha testing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    NUnit 3 Framework

    NUnit 3 Framework

    NUnit 3 Framework

    ... the required logic. In other cases, particularly in extending the engine, we rely on a plugin architecture. When running tests in a separate process, the console and gui runners make use of the NUnit Agent program, nunit-agent.exe. Although not directly run by users, nunit-agent does load and execute tests and users need to be aware of it, especially when debugging is involved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Vivantio IT Service Management Icon
    Vivantio IT Service Management

    Your service operation isn’t one-size-fits all, so your IT service management solution shouldn’t be either

    The Vivantio Platform allows you to focus on the IT service management tools that make sense for your organization’s unique service model: from incident, problem and change requests, to service requests, client knowledge and asset management
  • 10
    xhtml2pdf

    xhtml2pdf

    A library for converting HTML into PDFs using ReportLab

    xhtml2pdf enables users to generate PDF documents from HTML content easily and with automated flow control such as pagination and keeping text together. The Python module can be used in any Python environment, including Django. The Command line tool is a stand-alone program that can be executed from the command line.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    GopherLua

    GopherLua

    GopherLua: VM and compiler for Lua in Go

    GopherLua is a Lua5.1(+ goto statement in Lua5.2) VM and compiler written in Go. GopherLua has the same goal as Lua: To be a scripting language with extensible semantics. It provides Go APIs that allow you to easily embed a scripting language to your Go host programs. The stack-based API like the one used in the original Lua implementation will cause a performance improvement in GopherLua (It will reduce memory allocations and concrete type <-> interface conversions). GopherLua API is not a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    AndroidUtilCode

    AndroidUtilCode

    Android developers should collect the following utils(updating)

    AndroidUtilCode is a powerful & easy to use library for Android. This library encapsulates the functions that are commonly used in Android development which have complete demo and unit tests. By using its encapsulated APIs, you can greatly improve development efficiency. The program mainly consists of two modules which is util code, which is commonly used in development, and sub until which is rarely used in the development, but the utils can be beneficial to simplify the main module.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Estuary

    Estuary

    A custom IPFS/Filecoin node that makes it easy to pin IPFS content

    A custom IPFS/Filecoin node that makes it easy to pin IPFS content and make Filecoin deals. We're excited to have you try out Estuary! Estuary is a reliable way to upload public data onto Filecoin and pin it to IPFS. As a developer, you have probably used API keys before. Estuary provides a unique identifier used to authenticate a user, developer, or calling program to an application programming interface we have created. If you don't know what an API key is, this tutorial will be challenging...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Recorder

    Recorder

    HTML5 js recording mp3 wav ogg webm amr format

    ​Supports microphone recording and real-time processing in most of the implemented getUserMediamobile and PC browsers, mainly including Chrome, Firefox, Safari, iOS 14.3+, Android WebView, Tencent Android X5 kernel (QQ, WeChat, Mini Program WebView) , uni-app (App, H5), and most Android phones updated after 2021 have their own browsers; do not support: UC-based kernel (typical Alipay), most of the old domestic mobile phones that have not been updated have their own browsers and any other form...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    WxJava

    WxJava

    WeChat develops Java SDK, supports back-end development

    WeChat develops Java SDK, supports back-end development including WeChat payment, open platform, small program, enterprise WeChat, official account, etc. For project cooperation and negotiation, please contact WeChat binary0000(search and add friends in WeChat, please indicate the intention of coming, if you need to discuss about SDK issues, please refer to the group discussion below, do not add this WeChat). Important reminder for beginners: This project is only an SDK development kit...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Echidna

    Echidna

    Ethereum smart contract fuzzer

    Echidna is a weird creature that eats bugs and is highly electrosensitive (with apologies to Jacob Stanley) More seriously, Echidna is a Haskell program designed for fuzzing/property-based testing of Ethereum smarts contracts. It uses sophisticated grammar-based fuzzing campaigns based on a contract ABI to falsify user-defined predicates or Solidity assertions. We designed Echidna with modularity in mind, so it can be easily extended to include new mutations or test specific contracts...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Toast

    Toast

    Containerize your development and continuous integration environments

    Toast is a tool for doing work in containers. You define tasks in a YAML file called a toastfile, and Toast runs them in a containerized environment based on a Docker image of your choosing. What constitutes a "task" is up to you, tasks can install system packages, build an application, run a test suite, or even serve web pages. Tasks can depend on other tasks, so Toast can be understood as a high-level containerized build system. Toast caches each task by committing the container to an image...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FinMind

    FinMind

    Open Data, more than 50 financial data

    In the era of big data, data is the foundation of everything. We collect more than 50 kinds of Taiwan stock related information and provide download, online analysis, and backtesting. Regardless of the program, you can download data through the api provided by FinMind, or you can download data directly from the website. After data is available, statistical analysis, regression analysis, time series analysis, machine learning, and deep learning can be performed. For individual stocks, provide...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MyBatis Mapper4

    MyBatis Mapper4

    Mybatis common mapper, easy to use

    This book starts with a simple MyBatis query to build a basic development environment for learning MyBatis. Through a comprehensive sample code and test, the basic usage of adding, deleting, modifying, and checking operations in the MyBatis XML mode and annotation mode is explained, and the application of dynamic SQL in different aspects and the best practice program in the use process are introduced. Provides a wealth of examples for MyBatis advanced mapping, stored procedures, and type...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    MyBatis Pagination

    MyBatis Pagination

    A pagination plugin

    If you are using MyBatis, it is recommended to try this pagination plugin. This must be the most convenient pagination plugin. PageHelper supports any complex single-table, multi-table queries. As to some special cases, please refer to the Important notes. Through a comprehensive sample code and test, the basic usage of adding, deleting, modifying, and checking operations in the MyBatis XML mode and annotation mode is explained, and the application of dynamic SQL in different aspects...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Quiz/Survey/Test - QST

    Quiz/Survey/Test - QST

    A Free, complete, enterprise grade, open source exam management system

    ... Questions, Print a QST, Auto Marking, Display explanations for questions, easily administer users, etc.) that rival or surpass those found in commercial online examination/evaluation systems. GradeBook allows you to view/mark/save users quizzes/tests and view/download detailed statistics for each quiz/survey/test and questions in them. Also allows entering marks for other assignments and adding weights(%) to them and QST's for a Complete Assessment Solution. Thanks to summernote.org and mathjax.org.
    Leader badge
    Downloads: 62 This Week
    Last Update:
    See Project
  • 22
    Peace Equalizer, interface Equalizer APO

    Peace Equalizer, interface Equalizer APO

    System-wide PC Audio Equalizer and Effects app for Windows 7 to 11

    Peace equalizer is a Windows PC interface for Equalizer APO http://sourceforge.net/projects/equalizerapo. Besides an system-wide audio equalizer on your Windows PC, Peace has an effects panel for balance, crossfeeding, delay, etc., a graph window and much more. In short: Peace is an equalizer and audio mixer for all your PC software on any Windows version from Vista to 11. Your configuration (e.g. EQ, preset, profile) can be saved and activated again by 1 click, hotkey, tray or desktop...
    Leader badge
    Downloads: 17,714 This Week
    Last Update:
    See Project
  • 23
    wsjt-x_improved
    ═══════════ ▲▲▲ ══════════════════════════════════════════════ Find the various versions on the "Files" tab (https://sourceforge.net/projects/wsjt-x-improved/files/) wsjt-x_improved is an enhanced version of the excellent WSJT-X software by Joe Taylor K1JT, Steve Franke K9AN, Bill Somerville G4WJS and others (https://sourceforge.net/projects/wsjt/). Sometimes, however, even good things can be improved … Notes: wsjt-x_improved is experimental and is licensed under GNU GPL v3...
    Leader badge
    Downloads: 3,736 This Week
    Last Update:
    See Project
  • 24
    Firelens Datajet

    Firelens Datajet

    Route test data to Fluent Bit flexibly

    ... and responding with a test result JSON as the response. The current driver.ts does not support multiple stages, however, the core does support async and sync stages as well as validators. The goal of this project is to eventually encapsulate test stages, validation wrappers, and data transmission in a portable JSON which can be sent to this program and executed at runtime.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    DNP3 Windows c c++ c# .net Program code

    DNP3 Windows c c++ c# .net Program code

    DNP3 Source code Library for Windows and simulator

    v21.06.008 Complete implementation of DNP3 protocol standard including File transfer. Binary Input, Double-bit Binary Input, Binary Output, Counter Input, Analog Input, Analog output, Octect String, virtual terminal String. support CROB, analog output command with "select-before-operate" or "direct-execute" command execution modes, unsolicited response, Time Synchronization support C C++, C# ( .net ) programming languages Get a free DNP3 Development Bundle In the Development Bundle, We...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next