Showing 984 open source projects for "linux-kernel-webassembly"

View related business solutions
  • Outgrown Windows Task Scheduler? Icon
    Outgrown Windows Task Scheduler?

    Free diagnostic identifies where your workflow is breaking down—with instant analysis of your scheduling environment.

    Windows Task Scheduler wasn't built for complex, cross-platform automation. Get a free diagnostic that shows exactly where things are failing and provides remediation recommendations. Interactive HTML report delivered in minutes.
    Download Free Tool
  • 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
  • 1
    A read/write archive (.zip and .tar, etc) library for C++, designed to be used along side irrlicht, the real-time 3d graphic engine.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    The htfs is a fuse (userspace) file system. It lives entirely in ram. Its size is dynamically expanded as needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    fuse-cache is a simple caching filesystem for Linux using FUSE. It works by copying the files you want to be cached at mount time to a cache directory, , and then using that copy for all subsequent read requests for the file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    FSMM is the "File System Monitor and Mirror". Basically, it watches for certain events on your filesystem (or on a portion of it), and calls a "Mirror Engine" that will replicate this file ASAP to some other place.
    Downloads: 0 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
    Moved to http://launchpad.net/ecryptfs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The Flexible Filesystem Benchmark (FFSB) is a cross-platform filesystem performance measurement tool. It uses customizable profiles to measure of different workloads, and it supports multiple groups of threads across multiple filesystems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    PUFS - peer union FS - is a poor man's naïve distributed filesystem for Linux built on top of FUSE, hence running totally in user mode.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Anime checker is a portable tool that verifies the integrity of your files. It calculates the CRC32 of your files and compares it with the one found in the filename. Useful with fansubbed animes.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 9
    The fs_mark benchmark tests synchronous write workloads. It can vary the number of files, directory depth, etc. It has detailed timings for reads, writes, unlinks and fsyncs that make it good for simulating mail servers and other setups.
    Leader badge
    Downloads: 30 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 10
    Automatic process execution on Linux systems. Modular application with various system monitors. Allows users to plan process execution based on file system activity, process execution and so on.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Smart Copy is a single-file Python app for batch execution (Ant-like) of commands. For example, SC can dump a SQL database, zip it and a source dir, and then send everything to an FTP site. Batch files are XML-based. See More >> Wiki for full details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    An application I have written for managing external hard drives and other things, where the default windows-autostart fails. I have written it for myself cause couldn't find anything similiar and I think it might be usefull for others too. Enjoy...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    This project provides a set of new features and fixes for MTD drivers and JFFS2 file system intended to improve MTD and JFFS2 performance and reduce JFFS2 RAM usage. Bug fixes are available in form of patches for the particular kernel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A graphical tool to view and modify the volume labels of Linux ext2 and ext3 filesystems, written in Gambas2, intended for use under Ubuntu and the GNOME desktop. You can download both source code and an installable Debian package.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Normalizes TV show releases
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Software developed with Qt4 libraries that remove old files periodically. Useful for free disk space on servers removing old backup files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SeznamFS is distributed binlogging filesystem based on FUSE
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ZeST is a TUI program for stressing filesystems/disks. Depnding only on curses, it works on any POSIX system. It uses fork()s and a named fifo for IPC. Individual process can be killed if one were to start too many and this would not interrupt the test.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    LisTX is a PHP-based web kit for listing directories and files of a specific path on a web server. It just looks like Directory Indexing page of apache. If you have a PHP virtual host but you can't configure apache, you may need it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    "Process On Write" filesystem is a usermode virtual filesystem that is designed to execute a user-defined process each time a file is committed to disk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Whenever I add a new program I open up Windows Explorer and immediately change the folder icon to the one the executable uses. With WinZip it shows a clamp, etc. I want a program that will do the entire program files directory with only a few clicks.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    PartMetFS is a user space filesystem based on FUSE, to mount the Temp directory of emule and clones. On the mounted directory we see the real name of the file being downloaded and, depending on the file type, we can open the file as if it were complete.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Mount configuration files as FUSE filesystems
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    texQL, "sQL for Text" grants you sql-like access to all ascii-files on the filesystem. eg: SELECT foundcount,filename,filesize,content,linenumber,linecount FROM ./ WHERE CONTAINS='mysql_connect' OR 'mysql_pconnect' AND filename="*.php"
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This driver allows the Linux kernel to access files on Apple II ProDOS (and Apple /// SOS) volumes. It supports any block device that is supported by the kernel, including hard disks, Zip disks, and CD-ROMs.
    Downloads: 0 This Week
    Last Update:
    See Project