Showing 112 open source projects for "java memory game"

View related business solutions
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • Engage for Amazon Connect, the Pre-built Contact Center Platform Icon
    Engage for Amazon Connect, the Pre-built Contact Center Platform

    Utilizing the power of AWS and Generative AI, Engage provides your customers with highly personalized, exceptional experiences.

    Engage is a pre-built, intelligent contact center platform that transforms customer service.
  • 1
    GDLauncher

    GDLauncher

    GDLauncher is a simple, yet powerful Minecraft custom launcher

    ... will automatically download the best java release to ensure complete compatibility. You don't need to have java installed, a suitable version will be downloaded automatically. It's as easy as pie to install the vanilla game, forge, fabric, and all curseforge modpacks. No further action from the user is required.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 2
    OSHI

    OSHI

    Native Operating System and Hardware Information

    OSHI is a free JNA-based (native) Operating System and Hardware Information library for Java. It does not require the installation of any additional native libraries and aims to provide a cross-platform implementation to retrieve system information, such as OS version, processes, memory and CPU usage, disks and partitions, devices, sensors, etc.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    Coffee GB

    Coffee GB

    Gameboy emulator in Java 8

    Coffee GB is a Gameboy Color emulator written in Java 8. It's meant to be a development exercise. More info can be found in the blog post. First I implemented all the Gameboy CPU opcodes. It’s not exactly the Z80, but it’s pretty close. As a reference, I’ve used the GameBoy CPU Manual - later on I discovered that it has a few typos and is not specific enough for some of the operations. After implementing the opcodes and memory (modelled by an int[] array) I was eager to check whether it’s...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    Akka

    Akka

    Build concurrent, distributed, and resilient message-driven apps

    Build powerful reactive, concurrent, and distributed applications more easily. Akka is a toolkit for building highly concurrent, distributed, and resilient message-driven applications for Java and Scala. Actors and Streams let you build systems that scale up, using the resources of a server more efficiently, and out, using multiple servers. Building on the principles of The Reactive Manifesto Akka allows you to write systems that self-heal and stay responsive in the face of failures. Up to 50...
    Downloads: 4 This Week
    Last Update:
    See Project
  • Claims Processing solution for healthcare practitioners. Icon
    Claims Processing solution for healthcare practitioners.

    Very easy to use for medical, dental and therapy offices.

    Speedy Claims became the top CMS-1500 Software by providing the best customer service imaginable to our thousands of clients all over America. Medical billing isn't the kind of thing most people get excited about - it is just a tedious task you have to do. But while it will never be a fun task, it doesn't have to be as difficult or time consumimg as it is now. With Speedy Claims CMS-1500 software you can get the job done quickly and easily, allowing you to focus on the things you love about your job, like helping patients. With a simple interface, powerful features to eliminate repetitive work, and unrivaled customer support, it's simply the best HCFA 1500 software available on the market. A powerful built-in error checking helps ensure your HCFA 1500 form is complete and correctly filled out, preventing CMS-1500 claims from being denied.
  • 5
    Alluxio

    Alluxio

    Open Source Data Orchestration for the Cloud

    Alluxio is the world’s first open source data orchestration technology for analytics and AI for the cloud. It bridges the gap between computation frameworks and storage systems, bringing data from the storage tier closer to the data driven applications. This enables applications to connect to numerous storage systems through a common interface. It makes data local, more accessible and as elastic as compute.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6
    BizHawk

    BizHawk

    BizHawk is a multi-system emulator written in C#

    A multi-system emulator written in C#. As well as quality-of-life features for casual players, it also has recording/playback and debugging tools, making it the first choice for TASers (Tool-Assisted Speedrunners). Screenshotting and recording audio + video to file. Firmware management, input, framerate, and more in a HUD over the game. Rebindable hotkeys for controlling the frontend (keyboard+mouse+gamepad). A comprehensive input mapper for the emulated gamepads and other peripherals...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Open Source Cartridge Reader

    Open Source Cartridge Reader

    A shield for the Arduino Mega that can back up video game cartridges

    ... SNES roms and reads/writes save games from and to the SNES cartridge. Supported cartridge types so far, LoRom, HiRom, ExHiRom, DSP, SuperFX, SuperFX2, SDD1, CX4, SPC7110, SA1 (last two chips need Adafruit Clock Generator). Reads and writes SNES Satellaview 8M Memory packs (BS-X cartridge and Adafruit Clock Generator needed). Reads and writes Nintendo Power Super Famicom Memory Flash Cartridges (needs Adafruit Clock Generator for best result).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Fast Android Networking

    Fast Android Networking

    A Complete Fast Android Networking Library that also supports HTTP/2

    ... any type of file, uploading file, loading images from the network in ImageView, etc. There are some libraries but they are outdated. No other library provides a simple interface for doing all types of things in networking like setting priority, canceling, etc. As it uses Okio , No more GC overhead in android applications. Okio is made to handle GC overhead while allocating memory. Okio does some clever things to save CPU and memory.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Jaeger

    Jaeger

    Monitor and troubleshoot transactions in complex distributed systems

    .... It is used for monitoring and troubleshooting microservices-based distributed systems. OpenTracing compatible data model and instrumentation libraries include Go, Java, Node, Python, C++ and C#. Jaeger uses consistent upfront sampling with individual per service/endpoint probabilities and it has multiple storage backends: Cassandra, Elasticsearch, memory.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Secure Online Fax and Business Text Messaging Service Icon
    Secure Online Fax and Business Text Messaging Service

    Elevate your business communications with Notifyre's secure SMS and fax solutions.

    Send and receive SMS and fax online, from email, app or with our developer friendly SMS & fax API. HIPAA compliant & ISO 27001 certified. Outstanding value and 5-star service.
  • 10
    MMKV for Android

    MMKV for Android

    An efficient, small mobile key-value storage framework

    MMKV for Android is an efficient, small mobile key-value storage framework developed by WeChat. Works on Android, iOS, macOS, Windows, and POSIX. Efficient. MMKV uses mmap to keep memory synced with file, and protobuf to encode/decode values, making the most of Android to achieve best performance. MMKV supports concurrent read-read and read-write access between processes. Easy-to-use. You can use MMKV as you go. All changes are saved immediately, no sync, no apply calls needed. MMKV contains...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Reposilite

    Reposilite

    Lightweight and easy-to-use repository management software

    Lightweight and easy-to-use repository manager for Maven-based artifacts in JVM ecosystem. This is simple, extensible and scalable self-hosted solution to replace managers like Nexus, Archiva, or Artifactory, with reduced resource consumption. To run Reposilite for your personal needs you should assign around 20MB of RAM and at least Java 11+ installed. For huge public repositories, you can adjust the memory limit and even the size of used thread pools in the configuration. The recommended tool...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    FabGL

    FabGL

    ESP32 Display Controller (VGA, PAL/NTSC Color Composite, SSD1306, ST77

    FabGL is mainly a Graphics Library for ESP32. It implements several display drivers (VGA output, PAL/NTSC Color Composite, I2C and SPI displays). FabGL can also get input from a PS/2 Keyboard and a Mouse. FabGL implements also: an Audio Engine (DAC and Sigma-Delta), a Graphical User Interface (GUI), a Game Engine and an ANSI/VT Terminal. VGA output requires an external digital-to-analog converter (DAC): it can be done by three 270 Ohm resistors to have 8 colors, or by 6 resistors to have 64...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Game Extractor

    Game Extractor

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

    Reads and writes archives used in many popular games. Great for mod development and game translations. Supports over 4200 games, with more games added through small plugins. Also shows file previews and converts them to different formats.
    Leader badge
    Downloads: 517 This Week
    Last Update:
    See Project
  • 14
    Launch4j Executable Wrapper
    Cross-platform Java executable wrapper for creating lightweight Windows native EXEs. Provides advanced JRE search, application startup configuration and better user experience.
    Leader badge
    Downloads: 2,514 This Week
    Last Update:
    See Project
  • 15
    Roblox Auto Clicker & Macro

    Roblox Auto Clicker & Macro

    Roblox but have auto clicker. Don't waste your time for click.

    Free auto clicker for Roblox. You don't need to click manually, let us do it for you. This program made by UfukGames and supporting 3 languages (Türkçe,Deutsch, English). You can use this program as an macro also. This program scanned before published.
    Leader badge
    Downloads: 250 This Week
    Last Update:
    See Project
  • 16
    Roblox Auto Clicker & Anti-AFK

    Roblox Auto Clicker & Anti-AFK

    Don't get kick from Roblox for being AFK.Don't click use auto clicker.

    With Roblox Plus, you won't get kicked from Roblox because of being AFK. You don't have to click by yourself, let auto clicker do it for you. You can open and close the program at the same time you play Roblox. Program made by: HorizonPublish
    Downloads: 30 This Week
    Last Update:
    See Project
  • 17
    Roblox Auto Clicker/Macro

    Roblox Auto Clicker/Macro

    Roblox but have auto clicker. Don't waste your time for click.

    Free auto clicker for Roblox. You don't need to click manually, let us do it for you. This program made by UfukGames and supporting 3 languages (Türkçe, Deutsch, English). You can use this program as an macro also.
    Downloads: 19 This Week
    Last Update:
    See Project
  • 18
    Data Crow

    Data Crow

    The ultimate cataloguer

    Data Crow allows you to use the standard movie & video (divx, xvid, DVD, Blu-ray, etc), book (and eBooks), images, board games, comic books, games & software, music (mp3 and other music files) cataloguing modules. Besides these modules, which you can change to fit your requirements, you can create new modules (want to catalogue your stamps, equipment, or anything else?). The GUI is skinnable. Reporting (using JasperReports and their community edition JasperSoft Developer Studio ), loan...
    Downloads: 20 This Week
    Last Update:
    See Project
  • 19
    SonOyuncu Macro

    SonOyuncu Macro

    Ücretsiz SonOyuncu makro. Ban riski yok. 15+ CPS garantili. Türkçe.

    Ücretsiz SonOyuncu makro. Ban riski yok. 15+ CPS garantili. Türkçe. Bu uygulama UfukGames tarafından yapılmıştır ve yayınlanmadan önce virüs kontrolleri yapılmıştır. Etiketler (Bu bölüm önemli değil): SonOyuncu Makro, Macro, auto clicker, bedava sonoyuncu hile, ban riski olmayan macro, ücretsiz sonoyuncu macro
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 20
    wolfSSL
    The wolfSSL embedded SSL library (formerly CyaSSL) is a lightweight, portable, C-language-based SSL/TLS library targeted at IoT, embedded, and RTOS environments primarily because of its size, speed, and feature set. It works seamlessly in desktop, enterprise, and cloud environments as well. wolfSSL supports industry standards up to the current TLS 1.2 and DTLS 1.2, is up to 20 times smaller than OpenSSL, offers a simple API, an OpenSSL compatibility layer, OCSP and CRL support, is backed by...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 21
    JDiskCat

    JDiskCat

    Multi-platform disk cataloguing utility written in java.

    Easy-to-use multi-platform disk cataloguing program supporting local or removable media - drives and folders. Uses XML files as a data storage. It was originally created in 2010 to catalogue software compilations (also called freeware compilations) and CDs distributed with computer magazines. It was later improved to support any kind of disk and folder. It can be used to catalogue fragile disks like CDs, floppies, external hard drives, usb sticks, memory cards which are easy to damage...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 22
    UfukGames (Ufuk Games) V2.1

    UfukGames (Ufuk Games) V2.1

    Free game hacks for nearly all languages. Auto clicker, macro etc.

    English: Free game hacks for nearly all games. Growtopia, Roblox, Minecraft... All apps are scanned before published. All applications made by: UfukGames Türkçe: Neredeyse tüm oyunlar için hile. Growtopia, Roblox, Minecraft... Tüm uygulamalar yayınlanmadan önce virüs taramasından geçirilir. Tüm uygulamalar UfukGames tarafından yapılmıştır. Tags (Ignore this): UfukGames, Growtopia auto clicker, Growtopia macro, autoclicker, makro, oyun hilesi, Minecraft macro, SonOyuncu Macro, CraftRise...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    GTA V PVP MACRO

    GTA V PVP MACRO

    You will be invincible in PVPs. Free GTA V PVP macro.

    If you want to be invincible in GTA PVPs this program is for you. Free forever, no need to optimize. Just open the program click 1 from numpad and start beating your enemies. This program made by: HorizonPublish
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    xBridge - I2C/SMBus GUI

    xBridge - I2C/SMBus GUI

    USB Bridge for SMBus/I2C, GPIO, & Clock

    [Introduction] The xBridge-M01 product is a multifunctional USB bridge developed by Doidx. It can control and transmit SMBus/I2C, GPIO, Clock and other interfaces through USB. The product includes software and hardware. It has the characteristics of easy use and development. The core chip is CP2112 Graphical software and operating manual can be downloaded for free at http://xbridge-m01.doidx.com Provide the underlying Java API, http://xsmbus-m01.doidx.com , which can do simple...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Underscore Backup

    Underscore Backup

    Private, secure backups in the cloud.

    ... your data. The services has been designed from the ground up to preserve the privacy and integrity of customers and their backed up data, you are not our product! Complete control over what data should be backed up and where. How long data should be retained and how many versions to keep. Open source based with multi platform support for Windows, Mac (ARM and Intel), Linux and a generic Java 17 package.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next