Showing 39 open source projects for "program"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Context for your AI agents Icon
    Context for your AI agents

    Crawl websites, sync to vector databases, and power RAG applications. Pre-built integrations for LLM pipelines and AI assistants.

    Build data pipelines that feed your AI models and agents without managing infrastructure. Crawl any website, transform content, and push directly to your preferred vector store. Use 10,000+ tools for RAG applications, AI assistants, and real-time knowledge bases. Monitor site changes, trigger workflows on new data, and keep your AIs fed with fresh, structured information. Cloud-native, API-first, and free to start until you need to scale.
    Try for free
  • 1
    WS2812FX

    WS2812FX

    WS2812 FX library for Arduino and ESP8266

    ...More complex effects can be created by dividing your string of LEDs into segments (up to ten) and programming each segment independently. Use the segment() function to program each segment's mode, color, speed, and direction (normal or reverse). Note, some effects make use of more than one color (up to three) and are programmed by specifying an array of colors. Random color introduced alternating from start and end of strip. Alternating white/red/black pixels running. Strobe effect with different strobe count and pause, controlled by speed setting. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    ESP8266Audio

    ESP8266Audio

    Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3

    ...ESP8266 is fully supported and most mature, but ESP32 is also mostly there with built-in DAC as well as external ones. For real-time, autonomous speech synthesis, check out ESP8266SAM, a library that uses this one and a port of an ancient format-based synthesis program to allow your ESP8266 to talk with low memory and no network required. All this code is released under the GPL, and all of it is to be used at your own risk. If you find any bugs, please let me know via the GitHub issue tracker or drop me an email. The MOD and MP3 routines were taken from StellaPlayer and libMAD respectively. The software I2S delta-sigma 32x oversampling DAC was my own creation and sounds quite good if I do say so myself.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    GCBASIC
    ...See https://ko-fi.com/post/The-Story-of-GCBASIC-Making-Microcontroller-Progr-D1D319SJ72 for story of GCBASIC. This is a continuous release project. The latest release is always available. This will give you the most complete development toolchain to create and program 8-bit PIC, AVR and LGT microcontrollers. We have added new capabilities that make GCBASIC the easiest tool set available - supporting over 1400 microcontrollers with tools to make this fun and simple. Please see the download section for your options. We have two IDEs, we have just the compiler and we have a minimal install - it is your choice. ...
    Leader badge
    Downloads: 340 This Week
    Last Update:
    See Project
  • 4

    dockserver-talk

    Python module to interface with a Slocum glider dockserver

    Dockserver-talk is a python module that provides an easy way to build custom clients that communicate with Teledyne Webb Research's dockserver software, used to control "Slocum" underwater gliders. The package comes with two applications built on top of dockserverTalk: BUGS: a program to monitor and display the position of gliders (as well as buoys and ships) with respect to a given GPS location (from an external source). Surfalarm: a program that can send text messages or make direct phone calls, acting upon a glider to surface and connect to a dockserver, being in a mission, or aborted. Serial2rudics: a helper program that lets a glider simulator connected to a serial port appear as a glider connecting and disconnection via rudics/iridium when at ther surface or underwater, respectively.
    Downloads: 0 This Week
    Last Update:
    See Project
  • eProcurement Software Icon
    eProcurement Software

    Enterprises and companies seeking a solution to manage all their procurement operations and processes

    eBuyerAssist by Eyvo is a cloud-based procurement solution designed for businesses of all sizes and industries. Fully modular and scalable, it streamlines the entire procurement lifecycle—from requisition to fulfillment. The platform includes powerful tools for strategic sourcing, supplier management, warehouse operations, and contract oversight. Additional modules cover purchase orders, approval workflows, inventory and asset management, customer orders, budget control, cost accounting, invoice matching, vendor credit checks, and risk analysis. eBuyerAssist centralizes all procurement functions into a single, easy-to-use system—improving visibility, control, and efficiency across your organization. Whether you're aiming to reduce costs, enhance compliance, or align procurement with broader business goals, eBuyerAssist helps you get there faster, smarter, and with measurable results.
    Learn More
  • 5
    A series of open source files and programs available to use for developing programs to work with the WowWee Robotics RSMedia Robot. These include a USB serial console, a cross-compiler, a firmware dump program, text-to-speech and source code.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 6

    Tiny Multi Bootloader+

    Serial Bootloader for Microchip, Atmel, NXP, TI, 8051 microcontrolers

    ...This Bootloader consists of: - firmwares for many devices (this firmware need to be send to the device's flash memory with a programmer, only once) - a PC software which communicates with the bootloader firmware in the device and send the user's program in its memory Where does it come from? This Bootloader is based on "Tiny PIC Bootloader" made by Claudiu Chiculita. A special THANK to him!!! What can it do? It can program: - Microchip PIC10/12/16/18/24/32/dsPIC30/33 - Atmel ATtiny, ATmega - TI MPS430 - NXP ARM Cortex-M0+ - Silicon Labs C8051 And this: - with light modifications to the Bootloader firmware for new devices - without modifying your source code or using a special linker script - via GUI or command line prog - with automatic Reset
    Leader badge
    Downloads: 73 This Week
    Last Update:
    See Project
  • 7
    nxcEditor

    nxcEditor

    Editor for NXT and BrickPi robot (with simulator for NXT)

    With the nxcEditor for Linux NXT and BrickPi robots can be programmed (the source code is highlighted). A NXC-program can be executed either on the real robot or the nxcSimulator, which is integrated in the nxcEditor (the official compiler is invoked from the nxcEditor). A C-program for the BrickPi robot can be programmed either locally on the Raspberry Pi or over a network (using the compiler on the Raspberry Pi). The nxcEditor (as well as the nxcSimulator) is designed so that programming beginners can be taught.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    RT Schedule

    RT Schedule

    A realtime-schedule generator for educational purposes

    ...The purpose is to compute the basic properties of a task set and create a schedule using the rate monotonic (RM), earliest deadline first (EDF) and least laxity first (LLF) algorithms. The program uses simple, idealised systems, since students must be able to schedule them manually. RT Schedule computes the data and generates clear graphs for lecture notes and exams.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    haikuVM

    A Java VM for ARDUINO and other micros using the leJOS runtime.

    HaikuVM has been started for hobbyists who develop applications for ARDUINO to open the world of JAVA and leJOS. Yes, you can program an ARDUINO with JAVA! HaikuVM is so small that it even runs on an atmega8 (and the ASURO robot). And yes, you can program an ASURO robot with JAVA! And since version 1.4.0 the RCX lego brick.
    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

    PyUltimateRobot

    Controls any Robot in Python

    Developed on Python to leverage state-of-the-art extensibility and easily integrated plugins Able to use low cost robots with the accuracy and dexterity of much more expensive robots, achieved in part by: a) Ability to drive movement by inexpensive DC gear head motors, including the inherent ability to specify movement by applied force rather than strict space/time control that steppers impose. b) Arms and linkages don't have to have super tight tolerances, because accuracy is achieved by tightly integrated visual feedback that's easy to program and low complexity processing. Ability to program easily with a GUI and visual interface that sees things from the robots' camera perspective. Flexible use of coordinate spaces that make programming arms with 6 or more degrees of freedom super easy. Got a bot arm with 13 linkages that can reach around corners? Easy. Simple arm with only 2 degrees of freedom, with one polar and one cartesian? ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    8 Sounds USB
    XMOS based, USB2 audio card, low power consumption, small form factor, 8 synchronous input channels and 4 stereo output channels.
    Leader badge
    Downloads: 9 This Week
    Last Update:
    See Project
  • 12
    Resistor Value Identifier

    Resistor Value Identifier

    Identify electronic resistor values

    This HTML utility allows the user to select standard color codes or surface mount numbers, then it identifies the resistor value. There is no need to memorize color codes or multipliers. An online working example of this program can be used at ZoomAviation.com/programs.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    This is a middleware program written in Processing that allows projects created in the MIT Scratch language to communicate with an Arduino board.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    kmatrice

    kmatrice es un programa de Algebra Lineal

    kmatrice es un programa dirigido a los interesados en el Algebra Lineal y las matemáticas en general, sera de gran ayuda en la comprensión y el desarrollo de las operaciones que pueden ser realizadas con los renglones y las columnas de una matriz.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DARwIn-OP Clone

    DARwIn-OP Clone

    DARwIn-OP cloning files

    Programs and Designs to Clone DARwIn-OP using consumer tools. First cut programs in the Code section. Cut program packs in the File section.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    RoboStopwatch

    Automation scheduler and monitor with stopwatch GUI widget.

    This program schedules, launches and monitors any Java Runnable object. Anything you can do from Java, you can schedule and monitor using this program. It includes a nifty stopwatch widget as a metaphor for measuring performance. The monitoring is done via event messages which are displayed in real time in a GUI dialog and stored in a JavaDB database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SkyAI
    Highly modularized Reinforcement Learning library for real/simulation robots to learn behaviors. Our ultimate goal is to develop an artificial intelligence (AI) program with which the robots can learn to behave as their users wish.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    This program compilation offers complete control of a Bioloid robot including a 3d visualisation, xml-based robot modelling, a custom scripting language, the capture of robot movement, a custom firmware, different interpolation types and much more!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Frc Robot Simulator

    A library that allows programs for a NI CRIO to be run on a computer.

    ...DISCLAIMER: this is not like the diamond bullet studios simulation, this only simulates how the hardware would act, so that code can be tested. It is not our goal to provide a program that allows simulation for strategy testing, nor will it ever be.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    SILENT

    a Scratch Interface for Lego NXT

    SILENT is a Scratch modification that interfaces with LEGO MINDSTORM NXT 2.0 robot. It's based on Scratch 1.4.2, developed in JAVA, Squeak and Bash scripting. It's supported by Linux and Windows XP/7, in which it was tested. It required JAVA>=6. Easy to setup and easy to learn! Please leave your review to help me to improve it!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Manus Arm Emulator
    This program is designed to emulate the Manus Arm created by Exact Dynamics (www.exactdynamics.com) to allow users, hobbiests, Universities, etc. to have an opportunity to develop software for this robotic arm. Please grab the source from SVN.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    KIPRCopter

    A Quadrotor Aerial Robot platform for K-12 Education.

    ...KIPR, KISS Institute for Practical Robotics is an organization that facilitates the learning of robotics programming in middle and high school students to peak an interest in computer science. To do this they hold competitions around the world called botball where students program autonomous land robots to perform various sets of tasks. KIPR, now wants to expand and leave the ground by integrating flying robots (the AR Drone) into the tasks for added interest, fun, and challenge for students.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Pyfab

    Python library for fab/lab control

    Allows one to program fablab (factory and/or laboratory) in the same way as we program computer. Imagine commands like: "dim screw12 as new screw" or "mold(form_piston_081212, brass)" or ''gear(3)=lasercut(steel2,"biggear.gc")". This approach will let us program highly automated and self-deploying or even self-replicating factories. I am more engineer than programmer and just beginner in python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Optical trap control software. This project provides an example LabVIEW software program to perform data acquisition and feedback control of optical tweezers, especially for single-molecule biophysics experiments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    pySpykeeWeb is a simple web server written in Python for controlling a Spykee robot. Currently the program supports robot movement, dock, undock, battery level reporting commands, and video streaming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next