下拉刷新

Here you can read past volumes of HelloGitHub Monthly by category. You are currently viewing the HelloGitHub Other collection.

Star 1k
Vol.107
9 days ago

Low-Cost Open-Source Drone. This is an open-source drone project based on the ESP32, which helps you to create a low-cost, smartphone-controllable small drone.

ESP-Drone
Star 470
Vol.107
a month ago

Parchment Style Hexo Blog Theme. This is a simple Hexo blog theme designed to be as minimalistic as an A4 sheet of paper, allowing readers to focus on reading and authors to concentrate on writing.

hexo-theme-A4
Star 856
Vol.107
8 days ago

A tool for one-click browser bookmark organization. This is an open-source browser bookmark management plugin that helps you easily organize your browser bookmarks. It does not require an internet connection and protects your privacy. It supports both Chinese and English, automatically detects invalid bookmarks, duplicate bookmarks, and empty folders, and can also generate a bookmark usage report.

LazyCat-Bookmark-Cleaner
Star 3.5k
Vol.107
2 months ago

Linux System Running Inside a PDF File. This project embeds a Linux system into a PDF file, powered by the RISC-V simulator TinyEMU. Users can open the PDF file in a browser, initiate the Linux system, and interact with it.

linuxpdf
Star 830
Vol.107
14 hours ago

An Open-source Cross-platform Diary App Built with Flutter. This is a fully open-source diary software that is aesthetically pleasing. It supports various text editing formats and multimedia attachments, along with features like password protection, biometric unlock, footprint map, smart assistant, synchronization, and backup capabilities, and is compatible with systems like Android, iOS, Windows, macOS, and Linux.

moodiary
Star 3.7k
Vol.107
18 days ago

Answer Test for Xiaomi Mobile Unlock and Flashing Qualification. This project is a question bank for unlocking Xiaomi BootLoader. The reason is that before obtaining the qualification to unlock BootLoader on Xiaomi mobile phones, users must first pass a series of questions to apply.

Xiaomi-BootLoader-Questionnaire
Star 2.8k
Vol.106
2 months ago

Flutter's Sliding Action Component. This is an open-source library for Flutter, which can quickly implement sliding operations on list items, supports multi-direction, sliding animations, and auto-closing features.

flutter_slidable
Star 285
Vol.106
2 months ago

E-Ink Todo List and Calendar Management Tool. This is a low-power E-Ink todo list and calendar management tool, using Raspberry Pi Pico W and Inky Frame 7.3-inch color E-Ink display for hardware, along with LVGL for interface layout, supporting multiple color displays, to-do lists, calendar synchronization, and more.

inky-dashboard
Star 1.9w
Vol.106
13 days ago

Automatic Nginx Reverse Proxy Configuration for Docker Containers. This project provides an automatic Nginx reverse proxy service for Docker containers. It can monitor the start and stop events of Docker containers in real-time, automatically configure Nginx reverse proxy for each Docker container without manual intervention, greatly simplifying the Nginx configuration process in the container environment.

# 第一步启动 nginx-proxy docker run --detach \ --name nginx-proxy \ --publish 80:80 \ --volume /var/run/docker.sock:/tmp/docker.sock:ro \ nginxproxy/nginx-proxy:1.6 # 第二步启动应用 docker run --detach \ --name your-proxied-app \ --env VIRTUAL_HOST=hellogithub.com \ nginx
Star 7.7k
Vol.106
13 days ago

Cheat Sheets for Developers. This is a collection of quick reference manuals (cheat sheets) prepared specifically for developers, aiming to provide developers with concise and intuitive quick reference guides, covering a variety of programming languages, frameworks, Linux commands, and databases.

reference