diff --git a/db/sql/postgres/feature/io/http-request.txt b/db/sql/postgres/feature/io/http-request.txt new file mode 100644 index 000000000..b7cd8185c --- /dev/null +++ b/db/sql/postgres/feature/io/http-request.txt @@ -0,0 +1,2 @@ +2023 +https://habr.com/ru/articles/767442/ diff --git a/net/proto/torrent/automation/arr/flaresolverr.txt b/net/proto/torrent/automation/arr/flaresolverr.txt new file mode 100644 index 000000000..b04aac4a2 --- /dev/null +++ b/net/proto/torrent/automation/arr/flaresolverr.txt @@ -0,0 +1 @@ +https://github.com/FlareSolverr/FlareSolverr diff --git a/nontech/politics/people/mardan.txt b/nontech/politics/people/mardan.txt new file mode 100644 index 000000000..1d7d1dded --- /dev/null +++ b/nontech/politics/people/mardan.txt @@ -0,0 +1,3 @@ +2023 +Metametrics - Mardan of 1:35:31 + https://www.youtube.com/watch?v=fESxMEv_T_Q diff --git a/nontech/politics/people/ostretsov.txt b/nontech/politics/people/ostretsov.txt index 0d2f5683d..f95a56580 100644 --- a/nontech/politics/people/ostretsov.txt +++ b/nontech/politics/people/ostretsov.txt @@ -1,5 +1,8 @@ https://www.youtube.com/playlist?list=PL2zbO1Ks2ovxEiIuAsxY0NrsTRk6VhWJw +2023 +BookDayClub - Ostretsov - Exit from Sensual Dead End of Civilization of 51:25 + https://www.youtube.com/watch?v=atAzruBr3KU 2019 DayTV - Ostretsov - End of Material Progress of 1:07:03 https://www.youtube.com/watch?v=uzAoVfJOn9s diff --git a/pl/kt/libfws/ui/jetbrains-compose.txt b/pl/kt/libfws/ui/jetbrains-compose.txt index c78c52f51..7e829f021 100644 --- a/pl/kt/libfws/ui/jetbrains-compose.txt +++ b/pl/kt/libfws/ui/jetbrains-compose.txt @@ -6,5 +6,8 @@ https://developer.android.com/jetpack/compose https://github.com/JetBrains/compose-jb/tree/master/tutorials https://github.com/JetBrains/compose-jb/tree/master/tutorials/Getting_Started +https://developer.android.com/jetpack/compose/mental-model + https://teletype.in/@javalib/EIqCWa-GgD4 + 2021 https://www.infoq.com/news/2021/10/compose-multiplatform-beta/ diff --git a/util/vcs/git/config/multi-identities.txt b/util/vcs/git/config/multi-identities.txt new file mode 100644 index 000000000..dac10da75 --- /dev/null +++ b/util/vcs/git/config/multi-identities.txt @@ -0,0 +1,21 @@ +2023 +https://garrit.xyz/posts/2023-10-13-organizing-multiple-git-identities + +~/.gitconfig +[user] + name = Garrit Franke + email = garrit@slashdev.space +[includeIf "gitdir:~/work/"] + path = ~/.gitconfig-work +[includeIf "gitdir:~/work/client2/"] + path = ~/.gitconfig-client2 +[includeIf "gitdir:~/sources/"] + path = ~/.gitconfig-personal + +~/.gitconfig-work +[user] + name = Garrit Franke + signingkey = 12345678 + email = garrit@work.de +[commit] + gpgsign = true