Showing 291 open source projects for "race"

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
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1
    F1 Race Replay

    F1 Race Replay

    An interactive Formula 1 race visualisation and data analysis tool

    F1 Race Replay is an interactive replay viewer that lets users watch and analyze recorded Formula 1 race sessions with precise control over camera angles, timing, and telemetry overlay, offering a rich experience beyond standard broadcast replays. It ingests official timing and positional data, then renders vehicle movements through track maps and 3D visualizations so fans, analysts, and engineers can review strategy, overtakes, tire degradation effects, and pit stop impacts in detail. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 2
    panicparse

    panicparse

    Crash your app in style (Golang)

    Parses panic stack traces, densifies and deduplicates goroutines with similar stack traces. Helps debugging crashes and deadlocks in heavily parallelized processes. Race detector support, e.g. it can parse output produced by go test -race. HTML export. Easy to use as an HTTP Handler middleware. High-performance parsing. HTTP web server that serves a very tight and swell snapshot of your goroutines, much more readable than net/http/pprof. >50% more compact output than original stack dump yet more readable. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Race Into Space
    This was the official home of Race Into Space, the computer version of the Liftoff! board game by Fritz Bronner. It was developed by Strategic Visions and published by Interplay as a disk-based game in 1993 and a CD-ROM in 1994. This location houses the prior release of the game, v. 1.1 released in 2013. There is now a v.2.0.0, which can be downloaded from https://github.com/raceintospace/raceintospace/releases/tag/v2.0.0.
    Downloads: 17 This Week
    Last Update:
    See Project
  • 4
    deepface

    deepface

    A Lightweight Face Recognition and Facial Attribute Analysis

    DeepFace is a lightweight face recognition and facial attribute analysis (age, gender, emotion and race) framework for python. It is a hybrid face recognition framework wrapping state-of-the-art models: VGG-Face, FaceNet, OpenFace, DeepFace, DeepID, ArcFace, Dlib, SFace and GhostFaceNet. Experiments show that human beings have 97.53% accuracy on facial recognition tasks whereas those models already reached and passed that accuracy level.
    Downloads: 38 This Week
    Last Update:
    See Project
  • 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
  • 5

    race-timer

    Informal Race Timer using NFC wristbands

    Note PySimpleGUI is now replaced by FreeSimpleGUI since PySimpleGUI is commercial only now, November 2025 Now August 2022 with flutter/dart stopwatch app, multilingual messages and python server! YMMV. Python race-timer using NFC wristbands for informal running. Uses sqlite3 and pyscard. Three main scripts: - register_runner.py to setup the NFC wristbands - race_timing.py for race timing, will output a simple webpage when exiting - utilities/create_results_matrix.py which creates a spreadsheet style html page for a data range of results. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    This application produces race results for a medium sized (up to about 400) running race . It runs on computers which have Apache, PHP and MySQL installed and uses a web browser interface. Multiple users can access the same results concurrently. The latest release uses the MySQLi interface
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    ReactPHP Promise

    ReactPHP Promise

    Promises/A implementation for PHP.

    ReactPHP Promise is a PHP library that implements Promises/A+ for asynchronous programming. It allows developers to handle asynchronous operations in a structured and predictable way. ReactPHP Promise makes it easier to manage non-blocking tasks, such as HTTP requests or file I/O, by providing a chainable interface for handling success and error cases.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    Yacht Race Manager

    A simple yacht race management program

    Yacht Race Manager is a simple to use program for managing the starting, finishing, and scoring of a yacht race. Functionality includes: Recording Club Members details. Recording Club Yacht details. Setting up a Regatta or Race series Registering Regatta Entrants. Starting a Race. Finishing a Race. Scoring a Race, Regatta or Race series.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    With Advisory Lock

    With Advisory Lock

    Advisory locking for ActiveRecord

    with_advisory_lock is a Ruby gem that provides a simple and thread-safe way to use PostgreSQL advisory locks within Ruby applications. It allows developers to wrap critical code sections with database-level locks to prevent race conditions across concurrent processes or threads. It’s especially useful in distributed systems, background job processing, or scheduled tasks where application-level mutexes aren't sufficient.
    Downloads: 0 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
  • 10
    BadgerDB

    BadgerDB

    Fast key-value DB in Go

    ...Badger is stable and is being used to serve data sets worth hundreds of terabytes. Badger supports concurrent ACID transactions with serializable snapshot isolation (SSI) guarantees. A Jepsen-style bank test runs nightly for 8h, with --race flag and ensures the maintenance of transactional guarantees. Badger has also been tested to work with filesystem-level anomalies, to ensure persistence and consistency. Badger is being used by a number of projects including Dgraph, Jaeger Tracing, UsenetExpress, and many more. BadgerDB is a pretty special package from the point of view that the most important change we can make to it is not on its API but rather on how data is stored on disk.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Then

    Then

    Tame async code with battle-tested promises

    Tame async code with battle-tested promises. Because async code is hard to write, hard to read, hard to reason about. A pain to maintain. By using a then keyword that enables you to write aSync code that reads like an English sentence. Async code is now concise, flexible and maintainable.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Wireit

    Wireit

    Wireit upgrades your npm/pnpm/yarn scripts to make them smarter

    ...It persists caches between runs and across CI so identical steps don’t redo expensive tasks like bundling or type-checking. The system also serializes or parallelizes scripts based on dependencies to avoid race conditions while maximizing throughput. Because it integrates at the script layer, it works with any underlying tool—TypeScript, Rollup, Jest, or bespoke commands—while remaining transparent to developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    LKMPG

    LKMPG

    The Linux Kernel Module Programming Guide

    lkmpg is a modernized, open-source guide that teaches the fundamentals of writing Linux kernel modules through clear explanations and working examples. It covers the full lifecycle: building and loading modules, understanding kernel symbols, handling device files, and interacting with kernel subsystems. Readers learn about concurrency concerns (spinlocks, mutexes), memory allocation in kernel space, and safe patterns for error handling and cleanup. The guide pairs narrative chapters with...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    node-rate-limiter-flexible

    node-rate-limiter-flexible

    Count and limit requests by key with atomic increments

    ...It works with Redis, process Memory, Cluster or PM2, Memcached, MongoDB, MySQL, PostgreSQL and allows to control of requests rate in single process or distributed environment. All operations in memory or distributed environments use atomic increments against race conditions. Combine limiters, block key for some duration, delay actions, manage failover with insurance options, configure smart key blocking in memory and many others. Average request takes 0.7ms in Cluster and 2.5ms in a Distributed application. See benchmarks. It provides a unified API for all limiters. Whenever your application grows, it is ready. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Infer

    Infer

    A static analyzer for Java, C, C++, and Objective-C

    ...Anyone can use Infer to intercept critical bugs before they have shipped to users, and help prevent crashes or poor performance. Infer checks for null pointer exceptions, resource leaks, annotation reachability, missing lock guards, and concurrency race conditions in Android and Java code. Infer checks for null pointer dereferences, memory leaks, coding conventions and unavailable API’s. Start with the Getting Started guide and our other docs to download and try Infer yourself. Infer is still evolving, and we want to continue to develop it in the open. We hope it will be useful for other projects, so please try it out or contribute to it, join the community and give us feedback!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Discord Ai Sim Race Engineer
    Discord BOT restricted to responding to Motorsport and Sim Racing questions. Can help with car setup, track information and stats. Trust me he's better than a Ferrari mechanic
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Galaxy Forces VR

    Galaxy Forces VR

    A space shooter game. Run either race or mission, defeat evil enemies.

    A space shooter VR game made with Unity. You are in control of a ship and the goal is to race against the clock to get the fastest time (race), or transport cargo to get the best score (mission). All done in a narrow space cave filled with evil enemies. Featuring interactive music, realistic physics and challenging game-play. There are 55 levels and players may have their best score for each level sent to the game website and the top players are displayed there along with their ranking. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Galaxy Forces V2

    Galaxy Forces V2

    A 2D multiplayer space shooter game

    A 2D multiplayer space shooter, inspired by the Amiga classic Gravity Force. Play race, mission or dogfight. Single player, with friends or against AI. There are 50+ levels and a map-editor included. Global hi-score and achievements with replays on the website. The game plays on Windows, Linux and Mac.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    Cars-Sports-Racing
    This project is a fork of my previous project, Speed ​​Dreams. It relies on unlockable challenges or a career mode, where you start with credits that allow you to purchase a car. Then, each race (qualifying and race) in which you place in the top ten will earn you additional credits, which will allow you to purchase other cars. In this mode, contracts may be offered to you, and special races are available.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 20
    KeysAndFingers

    KeysAndFingers

    multiplayer type racing

    an advanced, customizable, open source, free typing trainer with multiplayer battle mode. web version: https://keysandfingers.vercel.app docs: https://iamovi.github.io/KeysAndFingers/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SuperTuxKart
    SuperTuxKart is a kart racing game featuring Tux and friends. It is a fun-racer game, focusing on fun and ease of play.
    Leader badge
    Downloads: 210 This Week
    Last Update:
    See Project
  • 22
    Content Manager

    Content Manager

    A custom launcher and content management app for Assetto Corsa

    ...Requirements: Installed Assetto Corsa Windows Vista, 7, 8, 8.1, 10 or 11 .NET 4.5.2 Visual C++ Redistributable 2015 (x86) DirectX Runtime June 2010 DirectX 10/11 for 3D-related functions Some of key features: Quick drive & career mode Online mode: favourite and hidden servers, playes tagging, missing content download Real conditions Integrated RSR Live Timing, SRS and World Sim Series Flexible filters Content rating, driving statistics, best times from various sources Race results history Custom Showroom with various effects and features Ambient shadow updating Li
    Downloads: 86 This Week
    Last Update:
    See Project
  • 23
    Speed Dreams : an Open Motorsport Sim
    2025 UPDATE: we have finally moved to Git! https://forge.a-lec.org/speed-dreams/speed-dreams-code/ This SourceForge project will be kept as a read-only archive and will be eventually removed! Speed Dreams is a Motorsport Simulator featuring high-quality 3D graphics and an accurate physics engine, all targeting maximum realism. Initially forked from TORCS, it has now reached a clearly higher realism level in visual and physics simulation, thanks to its active development team and...
    Leader badge
    Downloads: 372 This Week
    Last Update:
    See Project
  • 24

    LacaK Software

    LacaK's Freeware Software

    ... • Registratúrny denník • Faktúry - invoicing software. • Penzión - software for hotels, guesthouses and hostels. • Správa úloh - task management software. • Preteky - software for race organizers. • Free Pascal - various free sources for Free Pascal compiler. More information at https://lacak.sourceforge.io/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Fox Oring

    Fox Oring

    Fox Oring is a variation of the radio orienteering.

    Fox Oring is a variation of the sport of amateur radio direction finding. Fox Oring is a timed race in which individual competitors use a topographic map and a magnetic compass to navigate through diverse, wooded terrain while searching for radio transmitters. The term is derived from the use of the term fox hunting to describe recreational radio direction finding activity and an abbreviation of the word orienteering. It is necessary to discover 5 hidden transmitters located on a 10 × 10 field in as few moves as possible. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB