From f1a361da9c9bce8ba18877445eae3f0e55568522 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Mon, 23 Oct 2023 15:52:22 +0300 Subject: [PATCH] m --- devops/k8s/features/network/articles.txt | 1 + hw/comp/cpu/amd/threadreaper.txt | 3 +++ .../automation/arr/readarr/presentations.txt | 3 +++ os/linux/debian/flavors/mxlinux.txt | 2 +- .../appimage/tools/appimagelauncher.txt | 26 +++++++++++++++++++ pl/cpp/libfws/stl/span.txt | 2 ++ .../io/fileformats/json/docs/articles.txt | 2 ++ .../tools/quality/debug/gdb/docs/articles.txt | 1 + pl/hs/docs/books/books.txt | 5 ++++ pl/java/libfws/awesome.txt | 1 + pl/rs/features/io/async/docs/articles.txt | 1 + 11 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 hw/comp/cpu/amd/threadreaper.txt create mode 100644 net/proto/torrent/automation/arr/readarr/presentations.txt create mode 100644 os/linux/packaging/appimage/tools/appimagelauncher.txt create mode 100644 pl/cross/io/fileformats/json/docs/articles.txt diff --git a/devops/k8s/features/network/articles.txt b/devops/k8s/features/network/articles.txt index 0f232d45f..b444e0cf5 100644 --- a/devops/k8s/features/network/articles.txt +++ b/devops/k8s/features/network/articles.txt @@ -1,4 +1,5 @@ 2023 +https://habr.com/ru/companies/T1Holding/articles/767056/ https://llorllale.github.io/posts/k8s-cluster-network/ !!! https://matthewpalmer.net/kubernetes-app-developer/articles/kubernetes-networking-guide-beginners.html diff --git a/hw/comp/cpu/amd/threadreaper.txt b/hw/comp/cpu/amd/threadreaper.txt new file mode 100644 index 000000000..e5c4729bb --- /dev/null +++ b/hw/comp/cpu/amd/threadreaper.txt @@ -0,0 +1,3 @@ +2023 +https://www.ixbt.com/news/2023/10/19/core-i9-14900k-ryzen-9-7950x-amd-ryzen-threadripper-7000-96.html + 96 kernells diff --git a/net/proto/torrent/automation/arr/readarr/presentations.txt b/net/proto/torrent/automation/arr/readarr/presentations.txt new file mode 100644 index 000000000..8c59e9256 --- /dev/null +++ b/net/proto/torrent/automation/arr/readarr/presentations.txt @@ -0,0 +1,3 @@ +2023 +TechByteTips - Install Readarr using Docker in a Synology NAS of 23:34 + https://www.youtube.com/watch?v=Xf0nKAE8C2g diff --git a/os/linux/debian/flavors/mxlinux.txt b/os/linux/debian/flavors/mxlinux.txt index 9654d81ac..0aab20ace 100644 --- a/os/linux/debian/flavors/mxlinux.txt +++ b/os/linux/debian/flavors/mxlinux.txt @@ -1,5 +1,5 @@ ! debian-based -! non-system-d +!!! non-system-d https://mxlinux.org https://mxlinux.org/about-us/ diff --git a/os/linux/packaging/appimage/tools/appimagelauncher.txt b/os/linux/packaging/appimage/tools/appimagelauncher.txt new file mode 100644 index 000000000..4a8fdfb74 --- /dev/null +++ b/os/linux/packaging/appimage/tools/appimagelauncher.txt @@ -0,0 +1,26 @@ +https://assassinate-you.net/tags/appimagelauncher/ + +https://github.com/TheAssassin/AppImageLauncher + ail-cli +https://github.com/TheAssassin/AppImageLauncher/releases + 2.2.0 + +appimagelauncher-git + +aur +https://aur.archlinux.org/packages/appimagelauncher-git +https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=appimagelauncher-git + +pacstall/appimagelauncher-deb +name="appimagelauncher-deb" +gives="appimagelauncher" +pkgver="2.2.0" +url="https://github.com/TheAssassin/AppImageLauncher/releases/download/v${pkgver}/${gives}_${pkgver}-travis995.0f91801.bionic_amd64.deb" +pkgdesc="Helper application for Linux distributions serving as a kind of entry point for running and integrating AppImages." +hash="f4b9db56a6ba7dd091074b14157612986a9f6a0cb3fcd230abfc8f4555c70a7f" +arch=('amd64') +repology=("project: ${gives}") +maintainer="Zahrun " + +2023 +https://ostechnix.com/integrate-appimages-to-application-menu-using-appimagelauncher/ diff --git a/pl/cpp/libfws/stl/span.txt b/pl/cpp/libfws/stl/span.txt index 79c5e3803..199a2966b 100644 --- a/pl/cpp/libfws/stl/span.txt +++ b/pl/cpp/libfws/stl/span.txt @@ -1,2 +1,4 @@ +2023 +https://www.cppstories.com/2023/span-cpp20/ 2020 https://brevzin.github.io/c++/2020/03/30/span-comparisons/ diff --git a/pl/cross/io/fileformats/json/docs/articles.txt b/pl/cross/io/fileformats/json/docs/articles.txt new file mode 100644 index 000000000..6767ae039 --- /dev/null +++ b/pl/cross/io/fileformats/json/docs/articles.txt @@ -0,0 +1,2 @@ +2023 +https://habr.com/ru/articles/554274/ diff --git a/pl/cross/tools/quality/debug/gdb/docs/articles.txt b/pl/cross/tools/quality/debug/gdb/docs/articles.txt index 730803819..c84bba1f9 100644 --- a/pl/cross/tools/quality/debug/gdb/docs/articles.txt +++ b/pl/cross/tools/quality/debug/gdb/docs/articles.txt @@ -1,4 +1,5 @@ 2023 +https://www.fosslinux.com/132526/mastering-the-art-of-debugging-with-gdb-commands.htm https://developers.redhat.com/articles/2023/05/03/how-debug-c-lambda-expressions-gdb 2022 https://xakep.ru/2022/11/30/linux-debug/ diff --git a/pl/hs/docs/books/books.txt b/pl/hs/docs/books/books.txt index 59c2bde20..c9e5a314f 100644 --- a/pl/hs/docs/books/books.txt +++ b/pl/hs/docs/books/books.txt @@ -10,6 +10,11 @@ Scalfani - Functional Programming Made Easier Kovalenko - Haskell Programming Handbook ru https://vk.com/wall-54530371_214375 2023 +Skinner - Effectiv Haskell + https://pragprog.com/titles/rshaskell/effective-haskell/ + 67695CEA3B87CC990D224E359E96DE20 + B62FCD06983FB2A3CB0EC3A5AD6ACA47 + 9CDB54AA2D4D50F9D13CBA6B685302C0 Walck - Learn Physics with Functional Programming 3D7CE8FF760F37BDF580ADB96125121D 2022 diff --git a/pl/java/libfws/awesome.txt b/pl/java/libfws/awesome.txt index 9ddf002f0..8660b8ac4 100644 --- a/pl/java/libfws/awesome.txt +++ b/pl/java/libfws/awesome.txt @@ -1 +1,2 @@ https://github.com/akullpp/awesome-java +https://awesomejava.resamvi.io/ diff --git a/pl/rs/features/io/async/docs/articles.txt b/pl/rs/features/io/async/docs/articles.txt index 4f0ac4f15..6e16b7a2f 100644 --- a/pl/rs/features/io/async/docs/articles.txt +++ b/pl/rs/features/io/async/docs/articles.txt @@ -1,4 +1,5 @@ 2023 +https://without.boats/blog/why-async-rust/ https://hegdenu.net/posts/understanding-async-await-4/ ! need prev parts 2022