Recent Books
Gen AI
生成式人工智慧
OpenWRT
OpenWrt 是適用於嵌入式裝置的一個Linux發行版。 相對原廠韌體而言,OpenWrt 不是一個單一、靜態的韌體,而是提供了一個可添加軟體套件的可寫的檔案系統。這使使用者可以自由的選擇應用...
勵志金句
Podman
Podman (the POD manager) is an open source tool for developing, managing, and running containers ...
Ansible
Ansible是一套軟體工具,其可實現基礎架構即程式碼。它是開源的,並且該套件包括軟體供應、組態管理和應用程式部署等功能。 Ansible 最初由 Michael DeHaan 編寫,並於 20...
FreeSwitch
FreeSWITCH 是一個自由開源的軟體型電話交換機。它採用 Mozilla Public License 授權協議,MPL 是一個開源的軟體協議。它的核心庫 libfreeswitch 可以...
Exim
Exim是在類 Unix 操作系統上使用的郵件傳輸代理。Exim 是根據 GNU 通用公共許可證的條款分發的免費軟件,其目標是成為一個通用且靈活的郵件程序,具有檢查傳入電子郵件的廣泛功能。Exi...
Virtualization
Hypervisor
Storj DCS
Decentralized Cloud Storage
Redis
Redis ("REmote DIctionary Service") is an open-source key-value database server.
Being a Developer
dotnet
.NET 是開放原始碼開發平臺,只是說它是語言和程式庫的集合,可以一起建置所有類型的應用程式!
Recently Updated Pages
Chisel
Chisel is a fast TCP/UDP tunnel, transported over HTTP, secured via SSH. Single executable includ...
Phrases 2
Why initializing variables matters 為什麼初始化變數很重要 Can you work out what this function does 您能找出這個...
Coding Notes
Multi-Thread C/C++ 實現多執行緒解說 Code Performance Performance comparison: counting words in Pyt...
Learning
Online Interpreter https://www.onlinegdb.com/online_python_interpreter https://repl.it/langua...
Vim 高級技巧
常用技巧 命令執行(注意大小寫不同) 使用說明 使用技巧 i 以插入字元方式進入編輯模式 與 a 同為進入編輯模式,兩者差別只有游標的起始位置不同 ...
Python Course by Google
Naming rules and conventions 命名規則與慣例 When assigning names to objects, programmers adhere to a s...
AI Dev
AI Develop Frameworks LangChain (python + node.js) LlamaIndex (python) Haystack (python) ...
OSS & Freewares
OSS List Awesome-Selfhosted LinuxLinks - The Linux Portal Site Good Articles to OSS 為何開...
Online Tools
Password Password Generator: https://passwrd.in Modemly : Find the default password of the r...
List
List methods list.append() numbers = [1, 2, 3, 4] numbers.append(5) print(numbers) # outp...