Showing 85 open source projects for "99"

View related business solutions
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • Find Hidden Risks in Windows Task Scheduler Icon
    Find Hidden Risks in Windows Task Scheduler

    Free diagnostic script reveals configuration issues, error patterns, and security risks. Instant HTML report.

    Windows Task Scheduler might be hiding critical failures. Download the free JAMS diagnostic tool to uncover problems before they impact production—get a color-coded risk report with clear remediation steps in minutes.
    Download Free Tool
  • 1
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    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
  • 3
    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: 19 This Week
    Last Update:
    See Project
  • 4
    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: 4 This Week
    Last Update:
    See Project
  • Atera all-in-one platform IT management software with AI agents Icon
    Atera all-in-one platform IT management software with AI agents

    Ideal for internal IT departments or managed service providers (MSPs)

    Atera’s AI agents don’t just assist, they act. From detection to resolution, they handle incidents and requests instantly, taking your IT management from automated to autonomous.
    Learn More
  • 5
    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: 0 This Week
    Last Update:
    See Project
  • 6
    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: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8

    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: 12 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
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    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
  • 11
    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
  • 12

    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
  • 13
    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: 121 This Week
    Last Update:
    See Project
  • 14
    USB_to_RS232 Connector (usbModem)

    USB_to_RS232 Connector (usbModem)

    Internet Connectivity on Retro Computer Hardware!

    Connect to any BBS or SSH host from any 8, 16 or 32 bit - Atari, Commodore, TRS-80 CoCo or TI-99 computer using a USB to RS232 PL2303 cable Internet Connectivity on Retro Computer Hardware! usbModem Commands and Options help -> Display help nn [bbs_#] -> Connect BBS by listing number src [pattern*] -> Search for BBS listing number save [bbs_#] [user] [password ] -> Save BBS user/password list [bbs_#] -> Display BBS by listing number atz -> Clear reset screen atd [hostname/IP] [port] -> telnet to host ssh [user@hostname:port] -> ssh to host prompt [value] -> Set command prompt ysend -> YMODEM Batch download yrecv -> YMODEM Batch upload xsend [filename] -> XMODEM Download xrecv [filename] -> XMODEM Upload lsi -> List inbound folder lso -> List outbound folder -
    Downloads: 11 This Week
    Last Update:
    See Project
  • 15

    hash_val_4_Bloom

    search for hash values used in Bloom filter for QNR membership

    FenderBender -- on MersenneForum.org "Determine Squares" -- came up with using Bloom filter to detect Quadratic non-residues modulo small primes in order to reject what inputs are certainly not square roots. This reduces, by > 99%, the amount of actual square root calc's done and therefore is more efficient and faster. Search fur 32-bit vs 64-bit, hash values that make "perfect" Bloom filter. Variety of (simple) hash functions, requiring 2, 3, 4 or 5 hash values. Hideously vast search space. Non-differentiable, so no gradient descent algo's.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    UStore

    UStore

    Multi-Modal Database replacing MongoDB, Neo4J, and Elastic

    Multi-Modal Database replacing MongoDB, Neo4J, and Elastic with 1 faster ACID solution, with NetworkX and Pandas interfaces, and bindings for C 99, C++ 17, Python 3, Java, GoLang.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    OpenWheel

    Creation of Covering Set using a greedy algorithm

    ...It create Lotto Covering Set or OpenWheels using a true greedy method with full usage of multithreads and 64bits addressing. It can create partial wheels for lotto or keno games. It can handle m=3..12 Up to v=99 balls k up to 12. Of course real values dépends of your hardware configuration. You have to agree with a big Y the ressources involved.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    pgFormatter

    A PostgreSQL SQL syntax beautifier

    pgFormatter is a SQL formatter/beautifier supports keywords from SQL-92, SQL-99, SQL-2003, SQL-2008, SQL-2011 and PostgreSQL specifics keywords. May works with any other databases too. pgFormatter can work as a console program or as a CGI. It will automatically detect his environment and output as text or as HTML following the context.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    TNT Windows Countdown

    TNT Windows Countdown

    Shutdown PC, Log Off System Account, Start or Close Any File.

    Nice and Harmless Countdown with a slightly bizarre design, recalling the idea of the "TNT" dynamites used in the cartoon series of the 50s-60s by Wile E. Coyote. In the Secret Sub-Menu, after having entered the password, in default "000000", we find various settings to be used individually or together. Its Purpose is simple, make a Joke a Friend on his PC or Shutdown of Windows or Log-Out of PC. Moreover can Starting any Files or Processes: Images, Videos or Exec, Trying NOT to be too BAD...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    compatible lite doom

    compatible lite doom

    Ms Dos port with slopes 3d floors true3d demo compatibility fast speed

    Dos Doom with 3d floors, slopes, destructible architecture, demo compatibility 1.9, fast speed youtube https://goo.gl/pbNybV Requirements: 486DX, 4MB RAM Win95, 8MB Dos(run -ram8mb parm) https://goo.gl/agT2wc https://goo.gl/3EFVBg Recommended: 486DX4 100MHz, 16MB RAM https://goo.gl/IWGLkQ Run on Dos,Win9x, XP 7 32 bits, Dosbox Turbo Android requires Dosbox: Win 64bit or WinXP w/ some video drivers https://goo.gl/FE6rRF Bugs: command line needs one space after wad or other parm to...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    K-Framework
    The KFramework is the first integral SOFEA/SOUI framework for web based business applications using Domain Driven Design. The framework provides a web delivered SWING frontend and a WebServices based backend.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    sled

    sled

    The champagne of beta embedded databases

    ...Uses modern b-tree techniques such as prefix encoding and suffix truncation for reducing the storage costs of long keys with shared prefixes. If keys are the same length and sequential then the system can avoid storing 99%+ of the key data in most cases, essentially acting like a learned index. sled performs prefix encoding on long keys with similar prefixes that are grouped together in a range, as well as suffix truncation to further reduce the indexing costs of long keys.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Gabedit is a Graphical User Interface for FireFly (PC-Gamess), Gamess-US, Gaussian, Molcas, Molpro, MPQC, NWChem, OpenMopac, Orca, PSI4 and Q-Chem computational chemistry packages.
    Leader badge
    Downloads: 60 This Week
    Last Update:
    See Project
  • 24
    OoeyGUI MESS Launcher

    OoeyGUI MESS Launcher

    GUI Launcher to launch MAME Emulated TI-99 16bit Computer Systems

    OoeyGUI MESS Launcher has been coded by Chris Schneider [SHIFT838] to be a front-end launcher for use to with MAME to easily launch an emulated TI-99/2, TI-99/4, TI-99/4A, TI-99/8 and Myarc Geneve 9640 computer systems. This application has been tested with MAME v0.225b and higher and is completed coded in Python for cross OS compatibility. It has been tested on Windows 10, Linux Ubuntu 20.04, MacOS Catalina/Big Sur and Raspberry OS on RPi4. Please be aware that MAME program switches have changed and this launcher will not work with older versions. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    BudgetML

    BudgetML

    Deploy a ML inference service on a budget in 10 lines of code

    Deploy a ML inference service on a budget in less than 10 lines of code. BudgetML is perfect for practitioners who would like to quickly deploy their models to an endpoint, but not waste a lot of time, money, and effort trying to figure out how to do this end-to-end. We built BudgetML because it's hard to find a simple way to get a model in production fast and cheaply. Deploying from scratch involves learning too many different concepts like SSL certificate generation, Docker, REST,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next