Showing 39 open source projects for "rp2040-study-timer"

View related business solutions
  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • 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
  • 1

    Time Boxing FX

    TimeBoxing FX: Your productivity at your fingertips 🚀

    TimeBoxing is the ultimate app for optimizing your time management, developed with the robustness and fluidity of JavaFX. Focus on your tasks with the customizable TimeBoxing timer: easily set the number of rounds, work duration, and break duration. Distinctive sounds will alert you to the start and end of each interval, allowing you to maintain focus without distractions. But it doesn't stop there. TimeBoxing also includes an additional countdown and timer, both with audible alerts, to support your every timing need. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    grafx - Extensible Java Graphics Package

    grafx - Extensible Java Graphics Package

    Extensible Line-drawing & Polygon-filling Rasterization Libs for Java

    ...Floating point vertex coordinates, not integer. Pixel-level aliasing, not endpoint aliasing. Doesn't use Bresenham line style! Works with all Java versions. No external dependencies. Suitable for study in academic institutions, especially as related to line-drawing accuracy. Particular attention to detail concerning chopping of accumulation errors, using a cast from 64 bit to 32 bit strategy, in the interval [1.0,2.0). Individual pixel errors with overlapping polygons or line segments are about one in a billion, but I can't reproduce any errors at the moment by using random number generation with tens of millions of cases. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Pinewood Derby Race Track 2

    Pinewood Derby Race Track 2

    Pinewood Derby Race Management

    Race Track is a Pinewood Derby Race Management Application. This is an update to the original Race Track Written by Scott Lewis in sourceforge. It supports racer registration, heat scheduling, electronic timer integration, and sound effect playback. It is written in Java and runs on any Java enabled platform. It is written to support either Arduino, Micro Wizard or The Judge Electronic Gates. It also supports Race Results screen, Multiple COM ports and manually entered race times. A start sensor may be used as well.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    SportsTimer

    SportsTimer

    GUI tool to manage timer/round based sport events

    Downloads: 0 This Week
    Last Update:
    See Project
  • 99.99% Uptime for Your Most Critical Databases Icon
    99.99% Uptime for Your Most Critical Databases

    Sub-second maintenance. 2x read/write performance. Built-in vector search for AI apps.

    Cloud SQL Enterprise Plus delivers near-zero downtime with 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server.
    Try Free
  • 5
    Android Game Engine

    Android Game Engine

    Multi-threaded game engine for Android

    ...In-depth GL knowledge isn't necessary to start; use the OBJ loader to import models from Blender and elsewhere, attach textures, and start rendering! Threads run different activities, e.g. initialization, framerate, timer, game cycle. Apartment model with message passing. The drawing cycle is inverted from typical game loops. Framerate has a dedicated timer, and SurfaceView is in on-demand rendering mode. Game Objects (GOs) opt-in to services by implementing the "marker" interface for each one it wants. GOs enter the system via Install Pipeline, an asynchronous "standard" implementation that keys on the marker interfaces and performs the "protocol" for that marker. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    MMOWGLI

    MMOWGLI

    Massive Multiplayer Online Wargame Leveraging the Internet

    ...Play the game, change the game! MMOWGLI is a message-based game to encourage innovative thinking and collaboration by many people, connected via the Web. It has been used to study a number of topics... starting in 2021 and beyond. Years of funded support by Office of Naval Research (ONR) and more than a dozen additional sponsors has produced a robust tool that can be applied to many different group challenges.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    IceTimer

    IceTimer

    Graphical timer and match scheduler for pick-up ice hockey sessions

    An application to display a schedule of and time short round-robin style matches for up to 30 teams with up to 3 simultaneous matches in play. Primarily intended for use in Oxford University Alternative Ice Hockey sessions but could easily be modified for use in similar informal sports tournaments. Match fixture lists generated using Jonathan Rennison's Match Fixture List Generator (matchgen.sourceforge.net). Interface written in Java using Processing (processing.org).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    WinABarrierePoker

    Just another online poker software, but open source for once.

    You can either play poker by downloading WinABarriere.zip or study/use source code by downloading "Sources/*" files. A tutorial on how to create a simple Java online poker software is available by downloading "Sources/WinABarriere.pdf". Feel free to use this as you wish.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9

    Midi Player Tool

    Java Piano GUI

    Piano function Tonality settings Play scales PC keyboard can be used or mouse Play MIDI files Metronome Pitch Trainer Karaoke function Playlists Timer for wake up USB support SF2 support Show midi sequence Implements Java accessibility API
    Downloads: 1 This Week
    Last Update:
    See Project
  • Host LLMs in Production With On-Demand GPUs Icon
    Host LLMs in Production With On-Demand GPUs

    NVIDIA L4 GPUs. 5-second cold starts. Scale to zero when idle.

    Deploy your model, get an endpoint, pay only for compute time. No GPU provisioning or infrastructure management required.
    Try Free
  • 10

    Paltry Chess

    HTW Saar - PIB Projektarbeit 2013

    This chess engine is the result of the project work 2013 at the University of Applied Sciences, study programme Applied Informatics. The target was to write an engine that is able to play chess with the official FIDE rules. At the moment, the engine chooses the first-found valid move instead of the best move. Other java classes should be fine. - shout-out to Mediocre Chess
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    DominoBot

    DominoBot

    An IRC bot project case study.

    ...It currently allows arbitrary piece (stones) numbers and multi session support. The game states are broadcast to the lobby. Uses colors to identify the player who layed each stone. It is a case study to create a framework for quick development of turn-based sessions, such as games, voting, meeting and etc. Uses PircBotX (redistributed - you do not need to download it). Pure J2SE. Java 6.0 compliant. GPL v3 license.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    MPI Baccarat Game

    MPI Baccarat Game

    This is a baccarat game application developed in java 1.7 version with swing interface. It is developed by the gaming lab (MPI-GERDC). This game is aimed for students in MPI Bachelor of Science in Computing programme to study the gaming specialist. This simulation will help students to learn the baccarat game rules, logic, and test the betting systems of their own.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    CoffeeMud For AI

    CoffeeMudForAI is plaform to design AI in

    ...To provide a set of agents that non-technical people can play around with and get a feel for how various AI techniques work. CoffeeMudForAI goals 1. To provide a platform to study the non-robotic aspects of AI(AI Planning, inter-agent planning, muti-agent planning, Machine learning, etc.) 2. To provide a game-like platform so people coming from the game AI world can contribute to AI research.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    MTG Draft Timer
    MTG Draft Timer is a specific timer to play booster draft with the card game "Magic: The Gathering". The application is developed for the platform "Android". Please, install from the Android Market. Do not forget to evaluate my application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PJTimer - Mobile Speedcubing App

    PJTimer - Mobile Speedcubing App

    All-in-one speedcubing app for Java-supported mobile phones

    PJTimer is an open-source, all-in-one mobile speedcubing app, based on desktop speedcubing app like the CalCubeTimer(CCT) and Prisma Puzzle Timer and the web-based ones like the CubeTimer.com, CubeMania.org and qqTimer.net.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    Crazy Orb
    Crazy Orb is a project for creating a Java2D game. It's part of a computer sience study course.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A java implementation of Minesweeper.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    RanBunHyou is a Q&D generator of BINGO-like word games and other randomized teaching materials from plain text files. Entertains children studying vocabulary, etc. For Java 2+ (jre1.4+) and Macintosh System 7 to 9, being re-written in perl/CGI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    UGRE 2010 study project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    It's just a simple JAVA game. Begans from a simple snake game... What will it be in the future? Already we have made it more exciting...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Halo:Combat Evolved talking power-up timer for the blackberry OS. Just posting this up in case any other hardcore fans out there still playing this great game. Works on OS 4.6, have not tested on others but it should be portable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Simple MIDP2.0 shoot'em-up game to study MIDP, it works on mobile phones with 128x160 resolution Tested on Nokia 3500Classic
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    An implementation of the famous mine sweeper with game timer and the ability to cheat.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Log and display times from your StackMat or Rubiks competition timer. Logs personal records and can display current time in glorious fullscreen. Perfect for speedcubers and cup stackers who want to track their progress. Uses serial port (RS232).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PokerTimer can show you the time to the next levels and some more
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB