Search Results for "java pc emulator"

Showing 805 open source projects for "java pc emulator"

View related business solutions
  • Couchbase Capella: Database-as-a-Service Icon
    Couchbase Capella: Database-as-a-Service

    Sub-millisecond response in a JSON database

    Capella gives you enterprise-grade performance & scalability with built-in access via K/V, SQL, & full-text search. Flexible JSON docs align to your applications & workloads. Build faster with blazing fast in-memory performance & automated replication & scaling. Try it today for free & be up and running in 3 minutes—no credit card required.
  • 1
    Bochs x86 PC emulator
    Bochs is a portable x86 PC emulation software package that emulates enough of the x86 CPU, related AT hardware, and BIOS to run Windows, Linux, *BSD, Minix, and other OS's, all on your workstation.
    Leader badge
    Downloads: 1,963 This Week
    Last Update:
    See Project
  • 2
    PPSSPP

    PPSSPP

    A cross-platform PSP emulator

    PPSSPP is an open source, cross-platform PSP emulator which allows you to play your PSP games on Android, Windows, Mac or Linux. With PPSSPP you can play your PSP games on your PC in full HD resolution, or play on your tablet for a big-screen mobile gaming experience. PPSSPP enhances the gaming experience in more ways than one. It even upscales some textures that would otherwise be too blurry due to the fact that they were originally made for the small screen. Even on modern Android phones...
    Downloads: 71 This Week
    Last Update:
    See Project
  • 3
    Termux application

    Termux application

    Terminal emulator application for Android OS extendible

    Termux is an Android terminal application and Linux environment. At first start a small base system is downloaded, desired packages can then be installed using the apt package manager known from the Debian and Ubuntu Linux distributions. Access the built-in help by long-pressing anywhere on the terminal and selecting the Help menu option to learn more. Allows the app to view information about network connections such as which networks exist and are connected. Allows the app to create network...
    Downloads: 39 This Week
    Last Update:
    See Project
  • 4
    Smile

    Smile

    Statistical machine intelligence and learning engine

    Smile is a fast and comprehensive machine learning engine. With advanced data structures and algorithms, Smile delivers the state-of-art performance. Compared to this third-party benchmark, Smile outperforms R, Python, Spark, H2O, xgboost significantly. Smile is a couple of times faster than the closest competitor. The memory usage is also very efficient. If we can train advanced machine learning models on a PC, why buy a cluster? Write applications quickly in Java, Scala, or any JVM languages...
    Downloads: 2 This Week
    Last Update:
    See Project
  • Use the language you already love to prototype ideas, develop production-ready communications applications, and run serverless applications on one API-powered platform. Icon
    Build on trusted, global infrastructure, with APIs for any channel, serverless developer tools, and powerful services—backed by a community of 9+ million developers.
  • 5
    PCSX2

    PCSX2

    The Playstation 2 emulator

    PCSX2 is a free and open-source PlayStation 2 (PS2) emulator. Its purpose is to emulate the PS2's hardware, using a combination of MIPS CPU Interpreters, Recompilers and a Virtual Machine that manages hardware states and PS2 system memory. This allows you to play PS2 games on your PC, with many additional features and benefits. The PCSX2 project has been running for more than ten years. Past versions could only run a few public domain game demos, but newer versions can run most games at full...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Sming

    Sming

    Open source framework simplifying the creation of C++ applications

    Sming is an asynchronous embedded C/C++ framework with superb performance and multiple network features. Sming is open source, modular and supports multiple architectures including ESP8266 and ESP32. Superb performance and memory usage (Sming compiles to native firmware!) Fast and user-friendly development. Integrated host emulator to assist with developing, testing, and debugging libraries and applications on a PC before uploading them to an actual microcontroller. Built-in powerful wireless...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Roboelectric

    Roboelectric

    Android unit testing framework

    Robolectric is the industry-standard unit testing framework for Android. With Robolectric, your tests run in a simulated Android environment inside a JVM, without the overhead of an emulator. Running tests on an Android emulator or device is slow! Building, deploying, and launching the app often takes a minute or more. That’s no way to do TDD, there must be a better way. Robolectric is a framework that brings fast and reliable unit tests to Android. Tests run inside the JVM on your workstation...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PC-BASIC - a GW-BASIC emulator

    PC-BASIC - a GW-BASIC emulator

    A free, cross-platform emulator for GW-BASIC, PCjr & Tandy BASIC

    PC-BASIC is a free, cross-platform interpreter for GW-BASIC, BASICA, PCjr Cartridge Basic and Tandy 1000 GWBASIC. -- This page is an archive and hosts the legacy version 1.2 of PC-BASIC only. -- For documentation and the latest releases, please see the official homepage: www.pc-basic.org Four source code, discussions and to report bugs please see the GitHub project page https://github.com/robhagemans/pcbasic
    Leader badge
    Downloads: 436 This Week
    Last Update:
    See Project
  • 9
    JavaCPC Desktop - Java CPC Emulator
    Amstrad CPC-Emulator in JAVA, based on JEMU by R. Wilson. I am searching for good JAVA-coders who are also knowledgable in emulating 8bit homecomputers.
    Leader badge
    Downloads: 154 This Week
    Last Update:
    See Project
  • Choose Fast, Secure, File Handling. Choose Filestack. Icon
    Choose Fast, Secure, File Handling. Choose Filestack.

    Let Filestack’s advanced security, intelligence, and uploading features simplify your file handling tasks.

    Filestack covers every available facet of file handling with ease, from rapid file uploads to swift, secure file delivery. Take advantage of advanced image intelligence to detect and tag objects in your photos, or use OCR to easily parse and process image text. Filestack Workflows allow you to automate complex file processing pathways into a single API call with an intuitive, low code interface. Everything your app could need, in one place.
  • 10
    Xiaomi PC Tools

    Xiaomi PC Tools

    Xiaomi PC Tools

    Xiaomi PC Tools has been developed for Xiaomi users. The aim of the program is to consolidate and facilitate many processes under a single program. **INFORMATION** Don’t be afraid if your browser or Windows complains about the file being “unsafe”, you can trust us. NOTE: Do not forget to run the program as an administrator. Report in-app errors/bugs Send mail>> xfdevapps@gmail.com SYSTEM REQUIREMENTS CPU: 1GHZ any CPU. RAM:512MB or higher. OS: Windows 7 or newer operating system. (32Bit...
    Leader badge
    Downloads: 175 This Week
    Last Update:
    See Project
  • 11
    java-sigfpe-emulator

    java-sigfpe-emulator

    Track down floating point divisions by zero in large Java applications

    This program lets you modify Java bytecode so that it throws an ArithmeticException on floating point division by zero (32- & 64-bit). It allows you to trace down code that generates undesirable Infinities and NaNs in your Java application without wasting enormous amounts of time on blind debugging. Instructions: 1. Make sure Java 1.7 or greater and Python 2.7 are installed. 2. Get the Krakatau code from https://github.com/Storyyeller/Krakatau 3. Edit the variables...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    mlterm is a multi-lingual terminal emulator , which supports various character sets and encodings in the world.
    Leader badge
    Downloads: 68 This Week
    Last Update:
    See Project
  • 13

    Nuance

    An uneducated try to resurrect and modernize the Nuance NUON emulator

    Unfortunately the author of the original project (Mike Perry) passed away a long time ago, but it seems like nobody picked up this piece of history and so there is no NUON emulator to be found anywhere except for his Nuance 0.5.1 release from 2007. The source code of 0.5.0 (or is it actually 0.5.1??) was later-on released by his family via http://www.dragonshadow.com/-/downloads/NuanceExperimental.zip By now, emulation was improved a lot with many games now working almost correctly (except...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 14
    DOSBox

    DOSBox

    An Open Source DOS emulator to run old DOS games

    DOSBox emulates a full x86 pc with sound and DOS. Its main use is to run old DOS games on platforms which don't have DOS (Windows 7, 8, 8.1 and 10 / Linux / FreeBSD / Mac OS X)
    Leader badge
    Downloads: 21,924 This Week
    Last Update:
    See Project
  • Proactive SaaS Ransomware Monitoring and Response Icon
    Proactive SaaS Ransomware Monitoring and Response

    All-in-One SaaS Data Protection Platform for your mission-critical SaaS Apps

    SaaS security and ransomware protection designed with enterprise security teams in mind.
  • 15

    Lockheed MAC 16 mini emulator

    Emulator for Lockheed Electronics Company MAC-16 minicomputer (1969)

    My first java program is an attempt to relive the days I spent maintaining a Lockheed Electronics Company minicomputer installation in an old electricity generating station. I had a little bit to do with this machine around 1978. There was two of them in a failover configuration with the standby machine available for program and data development. My goal is to get the development package called DEVSYS to run from a paper tape image that I have hung onto for all these years. The program has a co...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    teo-emulator

    teo-emulator

    Teo is an emulator of the Thomson TO8 microcomputer

    Teo is an emulator of the Thomson TO8 microcomputer for PC, running on MSDOS, Windows and Linux. The compatibility is close to 100% for softwares which don't use non emulated peripherals and don't hold physical protections. In other words, if a software doesn't work on Teo, so probably : 1. it needs the presence of another peripheral than mouse, light-pen, joystick, tape recorder and disks (so it won't run as long as this peripheral is not emulated), 2. its physical protection makes...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 17
    ModbusPal - a Java MODBUS simulator

    ModbusPal - a Java MODBUS simulator

    Modbus slave simulator

    ModbusPal is a project to develop a PC-based Modbus simulator. Its goal is to reproduce a realistic environment, with many slaves and animated register values. Almost everything in ModbusPal can be customized and controlled by scripts.
    Leader badge
    Downloads: 85 This Week
    Last Update:
    See Project
  • 18

    Wheefun Emulator Framework

    A framework for developing emulators

    The Wheefun Emulator Framework (WFEF) aims to provide low-level hardware emulation primitives for writing new emulators, as well as relatively basic implementations for common system architectures (such as the IBM compatible PC). It was originally designed to support the WDMF project, which has need for hardware emulation on modern operating systems. However, it could conceivably be used in other projects. At its core, WFEF provides primitives for emulating a generic system bus...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Battle for Wesnoth Android Port

    Battle for Wesnoth Android Port

    Battle for Wesnoth is a turn based fantasy strategic game

    This is an unofficial android port of the PC game Battle for Wesnoth. Battle for Wesnoth is a turn-based fantasy strategy game, featuring many addictive campaigns, lots of units, different races, AI controlled players, multiplayer gaming and much more.
    Leader badge
    Downloads: 3,044 This Week
    Last Update:
    See Project
  • 20
    Java SID Player Music Library V2
    This is a Commodore 64 emulator specialized for sound reproduction. It is also a SID player for music collections like HVSC and CGSC. It is a full C64 emulator and can play games of the GameBase64 project as well.
    Leader badge
    Downloads: 34 This Week
    Last Update:
    See Project
  • 21
    FreeImage is a library project for developers who would like to support popular graphics image formats (PNG, JPEG, TIFF, BMP and others). Some highlights are: extremely simple in use, not limited to the local PC (unique FreeImageIO) and Plugin driven!
    Leader badge
    Downloads: 1,008 This Week
    Last Update:
    See Project
  • 22
    jGameBase - Universal Emulator Frontend
    jGameBase is a Java port of GameBase, a fully-featured retro-gaming emulator frontend and game database utility (e.g. GB64 Collection of C64 games). It supports virtually any emulator for any system and has versatile database searching and filtering. There are databases for Apple II, Atari ST, Coleco ColecoVision, Commodore Amiga, Commodore C64, Commodore VIC20, Nintendo NES, Nintendo SNES, and Sinclair ZXSpectrum.
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 23
    MAME4droid

    MAME4droid

    MAME Android Emulator.

    MAME4droid (0.139u1) is developed by David Valdeita (Seleuco), port of MAME 0.139u1 emulator by Nicola Salmoria and TEAM. MAME4droid (0.139u1) emulates arcade games supported by original MAME 0.139u1. This MAME4droid version is targeted to Dual-Core devices, because it is based on a high specs 2010 PC MAME build. Anyway don't expect arcade games of the 90 to work at full speed. With some games that are really bad optimized (like outrun or mk series) you will need at least a 1.5 ghz dual-core...
    Leader badge
    Downloads: 117 This Week
    Last Update:
    See Project
  • 24
    Game Extractor

    Game Extractor

    Open and edit the archive files used in over 3700 games.

    Reads and writes archives used in many popular games. Great for mod development and game translations. Supports over 3700 games, with more games added through small plugins. Also shows file previews and converts them to different formats.
    Leader badge
    Downloads: 769 This Week
    Last Update:
    See Project
  • 25
    CAELinux

    CAELinux

    Dedicated to computer-aided engineering Linux distribution

    ... environment for scientific computing & mathematical modeling. A special focus of CAELinux is to provide simplified interfaces to facilitate the use of specialized open source software while providing high performance parallel multiphysics solvers ready to use for more advanced users. Try CAELinux or carry it with you on a USB stick in a live environment or install it to turn your PC into a full fledged Ubuntu based CAE workstation. It's all up to you what you can do with it!
    Leader badge
    Downloads: 494 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
Oh no! Some styles failed to load. 😵 Please try reloading this page