OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
octospacc 2023-07-25 12:03:11 +00:00
parent b3a02da538
commit d55d50a6a9
13 changed files with 67 additions and 33 deletions

View File

@ -1,6 +1,6 @@
created: 20230608141932117
creator: Octt
modified: 20230608142245770
modified: 20230725115220193
modifier: Octt
tags:
title: Linux/Userspace
@ -8,3 +8,14 @@ title: Linux/Userspace
* [[AppStream (Docs)|https://www.freedesktop.org/software/appstream/docs/]]
** [[AppStream .Metainfo.xml Creator|https://www.freedesktop.org/software/appstream/metainfocreator/]]
* [[Open Age Ratings Service (OARS)|https://hughsie.github.io/oars/index.html]]
!!! ''Misc tools''
* [[Flatpak|https://flatpak.org/]] --- //Linux application sandboxing and distribution framework// --- <<[# Git "https://github.com/flatpak">> <<[# "Dev Docs" "https://docs.flatpak.org/en/latest/">>
** [[Flathub|https://flathub.org/]] --- Official build and distribution service for Flatpak applications --- <<[ "[[Git|https://github.com/flathub]]">>
** <<RedditL r/flatpak/comments/m09ma4/save_flathub_runtime_and_sdk_as_local_flatpak "Save Flathub runtime and SDK as local Flatpak file bundle">>
* [[Wine|https://www.winehq.org/]] --- //Compatibility layer for running Windows applications on POSIX-compliant systems//
** [[WineZGUI|https://github.com/fastrizwaan/WineZGUI]] --- //Wine GUI using Zenity - Play and Share!// --- <<#[ Flatpak "https://github.com/fastrizwaan/flatpak-wine">>
** [[When is a wine-based Linux path used/converted?|https://askubuntu.com/questions/1018400/when-is-a-wine-based-linux-path-used]]
*** `winepath` allows conversion of paths Unix --> Windows (`-u`), Windows --> Unix (`-w`)

View File

@ -1,6 +1,6 @@
created: 20230605214923345
creator: Octt
modified: 20230724222654053
modified: 20230725114604938
modifier: Octt
tags:
title: Unix/Shell
@ -12,3 +12,4 @@ title: Unix/Shell
* [[$PWD vs. pwd regarding portability|https://stackoverflow.com/questions/10795014/pwd-vs-pwd-regarding-portability]] --- `$(pwd)` has issues with paths with newline chars, `$PWD` is fine but can be wrongly reset by badly-made programs; all appear to be available on all good shells.
* [[How to find the last field using 'cut'|https://stackoverflow.com/questions/22727107/how-to-find-the-last-field-using-cut]] --- `echo 'maps.google.com' | rev | cut -d'.' -f 1 | rev`
* [[Get/use exit code of command|https://www.cyberciti.biz/faq/bash-get-exit-code-of-command/]] --- Variable `$?`
* [[Check if a string begins with some value|https://stackoverflow.com/questions/2172352/in-bash-how-can-i-check-if-a-string-begins-with-some-value#18558871]] --- `beginswith(){ case $2 in "$1"*) true;; *) false;; esac; }`

View File

@ -1,12 +1,14 @@
created: 20230301115915481
creator: Octt
modified: 20230301120009546
modified: 20230725111442890
modifier: Octt
tags: Meme
title: Copypasta
<<^wikipediaframe Copypasta>>
!!! ''Favorite copypastas''
* <<RedditL r/copypasta r/copypasta>>
* ...
!!! ''Some specific copypastas''
* [[GNU/Linux Copypasta|https://stallman-copypasta.github.io/]]

View File

@ -0,0 +1,10 @@
created: 20230725112836922
creator: Octt
modified: 20230725113335973
modifier: Octt
tags:
title: Keyboard
<<^wikipediaframe "Computer keyboard">>
* [[Monkeytype|https://monkeytype.com/]] --- //The most customizable typing website with a minimalistic design and a ton of features. Test yourself in various modes, track your progress and improve your speed// --- <<[ "[[Git|https://github.com/monkeytypegame]]">>

View File

@ -1,7 +1,7 @@
created: 20230111153758951
creator: Octt
icon: 🐧
modified: 20230723225933475
modified: 20230725113527726
modifier: Octt
page-cover: https://images.unsplash.com/photo-1549605659-32d82da3a059?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D
tags: $:/i18n:en Unix
@ -12,6 +12,7 @@ title: Linux
!! ''Docs''
* [[The Linux Kernel documentation|https://docs.kernel.org/]]
* [[Embedded Linux Wiki|https://elinux.org/Main_Page]]
!!! ''Manpages''
@ -20,8 +21,6 @@ title: Linux
!!! ''Misc''
* [[Embedded Linux Wiki|https://elinux.org/Main_Page]]
* LDP (obsolete?)
** [[The Network Administrators' Guide|https://tldp.org/LDP/nag/]]
@ -30,12 +29,3 @@ title: Linux
!!! ''Benchmarks''
* [[Paul Raspberry Pi Benchmarks|https://willy-tech.de/raspberry-pi-benchmarks/]]
!! ''Tools''
* [[Flatpak|https://flatpak.org/]] --- //Linux application sandboxing and distribution framework// --- <<[# Git "https://github.com/flatpak">> <<[# "Dev Docs" "https://docs.flatpak.org/en/latest/">>
** [[Flathub|https://flathub.org/]] --- Official build and distribution service for Flatpak applications --- <<[ "[[Git|https://github.com/flathub]]">>
** <<RedditL r/flatpak/comments/m09ma4/save_flathub_runtime_and_sdk_as_local_flatpak "Save Flathub runtime and SDK as local Flatpak file bundle">>
* [[Wine|https://www.winehq.org/]] --- //Compatibility layer for running Windows applications on POSIX-compliant systems//
** [[WineZGUI|https://github.com/fastrizwaan/WineZGUI]] --- //Wine GUI using Zenity - Play and Share!// --- <<#[ Flatpak "https://github.com/fastrizwaan/flatpak-wine">>

View File

@ -1,7 +1,7 @@
created: 20221110120605389
creator: Octt
icon: 🐍
modified: 20230307220831705
modified: 20230725120134964
modifier: Octt
page-cover: https://source.unsplash.com/random/?Python
tags: Development $:/i18n:en
@ -9,10 +9,17 @@ title: Python
[[Python|https://www.python.org]] is a high-level, general-purpose, dynamically-typed, and garbage-collected programming language, with an extensive standard library and mandatory-indentation style.
I hate that, while tab-indentation is practically supported by the interpreter, it's against the standard and linters/editors hate you if you use tabs instead of spaces.
<<^wikipediaframe Python>>
* [[PocketPy|https://pocketpy.dev/]] - //C++17 header-only Python interpreter for game engines.// - <<[ "[[Git|https://github.com/blueloveTH/pocketpy]]">>
I hate that, while tab-indentation is practically supported by the interpreter, it's against the standard and linters/editors hate you if you use tabs instead of spaces.
---
* [[PocketPy|https://pocketpy.dev/]] - //C++17 header-only Python interpreter for game engines.// - <<[ "[[Git|https://github.com/blueloveTH/pocketpy]]">>
* [[Hex string to int|https://www.tutorialspoint.com/How-to-convert-hex-string-into-int-in-Python]] --- `int('6f637474', 16)`, `int('0x6f637474', 10)`
!!! ''HTML things''
* [["html" std library|https://docs.python.org/3/library/html.html]], [[Beautiful Soup|https://www.crummy.com/software/BeautifulSoup/]]
* Escaping HTML: [[html.escape() in Python|https://www.educative.io/answers/what-is-htmlescape-in-python]], [[easiest way to escape HTML in Python|https://stackoverflow.com/questions/1061697/whats-the-easiest-way-to-escape-html-in-python]]
* Unescaping HTML: [[Decode HTML entities in Python string|https://stackoverflow.com/questions/2087370/decode-html-entities-in-python-string]]

View File

@ -0,0 +1,13 @@
created: 20230725113714725
creator: Octt
modified: 20230725114401911
modifier: Octt
tags:
title: Shell scripting
<<^wikipediaframe "Shell scripting">>
* Open URL from shell:
** Windows: `start <URL>`
** Linux desktop: `xdg-open <URL>`
** More: https://stackoverflow.com/questions/38147620/shell-script-to-open-a-url, https://askubuntu.com/questions/515947/how-do-i-open-an-url-from-a-bash-script

View File

@ -1,5 +1,5 @@
created: 20230724223452251
created: 20230725120306774
current-tiddler: GettingStarted
modified: 20230724223452251
modified: 20230725120306774
title: $:/HistoryList
type: application/json

View File

@ -1,6 +1,6 @@
created: 20230724215302476
created: 20230725105917743
creator: Octt
list:
modified: 20230724223420390
modified: 20230725115843464
modifier: Octt
title: $:/StoryList

View File

@ -1,7 +1,7 @@
created: 20220920140732083
creator: Octt
modified: 20230724220304095
modified: 20230725115551147
modifier: Octt
title: $:/state/showeditpreview
yes
no

View File

@ -1,7 +1,7 @@
created: 20220920090438306
creator: Octt
modified: 20230504092700382
modified: 20230725105920958
modifier: Octt
title: $:/state/tab--2112689675
$:/core/ui/ControlPanel/Advanced
$:/core/ui/ControlPanel/Basics

View File

@ -1,7 +1,7 @@
created: 20220920090405977
creator: Octt
modified: 20230611175014432
modified: 20230725105919326
modifier: Octt
title: $:/state/tab-1749438307
$:/core/ui/ControlPanel/Saving
$:/core/ui/ControlPanel/Info

View File

@ -1,7 +1,7 @@
created: 20220920092307479
creator: Octt
modified: 20230724223422140
modified: 20230725114745075
modifier: Octt
title: $:/state/tab/sidebar--595412856
OcttKB/Index
$:/core/ui/SideBar/Recent