New pages
Appearance
22 August 2026
- 05:1305:13, 22 August 2026 Ногинск vs Москва: почему местный досуг удобнее (hist | edit) [2,836 bytes] 95.24.26.211 (talk) (Ногинск vs Москва: почему местный досуг удобнее)
15 July 2026
- 10:1410:14, 15 July 2026 Integration of CodeRunner with MAMP (hist | edit) [6,351 bytes] Planetoid (talk | contribs) (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
2 July 2026
- 14:1714:17, 2 July 2026 Finding Files That Take Up Space on Ubuntu (hist | edit) [765 bytes] Planetoid (talk | contribs) (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
15 June 2026
- 18:3118:31, 15 June 2026 PDF Table Parsing (hist | edit) [12,548 bytes] Planetoid (talk | contribs) (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