Main public logs
Appearance
Combined display of all available logs of LemonWiki共筆. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:13, 22 August 2026 95.24.26.211 talk created page Ногинск vs Москва: почему местный досуг удобнее (Ногинск vs Москва: почему местный досуг удобнее)
- 10:14, 15 July 2026 Planetoid talk contribs created page Integration of CodeRunner with MAMP (Created page with "= CodeRunner PHP Run Command: Auto-Detecting the Version = In Settings → Languages → PHP → Run Command, the default configuration usually looks like this: <pre lang="bash"> /path/to/php $filename </pre> For example: <pre lang="bash"> /Applications/MAMP/bin/php/php8.2.29/bin/php $filename </pre> The problem is that every time MAMP upgrades its PHP version, you have to come back and manually update this path. Changing it to the line below lets CodeRunner automat...") Tag: wikieditor
- 14:17, 2 July 2026 Planetoid talk contribs created page Finding Files That Take Up Space on Ubuntu (Created page with "Finding Files That Take Up Space on Ubuntu == Graphical User Interface (GUI) == # [https://snapcraft.io/filelight filelight]: Lets you choose which folder to scan {{Gd}} # baobab: Scans the entire computer directly; if there are too many files, it can take a long time. == Command-Line Interface (CLI) == # `df -h` quickly shows the usage status of different partitions == References == * [https://snapcraft.io/blog/how-to-keep-your-linux-disk-usage-nice-and-tidy-and-save...") Tag: wikieditor
- 18:31, 15 June 2026 Planetoid talk contribs created page PDF Table Parsing (Created page with "== Technical Notes on PDF Table Parsing == PDF table parsing usually cannot rely solely on the raw output produced by tools such as <code>pdfplumber.extract_tables()</code>, Camelot, Tabula, or similar libraries. Since PDF is primarily a layout-oriented format rather than a structured data format, practical implementations often require additional rules, state management, and post-processing steps in order to produce stable and usable datasets. The following notes summ...") Tag: wikieditor
- 10:48, 6 June 2026 Planetoid talk contribs created page Speech to text (Created page with "== Speech to text 工具 == {{Gd}} [https://github.com/openai/whisper openai/whisper: Robust Speech Recognition via Large-Scale Weak Supervision] * Support Language: 99 languages * Input file: Audio files * Speaker identification: Need to integrate with (1) [https://github.com/m-bain/whisperX m-bain/whisperX: WhisperX: Automatic Speech Recognition with Word-level Timestamps (& Diarization)] or (2) [https://github.com/pyannote/pyannote-audio pyannote/pyannote-audio: Neura...") Tag: wikieditor
- 14:39, 4 June 2026 Planetoid talk contribs created page Troubleshooting of GIT (Created page with " == Troubleshooting of GIT == === Restoring deleted files in Git === Restoring deleted files in Git === SSH Authentication Failed: Permission denied (publickey) === '''Error Message''' After keyin the command <pre>git clone [email protected]:your-org/your-repo.git /opt/your-app</pre>, met the error message <pre> Cloning into '/opt/your-app'... [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the...") Tag: wikieditor
- 12:08, 17 May 2026 Planetoid talk contribs moved page Troubleshooting of Sonar issue to Troubleshooting of SonarQube issue
- 10:18, 13 May 2026 Planetoid talk contribs created page X Advanced Search (Created page with "X (tweets) Advanced Search == Methods == # https://x.com/search-advanced # Enter the query directly into the search box # ''$'' apify: [https://console.apify.com/actors/61RPP7dywgiy0JPD0/input 🏯 Tweet Scraper V2 - X / Twitter Scraper] == Use Cases == === Case 1: Search recent posts from a specific account === Recent posts from account: @elonmusk <pre> from:elonmusk </pre> 🔗 https://x.com/search?q=from%3Aelonmusk&src=typed_query === Case 2: Search posts by date...") Tag: wikieditor
- 10:54, 30 April 2026 Planetoid talk contribs created page Category:Developer environment (Created page with "Setting up shell aliases to launch GUI editors (e.g. VS Code, Cursor) directly from the terminal on macOS.") Tag: wikieditor
- 10:53, 30 April 2026 Planetoid talk contribs created page Open Files in a GUI Editor from the Terminal (Created page with "How to open files with your favorite editor from the terminal? 1. Open your shell config file: <pre> vi ~/.zshrc # for zsh vi ~/.bashrc # for bash </pre> 2. Add an alias for your editor: <pre> # VS Code alias code="open -a 'Visual Studio Code'" <pre> Tip: Not sure of the exact app name? Run this to find it: <pre> ls /Applications/ | grep -i "visual\|cursor\|zed\|sublime" </pre> The name must exactly match the `.app` filename in `/Applications/` (without the `.ap...") Tag: wikieditor
- 09:26, 26 March 2026 Planetoid talk contribs moved page ChatGPT prompts in Mandarin to AI Prompt Engineering in Mandarin
- 09:26, 26 March 2026 Planetoid talk contribs moved page ChatGPT prompts to AI Prompt Engineering
- 09:45, 15 March 2026 Planetoid talk contribs moved page NLP Glossary to Data Science Glossary
- 18:42, 12 March 2026 Planetoid talk contribs created page Comparison of common data file formats in Mandarin (Created page with "拿到資料檔案該怎麼開?各格式限制與注意事項 == 常見資料格式與限制 == === 1. CSV 檔案 === CSV 檔案:不同欄位值用逗號間隔。 CSV 格式本身沒有筆數上限,限制來自開啟它的軟體。<ref>Row Zero — CSV Row Limits by Spreadsheet: https://rowzero.com/blog/csv-row-limit</ref> 常見問題是 大部分人會使用 Microsoft Excel 開啟 CSV, (1) 中文亂碼:點選兩下發現中文亂碼,檔首需要額外加...") Tag: wikieditor
- 11:00, 12 March 2026 Planetoid talk contribs created page Comparison of common data file formats (Created page with "拿到資料檔案該怎麼開?各格式限制與注意事項 == 常見資料格式與限制 == === 1. CSV 檔案 === CSV 檔案:不同欄位值用逗號間隔。 CSV 格式本身沒有筆數上限,限制來自開啟它的軟體。<ref>Row Zero — CSV Row Limits by Spreadsheet: https://rowzero.com/blog/csv-row-limit</ref> 常見問題是 大部分人會使用 Microsoft Excel 開啟 CSV, (1) 中文亂碼:點選兩下發現中文亂碼,檔首需要額外加...") Tag: wikieditor
- 09:31, 6 March 2026 Planetoid talk contribs created page Restoring deleted files in Git in Mandarin (Created page with "= 復原 GIT 誤刪除的檔案 = {{LanguageSwitcher | content = EN, 漢字 }} == 復原方法 == === 方法一:透過 Fork 右鍵選單 === 使用 [https://git-fork.com/ Fork Git 客戶端軟體],並且對 <code>Deleted.file</code> 右鍵選擇了 '''Reset File to'''。 # 右鍵點擊被刪除的檔案 # 選擇 '''Reset File to''' → <code>State at Commit...</code> 或 <code>...") Tag: wikieditor
- 18:01, 4 March 2026 Planetoid talk contribs created page Restoring deleted files in Git (Created page with "= 復原 GIT 誤刪除的檔案 = == 復原方法 == === 方法一:透過 Fork 右鍵選單 === 使用 [https://git-fork.com/ Fork Git 客戶端軟體],並且對 <code>Deleted.file</code> 右鍵選擇了 '''Reset File to'''。 # 右鍵點擊被刪除的檔案 # 選擇 '''Reset File to''' → <code>State at Commit...</code> 或 <code>State Before Commit...</code> #* <code>State at Commit...</code> → 還原到某個特定 commit 的狀態 #* <code>State Before Co...") Tag: wikieditor