Showing 1038 open source projects for "basic-rom"

View related business solutions
  • $300 in Free Credit for Your Google Cloud Projects Icon
    $300 in Free Credit for Your Google Cloud Projects

    Build, test, and explore on Google Cloud with $300 in free credit. No hidden charges. No surprise bills.

    Launch your next project with $300 in free Google Cloud credit—no hidden charges. Test, build, and deploy without risk. Use your credit across the Google Cloud platform to find what works best for your needs. After your credits are used, continue building with free monthly usage products. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • 99.99% Uptime for MySQL and PostgreSQL on Google Cloud Icon
    99.99% Uptime for MySQL and PostgreSQL on Google Cloud

    Enterprise Plus edition delivers sub-second maintenance downtime and 2x read/write performance. Built for critical apps.

    Cloud SQL Enterprise Plus gives you a 99.99% availability SLA with near-zero downtime maintenance—typically under 10 seconds. Get 2x better read/write performance, intelligent data caching, and 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server with built-in vector search for gen AI apps. New customers get $300 in free credit.
    Try Cloud SQL Free
  • 1
    phpMyBitTorrent: BitTorrent Tracker written in PHP. Features include: hosting torrents from remote trackers, DHT, Compact Announce, alternate links (eD2K, Magnet), HTTP-Basic Authentication, Passkey Authentication, embedded HTML Editor, Mass-upload of to
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    f2what

    Lapack/quadprog QP for VBA/.Net/Java

    F2what is an open source project to translate algorithmic fortran to a variety of languages (java, dotnet and VBA so far). It offers a Fortran77 parser with code transformations, variable disambiguation, and modular output to other programming languages. It also offers already translated versions of Lapack and quadprog to Java, .Net and VBA, to give access to SVD, LU, QR, Cholesky, eigenvalue decomposition, linear system solving and QP optimization in those three languages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Basic Point n Click Game Engine

    Framework for a graphical point and click adventure game in Java

    A simple framework in Java 7 for a point and click adventure type game, visually and operationally based on the look of the NES versions of Shadowgate and Uninvited. Includes 16bit wav audio support, and dynamic font and image sizing for any screen resolution. Includes a sample 19 room / 35 item game as an example of how to extend the engine into a playable game.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Multiagentsystem Ellipsis

    Multiagentsystem Ellipsis

    Modular, agent-oriented and extendable agent toolkit.

    ...Ellipsis already comes with a predefined set of agents, offering basic services like agency, loader, holdingarea and migration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • 5
    Apple Game Server 3.1

    Apple Game Server 3.1

    Upload games to legacy apple // computers via serial and no floppies!

    This java (version 6 or higher) program allows you to send games directly to an old apple // computer with no need for floppies, only a serial cable. No hardware modification is necessary, you only need a working serial connection. A cousin of this project can be found here: http://asciiexpress.net/gameserver/ (Thanks Egan!)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Poor Man's CMS

    Poor Man's CMS

    A basic CMS which generates static html.

    Poor Man's CMS (poormans) is a very basic CMS running as a swt application and generating static html pages. This project is deprecated: An alpha version with current libs can be found here: https://github.com/th-schwarz/pmcms
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Conway's Game o' Life Simulator

    A very simple Game of Life simulator

    A very simple and basic simulator of the Conway's Game of Life. It's in JAVA. It might be a good start for students wanting to reproduce this game with the original game rules. Right click to start or pause the simulation. Left click to add or kill cells.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    extlog

    Extended OSGi LogService

    The Extended OSGi LogService (extlog) provide a LogServcie extention which added fully qualified name of the class, method name and line number, thread name etc. You can find a basic example from wiki: http://sourceforge.net/p/extlog/wiki/Usage%20Example/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    achtbit

    achtbit

    An 8 bit emulator created on the scratch, including an assembler.

    ...This system is an experimental 8 bit, 16 color computer, with a processer similar to Z80, that (on my laptop using linux with NO opengl support) achieves up to 1.2 Million instructions per second and 50 Hz. screen refresh rate. It has a builtin assembler to load assembler programs. There is a rudimentary rom that implements some basic functions like line input, or a system clock. Also there is a snake game, (depending on that rom), as a reference and for fun! Take a look, give me your reply! When having ideas for better performance, let me know!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run Any Workload on Compute Engine VMs Icon
    Run Any Workload on Compute Engine VMs

    From dev environments to AI training, choose preset or custom VMs with 1–96 vCPUs and industry-leading 99.95% uptime SLA.

    Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
    Try Compute Engine
  • 10

    GWT Uploader

    GWT library that encapsulates the browser's file upload capabilities.

    GWT Uploader is a freely available open source GWT library that encapsulates the file upload capabilities provided by the File and XMLHttpRequest Level 2 APIs as well as the SWFUpload library. Using GWT Uploader allows for enhanced file upload dialogs (multiple uploads, drag and drop, queues, parallel streams, etc.) and interactive interfaces (upload progress indicators, real-time throughput display, etc.) within GWT applications using pure Java code that provides a consistent experience...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    MCloudSim/NovaCloudSim

    a distributed cloud simulator written in Java

    ...MCloudSim has following characteristics: (1) The overlay protocol can be freely replaced, and we have already ported Pastry, Kadmelia, Chord from PeerSim; (2) A Petri-Net workflow theory based task model is implemented to simulate distributed tasks; (3) A distributed cloud can be easily built by assembling and expanding the basic resource entities provided by the simulator. (4) ... If you have any questions, please contact nova@dsp.ac.cn.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The castafiore J2EE Platform consists of an advanced Web Framework built upon JQuery and a persistence framework built upon hibernate. All together glued with spring 3. We also provide some exciting web tools like a DMS and a Portal designer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Tools for mass spectrometry, especially for protein mass spectrometry and proteomics: Quantification tools, converters for Applied Biosystems (Q Star and Q Trap), calculation of in-silico fragmentation spectra, converter for Mascot result files
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    mapred-propertypath

    to create a jar to help controle input-paths of mapreduce

    ...Files and directories are mixed together, it is difficult and boring to write and examine the input paths. This project aims to create a jar to help control the input paths. The basic method is adding a property-file which contains some input-paths and filter-conditions, and the jar generates the input-paths for MR automatically and correctly.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Java library for operations with Iterables and other data structures in functional way.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    AlienInvadersFromOuterSpace

    Basic Space Invaders clone

    There are many Space Invaders clones but this is mine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    Hibernate ORM XML Validator for Eclipse

    Eclipse Plugin to validate Hibernate ORM files against @Entity files.

    ...This project aims to create a plugin for Eclipse that will monitor all Java classes with the @Entity annotation and maintain a tree of their attributes and methods. Then the user can simply right click the orm xml in Project Explorer view and select "Validate ORM" to validate the orm file for basic SQL parsing errors and against the Entities in the workspace.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Jcrontab is a scheduler written in java. Jcrontab is designed to be extended and integrated with any project. Reads and stores the tasks to execute in a file, a database or an EJB and provides a basic web UI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Wurm Online Toolbox

    Wurm Online Toolbox

    Wurm Online Toolbox - laucher, maps, tools and much more!

    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DCI Bridge
    DCI Bridge is a web application (sevice) that provides standard access to the distributed computing infrastructures (DCIs) like grids, desktop grids, clusters, clouds and service based computational resources by implementing the specification of the OGSA Basic Execution Service 1.0. The DCI Bridge web application creates a transparent layer between the users (workflow systems) and the DCI systems. The user can submit jobs to the various DCI systems using the OGSA Basic Execution Service (BES) interface defined here. As a result, the users do not have to learn the access protocol of the various DCI systems since they are hidden behind the BES interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Sheetster Web Spreadsheet

    Sheetster Web Spreadsheet

    an embeddable spreadsheet for your web application

    Sheetster is a web-based spreadsheet editor and viewer. It can import and export the XLS and XLSX file formats and nearly the full range of Excel formula functions are supported. Most basic features are implemented as well as some of the more advanced ones. The user interface is written entirely in JavaScript and its server-side API is pure Java based on the OpenXLS spreadsheet engine. Neither the client nor the server needs Excel or any browser plugins. Sheetster is primarily intended for developers who want to integrate spreadsheets into their web applications. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Maket is a instrument for building knowledge bases for economics domains. The project has moved to http://gitorious.org/maket
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    SSense

    SSense

    A modded Sense ROM for your WFS!

    This is a modded HTC Sense ROM (stock 2.3.5) with honeycomb icons!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    ISWYAD

    ISWYAD

    ISeeWhatYouAreDoing - a tool for remote acces with very! low bandwith.

    ...It was designed for easily keeping an eye on what people in your home network are doing and (if necessary) turn f.e. your brother's computer off when he forgot. As said it is able to work on very bad connections. Bin/Bin.zip is the basic package with client and a gui server, Bin/Hidden_Server.zip contains the "serious" version with a useful config.txt, no gui (server should run in background) and uses mainly ftp to get its commands, although you can connect via Tcp/Ip and the client from the Bin/Bin.zip or Bin/Client_Only.zip package. The hidden server has an English readme! ...
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB