Showing 104 open source projects for "dummy"

View related business solutions
  • Veeam Data Platform v13.1 Icon
    Veeam Data Platform v13.1

    Move workloads across hypervisors and clouds with no vendor lock-in. Try VDP free today.

    Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
    Try Now
  • 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
  • 1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Plant app

    A ruby-activeRecord-MySQL application which stores data about plants

    ...Code should work on 2.0.0 ruby version though modern versions should be supported too. (Up to 2.4.6) Also, database supposed to have Hungarian information hence application supports UTF-8. The dummy plant is also written in Hungarian text.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4

    CaddyWPS

    Free Windows PHP-server for PHP-developers

    Greetings to all PHP developers! My absolute Free Windows PHP-server (GO language) for PHP-developers (Caddy server + PHP7 in FastCGI mode + OctoberCMS & Sqlite for storage this CMS + free admins components). Very easy to configure and allows you to deploy your development environment in literally 1 minute. SQLite allows for small projects to transfer the source code to the production server without unnecessary gestures. In the plans: - Embedding the Mysql engine directly into the...
    Downloads: 1 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    JetiExSensorCppLib

    Simple C++ Library to send telemetry values via JETI DUPLEX EX

    ...Arduino: Connect Pin 0 (TX0) to the "Ext" input of your Jeti Duplex receiver. Teensy: Connect Pin 10 (TX2) to the "Ext" input of your Jeti Duplex receiver. A dummy sensor implementation shows demonstration values on your transmitter Display. Use Arduino IDE 1.6 or later. There are no dependencies to other 3rd-party libraries. Find it also on Github: https://github.com/Sepp62/JetiExSensor
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    OllyPath2
    When using OllyDbg as a portable version (eg. on an USB stick) there are always problems with the UDD/Plugin path not being set correctly. The features: * DLL, which sets Plugins, UDD and win32.hlp paths automatically * Dummy export so it's easy to add the DLL to your olly mod * Open source Attached is DLL + Source, I hope it's useful for somebody. Feel free to modify to your needs, just credit where you think it's needed. P.S. To add the dll to your mod: Use CFF explorer to add the import "dummy" (which does nothing) to ollydbg.exe, this will execute the DllMain function (which can be considered illegal) and set the paths in the INI file. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Dummy

    Live streaming player

    Live streaming player based on Google's ExoPlayer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Downloads: 0 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    More flexibility. More control.

    Generate interest, access liquidity without selling, and execute trades seamlessly. All in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 10
    AJAX Live Search

    AJAX Live Search

    PHP search form that similar to Google Autocomplete feature

    AJAX Live Search is a PHP search form that similar to Google Autocomplete feature displays the result as you type. Getting the current example in index.php to work including creating a dummy database and a table should not take longer than 7 minutes. But it will take more in case you need to integrate it in an existing project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    The MockFtpServer project provides a mock/dummy FTP server for testing FTP client code. It can be configured to return custom data or reply codes, to simulate either success or failure scenarios. Expected command invocations can also be verified. This project has been moved to https://github.com/dx42/MockFtpServer.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    ...This the python porting of libucsi, currently only for DVB. nav is a DVB stream analysing tool, working with DVB signal receivers supporting linuxtv driver and pseudo dummy driver contained in software package. See https://linuxtv.org/wiki/index.php/Hardware_Device_Information to check the linuxtv-capable devices.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Project 2306 IDE Rad MacOS MCU DeveR

    Project 2306 IDE Rad MacOS MCU DeveR

    Electronic design and programming tools suite like Eagle, MpLab

    Currently Only MacOS is Present, PreAlpha means not Ready to use, Application is provided Without Strict Garantee, License not OSI. All others platform Windows, Linux, HaikuOS STILL under TEST, Dummy "Hello world" is provided instead Project2306 IDE : Application pour la programmation de Microcontroleurs et d' Application Electronique Project2306 IDE : for All whom want to Create and Develop on Embed Platform Software as Programming Tools suite and PCB Design Planned Features : Similar with mainstream market tools IDE and GUI Wrapper like : LabView©, Proteus©, MPLab©, Eagle CAD©, Tools Suite for Most Market Microcontroller. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    microdlna

    A simplistic filesystem-based DLNA server

    ...Basically it's a fork of MiniDLNA stripped down to the level of tftpd :D. Please note that until version 1.0 it is at most a beta, so be paranoid about it, eg. create a dummy user that has no write access to anything precious and use that to run MicroDLNA, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    svnTutor

    Dummy repo for teaching use of SVN

    Dummy repo for teaching use of SVN
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JSONPlaceholder

    JSONPlaceholder

    A simple online fake REST API server

    ...The API accepts typical HTTP verbs and returns JSON in a consistent format, making it easy to swap with a real server later. It’s widely used in examples, workshops, and automated tests where a dependable dummy service accelerates iteration. With zero setup, it removes a major friction point for learning HTTP clients and front-end data flows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Content Generator for Sketch

    Content Generator for Sketch

    Sketch app plugin for generating dummy data such as avatars and names

    Content generator allows you quickly create dummy data such as avatars, names, geo location data etc. You can create a custom string by combining any of these options, plain text (example: banana), random number from range (example: [0-20] ), random item from an array (example: [banana~apple~grapes] ). In Sketch app use Plugins\Content Generator\Images\Custom plugin to specify path to your own folder with images.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19

    goodcodelibrary

    dummy test library

    dummy library to play with
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    Bridge Double Dummy Solver

    Bridge Double Dummy Solver

    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    EvsNewProject

    Just in case I need a new project

    This is a dummy placeholder to avoid creating new project in SF. The SMS requirement is horseshit
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ePUBator

    ePUBator

    Minimal offline PDF to ePUB converter for Android

    ... - ePUBator tries to extract images (only png, jpg and gif) but puts them at the page's end. - ePUBator tries to extract the table of contents if present (or creates a dummy TOC). - ePUBator doesn't extract the font size and style and works fine only with single column PDF (worse with multi column or tables).
    Leader badge
    Downloads: 45 This Week
    Last Update:
    See Project
  • 24
    EML Inbox

    EML Inbox

    Web Based Inbox for EML email files

    This is a web based tool for reading and managing EML email files. If you use a dummy SMTP server that writes received emails as EML files, this tool will let users read and manage those files. It will also tell you what server sent the email allowing you to filter by those servers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SpatialGridBuilder

    SpatialGridBuilder

    System for creating spatial data grids

    If you're a social scientist looking to incorporate spatial factors into your research, but you find the learning curve of GIS methods too steep, then SpatialGridBuilder could be for you. SpatialGridBuilder provides a graphical user interface to create spatial data grids. It contains many in-built variables, but also allows you to import your own point data and shapefiles.
    Downloads: 0 This Week
    Last Update:
    See Project