Showing 127 open source projects for "rd-builds"

View related business solutions
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • 1
    VSCodium

    VSCodium

    binary releases of VS Code without MS branding/telemetry/licensing

    .... Telemetry is disabled. If you want to build from source yourself, head over to Microsoft’s vscode repo and follow their instructions. VSCodium exists to make it easier to get the latest version of MIT-licensed VSCode. Please note that some Visual Studio Code extensions have licenses that restrict their use to the official Visual Studio Code builds and therefore do not work with VSCodium.
    Downloads: 119 This Week
    Last Update:
    See Project
  • 2
    FreeRDP

    FreeRDP

    FreeRDP is a free remote desktop protocol library and clients

    FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Enjoy the freedom of using your software wherever you want, the way you want it, in a world where interoperability can finally liberate your computing experience. The nightly builds are installed into /opt/freerdp-nightly and can be installed in parallel with the distributions regular freerdp package. Network tracing of RDP can be quite a challenge due to a number of factors...
    Downloads: 65 This Week
    Last Update:
    See Project
  • 3
    stress-ng

    stress-ng

    This is the stress-ng upstream project git repository.

    This is the stress-ng upstream project git repository. stress-ng will stress test a computer system in various selectable ways. It was designed to exercise various physical subsystems of a computer as well as the various operating system kernel interfaces. stress-ng was originally intended to make a machine work hard and trip hardware issues such as thermal overruns as well as operating system bugs that only occur when a system is being thrashed hard. Use stress-ng with caution as some of...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 4
    BizHawk

    BizHawk

    BizHawk is a multi-system emulator written in C#

    .... Programmatic control over core and frontend with Lua or C#.NET. Development builds are made automatically whenever someone contributes. Because of this, we recommend using a release for work that requires stability (such as TASing), and only switching to a dev build if there's a specific change or addition you need.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save 50% off for 3 months with QuickBooks Payroll when you Buy Now

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • 5
    Tasmota

    Tasmota

    Alternative firmware for ESP8266 with easy configuration

    ... unexpected behaviour for your device and configuration, you should upgrade to the latest development version instead to see if your problem is resolved as some bugs in previous releases or development builds may already have been resolved. Single binary firmware. Support for TuyaMCU. Increase PWM channels to 16. Initial support for ESP32S3 with support for 38 configurable GPIOs.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 6
    BlackHole

    BlackHole

    BlackHole is a modern macOS audio loopback driver

    BlackHole is a modern macOS virtual audio loopback driver that allows applications to pass audio to other applications with zero additional latency.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    libgit2

    libgit2

    A cross-platform, portable, linkable Git implementation library

    libgit2 is a portable, pure C implementation of the Git core methods provided as a re-entrant linkable library with a solid API, allowing you to write native speed custom Git applications in any language which supports C bindings. Libgit2 is developed with CMake, and this is be the easiest way to build a binary from the source. The CMake build system provides lots of options to configure the libgit2 build for your particular needs. It’s highly recommended that you build libgit2 as a static...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 8
    Flecs

    Flecs

    A fast entity component system (ECS) for C & C++

    Flecs is a fast and lightweight Entity Component System that lets you build games and simulations with millions of entities (join the Discord!). Here are some of the framework's highlights. Fast zero dependency C99 API. Modern type-safe C++11 API that doesn't use STL containers. Minimal ECS core with optional addons. Entire codebase builds in less than 5 seconds. Runs in the browser without modifications with emscripten. Cache-friendly archetype/SoA storage that can process millions of entities...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    Urbit

    Urbit

    An operating function

    ...) in the kernel so app developers can focus on business logic. The entire OS is a single pure function that provides application developers with strong guarantees: automated persistence and memory management, repeatable builds, and support for hot code reloading. Urbit is a personal OS designed from scratch to run peer-to-peer applications. A clean-slate OS and network for the 21st century.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build enterprise-ready GenAI experiences with MongoDB Atlas Icon
    Build enterprise-ready GenAI experiences with MongoDB Atlas

    Combine the power of Google Cloud's robust infrastructure with the flexibility and scalability of MongoDB Atlas.

    MongoDB Atlas is a unified developer platform that enables you to confidently accelerate the deployment of GenAI-powered applications. Additionally, when purchased on Google Cloud Marketplace, you pay for only the resources you use with no upfront commitment.
    Get Started
  • 10
    Handmade Math

    Handmade Math

    A simple math library for games and computer graphics

    ..., but be aware that it may incur an extra function call in unoptimized builds. Made HMM_Power faster, Fixed possible efficiency problem with HMM_Normalize, RENAMED HMM_LengthSquareRoot to HMM_LengthSquared, RENAMED HMM_RSqrtF to HMM_RSquareRootF, RENAMED HMM_SqrtF to HMM_SquareRootF, REMOVED Inner function (user should use Dot now), REMOVED HMM_FastInverseSquareRoot function declaration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    xmake

    xmake

    A cross-platform build utility based on Lua

    A cross-platform build utility based on Lua. Xmake is a lightweight, cross-platform build utility based on Lua. It is very lightweight and has no dependencies due to the integration of the Lua runtime. It uses xmake.lua to maintain project builds with a very simple and readable syntax. We can use it to build projects directly like Make/Ninja or generate project files like CMake/Meson. It also has a built-in package management system to help users integrate C/C++ dependencies. The official...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Particle Firmware for the Electron, P1

    Particle Firmware for the Electron, P1

    Device OS (Firmware) for particle devices

    ... firmware is contained in this repository. The main user code sits in the application.cpp file under firmware/user/src/ folder. Unless you know what you are doing, refrain from making changes to any other files. After you are done editing the files, you can rebuild the repository by running the make command in the firmware/main/ directory. If you have made changes to any of the other directories, make automatically determines which files need to be rebuilt and builds them for you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    StereoKit

    StereoKit

    An easy-to-use mixed reality library for building VR applications

    ... development. Builds your application to device in seconds, not minutes. Mixed Reality inputs like hands and eyes are trivial to access. Texture formats .jpg, .png, .tga, .bmp, .psd, .gif, .hdr, .pic, .qoi, equirectangular cubemap, procedural. Documentation generated directly from the source code, including screenshots.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Warzone 2100

    Warzone 2100

    RTS game with the theme of Strategy by Design

    ... Windows builds, take the game and install it anywhere! Our source repo is now at https://github.com/Warzone2100/warzone2100 Warzone 2100 works on both 32 & 64 bit Windows Vista or higher, 32 or 64 bit Linux, & macOS 10.10+.
    Leader badge
    Downloads: 4,613 This Week
    Last Update:
    See Project
  • 15

    IPMI Management Utilities

    Manage and interpret IPMI systems with common a software tool

    ipmiutil is an easy to use set of IPMI server management utilities. It can get/set sensor readings & thresholds, automate SEL management, do SOL console, etc. Supports Linux, Windows, BSD, Solaris, MacOSX. The only IPMI project tool that runs natively on Windows. See ipmiutil.sf.net for rpms, etc. (formerly called panicsel). It can run driverless in Linux for use on boot media or embedded environments.
    Leader badge
    Downloads: 667 This Week
    Last Update:
    See Project
  • 16
    GnuCOBOL

    GnuCOBOL

    A free COBOL compiler

    GnuCOBOL (formerly OpenCOBOL) is a free, modern COBOL compiler. GnuCOBOL implements a substantial part of the COBOL 85, X/Open COBOL and newer ISO COBOL standards (2002, 2014, 2023), as well as many extensions included in other COBOL compilers (IBM COBOL, MicroFocus COBOL, ACUCOBOL-GT and others). GnuCOBOL translates COBOL into C and internally compiles the translated code using a native C compiler. Build COBOL programs on various platforms, including GNU/Linux, Unix, Mac OS X, and...
    Leader badge
    Downloads: 578 This Week
    Last Update:
    See Project
  • 17
    MPlayer for Win32/Win64

    MPlayer for Win32/Win64

    MPlayer Mencoder FFmpeg native win32/win64 builds

    Binary builds of MPlayer/MEncoder for win32/win64, FFmpeg MinGW related packages and MinGW-w64 toolchains
    Leader badge
    Downloads: 404 This Week
    Last Update:
    See Project
  • 18
    di

    di

    advanced disk information utility

    'di' is a disk information utility, displaying everything (and more) that your 'df' command does. It features the ability to display your disk usage in whatever format you prefer. 'di' also checks the user and group quotas, so that the user sees the space available for their use, not the system wide disk space. 'di' is designed to be portable across many platforms and is great for heterogenous networks.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 19

    Gnu Tools

    Unix Tools For Windows

    CodeBlocks With A full development environment. Took a while but CodeBlocks is now upto speed and in sync with the current release version. New version of CodeBlocks supports XML based configuration, so users can do specialized compiler support if needed. Changed away from the old Msys in favor of Msys2 which has better support for a lot of things like miktex. Old package is still there if you still need it but wont be developed on anymore. Loads of modifications compared to the...
    Downloads: 16 This Week
    Last Update:
    See Project
  • 20

    ION-DTN

    Delay-Tolerant Networking suitable for spacecraft and ground

    ...) software distribution implements Delay-Tolerant Networking (DTN) architecture, as described in Internet RFC 4838. It is intended to be usable in embedded environments, including spacecraft flight computers and ground systems. ION 4.x builds BPv7 (RFC 9171) by default, with a configure option for BPv6 (RFC 5050). Windows installers for both BPv6 and BPv7 are provided.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 21
    Ancient Linux on Windows

    Ancient Linux on Windows

    Building and running ancient Linux on Windows

    While I may have started with Linux 0.11, I've expanded this to include several older relases of the Linux kernel that you can cross compile from Windows, and run on Qemu. I've managed to get the older versions of the software tools running on Windows, so that there is no major invasive source changes, outside of either broken drivers, or massaging the makefiles to find things in the new paths, and calling the appropriate tools where needed. Linux 0.10 is the first oldest version of...
    Downloads: 9 This Week
    Last Update:
    See Project
  • 22
    Project: Olympus

    Project: Olympus

    An Arduino-based Altitude and IMU Payload for Model Rocketry

    ... at how to calculate the proper size vent holes to allow the altimeter to function properly, as well as how ambient air temperature can affect your altitude results. The project isn't completely finished even after all of the construction is done, as we include a section on how we can improve this version of the project in future builds.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 23

    ArkiFuse - Arki's mod of "FUSE" emulator

    Builds of "FUSE" emulator with my own mods

    ArkiFuse is a free (GPL v2+) ZX Spectrum emulator based on FUSE Spectrum emulator (https://sourceforge.net/projects/fuse-emulator/). ArkiFuse contains some additional modifications and fixes, which have not been accepted or merged (yet) into the original FUSE project. See "Files" tab for download options of distribution files. Individual modifications/features can be tested with separately built distribution file(s) or .. - Nightly build of (Fuse) master, without mods - ...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 24
    SpectrumViewer for Windows

    SpectrumViewer for Windows

    Continuous display of audio spectrum from PC input or wave file

    Reads audio from Windows audio interface or wave file and creates a continuous spectrum display. Command line support for generating sine, square, triangle and sawtooth wave files. Uses biquad IIR digital filters for frequency detection, plus digital lowpass filters for output extraction. Highly configurable. 60+ FPS with suitable hardware. Manual or automatic gain control.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    ConceptBase.cc

    ConceptBase.cc

    A Database System for Metamodeling and Method Engineering

    ConceptBase.cc is a multi-user deductive and object-oriented database system for metamodeling and method engineering. Includes a graphical client that builds upon the logic-based features of the ConceptBase.cc server. The data model is O-Telos. ConceptBase.cc can represent information at the data level (example data, traces of process executions etc.), the class level (schemas, process definitions etc.), the metaclass level (constructs of modeling languages), the meta-metaclass level...
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project