[go: up one dir, main page]

Showing 11 open source projects for "hid descriptor tool"

View related business solutions
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • La version gratuite d'Auth0 s'enrichit ! Icon
    La version gratuite d'Auth0 s'enrichit !

    Gratuit pour 25 000 utilisateurs avec intégration Okta illimitée : concentrez-vous sur le développement de vos applications.

    Vous l'avez demandé, nous l'avons fait ! Les versions gratuite et payante d'Auth0 incluent des options qui vous permettent de développer, déployer et faire évoluer vos applications en toute sécurité. Utilisez Auth0 dès maintenant pour découvrir tous ses avantages.
    Essayez Auth0 gratuitement
  • 1
    RDD! USB HID Report Descriptor Decoder

    RDD! USB HID Report Descriptor Decoder

    Create C structures from USB HID Report Descriptors

    This will read a USB Human Interface Device (HID) report descriptor from the specified input file then attempt to decode it and, optionally, create a C language header file from it. It also does some minimal sanity checks to verify that the report descriptor is valid. The input file can be a binary file or a text file (for example, an existing C header file). If it is a text file, it will concatenate all the printable-hex-like text that it finds on each line (until the first non-hex sequence...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    MyCrypto Web App

    MyCrypto Web App

    Tool that allows you to manage your Ethereum accounts privately

    ... to be sure you're sending to the right place. A fan favorite since 2018, the MyCrypto Desktop App continues to provide an additional layer of security for your Ethereum assets. On systems where a pre-built version of node-hid is not available (e.g. 32-bit versions of Windows and Linux), you additionally need Python (3+) and node-gyp installed.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3

    JavaMacros

    A GUI interface written "Around" LuaMacros

    JavaMacros is a GUI "Client" for the LuaMacros "HID-aware" macros program - It runs using Java 8, so you will need it installed on your machine. In simpler words, it is a general way to "reprogram" keyboards in windows, using a graphic user interface rather than directly writing macro scripts, that allows to use any number of keyboards - even of the same make and model - as separate, specific devices. Each with its tailored functions (stickers over the keys are a must). It provides...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Emerald

    Emerald

    An operating system written in C

    emerald is a minimalistic Unix-like operating system kernel developed for x86_64 systems, focused on being lightweight, modular, and understandable. Written in C and assembly, emerald serves as a learning tool for OS enthusiasts who want to explore kernel design from scratch. It includes basic components such as multitasking, paging, interrupts, and system calls, while maintaining a clear and concise codebase. Emerald is a strong starting point for building more complex systems or experimenting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    SoftU2F

    SoftU2F

    Software U2F authenticator for macOS

    Soft U2F is a software U2F authenticator for macOS. It emulates a hardware U2F HID device and performs cryptographic operations using the macOS Keychain. This tool works with Google Chrome/Chromium, Safari, Firefox and Opera's built-in U2F implementations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    footswitch-lo-extension

    footswitch-lo-extension

    A LibreOffice Transcription tool extension

    ... under a Windows OS, however as MSW uses a different method of controlling HID devices the foot pedal will not function. If you are a transcriber using Linux consider using instead either https://sourceforge.net/projects/footswitch2/ or https://sourceforge.net/projects/footswitch3/ These are fully fledged transcription tools integrated with LibreOffice Writer. Footswitch2 uses Vlc for audio and video playback Footswitch3 uses Gstreamer for audio and video playback.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    Aquila OS

    Aquila OS

    AquilaOS: UNIX-like Operating System

    Aquila is a minimalist operating system kernel written in C++ from scratch, aiming to offer a clean and understandable implementation of low-level OS concepts. Designed for x86_64 systems, Aquila includes its own bootloader and supports protected mode operations. It features a modular architecture with components for memory management, interrupts, and basic task scheduling. As a learning tool or hobby OS project, Aquila focuses on clarity, with an emphasis on educational documentation and well...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    netsar

    netsar - per process network activity

    netsar intercepts and records the system calls associated with network activity which are called by a process . The contents of the network system calls are then summarized to create network historigrams per file descriptor to stdout in text summary, sar(1) style summary, or CVS formats. netsar is a useful diagnostic and debugging tool. System administrators, diagnosticians and trouble-shooters will find it invaluable for solving network problems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    trj_cavity finds protein cavities throughout Molecular Dynamics (MD) simulation trajectories. The program works with files in PDB format, but it also can read/generate GROMACS compatible formats such as XTC. The same project can be compiled as a GROMACS tool or as a standalone version. Installation instructions are provided in the INSTALL file of the project and in https://sourceforge.net/p/trjcavity/wiki/Home/#ffad If you need support using this tool (or report bugs), please post...
    Downloads: 3 This Week
    Last Update:
    See Project
  • The only CRM built for B2C Icon
    The only CRM built for B2C

    Stop chasing transactions. Klaviyo turns customers into diehard fans—obsessed with your products, devoted to your brand, fueling your growth.

    Klaviyo unifies your customer profiles by capturing every event, and then lets you orchestrate your email marketing, SMS marketing, push notifications, WhatsApp, and RCS campaigns in one place. Klaviyo AI helps you build audiences, write copy, and optimize — so you can always send the right message at the right time, automatically. With real-time attribution and insights, you'll be able to make smarter, faster decisions that drive ROI.
    Learn More
  • 10

    PyLogAnalyser

    A Python multiplatform tool to filter, colorise and analyse logs

    PyLogAnalyzer is a tool that receives an input log in black and white, a configuration INI file, which contains the list of rules to process the input, and an output file where to save the results. These rules permit to detect an input line according to a regular expression (regex) or line number range, filter it, pass it, colorise in foreground and background, columnise the groups of the regex and enable or disable the rule. The final goal of this tool is to ameliorate reading long...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The HID eFiddler project provides support for special multimedia keys on keyboards under Apple's OSX. The project's primary focus is to provide drivers for Logitech's DiNovo keyboard, but aims to provide a generic tool that supports any keyboard. Acti
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next