Search Results for "/storage/emulated/0/android/data/net.sourceforge.uiq3.fx603p/files"

Showing 197 open source projects for "/storage/emulated/0/android/data/net.sourceforge.uiq3.fx603p/files"

View related business solutions
  • Comet Backup - Fast, Secure Backup Software for MSPs Icon
    Comet Backup - Fast, Secure Backup Software for MSPs

    Fast, Secure Backup Software for Businesses and IT Providers

    Comet is a flexible backup platform, giving you total control over your backup environment and storage destinations.
    Learn More
  • Get full visibility and control over your tasks and projects with Wrike. Icon
    Get full visibility and control over your tasks and projects with Wrike.

    A cloud-based collaboration, work management, and project management software

    Wrike offers world-class features that empower cross-functional, distributed, or growing teams take their projects from the initial request stage all the way to tracking work progress and reporting results.
    Learn More
  • 1
    Umbrel

    Umbrel

    A beautiful personal server OS for Raspberry Pi or any Linux distro

    Run your personal server with a Bitcoin and Lightning node in your home, self-host open source apps like Nextcloud and Matrix to break away from big tech, and take full control of your data. For free. All our interactions on the internet today are mediated by a few companies who offer “free” services in exchange for storing our data on their servers to spy on us. Running a personal server fundamentally changes that. You and your family’s photos, videos, files, notes, passwords, everything, have nothing to do with someone else’s computer. ...
    Downloads: 88 This Week
    Last Update:
    See Project
  • 2
    Zephyr Project

    Zephyr Project

    Scalable, optimized, secure RTOS for multiple hardware architectures

    The Zephyr Project is a new generation real-time operating system (RTOS) that supports multiple hardware architectures. It is based on a small-footprint kernel specially designed for use on resource-constrained and embedded systems. The Zephyr OS can be used for a wide range of applications: from simple embedded environmental sensors and LED wearables to sophisticated embedded controllers, smart watches, and IoT wireless applications.
    Downloads: 20 This Week
    Last Update:
    See Project
  • 3
    WSL2-Linux-Kernel

    WSL2-Linux-Kernel

    The source for the Linux kernel used in Windows Subsystem for Linux 2

    The WSL2-Linux-Kernel repo contains the kernel source code and configuration files for the WSL2 kernel. If you discover an issue relating to WSL or the WSL2 kernel, please report it on the WSL GitHub project. It is not possible to report issues on the WSL2-Linux-Kernel project. Instructions for building an x86_64 WSL2 kernel with an Ubuntu distribution are provided. The number one way that we recommend you run Linux distributions is by installing Windows Terminal.
    Downloads: 113 This Week
    Last Update:
    See Project
  • 4
    Linux Kernel

    Linux Kernel

    Linux Kernel source tree

    The Linux Kernel is the core component of the Linux operating system—a free, open-source, monolithic, Unix-like system kernel initiated by Linus Torvalds in 1991 and since evolved into a foundational technology powering everything from servers and supercomputers to smartphones and embedded devices. There are various text files in the Documentation/ subdirectory, several of them using the reStructuredText markup notation. Extensive filesystem compatibility (ext4, Btrfs, FUSE, XFS, etc.) Broad hardware architecture support (x86, ARM, mainframe, embedded, etc.)
    Downloads: 42 This Week
    Last Update:
    See Project
  • Securden Privileged Account Manager Icon
    Securden Privileged Account Manager

    Unified Privileged Access Management

    Discover and manage administrator, service, and web app passwords, keys, and identities. Automate management with approval workflows. Centrally control, audit, monitor, and record all access to critical IT assets.
    Learn More
  • 5
    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: 25 This Week
    Last Update:
    See Project
  • 6
    FarmBot OS

    FarmBot OS

    The operating system and all related software

    ...Communicate with the web application over WiFi or ethernet so that it can synchronize (download) sequences, regimens, farm designs, events, and more; upload logs and sensor data; and accept real-time commands. Communicate with the Farmduino to send G and F commands and receive sensor and encoder data. Take photos with a USB or Raspberry Pi camera, and upload the photos to the web application. You must use a .img writing tool to write FarmBot OS onto the microSD card. We recommend downloading and installing balenaEtcher for this purpose.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    IJulia.jl

    IJulia.jl

    Julia kernel for Jupyter

    IJulia is a Julia-language backend (kernel) for Jupyter notebooks, allowing users to write and execute Julia code interactively in browser-based notebooks. It integrates seamlessly with Jupyter’s ecosystem, supporting markdown, plotting, multimedia, and inline output. IJulia is ideal for scientific computing, data analysis, and education, combining the power of Julia with the interactive capabilities of Jupyter.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    KMON

    KMON

    Linux Kernel Manager and Activity Monitor

    ...The Linux kernel is the open-source, monolithic, and, Unix-like operating system kernel that is used in the Linux distributions, various embedded systems such as routers, and as well as in all Android-based systems. Linus Torvalds conceived and created the Linux kernel in 1991 and it's still being developed by thousands of developers today. It's a prominent example of free and open-source software and it's used in other free software projects, notably the GNU operating system. Although the Linux-based operating systems dominate most of computing, it still carries some design flaws which were quite a bit of debate in the early days of Linux.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    sparkmagic

    sparkmagic

    Jupyter magics and kernels for working with remote Spark clusters

    ...Automatic visualization of SQL queries in the PySpark, Spark and SparkR kernels; use an easy visual interface to interactively construct visualizations, no code required. Ability to capture the output of SQL queries as Pandas dataframes to interact with other Python libraries (e.g. matplotlib). Send local files or dataframes to a remote cluster (e.g. sending pretrained local ML model straight to the Spark cluster) Authenticate to Livy via Basic Access authentication or via Kerberos.
    Downloads: 2 This Week
    Last Update:
    See Project
  • The AI-powered unified PSA-RMM platform for modern MSPs. Icon
    The AI-powered unified PSA-RMM platform for modern MSPs.

    Trusted PSA-RMM partner of MSPs worldwide

    SuperOps.ai is the only PSA-RMM platform powered by intelligent automation and thoughtfully crafted for the new-age MSP. The platform also helps MSPs manage their projects, clients, and IT documents from a single place.
    Learn More
  • 10
    Moss

    Moss

    Rust Linux-compatible kernel

    ...Rather than replicating traditional monolithic kernels exactly, it emphasizes modularity, safety, and simplicity by incorporating well-structured subsystems for memory management, scheduling, and device abstraction that are easy for contributors to understand and extend. The kernel uses Rust as its primary implementation language, which gives it strong memory safety guarantees and helps reduce common classes of bugs like data races and buffer overflows without sacrificing performance. It aims to serve as both a learning tool for systems programming students and a testbed for advanced research in kernel architecture, enabling experimentation with new ideas in process isolation, resource management, and driver models.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    The Fresh Project

    The Fresh Project

    Simply Awesome.

    The official home of Fresh, a One UI-based custom firmware for Samsung devices.
    Leader badge
    Downloads: 175 This Week
    Last Update:
    See Project
  • 12
    Project LegionOS

    Project LegionOS

    Android Custom Rom

    A AOSP based project that is set to show its power in Battery , Performance and Customization without compromising security.
    Leader badge
    Downloads: 98 This Week
    Last Update:
    See Project
  • 13
    QNAP NAS GPL Source

    QNAP NAS GPL Source

    QNAP GPL Source

    GPL source for QNAP Turbo NAS
    Leader badge
    Downloads: 163 This Week
    Last Update:
    See Project
  • 14
    Squashfs is a highly compressed read-only filesystem for Linux. Squashfs compresses both files, inodes and directories, and supports block sizes up to 1Mbytes for greater compression. It is implemented as a kernel module under VFS.
    Leader badge
    Downloads: 4,004 This Week
    Last Update:
    See Project
  • 15
    chickernel redmi note 12/13 4G

    chickernel redmi note 12/13 4G

    A tapas/topaz/sapphire kernel optimized for smoothness and low-memory

    A kernel carefully optimized for - low-memory, and performance - moderate power savings Speciifically crafted (and tested) for the 4GB variant in mind ❤️ tapas/topaz/sapphire/sapphiren ⭐ Download notes: ✅ chickernel-xxx.zip ✅ ❌ chickernel-xxx release source code.zip ❌ Installation guide: - Download via the "files" tab - Reboot to recovery and install the zip - Enjoy ⚠️ Full details in my GitHub release tab https://github.com/chickendrop89/device_xiaomi_gemstones-kernel/releases/latest ⚠️ Report any bugs and problems here: https://github.com/chickendrop89/device_xiaomi_gemstones-kernel/issues tags: gki , 5.15 , xiaomi , ksu , kernelsu , next , sdm685 , sm6225-ad , khaje
    Downloads: 19 This Week
    Last Update:
    See Project
  • 16
    Super Grub2 Disk

    Super Grub2 Disk

    Boots into many systems and GRUB2 ones!

    Super GRUB2 Disk helps you to boot into most any Operating System (OS) even if you cannot boot into it by normal means.
    Leader badge
    Downloads: 1,628 This Week
    Last Update:
    See Project
  • 17
    Exton|OS

    Exton|OS

    Exton|OS 64 bit based on Ubuntu/Debian with KDE Plasma 4:6.6.2

    ...I.e. super fast! USB installation To enable persistence you can install Exton|OS to a USB stick in the same way as a hard drive installation. You can use Refracta Installer. ANDROID STUDIO You can emulate different Android systems (with GAPPS - Google Play). If you have plenty of RAM you can do it live. I.e. while running Exton|OS from a USB stick. You can't do it in VirtualBox/VMware. KERNEL Kernel 6.19.8-amd64-exton-os is used.
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 18
    DAT Linux

    DAT Linux

    The data science OS

    DAT Linux is a Linux distribution for data science. It brings together all your favourite open-source data science tools and apps into a ready-to-run desktop environment. https://datlinux.com It's based on Lubuntu, so it’s easy to install and use. The custom DAT Linux Control Panel provides a centralised one-stop-shop for running and managing dozens of data science programs.
    Leader badge
    Downloads: 53 This Week
    Last Update:
    See Project
  • 19
    nocsax

    nocsax

    nocsak's open source solutions

    nocsak's open source solutions provides zen-patched HUGE kernels for Puppy Linux, microcode files, firmware sfs files and shell scripts based on gtkdialog and late-build disk image releases for better performance.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 20
    RichARCH

    RichARCH

    Your concierge creating a Rich experience to Arch

    ...GUIs: Budgie/Cinnamon/Cosmic/Enlightenment/Gnome/Hyprland/KDE/Labwc/LXDE/LXQT/Mate/Niri/River/Sway/XFCE Kernels: linux/linux-cachyos/linux-hardened/linux-lqx/linux-lts/linux-nitrous/linux-tachyon/linux-zen/linux-znver2/linux-znver3/linux-znver4/linux-znver5 Profiles: SecOps/Server/Omarchy/DonArch/HyprVibe/KoolsDots/SaatvikDots/ShellNinja/VaelixdDots More info at: https://download.sourceforge.net/richarch/InstallAndInfo.pdf https://sourceforge.net/projects/richarch/files/README.md/download https://www.youtube.com/watch?v=hjK67kdHkGU&t=6s
    Leader badge
    Downloads: 1,419 This Week
    Last Update:
    See Project
  • 21
    Exton|Defender Super Rescue System (SRS)

    Exton|Defender Super Rescue System (SRS)

    Exton|Defender aims to provide an easy way to carry out admin tasks

    Exton|Defender SRS is a Linux system available as a Live USB/DVD for repairing your system and data after a crash. It aims to provide an easy way to carry out admin tasks on your computer. Exton|Defender (two versions) is based on Fedora 43 (stable) and Fedora "Rawhide" (upcoming fc44) respectively. SYSTEM TOOLS INCLUDED (normally): NTFS-3g, GParted, PartImage, Shred, Sfdisk (util-linux-ng), Rsync, Ddrescue, FSArchiver, TestDisk and Safecopy, kernel headers, Emacs etc.. ...
    Leader badge
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    ExTiX - The Ultimate Linux System

    ExTiX - The Ultimate Linux System

    ExTiX with Deepin/LXQt/GNOME/WayDroid and kernel 7.0.0-rc6-amd64-exton

    ...Refracta Snapshot in ExTiX 26.4, 26.1, 25.12-2 and 25.12 - Create your own live installable Ubuntu/Waydroid/Debian/Deepin system. Slideshow: https://www.extix.se/extix-refracta-slideshow.gif Run Android 13 in ExTiX 26.4 using Waydroid. It works very well. All versions can run LIVE from RAM. READ MORE: https://www.extix.se
    Leader badge
    Downloads: 434 This Week
    Last Update:
    See Project
  • 23
    openQRM - Cloud Computing Platform

    openQRM - Cloud Computing Platform

    Get latest Edition here: http://www.openqrm-enterprise.com.

    ...The Hybrid Cloud Connector in openQRM supports a range of private or public cloud providers to extend your infrastructure on demand via Amazon AWS, Eucalyptus or OpenStack. openQRM automates provisioning, virtualization, storage and configuration management, and it takes care of high-availability.
    Downloads: 12 This Week
    Last Update:
    See Project
  • 24
    ...Created in indonesia🇮🇩 System Requirements: Processor: 1 gigahertz (Ghz) or faster​ with 1 or more cores Memory: 1GB Minimum* (With Swap/Zram) / 2GB+ Recommended Storage: 16GB HDD Minimum / 20GB+ HDD or SSD Recommended Integrated or Discrete GPU with 3D acceleration (128 MB+ VRAM) Legacy BIOS or UEFI (Non Secure Boot) 1024x768 VGA Minimum / 1366x768+ Recommended No TPM and Internet is not required for installation!
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    Debian 13 Mate

    Debian 13 Mate

    Debian Trixie with the Mate desktop environment

    EFI SUPPORT: Download the efi iso if you need efi support here: https://sourceforge.net/projects/debian-mate/files/current/ This is debian 13 mate. Built with debian tools, packages, and currently based on the stable branch (Trixie). Here I try not to use software from outside of the debian repositories. For all intents and purposes, this is just debian paired with the mate desktop environment with a lot of hardware support taken care of.
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB