Showing 774 open source projects for "controller"

View related business solutions
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 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
  • 1
    Callidus

    Callidus

    Show on remote monitor Tennis service speed

    Three applications in the project to run under Windows. 1o) CALLIDUS-RADAR, an application to communicate with RADAR to get service speed. 2o) CALLIDUS-DISPLAY, the application to show service speed on screen. 3o) CALLIDUS-CONTROLLER, the application to centralize action. It communicates with the RADAR application to get the speed of service. Then it will send information to DISPLAY to show it. There might be more than one RADAR and more than one DISPLAY. The CONTROLLER is and must be alone.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    OutcropVR

    OutcropVR

    See geologic outcrops in virtual reality

    OutcropVR is a toolkit for geologists. One aspect of OutcropVR is of building a scene to view in VR. OutcropVR supports creation of real-world landscape data from coordinates or georeferenced models, as well as localization from UTM values. The other aspect is the "game" mode tools. You can fly around your favorite outcrops and see unique angles that are impossible or difficult to get in real life. With the laser pointer tool, you can create lines and planes that then display the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Elongation Preview

    Elongation Preview

    ElongationPreview is an elegant UI push-pop style view controller

    Elongation Preview is an elegant UI push-pop style view controller for iOS. We specialize in the designing and coding of custom UI for Mobile Apps and Websites.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Spots

    Spots

    Spots is a cross-platform view controller framework

    ...At the top level of Spots, you have the SpotsController which is the replacement for your view controller.
    Downloads: 0 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
    MedPad

    MedPad

    Small utility to manage Mednafen input setting.

    MedPad is a standalone "appendix" developed as plugin to MedGui Reborn. By MedPad you can configure all controller supported by Mednafen, through a graphical interface. MedPad can also create a per-config file for a specific game.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6

    W-Bus library and applications

    W-Bus communication library

    This is a small library that allows comunicating with a Webasto (tm) W-Bus capable car heating system. Runs on Personal Computers or for embedded devices (slim design). Easily portable. Includes a Heater manager, heater controller program and more. The GIT repository (CVS is deprecated) also includes a control unit application to control W-Bus capable devices, a W-Bus compatible heater unit firmware application and a heater simulator for testing purposes. Also, a serial port loop back driver for linux is included to simulate OBD II K-Line adapters.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    iwattnick

    iwattnick

    iWattnick: the ultimate e-bike computer

    ...It is equipped with a large B/W screen, two buttons, accelerometer, magnitometer, current and voltage sensors, light sensor, internal temperature sensor, battery-backed real-time clock, a buzzer and has connection ports for external speed sensor (motor Hall, phase or reed switch), a Bluetooth SPP dongle, up to three temperature sensors (TMP36, LM35, KTY83 etc), cadence sensor, throttle handle, output to controller throttle input. The project includes: The hardware (schematics & drawings) The firmware (microcontroller program) The software (for mobile phones and PC) Project developement is being tracked (in Russian) here: http://electrotransport.ru/ussr/index.php?topic=24226.0
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Telegram::Bot

    Telegram::Bot

    Ruby gem for building Telegram Bot with optional Rails integration

    Tools for developing Telegram bots. Best used with Rails, but can be used in a standalone app. Supposed to be used in webhook mode in production, and poller mode in development, but you can use poller in production if you want.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    PhotonLoop

    Adaptive Optics Measurement and Correction Software

    Adaptive Optics Measurement and Correction Software
    Leader badge
    Downloads: 1 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
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    JpPortal

    A full-stack enterprise applicaiton portal framework.

    ...The Model and Utility components provide a simple persistence-like interface to database back-ends, without the complexity or overhead of JPA or Hibernate. The servlet component provides a simple and easy way to generate concise controller code with automatic POST processing. The Interface and Client components provide simple and easy components which reduce the code necessary to create UI pages. All components are designed to work in concert to provide a consistent code set, however the developer has the freedom to use portions with other frameworks as desired. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Treadmill_Controller

    Arduino control of MCS2100-LTS-50W treadmill controller

    Use an Arduino Mega 2560 board to interface between an MCS2100-LTS-50W treadmill control board and a PC using the USB-serial link. Python with a TKinter GUI is used for main control using multiprocessing. A simplified serial driver is used instead of pySerial.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Kubernetes Certificate Manager

    Kubernetes Certificate Manager

    Manage Lets Encrypt certificates for a Kubernetes cluster

    kube-cert-manager is a Kubernetes add-on designed to automate TLS certificate issuance and renewal inside a Kubernetes cluster using Let’s Encrypt via ACME or other certificate authorities. It extends Kubernetes with custom resources (e.g., Certificate) that allow you to declare certificate requests inside the cluster, and the controller handles issuance, renewal, and secret management for you. The tool is built to show how you can write Kubernetes controllers, use third-party resources, and react to changes in the API via watches and reconciliation loops. It supports DNS-01 challenge flows for ACME, allowing you to validate domain ownership and provision certificates automatically. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    RC Turbine ECU telemetry sensor library

    Simple code to read display data from an ECU turbine controller

    This is a Arduino library to connect to a R/C turbine control unit (ECU) as a telemetry sensor. The display content of the electronic data terminal output is captured and parsed. Tested with Orbit AECU T17 Should also work with Jakadowsky Pro ECU (untested) There is an example included which delivers a ready to use implementation with Jeti Duplex EX telemetry. Run this code on an Arduino Mini Pro 328 board and Teensy 3.x. Use the projects and libraries on Arduino IDE 1.6 or...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    spring-boot-api-project

    spring-boot-api-project

    A seed project based on Spring Boot & MyBatis

    ...The following is a simple usage demonstration to see how to implement a set of simple APIs in just a few tens of seconds based on this project, and run and provide services. Provide a code generator to generate the corresponding Model, Mapper, MapperXML, Service, ServiceImpl, Controller, and other basic codes according to the table name. The Controller template provides two sets of POST and RESTful by CodeGenerator.gen controller(tableName)default. You can choose the method according to your needs, and the POST template is used by default. The code template can be expanded according to the needs of the actual project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Unreal Visual Orchestra

    Unreal Visual Orchestra

    Master class Unreal Engine + MIDI + VJing

    Here is downloadable files for our masterclass devoted to controlling Unreal Engine's objects, materials and particle systems via MIDI using Blueprint. You will find here UE project, screensots describing controlling UE using MIDI, as well our software Kuntroller which is an uneversal controller, it converts data from keyboard, mouse, joystick, MIDI controller, OSC and send it as MIDI messages for sending to UE.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Scraunch

    Novation Launch Control XL as a Roland JD-Xi MIDI controller.

    Scraunch is an application that allows the Novation Launch Control XL to be used as a fully fledged MIDI-controller for the Roland JD-Xi synthersizer. Any JD-Xi parameter that is controllable from a SysEx message can be configured and controlled from the Launch Control XL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    FARSA

    FARSA

    Framework for Autonomous Robotics Simulation and Analysis

    ...It allow to simulate different robotic platforms (the iCub humanoid and the khepera, e-puck, and marxbot wheeled robots), design the sensory-motor system of the robot/s, design the environment in which the robot/s operate, design the robot neural controller, and adapt the free parameters of the robot.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    xpd-ebike

    xpd-ebike

    Infineon e-bike controller setup tool

    XPD (stands for "eXtended Parameter Designer") is an alternative to "KeyWin e-Bike Lab Parameter Designer" software used to program the so-called "Infineon" e-bike controllers. * It provides some additional features missing in the original program, and is generally easier to use. * It is opensource so you can learn how it works and add unique features to it or customize to suit your own needs. * It is cross-platform: works on Linux, Windows and Android.
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 20

    MVC PHP CODE - THE CUBE

    MVC - Combination of CodeIgniter and Wordpress Style

    THIS IS MVC PHP Program. You can control every CUBE of your PAGE in your site. Separating every CUBE OR LAYOUT of your web page.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Arduino Multiple Controller for Windows

    Arduino Multiple Controller for Windows

    A Windows app to control Arduino devices via serial port or ethernet

    Features: 1.Controls Arduino via Serial port and Ethernet(web) 2.Has 4 controls: Button,Voice,Command, Home automation (WEB). 3.Personalize themes.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    PrimeFaces CRUD Generator for NetBeans

    Generate PrimeFaces Pages from Entity Classes in NetBeans

    This module provides a forked version of the JSF Pages from Entity Classes wizard inside NetBeans but produces PrimeFaces JSF pages with page layout, menu and dialog boxes. The page style is inspired by Emre Simtay's blog "Simple CRUD Web Application with JSF 2.1, PrimeFaces 3.5, Maven and JPA".
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Matlab Toolbox EyeX

    Matlab Toolbox EyeX

    Matlab Toolbox for Tobii EyeX Tracker

    ...Just plug it, turn it on (see the red lights) and run the script! CREDITS A. Gibaldi, M. Vanegas, P.J. Bex, G. Maiello. Evaluation of the Tobii EyeX Eye tracking controller and Matlab toolkit for research, Behavior Research Methods, 2016 NEWS Want to use the EYEX with Python? Stay tuned... NEWS Using 3D screen? The brand new Release 3.1, contains real 3D calibration procedure!! MEMO Remember to be compliant with the GAZE SDK or the EYEX SDK licence agreement form Tobii! THE TOOLBOX - Documentation - UDP connection - Basic functions for connection and data acquiring - Calibration - Sample code: . ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    PiZeroWRadioClock

    A internet radio clock based on a Raspberry Pi Zero W

    Internet radio alarm clock with a weather display based on the Raspberry Pi Zero W version micro-controller board.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    jsblocks

    jsblocks

    Better MV-ish Framework

    From simple user interfaces to complex single-page applications using faster, server-side rendered, and easy-to-learn frameworks. jsblocks is fast but we will not stop here. We have ideas on how to make it even faster. Model-View-Controller, Model-View-Collection, Model-View-ViewModel, Model-View-Whatever, Hierarchical Model-View-Controller or nothing at all - jsblocks has you covered. A Model-View-Collection layer stands on top of the main DOM syncing core. This MVC layer is extremely powerful and enables easy creation of complex applications. The MVC layer is also modular, so you could remove it if you don't need the extra functionality, making your code base lighter. ...
    Downloads: 0 This Week
    Last Update:
    See Project