File Systems

  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • 1
    This small perl utility renames all files and all subdirectories from a given startdirectory and downwards in more readable filenames: Only the characters a-z, 0-9, underline, dash, and point are allowed. Multiple spaces and german umlauts will be replace
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    This program executes some basic tasks at the same time. For the moment, only "copy directory (with structure)" and "delete directory" are implemented tasks. You can also save your list of tasks. The list tasks could be enhanced if needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    js3fs, "Just a S3 File System", is a Jungle Disk compatible FUSE-based filesystem using Amazon S3.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    KDirStat (for KDE Directory Statistics) is a KDE program that sums up disk usage for direcory trees - very much like the Unix 'du' command. It also provides cleanup facilities to reclaim disk space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 5
    Documentation for the Katie filesystem, originally development by Geoffrey Bennett <geoffrey@netcraft.com.au>, an Open Source replacement for ClearCase.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    A collection of python module, libraries and final users utilities in Python language. Targets can be end user desktop, but also Python developer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    A ssh browsing environment. A user will be able to do the following things: - Open a ssh connection to a remote host - Browse Files and Directories on this host - Use common features like drag'n'drop
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Read and Decode CDs (and Hard disks) that are formatted for the use with the Kurzweil K2x00 Sampler Series.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The Kytane Client is an Open Source front end for the Kytane Data Service which is a internet based data storage mechanism.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 10
    Directly access your EXT2 devices or loopback files from user-space using this thread-safe Posix-like library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A Unix-like (Not compleatly Unix-compatible) Kernel. Right now, we have (very limited support) of 80486+ IBM-PC AT compatibles. Written in C, and assembly. No network support planned for the forseeable future.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    The 'latestlog' package keeps a tiny database of when you last looked at particular file (usually a logfile) using latestlog. If the file has changed (grown) since that last time, latestlog will only display the new contents. Other utils will be added.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    LazySync is a pure-Java file-synchronization program written for handheld devices (currently supports the Compaq iPAQ) using the SavaJeXE (www.savaje.com) Java operating system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    LemFS is a distributed, redundant data storage system, designed to utilize unused disk space on networked work stations and desktop PCs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Lightweight ext4 filesystem library

    Lightweight ext4 filesystem library

    ext2/3/4 library for microcontrollers

    Code is also available on github: https://github.com/gkostka/lwext4 Feel free to contact me: kostka.grzegorz@gmail.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    It is another clone of Norton/Windows/Midnight Commander. It is being wrote on kylix open edition. Currently it supports command line (similary to DiscoCommandir, even better then WinCmd), two panels walking and simple execution, renaming, copying and mo
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Lino is a suite of Python packages for IT professionals who offer business applications for small and medium-sized enterprises.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This linux kernel patch / user code combination allows supporting full access control lists (ACLs) for the Linux kernel.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    MacOsX Finder like browser for UN*Xes with Win* like Control Panel function. Requires firefox (due to XUL support) and SQLite for meta data search (similar to spotlight)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Full support for HFS Plus filesystems in a kernel level module designed for Linux (target version: 2.4.x)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    The Linux Transparent Encryption project aims for integrating transparent read/write access to encrypted data into the linux kernel. This enables any application to use encrypted data without modifying the application itself.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Linux distro to run under Google's NaCl

    Linux Distro to run under Google's NaCl Sandbox

    A challenging project that attempts to get a Linux distro to run under Google's NaCl. NaCl untime environment is very different from traditional posix systems. There is several hurdles to overcome in order to get a standard linux distribution to run under NaCl. There is a library called nacl_io in the Google NaCl sdk. It mimics the function of a posix files and sockets on top of ppapi. Similarly in naclports there is a crude nacl-spawn library which mimics processes by creating multiple nacl modules with javascript acting as a sort of "kernel". Currently the main holes that prevent a conventional distro from being ported is that there is no support for pipes, most signals, and also symbolic links and lastly traditional forks are not currently possible in an efficent way.The current implementation gets around forking and has limited vfork capability. Please join this project to help implement fixes for these issues so we can get your favorite distro to run at nearly native speed!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Lomega is similar in functionality to Iomega'sŽ IomegaWare Tools.Ž It allows the user to mount and umount disks easily and also features the ability to change the protection status of a disk. Lomega supports compressed file backup's.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Love-Sources is a Linux kernel patchset maintained by a community. Its purpose is to provide a patchset to optimize desktop performance and test new "unstable" features.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    MDFS is a simple Distributed File System for Linux and Windows. It's not a kernel module, just an app running in the background. You can use it to access (view, download, upload) files on a remote computer, for automatically backup your files, etc...
    Downloads: 0 This Week
    Last Update:
    See Project