New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Start Free
Go from Code to Production URL in Seconds
Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.
Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
CS736 project at UW madison
to enhance linux prefetching algorithm to prefetch in a file-type aware fashion.
Priyananda Shenoy
Tushar Khot
Varghese Mathew
Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.
Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
A simple utility to resize FAT filesystems, based on the parted library. This tool allows you to resize FAT filesystems in cases where you can't access the partition table, where there are no partitions, or where the partition is part of LVM.
The NFS version 4 minor version 1 (NFSv4.1) protocol is the second minor version of the NFS version 4 (NFSv4) protocol. The first minor version, NFSv4.0.
EdFS is a simple disk-based Linux filesystem used for teaching Linux filesystem drivers. The EdFS filesystem features write support, directories and symbolic links.
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.
This project intends to provide a File System
Driver which when installed, will implement the WINFS like functionality
for any vfs confirmining filesystem especially EXT3
KerX (Kernel eXplorer) provides a simple way for reading the very low-level data structures of the OS (GDT, IDT, TSSs, Page-Tables, Page-Directories, etc...)
The NETGEAR Digital Entertainer for ReadyNAS software is a file monitor intended to run on the NETGEAR ReadyNAS networked storage device, and notifies Digital Entertainer devices of updated media files on the ReadyNAS.
Organise UI is a graphical user interface for the Organise File Management Framework (http://organise-fw.sf.net). It aims to integrate into the GNOME Desktop and unleash the power of semantic file management.
BolvanFS is a modular fuse filesystem, that allows using different media as the storage (cds, dvds or even floppies!), while storing index in a database (uses libdbi for abstraction)
Adds the ability to Windows Explorer to change certain dates for a file. This is useful for maintaining correct release times for software or faking last access on files ;-).
gobackfs is a user space file system based on FUSE. The changes a process makes to files when it is running called an *event*. In gobackfs, you can revocate a event's changes to files by a simple command even when you donot know which files are changed.
insaneFS is a fully decentralized peer-to-peer filesystem based on top of FUSE. It provides POSIX file semantics, including mutable files and directories. It does all this while providing a unified global hierarchy.
FullFat is a fully featured FAT 12/16/32 library. It features LFN (Long File-name support) unlike most other OpenSource FAT drivers for embedded systems. It is fast, efficient and reliable. Massively thread-safe, and suitable for Real-Time systems.
A FUSE implementation connecting to the ampache XML-API. Allows mounting a remote collection of audio as local files by connecting to an ampache server.
The Extensible Versioning File System, designed for Windows, Mac OS X, and Linux, introduces native versioning file system functionality to your operating system.
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...