Showing 1041 open source projects for "controller"

View related business solutions
  • 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
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 1
    Botkit

    Botkit

    Tool for building chat bots, apps and custom integrations

    An open source developer tool for building chat bots, apps and custom integrations for major messaging platforms. Part of the Microsoft Bot Framework. We love bots, and want to make them easy and fun to build! Include Botkit into your Node application and boot up a controller that will define your bot's behaviors. In this case, we're setting up a bot to use with the Bot Framework Emulator. Tell the bot to listen for users saying "hello," and use `bot.reply` to send an immediate response. Start a conversation, then queue up multiple messages to send, including a prompt sent using `convo.ask()` which allows your bot to capture user input and use it. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    dat.GUI

    dat.GUI

    dat.gui is a lightweight controller library for JavaScript

    A lightweight graphical user interface for changing variables in JavaScript. The easiest way to use dat.GUI in your code is by using the built source at build/dat.gui.min.js. These built JavaScript files bundle all the necessary dependencies to run dat.GUI. If you're using a server with a Content Security Policy in place that blocks 'unsafe-inline', you will have problems when dat.gui.js tries to inject style information. To get around this, load 'build/dat.gui.css' as an external style...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Jetstrap

    Jetstrap

    Laravel 8 package to easily switch TailwindCSS resources

    Jetstrap is a lightweight laravel 8 package that focuses on the VIEW side of the Jetstream / Breeze package installed in your Laravel application, so when a swap is performed, the Action, MODEL, CONTROLLER, Component, and Action classes of your project are still 100% handled by Laravel development team with no added layer of complexity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    xcrud

    crud ajax server using DataTables grid

    ...create read update delete record in php/mysql CodeIgniter + Bootstrap +DataTables +jQuery+leaflet... Simple login/users system goal: extend models of codeigniter 4 with grid edit add form see BaseXCrudModel and xcrud view e controller demo https://xcrud.000webhostapp.com/public/index.php user:demo pwd:demodemo install .copy all files like CodeIgniter 4 app (https://codeigniter.com/user_guide/installation/installing_manual.html) .change in Config folder: App.php and Database.php (https://codeigniter.com/user_guide/installation/running.html#initial-configuration-set-up) .create the database, the tables are created by app .update previeus installation, delete all tables .read models
    Downloads: 4 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5

    SegaSys LUTRO-LUA game launcher

    Simple base functions for Lutro LUA engine inspired on Sega Genesis sy

    Simple base functions for Lutro LUA engine inspired on Sega Genesis system. Designed specifically for 320x224 internal resolution and Sega Genesis controller layout. Create your game editing dev/ directory Copy the game.lua file (and assets) on lovetest/ folder for test using LOVE2D (NOT remove or replace main.lua) Files: main.lua : Base system, usually edition is not required game.lua : Game lua script. global.lua : Screen resolution. intro.lua : Intro mode, introtype = (megacd/genesis) Functions: neofont(FONT) : Select font (included "standard-font-black" "standard-font-white" "8bit") scenecommand == 1/0 : Enable/disable console mode neoprint(TEXT) : Print text in console mode timerstop == 1/0 : Enable/disable timer for key input
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Spyne

    Spyne

    A transport agnostic sync/async RPC library

    ...In other words, Spyne is a framework for building distributed solutions that strictly follow the MVC pattern, where Model = spyne.model, View = spyne.protocol and Controller = user code. Spyne comes with the implementations of popular transport, protocol and interface document standards along with a well-defined API that lets you build on existing functionality.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Aureolin

    Aureolin

    Aureolin is a fast and powerful MVC Framework

    Aureolin is a simple, fast, and powerful MVC framework for Node.js with a focus on simplicity and performance. Built With Koa.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Metatrader API Bridge Server

    Metatrader API Bridge Server

    Metatrader API Bridge

    Try out Metatrader API Server on a Demo account at https://forexgeneral.info/quix. A REST API communication between Metatrader forex trading platform and an external application, such as the Forex General integrated trading environment. In 2010, Forex General was released an the first trading platform with a metatrader bridge. The original bridge was a DLL loaded via a Metatrader expert advisor, but several antivirus programs reported the DLL as a virus and blocked execution because a...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9

    Wheefun Presentation Layer

    A framework for implementing a presentation layer.

    WFPL is a framework for implementing web pages using the model-view-controller (MVC) design pattern. In WFPL, documents are represented abstractly using a hierarchical "Page" structure, which are then rendered using a renderer which may represent media such as HTML, TeX, or Markdown. The controller is frequently implemented as a callback script in the case of a webpage. WPFL's strengths lie in its hierarchical design; it is similar to HTML/XML's document object model and provides a number of basic nodes. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10
    Flux

    Flux

    Application architecture for building user interfaces

    ...It's more of a pattern rather than a formal framework, and you can start using Flux immediately without a lot of new code. Flux applications have three major parts: the dispatcher, the stores, and the views (React components). These should not be confused with Model-View-Controller. Controllers do exist in a Flux application, but they are controller-views — views often found at the top of the hierarchy that retrieve data from the stores and pass this data down to their children. Additionally, action creators — dispatcher helper methods — are used to support a semantic API that describes all changes that are possible in the application. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Mecrisp-Across Unofficial User Doc

    Tethered Forth for MSP430 Microcontrollers

    Mecrisp-Across tethered Forth for MSP430 Micro controller Target using a Ti Tiva Connected Launchpad as the Host via a 4 wire JTAG connection. No need to pre-flash anything, no bootloader … nothing, just connect the four wire Tether and start developing your embedded application on the MSP430xx target immediately!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    solaton

    Monitor software for the epever solar pv charge controller.

    This software is used to extract operational data from the EPEVER Triron solar-PV controller, including its PV power output, battery voltage, load current, device temperatute, etc. Data collection is done in two halves: a client ("solatonclient") that talks to the controller via a serial port and RS-485 adapter, and a server ("solatonserver") that stores the information in files. The "solatonclient" sends information to the "solatonserver" over the network, and because it does not need to write to the file-system itself it can be run on a small computer such as a Raspberry Pi.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    kraken.js

    kraken.js

    An express-based Node.js web application bootstrapping module

    Give your node.js express apps some extra arms. Kraken is a secure and scalable layer that extends express by providing structure and convention. Though kraken is the main pillar of our framework, several modules can also be used independently. Kraken builds upon express and enables environment-aware, dynamic configuration, advanced middleware capabilities, security, and app lifecycle events. kraken-js is used just like any normal middleware, however it does more than just return a function;...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Laravel vform

    Laravel vform

    Handle Laravel-Vue forms and validation with ease.

    Handle Laravel-Vue forms and validation with ease. vform is a tiny library for Vue 2/3 to help with forms and validation when using Laravel as a back-end. It provides a form instance to wrap your data in a convenient way and send it to your Laravel application via an HTTP request using axios.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    render-async

    render-async

    render_async lets you include pages asynchronously with AJAX

    ...It works with Rails and its tools out of the box. A quick overview of how render_async does its magic. User visits a page, render_async makes an AJAX request on the controller action, controller renders a partial, partial renders in the place where you put render_async view helper. JavaScript is injected straight into <%= content_for :render_async %> so you choose where to put it. Advanced usage includes information on different options. render_async renders an element that gets replaced with the content of your request response. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    MidiLayer

    MidiLayer

    A simple and intuitive tool to improve live performances.

    MidiLayer is a simple and easy to use application designed to enhance your live performances. Manage slots and channels, adjust the velocity and the volume, customize the note range and connect with modulation wheels and other types of controllers, all with the help of MidiLayer.
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • 17
    Minecraft-ServerTool
    XyZerKunG ServerTool helps you to make your own Minecraft server and play with your friend for a few minutes
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    WxPic
    WxPic allows, with a PC and an adapter (programmer), to program a PIC micro-controller, by loading a HEX file, reviewing and/or editing the configuration or memory and writing and/or verifying the device flash memory.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    RaspberryLight

    Make your Raspberry Pi to a Wi-Fi controllable LED Light

    Make your Raspberry Pi to a Wi-Fi controllable LED Light using LED stripes with WS 2811 controller. This software enables the raspberry to provide a web server interface (HTTP / Rest) for controlling the connected LED stripe. That project bases on the WiringPi lib, Indy for Lazarus and also on the Tinkerforge bindungs for Lazarus. The Stripe must be connected with the Tinkerforge Masterbrick and the LED-Stripe bricklet. WiringPi is used to control the GPIOs for some feature and Indy (Internet Direct) is used to support all network feature like UDP-broadcasting and handling the HTTP-requests. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    go-gin-api

    go-gin-api

    The API framework based on Gin's modular design

    The API framework based on Gin's modular design encapsulates common functions, is easy to use, and is dedicated to rapid business development. For example, it supports cors cross-domain, jwt signature verification, zap log collection, panic exception capture, trace link tracking, prometheus monitoring indicators, swagger document generation, viper configuration file parsing, gorm database components, gormgen code generation tools, graphql query language, errno uniformly defines error codes,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    cccd

    Simple astronomical CCD controller

    This program supports TSNK-lab ICX285AL cameras, QHY5, QHY6, QHY9, QHY8L, QHY10, DSI2PRO, DSLR. It works with Mono images of 8, 12, 16 bits and RGB images of 24, 48 bits. Photo and video modes can be used. Histogram control of preview is available. There are two modes of capture: single frame mode and series.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Differentiable Neural Computer

    Differentiable Neural Computer

    A TensorFlow implementation of the Differentiable Neural Computer

    ...This allows the model to learn how to store and retrieve information across long time horizons, much like a traditional computer. The architecture consists of modular components including an access module for managing memory operations, a controller (often an LSTM or feedforward network) for issuing read/write commands, and submodules for temporal linkage and memory allocation tracking.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    VTAcknowledgementsViewController

    VTAcknowledgementsViewController

    Acknowledgements screen displaying a list of licenses

    VTAcknowledgementsViewController is an open-source iOS view controller that displays acknowledgments for third-party libraries used in an app. It provides a standardized way to present license information to users, often required for open-source compliance.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Twometer VR

    Twometer VR

    Low budget open-source Virtual Reality controllers

    TwometerVR is an open-source alternative to commercial VR hand/body tracking systems. It's primarily intended for those who have VR headsets such as the Oculus DK2 that don't include controllers. It is a low-cost alternative to expensive commercial devices such as the PS Move or Oculus Touch system. An open-source alternative to commercial hand trackers such as Oculus Touch or PS Move, because Virtual Reality should not be expensive. Although there is currently no implementation of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    i2pcontroller

    GUI Controller for I2P

    This is a simple GUI I2P Controller written in Python and QT4
    Downloads: 0 This Week
    Last Update:
    See Project