JMComic-qt is a cross-platform desktop client and digital comic reader built with the Qt framework. It serves as a digital media archival tool for browsing, searching, and reading comics across Windows, Linux, and MacOS.
Les fonctionnalités principales de tonquer/jmcomic-qt sont : Comic Content Browsing, Cross-Platform Browsers, Digital Comic Archivers, Cross-Platform Desktop Clients, External API Data Fetching, Comic Readers, Session Authentication, Offline Content Downloaders.
Les alternatives open-source à tonquer/jmcomic-qt incluent : heartcombo/devise — Devise is a flexible authentication framework for Ruby on Rails applications. It serves as a user identity management… realpython/discover-flask — This project is a full stack web application template built with Flask. It provides a foundation for developing… digitallyinduced/thin-backend — Thin Backend is a backend-as-a-service platform that provisions PostgreSQL databases, automatically generates… nswbmw/n-blog — N-blog is a full-stack JavaScript blogging platform and content management system built with Node.js. It functions as… shadcn/taxonomy — Taxonomy is a SaaS boilerplate and Next.js application template designed for building subscription-based web… sissbruecker/linkding — linkding is a self-hosted bookmark manager designed for saving, organizing, and retrieving web links. It functions as…
Devise is a flexible authentication framework for Ruby on Rails applications. It serves as a user identity management system that handles registration, sign-in, password recovery, and account confirmation. The system integrates with the Warden middleware to manage user sessions and security across various request types. The framework functions as a multi-model authentication engine, allowing for the configuration of multiple distinct user models with independent routes and access controls. It also provides a standardized interface to connect with external identity providers and third-party lo
N-blog is a full-stack JavaScript blogging platform and content management system built with Node.js. It functions as a server-side rendered web application that renders markdown source text into HTML for publishing and displaying articles. The system includes a markdown blogging engine that enables the creation and management of posts and user comments. It features a integrated user authentication system that handles account registration, secure sign-in, and session management to protect private routes. The project covers broad capability areas including request routing and middleware pipel
Thin Backend is a backend-as-a-service platform that provisions PostgreSQL databases, automatically generates database-backed APIs, and provides built-in user authentication with zero manual configuration. It enables applications to store, query, and synchronize records in real time without requiring developers to write custom endpoints, route resolvers, or backend infrastructure setup. The platform provides a comprehensive capability set covering instant database provisioning, batch operations, database transactions, relational querying, and real-time data broadcasting across connected clien
This project is a full stack web application template built with Flask. It provides a foundation for developing complete web applications, covering the entire pipeline from user interfaces and server-side logic to relational data management. The project implements a modular architecture using blueprints to organize views and templates into independent components. It features a session-based authentication system for managing user registration, password hashing, and secure login sessions to protect private application areas. Data persistence is handled through an object relational mapper for