2 مستودعات
Tools for retrieving file statistics, determining entry types, and resolving symbolic links within a filesystem.
Distinct from File Status Retrieval: The candidates focus on VCS metrics, cloud storage, or document analysis; this is about low-level local filesystem metadata (stat, lstat, etc.).
Explore 2 awesome GitHub repositories matching operating systems & systems programming · File System Metadata Utilities. Refine with filters or upvote what's useful.
node-glob is a Node.js library for finding and matching files and directories using glob patterns. It functions as a filesystem traversal tool and path resolution library, enabling the identification of entries within directory trees based on specific search criteria. The project features a virtual filesystem interface, allowing native filesystem methods to be replaced with custom objects. This enables pattern matching against mocked data or non-native storage systems. The toolkit covers a broad range of filesystem operations, including recursive directory traversal, path normalization acros
Fetching entry details and resolving symbolic links to determine file types and real paths on the disk.
This project is a learning guide and collection of study notes designed to teach Node.js backend development. It provides a comprehensive core API reference and practical demonstrations for implementing server-side logic, network programming, and system APIs. The guide specifically covers advanced technical domains including process management for scaling applications via clusters and child processes, as well as network programming for building TCP, UDP, and HTTP services. It also includes detailed instructional material on security implementation, focusing on cryptographic hashing and encryp
Provides utilities for retrieving local file statistics such as size, creation time, and file type.