Showing 118 open source projects for "d-apt"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 1
    d-apt

    d-apt

    APT repository to easily install/upgrade D binary packages

    "d-apt" is an APT repository to easily install/upgrade D binary packages on systems like Debian, Ubuntu, LinuxMint, etc.
    Leader badge
    Downloads: 368,015 This Week
    Last Update:
    See Project
  • 2
    EKS Distro Repository

    EKS Distro Repository

    Amazon EKS Distro (EKS-D) is a Kubernetes distribution

    ...EKS-D follows the same Kubernetes version release cycle as Amazon EKS, and we provide the bits here. EKS-D provides the same software that has enabled tens of thousands of Kubernetes clusters on Amazon EKS. EKS is a fully managed Kubernetes platform, while EKS-D is available to install and manage yourself. You can run EKS-D on-premises, in a cloud, or on your own systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    AWS IoT Device SDK v2 for Python

    AWS IoT Device SDK v2 for Python

    Next generation AWS IoT Client SDK for Python

    Next-generation AWS IoT Client SDK for Python using the AWS Common Runtime. This document provides information about the AWS IoT Device SDK v2 for Python. This SDK is built on the AWS Common Runtime, a collection of libraries (aws-c-common, aws-c-io, aws-c-mqtt, aws-c-compression, aws-c-http, aws-c-cal, aws-c-auth, s2n ...) written in C to be cross-platform, high-performance, secure, and reliable. The libraries are bound to Python by the awscrt package (PyPI). AWS IoT provides the cloud...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    ShellCheck

    ShellCheck

    A static analysis tool for shell scripts

    ShellCheck is a GPLv3 tool that provides warnings and possible suggestions for bash/sh shell scripts. ShellCheck finds bugs in your shell scripts. You can cabal, apt, dnf, pkg or brew install it locally right now. ShellCheck highlights and clarifies typical beginner's syntax mistakes and issues that cause a shell to give a cryptic error message. It shows typical intermediate level semantic problems that cause a shell to behave in a abnormally and counter-intuitively. It can also discover ssubtle caveats, corner cases and pitfalls that may cause an user's working script to fail under probable future circumstances. ...
    Downloads: 16 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
  • 5
    AWS IoT Device SDK for Java v2

    AWS IoT Device SDK for Java v2

    Next generation AWS IoT Client SDK for Java

    Next-generation AWS IoT Client SDK for Java using the AWS Common Runtime. This SDK is built on the AWS Common Runtime, a collection of libraries (aws-c-common, aws-c-io, aws-c-mqtt, aws-c-http, aws-c-cal, aws-c-auth, s2n...) written in C to be cross-platform, high-performance, secure, and reliable. The libraries are bound to Java by the aws-crt-java package. Consuming this SDK via Maven is the preferred method of consuming it. Supports API 26 or newer. NOTE: The shadow sample does not...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    nheko

    nheko

    Desktop client for Matrix using Qt and C++20

    Desktop client for Matrix using Qt and C++20. The motivation behind the project is to provide a native desktop app for Matrix that feels more like a mainstream chat app (Element, Telegram etc) and less like an IRC client.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 7
    Unicorn Engine

    Unicorn Engine

    Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc

    ...Clean/simple/lightweight/intuitive architecture-neutral API. Implemented in pure C language, with bindings for Pharo, Crystal, Clojure, Visual Basic, Perl, Rust, Haskell, Ruby, Python, Java, Go, D, Lua, JavaScript, .NET, Delphi/Pascal & MSVC available. Native support for Windows & *nix (with macOS, Linux, Android, *BSD & Solaris confirmed). High performance by using the Just-In-Time compiler technique. Support fine-grained instrumentation at various levels. Thread-safe by design. Distributed under free software license GPLv2. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 8
    Faiss

    Faiss

    Library for efficient similarity search and clustering dense vectors

    Faiss is a library for efficient similarity search and clustering of dense vectors. It contains algorithms that search in sets of vectors of any size, up to ones that possibly do not fit in RAM. It also contains supporting code for evaluation and parameter tuning. Faiss is written in C++ with complete wrappers for Python/numpy. Some of the most useful algorithms are implemented on the GPU. It is developed by Facebook AI Research. Faiss contains several methods for similarity search. It...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9
    quadplay

    quadplay

    The quadplay fantasy console

    ...Play your games in any modern web browser on a laptop, desktop, tablet, phone, Raspberry Pi 4, or Jetson Nano. 60 fps @ 384 x 224 pixels = 12:7 aspect ≈ 16:9.3. 4096 sRGB (4:4:4) colors. Four players with virtual controls for D-pad and eight buttons. Local and safe online multiplayer. Supports Xbox, Playstation, SNES, Stadia, Switch, 8bitdo, touch screen, and other controllers. Hundreds of built-in sprites, sounds, and fonts. Program in PyxlScript, a friendly Python-like language. Order-independent, 4-bit alpha transparency. Native 2.5D graphics with z-order.
    Downloads: 1 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
    plow

    plow

    A high-performance HTTP benchmarking tool

    ...Plow runs at specified connections (option -c) concurrently and real-time records summary statistics, histogram of execution time and calculates percentiles to display on Web UI and terminal. It can run for a set duration( option -d), for a fixed number of requests(option -n), or until Ctrl-C is interrupted. The implementation of real-time computing Histograms and Quantiles using stream-based algorithms inspired by Prometheus with low memory and CPU bounds. so it's almost no additional performance overhead for benchmarking.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PelicanHPC
    ...All of the nodes of the cluster get their filesystems from the same image, so it is guaranteed that all nodes run the the same software. Packages can be added to all nodes using apt-get, thanks to aufs. The bootable image is created by running a single script, which takes advantage of the Debian Live infrastructure.
    Leader badge
    Downloads: 48 This Week
    Last Update:
    See Project
  • 12
    LXDE on Cygwin

    LXDE on Cygwin

    LXDE on Cygwin in a Self Installing Package.

    ...The program was created mainly as an alternative to MobaXterm with the original purpose of connecting Window$$ computers directly to HPC clusters, to use X11 apps and not only. Of course you can use a beautiful LXDE desktop on your window PC and add Cygwin apps with apt-cyg command.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    Javi-OS

    Javi-OS

    My Respin of Debian (with WM's)

    Javi-OS ¿Que es? Javi-OS es un Respin de Debian que utiliza WM's como Openbox y JWM. Su interfaz gráfica combina la ligereza de los windows managers con la flexibilidad de Rofi y la estética de Tint2.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 14
    The Free Unix Spectrum Emulator (Fuse): an emulator of the 1980s home computer and various clones for Unix, Mac OS X and Windows.
    Leader badge
    Downloads: 1,304 This Week
    Last Update:
    See Project
  • 15
    jdMinecraftLauncher

    jdMinecraftLauncher

    Unofficial classic styled Minecraft Launcher

    jdMinecraftLauncher is a Minecraft launcher which Look and Feel is close to the the good old official Launcher. You need a Microsoft Account which owns Minecraft to use this Launcher This Launcher is completly fanmade and not supported by Mojang/Microsoft
    Leader badge
    Downloads: 138 This Week
    Last Update:
    See Project
  • 16
    EightyOne Sinclair Emulator

    EightyOne Sinclair Emulator

    Emulates the range of ZX home computers made by Sinclair Research Ltd

    ...As well as emulating the machines themselves, various add-on interfaces are supported, including storage devices, hi-res graphics, custom character sets, sound and colour cards. EightyOne was created by Michael D Wynne. Michael is no longer actively developing the emulator, but has made the code open source so that others can continue to extend it with new functionality. This archive collates as many of the original release versions of the emulator as possible, including the source code for them where available. Versions up to 1.0a were produced by Michael, with all later versions created by others.
    Leader badge
    Downloads: 85 This Week
    Last Update:
    See Project
  • 17
    Koha + DSpace 9.2 Live DVD ISO (2026.01)

    Koha + DSpace 9.2 Live DVD ISO (2026.01)

    Koha 25.11.00 + DSpace 9.2 Live ISO Installer based on Ubuntu 22.04.5

    ...This will be shown at the right corner of the login name. For 'admin' access, type 'sudo bash' in the terminal and use 'library' as password To install Google Chrome or Anydesk $sudo apt install google-chrome-stable anydesk For Commercial Support, write to baskar@linuxpert.in, WhatsApp: +919884165649
    Downloads: 39 This Week
    Last Update:
    See Project
  • 18
    Log Viewer (Log4j, NLog)
    ...Hotkeys: · Ctrl+F - Show search result · Ctrl+Shift+F - Show search result in another window (tips: double-clicking a log message in the search window that opens will highlight that message in the main window) · Shift+F - Find previous log message using search filter · Shift+D - Find next log message using search filter · Ctrl+R - Clear all logs · Shift+R - Clear search text and search result · Ctrl+W - Go to next warning message · Ctrl+E - Go to next error message · Ctrl+T - Go to Timestamp · Ctrl+Shift+T - Set time interval Please rate the app and write reviews! Thanks!
    Downloads: 19 This Week
    Last Update:
    See Project
  • 19
    Pearl Desktop (PDE) 12

    Pearl Desktop (PDE) 12

    The Stable Solid Multimedia Workhorse Powerful OS with Eye Candy

    Pearl Linux Desktop (PDE) 12 is based on Ubuntu 24.04 LTR. This is your go to work horse daily driver for the advanced as well as the new Linux user. We say YES to APT, Flatpak and Appimages but NO to Snaps. Featuring Firefox-ESR instead of Firefox, Pulseasudio by default however Install package pearl-pipewire-config from our REPO to have pipewire as your default sound server. Very Smooth and Easy Configs. Compiz is the default Window Manager and you may switch window managers without rebooting. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 20

    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: 1 This Week
    Last Update:
    See Project
  • 21
    AspeQT-2K26 (formerly AspeQT/RespeQt)

    AspeQT-2K26 (formerly AspeQT/RespeQt)

    A modernized Atari 8-bit SIO emulator ported to Qt 6 with native TNFS

    Note - Active development, issue tracking, and source code have moved to GitHub: https://github.com/pjones1063/AspeQt-2k26 Current release - https://github.com/pjones1063/AspeQt-2k26/releases/ AspeQt-2K26 is a modernized fork of the classic AspeQt/RespeQt project, designed to emulate Atari 8-bit serial peripherals (Disk Drives, Printers) via SIO2PC. Built for the modern era, AspeQt-2K26 ports the entire codebase to Qt 6, resolving dependency issues and bringing native High-DPI...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 22
    Hotpad

    Hotpad

    Turn your numpad into hotkey pad! Open files/apps/websites and more!

    ...Open files/apps/websites, auto-input text and key combinations and more! You can open file (it can be any file or app, but always specify full path) or URL, auto input text and press key combinations like CTRL+C or CTRL+SHIFT+D. Basic usage: Hotkeys work only when NumLock is OFF. - Press Slash on numpad to toggle between action keys (Home, Page Up etc.) and hotkeys mapped in Hotpad. - Press Asterisk to open settings. - Press 0 - 9 to invoke hotkey Project repo: https://github.com/spikest3r/Hotpad
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Network Enumeration Tool

    Network Enumeration Tool for Host Exploration and Recon

    N-ETHER (Network Enumeration Tool for Host Exploration and Reconnaissance) is a robust and highly automated Python script designed to streamline the critical initial phases of network security auditing and penetration testing. It’s core purpose is to perform fast, comprehensive, and consistent host and port discovery across single targets or large lists of IP addresses. N-ETHER functions as an intelligent, opinionated wrapper around the powerful nmap tool, bundling best-practice scanning...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 24

    Delayter

    Utility to queue files for deferred deletion, days/weeks/months later

    Full documentation: Download delayterX.Y.html User has files that can probably be deleted later but does not feel comfortable deleting right now. Instruct with simple commands in which the file names and delay time are specified, eg.: Delayter -m 1 -w 2 -d 3 file1 file2 by which file1 and file2 are scheduled for deletion 1 month, 2 weeks and 3 days from now (roughly 47 days). Useful on projects with many temporary junk files that cannot be deleted until a later time at which you might not remember whether they are important or not. There are safeguards to protect against accidental deletion. ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    sfxPackager

    sfxPackager

    Setup / install creation system for Windows.

    ...list=PLaed72lE3UjgzdL1qOys-vxemSUOeGJWf sfxPackager allows you to create setup / install packages for Windows, with a user-friendly, project-based GUI and integrated Javascript interpreter featuring an extensive API for handling more complex install tasks. User's Guide: https://docs.google.com/presentation/d/e/2PACX-1vRAVGjiJbSYUrOWB8jEzqG7hMwVbZqvCiAbVmOeL25hoEmN909H-BtGjEawmTMZLta5qHfhGydWDqQd/pub
    Downloads: 4 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB