Этот коммит содержится в:
Ihar Hancharenka 2023-11-22 17:36:52 +03:00
родитель 042440fc28
Коммит 350c3728ad
6 изменённых файлов: 33 добавлений и 0 удалений

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

@ -0,0 +1,2 @@
2023
https://habr.com/ru/articles/767442/

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

@ -0,0 +1 @@
https://github.com/FlareSolverr/FlareSolverr

3
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

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

@ -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

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

@ -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/

21
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