Showing 286 open source projects for "race"

View related business solutions
  • PRTG Network Monitor | Making the lives of sysadmins easier Icon
    PRTG Network Monitor | Making the lives of sysadmins easier

    Stay ahead of IT infrastructure issues

    PRTG Network Monitor is an all-inclusive monitoring software solution developed by Paessler. Equipped with an easy-to-use, intuitive interface with a cutting-edge monitoring engine, PRTG Network Monitor optimizes connections and workloads as well as reduces operational costs by avoiding outages while saving time and controlling service level agreements (SLAs). The solution is packed with specialized monitoring features that include flexible alerting, cluster failover solution, distributed monitoring, in-depth reporting, maps and dashboards, and more.
  • With Boozang, you can write tests, debug visually, perform root cause analysis and automate your CI builds. Icon
    With Boozang, you can write tests, debug visually, perform root cause analysis and automate your CI builds.

    Empower your whole team to build and maintain automated tests, not just developers.

    Our natural-language tests are extremely stable to code changes. When tests break our AI will repair it in minutes.
  • 1

    race-timer

    Informal Race Timer using NFC wristbands

    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. Multilingual interface in v1 and code tree, small...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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 latest release of the game, v. 1.1 released in 2013. However, development has migrated to GitHub and continues. We hope for a v. 2.0 release soon. (https://github.com/raceintospace/raceintospace) News and updates are available on our...
    Leader badge
    Downloads: 49 This Week
    Last Update:
    See Project
  • 3

    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. Printing Results sheets. Setting handicaps. Sending Results letters and emails. Yacht Race Manager is a completely "Stand alone" program...
    Downloads: 4 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: 2 This Week
    Last Update:
    See Project
  • AI-based, Comprehensive Service Management for Businesses and IT Providers Icon
    AI-based, Comprehensive Service Management for Businesses and IT Providers

    Modular solutions for change management, asset management and more

    ChangeGear provides IT staff with the functions required to manage everything from ticketing to incident, change and asset management and more. ChangeGear includes a virtual agent, self-service portals and AI-based features to support analyst and end user productivity.
  • 5
    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
  • 6
    node-rate-limiter-flexible

    node-rate-limiter-flexible

    Count and limit requests by key with atomic increments

    rate-limiter-flexible counts and limits number of actions by key and protects from DDoS and brute force attacks at any scale. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    BadgerDB

    BadgerDB

    Fast key-value DB in Go

    BadgerDB is an embeddable, persistent and fast key-value (KV) database written in pure Go. It is the underlying database for Dgraph, a fast, distributed graph database. It's meant to be a performant alternative to non-Go-based key-value stores like RocksDB. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Infer

    Infer

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

    Infer is a static analysis tool - if you give Infer some Java or C/C++/Objective-C code it produces a list of potential bugs. 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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Contract Automation Made Easy Icon
    Contract Automation Made Easy

    Use Docubee to easily gather data, generate contracts, share them your way, and collect secure eSignatures

    Docubee is an intelligent contract automation platform that allows you to quickly and painlessly generate, manage, share, and sign contracts. Featuring powerful conditional logic-based workflows, generative AI technology, and an easily adaptable interface, Docubee makes it easy to automate your most complex contracts and agreements.
  • 10
    PySC2

    PySC2

    StarCraft II learning environment

    PySC2 is DeepMind's Python component of the StarCraft II Learning Environment (SC2LE). It exposes Blizzard Entertainment's StarCraft II Machine Learning API as a Python RL Environment. This is a collaboration between DeepMind and Blizzard to develop StarCraft II into a rich environment for RL research. PySC2 provides an interface for RL agents to interact with StarCraft 2, getting observations and sending actions. The easiest way to get PySC2 is to use pip. That will install the pysc2...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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: 259 This Week
    Last Update:
    See Project
  • 12
    Speed Dreams : an Open Motorsport Sim
    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 growing community. It mainly aims to implement exciting new features, cars, tracks and AI opponents to make a more enjoyable game for the player, while constantly pushing forward visual and physics...
    Leader badge
    Downloads: 200 This Week
    Last Update:
    See Project
  • 13
    boats

    boats

    a race scenario drawing tool

    Leader badge
    Downloads: 24 This Week
    Last Update:
    See Project
  • 14

    YAPCG

    Yet another Pathfinder Character Generator

    Yet Another Pathfinder Character Generator (YAPCG) is an Excel spreadsheet designed to help you create and manage your character for the table-top role-playing game Pathfinder (1st edition), including Gestalt characters. It is an Excel-only spreadsheet, and will not function properly with OpenOffice, LibreOffice, Google Sheet, or others.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 15
    Guts And Glory

    Guts And Glory

    A game about father and son riding their bicycle through obstacle cour

    Welcome to Guts and Glory -- The craziest game show on earth, where ordinary people compete in extraordinary challenges of life and death, for glory! The objective is simple: Race to the finish line while everything tries to kill you. Dodge spinning saw blades, deadly spikes, explosives, turrets, and many other hazards—while navigating insane tracks set in a wide variety of environments. A game full of LOLs and WTFs and OMGs, where failing can be just as much fun as winning. Do...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    Stars! Nova
    Stars! Nova is a clone of the classic 4X space strategy game Stars!. While nowhere near the functionality of Stars! quite a few features have been implemented so far. See the Nova web page for details.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 17
    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: 2 This Week
    Last Update:
    See Project
  • 18
    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: 1 This Week
    Last Update:
    See Project
  • 19
    Content Manager

    Content Manager

    A custom launcher and content management app for Assetto Corsa

    ... 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: 3 This Week
    Last Update:
    See Project
  • 20
    YAPCG - 2023

    YAPCG - 2023

    Yet Another Pathfinder Character Generator - with Gestalt

    Yet Another Pathfinder Character Generator (YAPCG) is an Excel spreadsheet designed to help you create and manage your character for the table-top role-playing game Pathfinder (1st edition), including Gestalt characters. It is an Excel-only spreadsheet, and will not function properly with OpenOffice, LibreOffice, Google Sheet, or others.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    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...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    DoomBattleZone

    DoomBattleZone

    DOOM® Multiplayer Battles👿

    Play the original DOOM® online in a competitive arena. Race through hell. Hunt down your opponents. Work with or against other players.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Parabator 2 (Xtreme3d Engine)

    Parabator 2 (Xtreme3d Engine)

    Simple 3d Top-Down Shooter & Free 3d Board Game

    ...) // Arrow Left & Arrow Right - Sandbox get money on ga- me (do not use during normal play) // Space – Roll the dice in game (do quickly then Like in shooter game) // Hold Tab - take the figuries (you need find then on map) // Enter key - start new game ----- How to win⠀⠀⠀ Defeat the (boss race) ---Argonian--- Defeat rush of the sin Defeat 665 cyber-demons it's really possible do this Author: Max P. My Facebook: https://www.facebook.com/100000584954813/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Parabator 3 version 1.5.1

    Parabator 3 version 1.5.1

    Attention! This tiny board/shooter game just created for fun

    ... - Sandbox navigation on ga- me (do not use during normal play) // Arrow Left & Arrow Right - Sandbox get money on ga- me (do not use during normal play) // Space – Roll the dice in game (do quickly then Like in shooter game) // Hold Tab - take the figuries (you need find then on map) // Enter key - start new game ----- How to win⠀⠀⠀ Defeat the (boss race) ---Argonian--- it's really possible do this Author: Max P. My Facebook: https://www.facebook.com/100000584954813/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Parabator 3 - Rush of the Wind 1.4.3

    Parabator 3 - Rush of the Wind 1.4.3

    Parabator 3 - Rush of the Wind 1.4.3 (Xtreme3D Engine) Free board game

    ... during normal play) // Arrow Left & Arrow Right - Sandbox get money on ga- me (do not use during normal play) // Space – Roll the dice in game (do quickly then Like in shooter game) // Hold Tab - take the figuries (you need find then on map) // Enter key - start new game ----- // Printscreen take screenshot (You know) How to win⠀⠀⠀ Defeat the (boss race) ---Argonian--- it's really possible do this Tips in game * Look artifacts * Pump up agility skill in matchs
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next