Showing 40 open source projects for "open object store"

View related business solutions
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • 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
  • 1
    HttpKernel Component

    HttpKernel Component

    A structured process for converting a Request into a Response

    The HttpKernel component provides a structured process for converting a Request into a Response by making use of the EventDispatcher component. It's flexible enough to create full-stack frameworks, micro-frameworks or advanced CMS systems like Drupal. Every HTTP web interaction begins with a request and ends with a response. Your job as a developer is to create PHP code that reads the request information (e.g. the URL) and creates and returns a response (e.g. an HTML page or JSON string)....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    DIY Split-Flap Display

    DIY Split-Flap Display

    DIY split-flap display

    This is a work in progress split-flap display. Each module can flip between 40 unique characters: letters, numbers, and a few symbols. Multiple modules fit perfectly alongside each other to build bigger displays. The primary design goal was to make something that's possible to fabricate at home in small or single quantities and can be customized and built by an intermediate hobbyist at a reasonable price. This meant using widely available materials and avoiding any tooling with a high...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    ESP32-Paxcounter

    ESP32-Paxcounter

    Wifi & BLE driven passenger flow metering with cheap ESP32 boards

    Wifi & Bluetooth driven, LoRaWAN enabled, battery-powered mini Paxcounter built on cheap ESP32 LoRa IoT boards. Paxcounter is an ESP32 MCU-based device for metering passenger flows in real time. It counts how many mobile devices are around. This gives an estimation of how many people are around. Paxcounter detects Wifi and Bluetooth signals in the air, focusing on mobile devices by evaluating their MAC addresses. The intention of this project is to do this without intrusion in privacy: You...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This project's purpose is to provide and enhance USB support in Linux. This repository will be used to store Linux-USB developer source files.
    Downloads: 16 This Week
    Last Update:
    See Project
  • Application Monitoring That Won't Slow Your App Down Icon
    Application Monitoring That Won't Slow Your App Down

    AppSignal's Rust-based agent is lightweight and stable. Already running in thousands of production apps.

    Full APM with errors, performance, logs, and uptime monitoring. 99.999% uptime SLA on the platform itself.
    Start Free
  • 5
    Componentes ACBr
    Paleta de Componentes para as Linguagens Delphi e Lazarus, compatível com Windows e Linux, que permite acesso direto a equipamentos de Automação Comercial, sem DLL's, interagindo com eles direto na porta serial.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 6
    5dpo Components for Lazarus

    5dpo Components for Lazarus

    5dpo Components for Lazarus

    5dpo Component Library for Lazarus (Sdpo) provides a comport (serial port) component, an UVC video driver component for webcams, a Gtk fast painting form and a Joystick component.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    pyhard2, control hardware from python

    An object-oriented framework for the development of instrument drivers

    pyhard2 is an object-oriented framework to help in the development of instrument drivers. pyhard2 is proposed as an alternative to LabVIEW. Emphasis is given on serial drivers but the framework can be used with any socket. The source also contains the implementation of a PID controller and a setpoint ramp generator. The instrument drivers may further be incorporated in a GUI, using, e.g. PyQt or PySide. Threading is automatically taken care of. Furthermore, generic GUI (called...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Notebook battery Drain Meter

    Notebook battery Drain Meter

    Tray icon with current NB battery drain

    Notebook battery drain meter (NDM) is a freeware very simple application running under Windows platform (tested on XP and 7, requires WMI - should be present on current Win OSes). It solves a problem of observation and alerting of NB power consumption when running on batteries. NDM works as follows: Decompress the app into desired directory and run. NDM creates TRAY icon, which shows current power drain from battery in Watts. Main window open first time and allows to...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 9
    CANUSB Library written in C#
    This is a C# library dedicated for using with a www.canusb.com device Full notes: See ReadMe.txt Summary The LAWICEL DLL is 'unmanaged code' and was not designed for use by C#/VB/Mono http://en.wikipedia.org/wiki/Managed_code If you wish to call 'unmanaged code' from 'managed code', you need to use a 'C# wrapper' to access the DLL. This wrapper uses 'PInvoke' (like peek/poke) to 'martial' calls from managed to unmanaged code. It sounds complicated, and it is. IT IS ALSO TOTALLY...
    Downloads: 1 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 10

    VisualCPU

    Graphical out-of-order CPU simulator

    Java Swing application that simulated an out-of-order CPU. Support already exists for renaming, out-of-order issue, out-of-order completion, in-order retirement, handling of branch misprediction, and integer instructions (single-cycle, multiply, divide, load, store).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    NoteTakerPen

    Download Notes from your digital pen

    This python application allows you to download the the recorded notes from a Pegasus Technologies EN100/M210 NoteTaker (digital pen) and store them as SVG files. Requires python-usb/pyusb-1.0.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Schlangenaufbewahrungsbehälter

    A Deliberately Non-Object-Oriented Python Interface to COMEDI

    aka: Schlang - A Deliberately Non-Object-Oriented Python Interface to COMEDI COMEDI datatypes and functions are replicated though this interface using the Python ctypes library. This allows the user to interface directly with comedi-lib though the comfortable interface of a Python interpreter.Object-Orientation of the interface is deliberately not provided so the coding style will loosely mimic C -- in this way, Schlang can be used to prototype and debug complex programs that will later...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    ChipKit Network

    Network stack for the ChipKit UNO32 and MAX32

    This is a new object-oriented networking stack for the ChipKit UNO32 and MAX32 boards. It currently supports just the ENC28J60 ethernet chip, but could easily be expanded to include other network chips. It offers a full network stack, with TCP and UDP, along with the ability to have multiple ethernet connections. Multiple sockets across multiple protocols are also possible. It has been designed to have a very simple interface to take a lot of the drudgery out of ENC28J60 programming.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Tellu inventory management software collects hardware/software data automatically from network, and stores data in MySQL database. Data is easily accessed by comprehensive UI, which can be also used to store devices, services, passwords, files, etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A library encapsulating the work with Zeka Fiscal Printer device. The library is a thin wrapper around Zeka FP serial communication protocol. It provides C++ library, COM object and java library (.jar). API documentation and several samples included.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    A MacOS X driver for the Data Translation DT9834 series of data collection cards.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    PowerStateControler goal is to: 1. schedule computer shut, sleep or hibernate mode; 2. disable sleep mode for laptop computers if user wants to execute a task without staying in front of computer (example: download, backup...). 3. Power monitor off.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This library allows to comunicate via LPT (IEEE 1284) on Windows ME/XP. It's an dll for MS Visual C++ programs. The LPT port is represented by object with simple interface. Library needs driver UserPort.sys, which is attached to package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    tband is a daemon which exposes mCubed T-Balancer BigNG device as a user mode object available via D-Bus system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    XSystem Kernel Project - an object-oriented 32-bit protected-mode operating system for IA32-architecture.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Uma API de C++ multi-plataforma que fornece fácil acesso à porta paralela. Com ela o desenvolvedor não se preocupa com inversões de bits e como o sistema lida com a porta. English: A C++ API for using the PC parallel port written in BR Portuguese
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Driver for ASUS Direct Console (OLED) display.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Object-oriented semantical AVR programming library. Developers needed!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    This project hosts a framework for lab automation based on COM. Generic interfaces for handling manufacturing and research automation are included. Drivers for hardware also included as developped; hardware appears as a COM object.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Yana - Yet Another Network Analyzer. TCP, UDP, IP, ICMP, ARP, SNMP, EGP; FPT, SNTP, HTTP analysis tool with source code (Delphi in release 0.1.0, Freepascal in releases 0.2.x). Includes RFC1213 units libraries source.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB