tiennm99 c330a91f52 feat: collapse 2018 image under spoiler; segmented "Tất cả ngôn ngữ" toggle
- wrap original 2018 image in <details class="original-image"> spoiler again
- view-toggle becomes a 2-state segmented control (TIOBE Top 20 / Tất cả ngôn ngữ)
  matching the source-toggle pattern, with arrow-key roving tabindex
- label both controls ("Nguồn màu" / "Hiển thị") for discoverability
2026-04-27 20:33:17 +07:00

programming-fengshui

Trang phân loại ngôn ngữ lập trình theo Ngũ Hành (Kim, Mộc, Thuỷ, Hoả, Thổ) dựa trên màu sắc của GitHub Linguist / GitLab Linguist, tập trung TIOBE Top 20.

Chạy thử

Chạy qua HTTP server (cần thiết để fetch dữ liệu JSON):

python3 -m http.server 8080

rồi truy cập http://localhost:8080.

Cấu trúc

.
├── index.html
├── style.css
├── js/
│   ├── main.js
│   ├── classify-element.js
│   ├── render-elements.js
│   └── tiobe-top.js
├── data/
│   ├── github-colors.json
│   └── gitlab-colors.json
└── assets/
    └── ngon-ngu-lap-trinh-phong-thuy.png

Credit

Trang chỉ dùng để trình bày lại nội dung, mọi quyền thuộc tác giả gốc.

S
Description
Lựa chọn ngôn ngữ lập trình theo phong thuỷ — a small page presenting the feng shui programming language image from toidicodedao.com
Readme Apache-2.0 881 KiB
Languages
JavaScript 45.5%
CSS 33.7%
HTML 20.8%