Showing 132 open source projects for "99"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    Neovim 99

    Neovim 99

    Neovim AI agent done right

    Neovim 99 is an experimental GitHub repository created by well-known developer and educator ThePrimeagen that explores what he describes as the “ideal AI workflow” for developers who want a streamlined, high-quality integration of AI tooling into real coding environments — particularly focused on tools like Neovim and agent-centric workflows.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    ThumbmarkJS

    ThumbmarkJS

    World's fastest growing browser fingerprinting library

    ...Using signals like canvas, audio, fonts, and WebGL, ThumbmarkJS generates a stable, persistent fingerprint with ~80% uniqueness that works across sessions, even in private/incognito browsing or after a cleared cache. Install client-side only via CDN or npm, or connect the optional hosted API to boost uniqueness to ~99%.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    StringZilla

    StringZilla

    10x faster string search, split, sort, and shuffle for long strings

    ...StringZilla uses a heuristic so simple it's almost stupid... but it works. It matches the first few letters of words with hyper-scalar code to achieve memcpy speeds. The implementation fits into a single C 99 header file and uses different SIMD flavors and SWAR on older platforms. The Str is designed to replace long Python str strings and wrap our C-level API. On the other hand, the File memory-maps a file from persistent memory without loading its copy into RAM. The contents of that file would remain immutable, and the mapping can be shared by multiple Python processes simultaneously. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 4
    GitFut

    GitFut

    Your GitHub stats, turned into a World-Cup-style player card

    GitFut is a playful web app that turns a GitHub profile into a World-Cup-style football player card. It scores a user out of 99 by reading live GitHub profile signals instead of asking for self-reported data. The project maps GitHub activity into football-style stats such as pace, shooting, passing, dribbling, defending, and physicality. It also assigns an overall rating, position, archetype, country flag, and card finish based on the shape and strength of the profile data.
    Downloads: 1 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New customers can spin up VMs, build with AI, and query data at no cost.

    Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
    Start Free
  • 5
    Kompose

    Kompose

    Go from Docker Compose to Kubernetes

    ...With Kompose, you can now push the same file to a production container orchestrator! Our conversions are not always 1-1 from Docker Compose to Kubernetes, but we will help get you 99% of the way there! kompose is a convenience tool to go from local Docker development to managing your application with Kubernetes. Transformation of the Docker Compose format to Kubernetes resources manifest may not be exact, but it helps tremendously when first deploying an application on Kubernetes. We have multiple ways to install Kompose. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Linkify

    Linkify

    JavaScript plugin for finding links in plain-text and converting them

    ...Detect URLs and email addresses #hashtag, @mention and #-ticket plugins. React and jQuery support. Multi-language and emoji support. Custom link plugins. Fast, accurate, and small footprint (~20kB minified, ~11kB gzipped) 99% test coverage. Compatible with all modern browsers (Internet Explorer 11 and up). By default Linkify will only detect and highlight web URLs and e-mail addresses. Plugins for @mentions, #hashtags and more may be installed separately.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    AutoCannon

    AutoCannon

    fast HTTP/1.1 benchmarking tool written in Node.js

    ...There are two tables, one for the request latency, and one for the request volume. The latency table lists the request times at the 2.5% percentile, the fast outliers; at 50%, the median; at 97.5%, the slow outliers; at 99%, the very slowest outliers. Here, lower means faster. When in workers mode, you need to pass in an absolute file path to all the options that accept a function. This is because a function passed into the main process can not be cloned and passed to the worker. So instead, it needs a file that it can require. When combining a fixed amount of requests with concurrent connections and an overallRate limit, autocannon will distribute the requests.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    AlaSQL

    AlaSQL

    JavaScript SQL database for browser and Node.js for relational tables

    ...The library adds the comfort of a full database engine to your JavaScript app. No, really - it's working towards a full database engine complying with most of the SQL-99 language, spiced up with additional syntax for NoSQL (schema-less) data and graph networks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Uno Platform

    Uno Platform

    Build Mobile, Desktop and WebAssembly apps

    The first and only UI Platform for single-codebase applications for Windows, WebAssembly, iOS, macOS, Android and Linux. The only open source-platform for creating true single-source, multi-platform applications. Reuse 99% of the business logic and UI layer across native mobile, web and desktop. Maintain pixel-perfect control over where pixels go while having a choice of developing a platform-specific or custom look and feel of your application. Familiarity and richness of C# and XAML combined with productivity boosts of hot reload, hot restart, edit and continue and more. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Train ML Models With SQL You Already Know Icon
    Train ML Models With SQL You Already Know

    BigQuery automates data prep, analysis, and predictions with built-in AI assistance.

    Build and deploy ML models using familiar SQL. Automate data prep with built-in Gemini. Query 1 TB and store 10 GB free monthly.
    Try Free
  • 10
    SY-FloorBoard
    A collection of graphical midi based editors, each made specifically for the Boss SY-1000 , Roland VG-99 guitar, or VB-99 bass synth units, which provide an alternative to the Boss/Roland version of midi editors, with full features and control of the SY-1000, VG-99, or VB-99 from a Windows, Mac, or Linux computer.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 11
    fgprof

    fgprof

    fgprof is a sampling Go profiler that allows you to analyze On-CPU

    fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together. Go's builtin sampling CPU profiler can only show On-CPU time, but it's better than fgprof at that. Go also includes tracing profilers that can analyze I/O, but they can't be combined with the CPU profiler. fgprof is designed for analyzing applications with mixed I/O and CPU workloads. This kind of profiling is also known as wall-clock profiling. If this is the first time you hear...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    LittleLink

    LittleLink

    A lightweight DIY alternative to services like Linktree

    ...Using Skeleton let us build something that loads quickly & doesn't have any of the unnecessary bloat you would get from using a large framework for a page that requires nothing more than simplicity. LittleLink scored a 99/100 in performance when tested with Google Lighthouse.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Fortio

    Fortio

    Fortio load testing library, command line tool, advanced echo server

    Fortio (Φορτίο) started as, and is, Istio’s load testing tool and later (2018) graduated to be its own open-source project. Fortio runs at a specified query per second (qps) and records an histogram of execution time and calculates percentiles (e.g. p99 ie the response time such as 99% of the requests take less than that number (in seconds, SI unit)). It can run for a set duration, for a fixed number of calls, or until interrupted (at a constant target QPS, or max speed/load per connection/thread). Fortio is a fast, small (4Mb docker image, minimal dependencies), reusable, embeddable go library as well as a command line tool and server process, the server includes a simple web UI and REST API to trigger run and see graphical representation of the results (both a single latency graph and a multiple results comparative min, max, avg, qps and percentiles graphs).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    99 Nights In The Forest Script [Keyless]

    99 Nights In The Forest Script [Keyless]

    99 Nights Script Keyless: Kill Aura, Auto Combat, Auto Craft, & more.

    This is Keyless Script work Only 99 Nights in The Forest Roblox Game. We tested the script using Xeno Executor, and it works perfectly. Therefore, for your convenience, the script comes with an injector that is perfectly suited for it. In this case, it is Xeno. In addition, this script does not require a key, so you can use it without any problems.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    psx-comBINe

    PSX Multi-Bin Game Combiner Utility

    psx-comBINe is a lightweight and fast, cross-platform program to combine multi-bin CD-ROM PSX Games into a single .CUE and .BIN pair. It supports all CUE MODES, Remarks, 99 TRACKS, with 99 INDEXs each, support for multi-session dumps, and more. 32-bit and 64-bit exes for Windows Systems are in the release files. psx-comBINe supports the CUE sheet specifications; Supports all of the GNU approved CUE TYPEs REM lines a max of 99 TRACKs and 99 INDEXs (as per CUE spec) Repairs slightly malformed inputs Ensures proper byte-alignment for the CUE Specifications NOTE This program is in no way intended to support or condone piracy. ...
    Downloads: 19 This Week
    Last Update:
    See Project
  • 16
    Roblox Auto Clicker – Free Open Source

    Roblox Auto Clicker – Free Open Source

    An advanced, open-source auto clicker for Roblox with hotkey control,

    ...It features customizable hotkeys (F6 start, F7 stop, F8 emergency stop), multiple click patterns (single, area, multi-point, circular), and game-aware safety that only activates when Roblox is running. The tool includes presets for popular games like Pet Sim 99, Blox Fruits, and Bee Swarm, plus options like randomized delays, auto breaks, and session limits to mimic human behavior and avoid detection. Download the standalone EXE or access the source code on GitHub. Perfect for grinders looking to farm, hatch, or level up faster. No installs, no ads, just a reliable Roblox auto clicker
    Leader badge
    Downloads: 452 This Week
    Last Update:
    See Project
  • 17

    opentypeless

    Open-source AI voice typing for macOS, Windows, and Linux.

    ...It lets users press a hotkey, speak naturally, and turn speech into polished text in any app, with support for AI rewriting, translation, custom dictionaries, BYOK providers, and 99 languages.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18

    Whisper-Transcriber-Tool

    Desktop application that converts video files into accurate text

    ...Perfect for journalists, researchers, students, content creators, and anyone who needs reliable transcription. KEY FEATURES: - High-accuracy AI transcription with 99+ language support - Works completely offline - no internet required, total privacy - Supports all common video formats (mp4) - Batch processing for multiple files - Automatic language detection - Drag & drop interface - Export as SRT formats - No file size limits PORTABLE VERSION: - No installation needed - Run from USB or any folder - FFmpeg and AI models included - Lightweight and fast WHY CHOOSE WHISPERTRANSCRIBER: ✓ 100% free forever - no subscriptions or hidden costs ✓ Complete privacy - all processing happens on your computer ✓ No account or registration required ✓ Professional-grade accuracy ✓ Works offline
    Leader badge
    Downloads: 21 This Week
    Last Update:
    See Project
  • 19
    error.html

    error.html

    ERR‑SCAN‑FREE

    ┌────────────────────────────────┐ │ ERROR.HTML – reFINAL STABLE │ └────────────────────────────────┘ MODUL: business● scan● refinal● free_nc● pro● soft● SCAN: version=last_stable free=kurz aktiv pro=voll soft=leicht read=tief near=ort+umfeld NCp FAIL: id=aktiv addr=ping ask="was will er" near="was liegt nah" hlp="was kann er" IKI-CUBE: (88)-(XX)-(69) µ-(77)-(99)-(11) (22)-(44)-(33) reFINAL: start=sauber ende=klar bind=business_oben HINWEIS: error.html ist der raum kein weiterer nötig seite läuft stabil
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    r49

    Calculation of specific emissions for diesel engine test cycles.

    Calculation of modes and specific emissions for stationary diesel engine test cycles (UN ECE Regulation No. 49, UN ECE Regulation No. 96, UN ECE Regulation No. 85, OST 37.001.234-81, GOST 17.2.2.05-97, GOST 30574-98, GOST R 51249-99).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This is one of the most popular Doom source ports. It is available for DOS, Windows, Linux and Mac OS X, and should build on any POSIX platform which supports SDL. It enhances Doom with things like TCP/IP networking, OpenGL renderer, Heretic support and much more.
    Leader badge
    Downloads: 130 This Week
    Last Update:
    See Project
  • 22
    AZERTY Global

    AZERTY Global

    Pilote de clavier français AZERTY amélioré et international

    ...AZERTY Global ajoute un accès direct aux majuscules accentuées via le Verrouillage Majuscule intelligent (seules les lettres sont affectées), place la ponctuation française et les symboles de programmation à portée de doigt, et supporte plus de 200 langues via des touches mortes. Adaptation rapide : Seulement 5 changements par rapport à l'AZERTY classique. 99 % de vos habitudes de frappe sont préservées, moins de 1 % des frappes diffèrent. La plupart des utilisateurs s'adaptent en quelques heures. Aucun matériel requis : Installation logicielle simple, compatible avec tous les claviers physiques existants. 🌐 Site web : https://azerty.global
    Downloads: 9 This Week
    Last Update:
    See Project
  • 23

    RDispServ

    Multi-threaded display server for the framebuffer using SDL2

    This is a multi-threaded server which opens the display as a framebuffer and allows several external programs to draw graphic elements on the screen and retrieve keyboard and mouse events. This is so multiple applications can access the screen without running X11/Wayland, A client library is used to communicate to the server, and has drawing and event handling routines which resemble other graphic API's. These correspond to the SDL2 routines the server uses to draw on the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    LMC_by_alexiskappa

    LMC_by_alexiskappa

    A simple program for the Little Man Computer concept

    ...Remember that commands are three digit numbers with the first number being the instruction and the next two digits being the memory address box. LMCv1_by_alexiskappa has the general instructions displayed. Just write your commands/data inside the boxes 00-99 [MEMORY] and then click on the "RUN" button. "RESET" clears the contents of the boxes. LMCv2_by_alexiskappa has a simple animation, showing the order of each step. Just click the button "Animation OFF" to enable it, before clicking the "RUN" button. Easter Egg: Try adding in box 00 the number 601 and in box 01 the number 600. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    BuddyCAD

    BuddyCAD

    A set of freeware applications for viewing/processing P-CAD files.

    BuddyCAD Viewer+ can view/process files for following P-CAD versions: - P-CAD v4.5 - P-CAD v8.5 / v8.7 / v9.0 - P-CAD 99 / Accel / 2002 / 2004 / 2006 (through ASCII import)
    Downloads: 12 This Week
    Last Update:
    See Project