Walls is a curated wallpaper collection and directory-based organizer that provides pre-assembled sets of wallpapers from multiple online sources, organized into downloadable archives for offline browsing and use. The project relies entirely on filesystem structure and filenames for metadata, eliminating database dependencies and serving wallpaper files directly from disk without runtime processing.
Die Hauptfunktionen von dharmx/walls sind: Wallpaper Organizers, Curated Wallpaper Collection Downloads, Visuals and Wallpapers, Curated Archives, Wallpaper Collection Bundles, Curated Wallpaper Downloaders, Category Organizations, Directory-Based Organizers.
Open-Source-Alternativen zu dharmx/walls sind unter anderem: thewawar/simple-http-server — This project is a collection of specialized HTTP servers designed for static file hosting, secure file uploads, and… vercel/serve — Serve is a Node.js static file server that delivers assets and single-page applications from a local directory over… ritwickdey/vscode-live-server — This is a local development server extension for VS Code that provides static file hosting and automatic browser… svenstaro/miniserve — Miniserve is an HTTP static file server that hosts local directories over the network with an integrated web-based… drivendata/cookiecutter-data-science — This project is a Cookiecutter scaffold and data science project template that automates the creation of a consistent… frontendbr/forum — This project is a community discussion forum and management suite for developers. It provides a space for technical…
Miniserve is an HTTP static file server that hosts local directories over the network with an integrated web-based file browser. It functions as a single-binary tool capable of serving as a markdown rendering server, a TLS-enabled web server for encrypted traffic, and a WebDAV file manager for remote file operations. The project distinguishes itself through specialized hosting modes, including a single page application mode that routes requests to a single index file and the ability to generate random hexadecimal access URLs to obscure served directories. It also provides the ability to conve
This project is a collection of specialized HTTP servers designed for static file hosting, secure file uploads, and encrypted web traffic. It provides implementations for delivering local files and directories over HTTP and HTTPS, including support for index pages and single-page application routing. The software differentiates itself through dedicated server roles, including a secure file upload server with size limits and token validation, and an HTTPS web server that utilizes PKCS#12 certificates for TLS encryption. It also includes a specialized gateway for managing cross-origin resource
This is a local development server extension for VS Code that provides static file hosting and automatic browser reloading upon saving source files. It functions as a live reloading tool and static file web server, allowing developers to preview web pages locally with support for custom ports and root directories. The project distinguishes itself by offering a local network preview server that exposes projects to other devices on the same wireless network via IP. It also includes a development proxy capable of adding Cross-Origin Resource Sharing headers and proxying traffic to external URIs.
Serve is a Node.js static file server that delivers assets and single-page applications from a local directory over HTTP. It functions as both a command-line web server for hosting directories directly from the terminal and as HTTP middleware for integrating static asset delivery into existing servers. The project includes a directory browser interface that provides a web-based file explorer for navigating and accessing files within a served folder. It supports single-page application fallback by redirecting unmatched request paths to a root file to enable client-side routing. The server han