Этот коммит содержится в:
Ihar Hancharenka 2023-11-21 11:46:32 +03:00
родитель 4ba3b656d8
Коммит e549cfa5d3
11 изменённых файлов: 62 добавлений и 0 удалений

Просмотреть файл

@ -60,6 +60,9 @@ https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites.md
youtube:subscriptions:
YouTube subscriptions feed; ":ytsubs" keyword (requires cookies)
download all the channel
https://superuser.com/questions/1752396/how-to-download-all-videos-with-yt-dlp-from-a-youtube-channel-after-the-redesign
2023
https://habr.com/ru/companies/ruvds/articles/765798/
!!!

Просмотреть файл

@ -1,3 +1,5 @@
2023
https://habr.com/ru/companies/ozontech/articles/774712/
2022
https://habr.com/ru/post/682720/
2020

3
hw/comp/keyboard/mechanics/akko.txt Обычный файл
Просмотреть файл

@ -0,0 +1,3 @@
https://www.21vek.by/mouses/6104sblackgoldrgb1746225_akko.html
https://www.21vek.by/mouses/5108sworldtourtokyousbcablergbhotswapv3cream1746216_akko.html
https://www.21vek.by/mouses/5108sblackgoldusbcablergbhotswapjellypurple1561232_akko.html

Просмотреть файл

@ -12,6 +12,8 @@ monastyr history
https://www.youtube.com/watch?v=4WViVURDHcw
2023
Mazhuko - How not to Loose Own Belief of 14:43
https://www.youtube.com/watch?v=o_DwFRdfOqc
Mazhuko - Family Holiday 0:00 of 1:07:10
https://www.youtube.com/watch?v=kUcAKVvS1Dc
Mazhuko - Secret Relative of 9:52

4
os/x-ui/wayland/libs/louvre.txt Обычный файл
Просмотреть файл

@ -0,0 +1,4 @@
https://github.com/CuarzoSoftware/Louvre
2023
https://www.opennet.ru/opennews/art.shtml?num=60149

Просмотреть файл

@ -57,3 +57,38 @@ post_remove() {
}
# vim:set ft=sh ts=2 sw=2 et:
maintainer="wizard-28 <wiz28@pm.me>"
name="nushell-bin"
pkgname="nushell"
pkgver="0.87.1"
pkgdesc="A new type of shell"
breaks=("${pkgname}" "${pkgname}-git" "${pkgname}-deb" "${pkgname}-app")
repology=("project: nushell")
arch=('arm64' 'amd64')
if [[ ${CARCH} == "arm64" ]]; then
hash="f66f43e3c21ab9a66f9a46edae30e6537dc38d30c215a0535c9ac50905e55e46"
gnuarch="aarch64"
else
hash="7bcffb7a9066ef7c99e299dc3c1b87d471deea91e652edad129e27f742eef72d"
gnuarch="x86_64"
fi
url="https://github.com/nushell/nushell/releases/download/${pkgver}/nu-${pkgver}-${gnuarch}-unknown-linux-gnu.tar.gz"
package() {
# binaries
find ./ \
-maxdepth 1 \
-executable \
-type f \
-name "nu*" \
-exec sudo install -vDm755 -t "${pkgdir}/usr/bin" "{}" +
# documentation
sudo install -vDm644 -t "${pkgdir}/usr/share/doc/${pkgname}" README.txt
# license
sudo install -vDm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE
}
# vim:set ft=sh ts=2 sw=2 et:

Просмотреть файл

@ -3,6 +3,8 @@ customer-retrieval-service: update doc - has just merged
https://gitlab.com/inspire1/digital-platform/domain-services/notification-domain/notification-service/-/merge_requests/300
https://gitlab.com/inspire1/digital-platform/domain-services/notification-domain/notification-service/-/pipelines/1072267119
? github/nushell
cp: cannot stat '/var/log/pacstall/metadata/*': No such file or directory
$ apt-file search `which ecryptfs-migrate-home`

Просмотреть файл

@ -5,6 +5,8 @@ Spilka - JPA/Hibernate Fundamentals 2023 of 7 parts
8:00 of 1:05:21
https://www.youtube.com/watch?v=t6n1NwMM8a8
2022
Bouali Ali - Spring Data JPA | Hibernate of 6p
https://www.youtube.com/playlist?list=PL41m5U3u3wwkS8BU0fIeRQwY3hK4VlFlX
JPointJokerJUG - Kirekov - Spring Data JPA Testing Antipatterns ru of 54:33
https://www.youtube.com/watch?v=Q9UiuHvNTp4
! @AutoConfigureTestDatabase

Просмотреть файл

@ -0,0 +1,3 @@
2023
Bouali Ali - WebSocket Tutorial with Spring Boot | Build One On One Chat Application 0:00 of 2:08:50
https://www.youtube.com/watch?v=7T-HnTE6v64

Просмотреть файл

@ -0,0 +1,3 @@
2023
Dr. Trefor Bazett - LaTeX Tutorials of p22
https://www.youtube.com/playlist?list=PLHXZ9OQGMqxcWWkx2DMnQmj5os2X5ZR73

Просмотреть файл

@ -1,6 +1,9 @@
precision = tp / (tp + fp)
recall = tp / (tp + fn)
2023
https://habr.com/ru/articles/775032/
!!!
2020
https://www.kdnuggets.com/2020/10/imbalanced-data-machine-learning.html
https://machinelearningmastery.com/fbeta-measure-for-machine-learning/