Recent Activity
Admin
User for 4 years
Recently Created Pages View All
Classes and methods
Defining classes and methods class ClassName: def method_name(self, other_parameters): ...
Dictionaries vs. Lists
Dictionaries are similar to lists, but there are a few differences: Both dictionaries and lists:...
Dictionary 字典
不像序列是由一個範圍內的數字當作索引,dictionary 是由鍵 (key) 來當索引,鍵可以是任何不可變的類型;字串和數字都可以當作鍵。Tuple 也可以當作鍵,如果他們只含有字串、數字或 ...
Tuple 元組
元組類似於清單,是任何類型的元素序列,但它們是不可變的,它們以括號表示。 符號用括號 內容不可變更 處理大量資料比 List 節省記憶體 a = (1, 2, 3) b = (...
Cheat Sheets
PDF bash_cheat_sheet.pdf bash-shell-scripting.pdf Bash Parameter
Recently Created Chapters View All
Google Python Course
Google Python 訓練課程
VirtualBox
Oracle VirtualBox是由德國InnoTek軟體公司出品的虛擬機器軟體,現在則由甲骨文公司進行開發,是甲骨文公司xVM虛擬化平臺技術的一部份。它提供使用者在32位元或64位元的Win...
LLM Engine
A software that can load the LLM Models
DNS
FreePBX
FreePBX is a web-based open-source graphical user interface (GUI) that manages Asterisk, a voice ...
Recently Created Books View All
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...