зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 12:46:06 +02:00
m
Этот коммит содержится в:
родитель
c5542e080d
Коммит
ef4c396064
23
fin/blockchain/bastion.txt
Обычный файл
23
fin/blockchain/bastion.txt
Обычный файл
@ -0,0 +1,23 @@
|
||||
https://bastyon.com
|
||||
|
||||
https://github.com/pocketnetteam
|
||||
https://github.com/pocketnetteam?tab=repositories
|
||||
https://github.com/pocketnetteam/get.started
|
||||
|
||||
https://bastyon.com/applications
|
||||
|
||||
https://docs.bastyon.com/dev/introduction.html
|
||||
https://bastyon.com/docs/en/users/0.1/index.html
|
||||
https://bastyon.com/docs/en/users/0.1/basics/what_is_bastyon.html
|
||||
|
||||
https://bastyon.com/registration
|
||||
https://docs.bastyon.com/ru/
|
||||
|
||||
https://docs.bastyon.com/ru/guide/getting-started_ru.html
|
||||
|
||||
https://bastyon.com/rubezh
|
||||
|
||||
2025
|
||||
https://bastyon.com/daniel_satchkov?ref=PXupozgNg1Ee6Nrbapj8DEfMGCVgWi4GB1
|
||||
2021
|
||||
https://www.youtube.com/watch?v=jysM5tJFMQo
|
||||
@ -12,6 +12,8 @@ Soros - Crisis of the World Capitalism (later renounciated it)
|
||||
MichaelTellbot - Golographics Universe
|
||||
|
||||
2025
|
||||
GennadyM - Sachkov - Plans of Trump of 1:16:10
|
||||
https://www.youtube.com/watch?v=stieWdm4Ke0
|
||||
USLawAndOrder - Dudnik - GennadyM - 04.08 of 51:02
|
||||
https://www.youtube.com/watch?v=xoPXTE2rOuU
|
||||
Alexey - GennadyM - Trump Plan 2025 of 1:00:37
|
||||
|
||||
16
pl/java/features/lambda/lazy.txt
Обычный файл
16
pl/java/features/lambda/lazy.txt
Обычный файл
@ -0,0 +1,16 @@
|
||||
sample
|
||||
public static class SomeResponseSupplier {
|
||||
private final Supplier<SomeResponse> supplier;
|
||||
private TxCardResponse data;
|
||||
|
||||
public SomeResponseSupplier(Supplier<SomeResponse> supplier) {
|
||||
this.supplier = supplier;
|
||||
}
|
||||
|
||||
public SomeResponse get() {
|
||||
if (data != null) {
|
||||
return data;
|
||||
}
|
||||
return data = supplier.get();
|
||||
}
|
||||
}
|
||||
@ -13,6 +13,9 @@ https://www.archunit.org/news
|
||||
taikai
|
||||
https://github.com/enofex/taikai
|
||||
|
||||
2025
|
||||
JPoint - Andres Sacco — ArchUnit: Guarding the Logic of Your Application 0:00 of 48:36
|
||||
https://www.youtube.com/watch?v=YxyuYTuYIrA
|
||||
2022
|
||||
https://medium.com/nexocode/archunit-forget-architecture-its-a-flexible-and-intelligent-linter-fd3c35f622db
|
||||
2021
|
||||
|
||||
@ -9,6 +9,9 @@ https://forum.cursor.sh/
|
||||
https://cursor.sh/blog
|
||||
https://cursor.sh/blog/prompt-design
|
||||
|
||||
2025
|
||||
https://roman.pt/posts/cursor-under-the-hood/
|
||||
https://habr.com/ru/companies/selectel/articles/895344/
|
||||
2024
|
||||
TitusTechTalk - Replacing VSCode with Cursor 0:00 of 1:40:03
|
||||
https://www.youtube.com/watch?v=8h6Kpac5U2c
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user