Search Results for "netbeans virtual keyboard"

Showing 151 open source projects for "netbeans virtual keyboard"

View related business solutions
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 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
  • 1
    Virtual MIDI Piano Keyboard

    Virtual MIDI Piano Keyboard

    Virtual MIDI controller for Linux, Windows and OSX

    VMPK is a virtual MIDI piano keyboard for Linux, Windows and OSX. Based on Qt and Drumstick the program is a MIDI event generator using the computer's alphanumeric keyboard and the mouse. It may be used also to display received MIDI notes.
    Leader badge
    Downloads: 1,232 This Week
    Last Update:
    See Project
  • 2
    Winlator

    Winlator

    Android application for running Windows applications with Wine

    A software that enables users to run Windows applications on Android devices, providing an emulation layer that supports various Windows applications and games.
    Downloads: 751 This Week
    Last Update:
    See Project
  • 3
    komorebi

    komorebi

    A tiling window manager for Windows

    komorebi is a tiling window manager that works as an extension to Microsoft's Desktop Window Manager in Windows 10 and above. komorebi allows you to control application windows, virtual workspaces and display monitors with a CLI which can be used with third-party software such as AutoHotKey to set user-defined keyboard shortcuts. komorebi aims to make as few modifications as possible to the operating system and desktop environment by default. Users are free to make such modifications in their own configuration files for komorebi, but these will remain opt-in and off by default for the foreseeable future.
    Downloads: 39 This Week
    Last Update:
    See Project
  • 4
    J2ME-Loader

    J2ME-Loader

    A J2ME emulator for Android

    J2ME-Loader is a J2ME emulator for Android. It supports most 2D and 3D games (including Mascot Capsule 3D ones). Emulator has a virtual keyboard, individual settings for each application, scaling support. This project is a fork of J2meLoader. Enabling filtering in some cases can greatly reduce performance. Disable this option if the game is too slow. Image flickering issues can be fixed by enabling the "Immediate processing mode" option.
    Downloads: 13 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
    VirtualBox

    VirtualBox

    Virtualization software for x86_64 hardware

    VirtualBox is a powerful open-source full virtualization software that allows a user to run one or more “guest” operating systems simultaneously inside “virtual machines” on a single physical “host” machine. It supports a wide variety of host platforms (Linux, Windows, macOS, Solaris, etc.) and guest OSes, enabling, for example, running Linux on a Windows PC, running Windows Server on a Linux host, or even legacy OSes in a controlled environment. This flexibility makes VirtualBox ideal for...
    Downloads: 89 This Week
    Last Update:
    See Project
  • 6
    PixelGrip Virtual controller

    PixelGrip Virtual controller

    Program to control vJoy and vXbox devices using keyboard, mouse, or jo

    This program enables control of vJoy and vXbox virtual devices using keyboard, mouse, or joystick inputs. It allows flexible button mapping, axis configuration, and customization of virtual controllers to simulate various physical game controllers. The software supports up to 8 axes, 128 buttons, and 4 POV hat switches, ensuring wide compatibility with different gaming setups. It is designed for gamers and developers to enhance game control experiences and test inputs across multiple devices with ease. ...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 7
    Windows (Dockur)

    Windows (Dockur)

    Windows inside a Docker container

    This project makes it surprisingly easy to run a Windows environment inside a Docker container by using a QEMU-based virtual machine under the hood. It provides a turnkey image and a simple set of environment variables so you can select Windows editions, control disk persistence, and access the VM via a web-based VNC console or similar remote viewers. Because the VM is wrapped in Docker, you can treat Windows as a disposable, repeatable service: create, snapshot with volumes, tear down, and...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 8
    BikeControl

    BikeControl

    Do virtual gear shifting (and more) in any rider app

    ...Instead of connecting to the trainer directly, BikeControl acts as a bridge: when you press a button or lever on your controller, it intercepts the input and simulates corresponding keyboard/mouse/touch events for your trainer application. This allows you to perform actions like virtual gear shifting, steering, changing workout intensity, controlling music, etc., even if the trainer app doesn’t natively support those controllers. It works on different platforms: on Android, it uses the AccessibilityService API to send simulated touches to whatever app window is active; on desktop (Windows/macOS), it can emulate key/mouse input via configurable keymaps so users can tailor controls.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 9
    Xash3D FWGS Engine

    Xash3D FWGS Engine

    Xash3D FWGS engine

    Xash3D FWGS is an open-source fork and extension of the original GoldSrc-based engine (from the classic era of first-person shooters), aimed at providing compatibility with the original engine (e.g. games built on it) while extending and modernizing its capabilities. The engine supports multiple rendering backends (OpenGL, GLES, software fallback), modern platforms (desktop OSes, mobile, etc.), and updated features such as better multiplayer, voice chat, IPv6 support, improved virtual...
    Downloads: 161 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 10
    OpenPiano — Virtual Piano for Windows

    OpenPiano — Virtual Piano for Windows

    Desktop piano playable with a PC keyboard, mouse, or MIDI device.

    OpenPiano is a Windows desktop piano application that allows you to play, practice, and record music using your PC keyboard, mouse, or a MIDI device. It supports real-time playback using SoundFonts and provides on-screen piano layouts for visual feedback while playing. OpenPiano is designed to run entirely locally. It does not require accounts, cloud services, or an internet connection for core functionality. Project links: Website:...
    Leader badge
    Downloads: 112 This Week
    Last Update:
    See Project
  • 11
    hhuOS

    hhuOS

    hhuOS - A small operating system

    hhuOS is an educational operating system project developed by students at Heinrich Heine University (HHU) in Düsseldorf, Germany. It is built from scratch in C and Assembly and intended as a teaching tool to help students grasp the foundations of kernel development, memory management, system calls, and multitasking. The project focuses on clarity, modularity, and hands-on experimentation with real OS components, making it suitable for OS development courses or personal exploration.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Angular ng-select

    Angular ng-select

    Native angular select component

    Native angular select component. Library is under active development and may have API breaking changes for subsequent major versions after 1.0.0. To allow customization and theming, ng-select bundle includes only generic styles that are necessary for correct layout and positioning. To get full look of the control, include one of the themes in your application. If you're using the Angular CLI, you can add this to your styles.scss or include it in .angular-cli.json (Angular v5 and below) or...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13

    Virtual Desktop Grid Switcher

    Windows 10 / 11 Desktop Switcher using a Grid Layout

    ...IF YOU HAVE TRIED VirtualDesktopGridSwitcher AND IT FAILED TO RUN OR WERE WARNED A KEY COMBINATION COULD NOT BE ASSIGNED please read the installation guide to fix these issues - https://sourceforge.net/p/virtual-desktop-grid-switcher/wiki/Installation/ Allows switching desktop or moving active window to another desktop using arrow keys with configurable modifier keys. Use keyboard shortcut to make a window Always on Top of other windows or Sticky (visible on all desktops). "Fix" Windows 10 issues with opening web links and documents switching desktops and last active window not active after switching from an empty desktop. ...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14

    AtlantidaFork

    AtlantidaFork is a fork of Atlantida

    Atlantida fork with virtual keys done for spain and germany. Part of the project is a XDXF dictionary for spain and germany.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 15
    KeyTik: The All-in-One Automation Tool

    KeyTik: The All-in-One Automation Tool

    A Powerful Multi-Profile Key Mapper, Clicker, Macro, and More

    KeyTik is a Python program that uses AutoHotkey to handle many things, including a powerful key mapper and various macros such as clickers and more. It comes with comprehensive key support including ASCII, ANSI, Unicode, Scan Code, Virtual Keyboard Code, and more. KeyTik is also packed with features like Bind to Programs and Devices, Assign Shortcuts, Text Format, Hold Format, and more. KeyTik Pro is available with more feature for $20. Take 25% Off for 10 people only. Check out https://fajarrahmadjaya.gumroad.com/l/keytik-pro/KeyTikPro25 to get the discount. (7 Person Left) Get the discount before its gone! ...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 16
    MEmu Emulator

    MEmu Emulator

    Powerful Android emulator optimized for gaming with high performance

    MEmu Play is a high-performance Android emulator designed specifically for Windows PC gaming. Run mobile games and apps seamlessly on your computer with superior speed and graphics. Features multi-instance support for running multiple accounts simultaneously, customizable keyboard mapping, and excellent compatibility with popular games like PUBG Mobile, Free Fire, and Genshin Impact. Optimized for both AMD and Intel processors with advanced virtualization technology. Supports Android 5.1,...
    Downloads: 105 This Week
    Last Update:
    See Project
  • 17
    Pelr

    Pelr

    An intelligent desktop virtual partner based on Live2D technology

    Pelr is an intelligent desktop virtual assistant based on Live2D technology. It integrates AI conversation, voice synthesis, quick launch, and personalized desktop companion features, providing you with an immersive desktop experience. repo site: https://gitee.com/Pfolg/Pelr
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Fuse for macOS
    Fuse for macOS is a macOS port of The Free Unix Spectrum Emulator (Fuse) (an emulator of the 1980s home computer and various clones).
    Leader badge
    Downloads: 172 This Week
    Last Update:
    See Project
  • 19
    clavirio

    clavirio

    Learn touch typing without leaving the terminal

    A free, open-source typing tutor for the terminal. Progressive lessons, practice modes, real-time stats, and a virtual keyboard with finger hints — for QWERTY, Dvorak, and Colemak. Methodology Research on typing skill suggests that skilled typing relies more on implicit procedural control than on explicit knowledge of key locations. The paper also suggests that the keyboard is represented in terms of its row-and-column structure, not as a memorized list of individual letters. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 20
    Sharp MZ-800 Emulator

    Sharp MZ-800 Emulator

    Emulator of the 8-bit computers Sharp MZ-800 / MZ-700 / MZ-1500

    ...Supports peripherals: CMT (MZF/MZT/TAP/WAV), FDC WD279x, Quick Disk, ramdisks (MR1R18, Pezik variants), memory extensions, Unicard and IDE8. Integrated Z80 debugger with inline assembler, memory browser and breakpoints. Snapshot system for saving/loading complete emulator state (.mzs archives). Virtual keyboard, autotype, joystick support, variable speed control. GUI localized into 10 languages. Alternative ROM sets (JSS, WILLY) included. Software and games repository: MZF files: https://original.sharpmz.org/ DSK images: http://mz-800.com/
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 21
    Tenacity

    Tenacity

    Tenacity is an easy-to-use, privacy-friendly, FLOSS, cross-platform mu

    Tenacity is an easy-to-use, privacy-friendly, FLOSS, cross-platform multi-track audio editor for Windows, macOS, Linux, and other operating systems Tenacity is an easy-to-use multi-track audio editor and recorder for Windows, macOS, Linux and other operating systems. It is built on top of the widely popular Audacity and is being developed by a wide, diverse group of volunteers.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 22
    AcousticSoundboard

    AcousticSoundboard

    Free, easy to use, lightweight soundboard for Windows

    ...View a demo video here https://www.youtube.com/watch?v=cPdncc-q1oM If you want others to hear your microphone and the sounds you play, you will first need to install a virtual audio cable such as this one: https://vb-audio.com/Cable/ IMPORTANT: Windows may warn you that this program contains a virus because it hooks the keyboard. Your data stays on your computer only. Please see the readme for more information.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 23
    MuseScore

    MuseScore

    Free music notation & composition software

    MuseScore is a free and open-source music notation software designed for composers, arrangers, educators, and musicians of all levels. It allows users to write, edit, and print professional-quality sheet music with no limitations or subscription fees. MuseScore Studio supports a wide range of instruments and ensembles, from solo piano and guitar to full orchestras and choirs. The software is easy to learn while still offering powerful tools for advanced notation and score layout. With...
    Downloads: 43 This Week
    Last Update:
    See Project
  • 24
    ...La versione attuale è un' alpha.( https://en.wikipedia.org/wiki/Software_release_life_cycle) This software can prevent some elementary,basic , keyloggers from stealing our passwords and/or usernames since the text values can be written with a virtual text box and the value thus produced is passed “via javascript” to the text box of the web page thus skipping the keyboard stream that could be intercepted . The software is under the New BSD license . The current version is an 'alpha.( https://en.wikipedia.org/wiki/Software_release_life_cycle)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Programming Without Coding Technology

    Programming Without Coding Technology

    Create software using visual programming

    PWCT is not a Wizard for creating your application in 1 2 3 steps. PWCT is a general-purpose visual programming language designed for novice and expert programmers. A novice programmer can use PWCT to learn programming concepts like Data Structures, Control Structures and Programming Paradigms. An expert programmer can use PWCT to create any large and complex software. Using PWCT we developed a textual programming language Compiler and Virtual Machine without writing a single line of...
    Leader badge
    Downloads: 1,816 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB