Showing 387 open source projects for "linux space invaders"

View related business solutions
  • SKUDONET Open Source Load Balancer Icon
    SKUDONET Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    SKUDONET ADC, operates at the application layer, efficiently distributing network load and application load across multiple servers. This not only enhances the performance of your application but also ensures that your web servers can handle more traffic seamlessly.
  • Red Hat Enterprise Linux on Microsoft Azure Icon
    Red Hat Enterprise Linux on Microsoft Azure

    Deploy Red Hat Enterprise Linux on Microsoft Azure for a secure, reliable, and scalable cloud environment, fully integrated with Microsoft services.

    Red Hat Enterprise Linux (RHEL) on Microsoft Azure provides a secure, reliable, and flexible foundation for your cloud infrastructure. Red Hat Enterprise Linux on Microsoft Azure is ideal for enterprises seeking to enhance their cloud environment with seamless integration, consistent performance, and comprehensive support.
  • 1
    NVIDIA Linux Open GPU Kernel Module

    NVIDIA Linux Open GPU Kernel Module

    NVIDIA Linux open GPU kernel module source

    This is the source release of the NVIDIA Linux open GPU kernel modules, version 530.41.03. Note that the kernel modules built here must be used with GSP firmware and user-space NVIDIA GPU driver components from a corresponding 530.41.03 driver release. Currently, the kernel modules can be built for x86_64 or aarch64. If cross-compiling, set these variables on the make command line. Any reasonably modern version of GCC or Clang can be used to build the kernel modules. Note that the kernel...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    ZMap

    ZMap

    ZMap is a fast single packet network scanner for network surveys

    ZMap is a fast single packet network scanner designed for Internet-wide network surveys. On a typical desktop computer with a gigabit Ethernet connection, ZMap is capable scanning the entire public IPv4 address space in under 45 minutes. With a 10gigE connection and PF_RING, ZMap can scan the IPv4 address space in under 5 minutes. ZMap operates on GNU/Linux, Mac OS, and BSD. ZMap currently has fully implemented probe modules for TCP SYN scans, ICMP, DNS queries, UPnP, BACNET, and can send...
    Downloads: 27 This Week
    Last Update:
    See Project
  • 3
    QDirStat

    QDirStat

    Qt-based directory statistics

    Qt-based directory statistics: KDirStat without any KDE -- from the author of the original KDirStat. QDirStat is a graphical application to shows where your disk space has gone and to help you to clean it up. This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every X11-based desktop on Linux, BSD and other Unix-like systems and of course in a Docker container.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 4
    Harmony

    Harmony

    Patching, replacing and decorating .NET and Mono methods

    Harmony gives you an elegant and high-level way to alter the functionality in applications written in C#. It works great in games and is well established in titles like 7 Days To Die, BattleTech, Besiege, Cities:Skylines, Kerbal Space Program, Oxygen Not Included, Ravenfield, Rimworld, Sheltered, Stardew Valley, Staxel, Subnautica, The Ultimate Nerd Game, Total Miner, Unturned, SCP: Secret Laboratory and many more. If you develop in C# and your code is loaded as a module/plugin into a host...
    Downloads: 28 This Week
    Last Update:
    See Project
  • Analyze, Control and Reduce your monthly technology spend across your entire enterprise! Icon
    Analyze, Control and Reduce your monthly technology spend across your entire enterprise!

    Caters to the enterprise information technology (IT) software markets.

    WinBill by TeleManagement Technologies is a premier telecom expense management software solution. Easily accessible and equipped with a centralized database of information, WinBill provides businesses with an accurate inventory of all vendors, expenses, and IT services. By leveraging WinBill, you can easily keep track of contracts, effortlessly manage IT budgets, and virtually eliminate late payment fees. Additionally, the solution's flexible reporting tools give users the resources they need to create and schedule reports or have them seamlessly access reporting information through the web. Core features include real-time call collection, toll fraud, real-time socket, network design, and more.
  • 5
    MicroPython

    MicroPython

    Python implementation for microcontrollers and constrained systems

    ... such as an interactive prompt, arbitrary precision integers, closures, list comprehension, generators, exception handling and more. Yet it is compact enough to fit and run within just 256k of code space and 16k of RAM. MicroPython aims to be as compatible with normal Python as possible to allow you to transfer code with ease from the desktop to a microcontroller or embedded system.
    Downloads: 21 This Week
    Last Update:
    See Project
  • 6
    Back In Time

    Back In Time

    An easy-to-use backup tool for GNU Linux using rsync in the back

    Back In Time is an easy-to-use tool to backup files and folders. It runs on GNU Linux (not on Windows or OS X/macOS) and provides a command line tool backintime and a GUI backintime-qt both written in Python3. It uses rsync to take manual or scheduled snapshots and stores them locally or remotely through SSH. Each snapshot is in its own folder with copies of the original files, but unchanged files are hard-linked between snapshots to save storage space. It was inspired by FlyBack.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    Borg

    Borg

    Deduplicating archiver with compression and encryption

    BorgBackup or Borg for short is a deduplicating backup program that also supports compression and authenticated encryption. It provides a secure and efficient way to backup data, and is ideal for daily backups and backups to not fully tested targets.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    BleachBit

    BleachBit

    BleachBit system cleaner for Windows and Linux

    When your computer is getting full, BleachBit quickly frees disk space. When your information is only your business, BleachBit guards your privacy. With BleachBit you can free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. Designed for Linux and Windows systems, it wipes clean thousands of applications including Firefox, Adobe Flash, Google Chrome, Opera, and more. Beyond simply deleting files, BleachBit includes...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    spaceman

    spaceman

    Treemap disk usage analyzer: In search of lost space

    Treemap disk usage analyzer: In search of lost space (a.k.a. wata-analyzer)
    Downloads: 2 This Week
    Last Update:
    See Project
  • Streamline your sports training business with sports scheduling software. Icon
    Streamline your sports training business with sports scheduling software.

    For sports and fitness facilities, studios, trainers, and businesses

    Designed by coaches, for coaches, our software takes care of tedious admin tasks like client scheduling and payment processing, so you can focus on what you love - coaching athletes. With intuitive booking experiences and staff management tools for your lessons, camps, clinics, and training programs, Upper Hand empowers your business to offer a seamless customer experience that increases satisfaction and drives repeat business. See how our forward-thinking technology can give your sports training business a competitive edge.
  • 10
    Annoy

    Annoy

    Approximate Nearest Neighbors in C++/Python optimized for memory usage

    Annoy (Approximate Nearest Neighbors Oh Yeah) is a C++ library with Python bindings to search for points in space that are close to a given query point. It also creates large read-only file-based data structures that are mmapped into memory so that many processes may share the same data. There are some other libraries to do nearest neighbor search. Annoy is almost as fast as the fastest libraries, (see below), but there is actually another feature that really sets Annoy apart: it has...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    PRoot

    PRoot

    Chroot, mount --bind, and binfmt_misc without privilege/setup

    PRoot is a user-space implementation of chroot, mount --bind, and binfmt_misc. This means that users don't need any privileges or setup to do things like using an arbitrary directory as the new root filesystem, making files accessible somewhere else in the filesystem hierarchy, or executing programs built for another CPU architecture transparently through QEMU user mode. Also, developers can use PRoot as a generic Linux process instrumentation engine thanks to its extension mechanism, see CARE...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    OSHI

    OSHI

    Native Operating System and Hardware Information

    OSHI is a free JNA-based (native) Operating System and Hardware Information library for Java. It does not require the installation of any additional native libraries and aims to provide a cross-platform implementation to retrieve system information, such as OS version, processes, memory and CPU usage, disks and partitions, devices, sensors, etc.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    bottom

    bottom

    Yet another cross-platform graphical process/system monitor

    Yet another cross-platform graphical process/system monitor. A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows. Inspired by gtop, gotop, and htop. By default, bottom is somewhat like a dashboard - a bunch of different widgets, all showing different things, and they all cram together to fit into one terminal. If you instead just want to see one widget, maybe you want to look at a graph in more detail, for example, you can "expand...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 14
    macFuse

    macFuse

    FUSE extends macOS by adding support for user space file systems

    macFUSE allows you to extend macOS's native file handling capabilities via third-party file systems. As a user, installing the macFUSE software package will let you use any third-party FUSE file system. Legacy MacFUSE file systems are supported through the optional MacFUSE compatibility layer. As a developer, you can use the FUSE SDK to write numerous types of new file systems as regular user space programs. The content of these file systems can come from anywhere: from the local disk, from...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    OpenRazer

    OpenRazer

    Open source driver and user-space daemon to control Razer lighting

    A collection of Linux drivers for Razer devices - providing kernel drivers, DBus services and Python bindings to interact with the DBus interface.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    CapRover

    CapRover

    Scalable PaaS (automated Docker+nginx), aka Heroku on Steroids

    ..., installing it, update nginx over and over again. Deploy apps in your own space (Node js, PHP, Python, Java literally any language!) Simple interface for many docker operations, exposing container ports to host, setting up persistent directories, instance count and etc. Optionally fully customizable Nginx config allowing you to enable HTTP2, specific caching logic, custom SSL certs and etc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    UltraJSON

    UltraJSON

    Ultra fast JSON decoder and encoder written in C with Python bindings

    UltraJSON is an ultra-fast JSON encoder and decoder written in pure C with bindings for Python 3.7+. May be used as a drop-in replacement for most other JSON parsers for Python. Used to enable special encoding of "unsafe" HTML characters into safer Unicode sequences. Limits output to ASCII and escapes all extended characters above 127. Default is True. If your end format supports UTF-8, setting this option to false is highly recommended to save space. By default, debugging symbols are stripped...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    LangKit

    LangKit

    An open-source toolkit for monitoring Language Learning Models (LLMs)

    ... space - a challenge worth solving, since the lack of visibility on the model's behavior can have serious consequences.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Nitro Enclaves Command Line Interface

    Nitro Enclaves Command Line Interface

    Tooling for Nitro Enclave management

    ... merged into the upstream Linux kernel. The enclaves do not have access to a physical disk, just a RAM filesystem. One can configure the disk space by changing memory size or by using kernel command line arguments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    F´

    A flight software and embedded systems framework

    F´ (or F Prime) is a software framework for the rapid development and deployment of embedded systems and spaceflight applications. Originally developed at NASA’s Jet Propulsion Laboratory, F´ is open-source software that has been successfully deployed for several space applications. It has been used for but is not limited to, CubeSats, SmallSats, instruments, and deployable. Component architecture with well-defined interfaces. To develop applications with F´, the following requirements...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    MicroK8s

    MicroK8s

    Single-package Kubernetes for developers, IoT and edge

    Low-ops, minimal production Kubernetes, for devs, cloud, clusters, workstations, Edge and IoT. MicroK8s automatically chooses the best nodes for the Kubernetes datastore. When you lose a cluster database node, another node is promoted. No admin needed for your bulletproof edge. MicroK8s is small, with sensible defaults that ‘just work’. A quick install, easy upgrades and great security make it perfect for micro clouds and edge computing. As the publishers of MicroK8s, we deliver the world’s...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Crunch

    Crunch

    Insane(ly slow but wicked good) PNG image optimization

    Crunch is an image compression tool for lossy PNG image file optimization. Using a combination of selective bit depth, color palette reduction and color type, as well as zopfli DEFLATE compression algorithm encoding that employs the pngquant and zopflipng PNG optimization tools, Crunch is effectively able to optimize and compress images with minimal decrease in image quality. While it may produce file size gains larger than those produced by lossless approaches, the impact on image quality...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 23
    CrystalDiskInfo

    CrystalDiskInfo

    A HDD/SSD utility software

    A HDD/SSD utility software which supports a part of USB, RAID and NVMe.
    Leader badge
    Downloads: 298,973 This Week
    Last Update:
    See Project
  • 24
    CrystalDiskMark

    CrystalDiskMark

    A simple disk benchmark software

    A simple disk benchmark software.
    Leader badge
    Downloads: 86,784 This Week
    Last Update:
    See Project
  • 25
    WinDirStat: Windows Directory Statistics

    WinDirStat: Windows Directory Statistics

    A disk usage statistics viewer and cleanup tool for Windows

    .... Visit the WinDirStat blog for more up-to-date information about the program. Note: If you are looking for an alternative to WinDirStat for Linux, then you are looking for KDirStat (apt-get install kdirstat on Debian-derivatives), and the alternative to WinDirStat for MacOS X is Disk Inventory X or GrandPerspective.
    Leader badge
    Downloads: 57,531 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next