зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
m
Этот коммит содержится в:
родитель
b61fbd5740
Коммит
ad5f139a05
4
db/search/es/docs/courses/courses.txt
Обычный файл
4
db/search/es/docs/courses/courses.txt
Обычный файл
@ -0,0 +1,4 @@
|
||||
2024
|
||||
freeCodeCamp - Elasticsearch Course for Beginners 0:00 of 4:59:06
|
||||
https://www.youtube.com/watch?v=a4HBKEda_F8
|
||||
! py-based
|
||||
@ -1,12 +0,0 @@
|
||||
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/stream/Collector.html
|
||||
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/IntSummaryStatistics.html
|
||||
|
||||
2024
|
||||
https://www.baeldung.com/java-groupingby-collector
|
||||
https://www.baeldung.com/java-list-find-duplicates
|
||||
https://www.delftstack.com/howto/java/java-stream-distinct-by-property/
|
||||
2019
|
||||
https://4comprehension.com/an-ultimate-guide-to-java-stream-api-collectors/
|
||||
https://filippobuletto.github.io/stream-collector-fu/#
|
||||
2018
|
||||
https://dzone.com/articles/java-stream-collectors
|
||||
37
pl/java/features/stream/features/collectors.txt
Обычный файл
37
pl/java/features/stream/features/collectors.txt
Обычный файл
@ -0,0 +1,37 @@
|
||||
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/stream/Collector.html
|
||||
https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/IntSummaryStatistics.html
|
||||
|
||||
minBy()
|
||||
|
||||
baeldung
|
||||
https://www.baeldung.com/java-groupingby-collector
|
||||
Collectors.groupingBy(.,.)
|
||||
https://www.baeldung.com/java-list-find-duplicates
|
||||
2024
|
||||
CodeDecode - Most Complex Stream Operation in Java 8 0:00 of 38:10
|
||||
https://www.youtube.com/watch?v=VGVS_i-XvxY
|
||||
https://www.delftstack.com/howto/java/java-stream-distinct-by-property/
|
||||
2019
|
||||
https://4comprehension.com/an-ultimate-guide-to-java-stream-api-collectors/
|
||||
toUnmodifiableList/Set/Map
|
||||
teeing()
|
||||
counting()
|
||||
reducing()
|
||||
filtering()
|
||||
flatMapping()
|
||||
|
||||
https://blog.filippobuletto.info/stream-collector-fu/#
|
||||
Collector.of(
|
||||
supplier()
|
||||
accumulator()
|
||||
combiner()
|
||||
finisher()
|
||||
Set<Characteristics> characteristics()
|
||||
)
|
||||
2018
|
||||
https://dzone.com/articles/java-stream-collectors
|
||||
collectingAndThen(...)
|
||||
groupingBy()
|
||||
mapping()
|
||||
joining()
|
||||
partitioningBy(...)
|
||||
1
pl/java/features/stream/features/unbound.txt
Обычный файл
1
pl/java/features/stream/features/unbound.txt
Обычный файл
@ -0,0 +1 @@
|
||||
generate, iterate -> unbound streams
|
||||
@ -1,5 +1,67 @@
|
||||
2023
|
||||
https://habr.com/ru/news/778144/
|
||||
https://habr.com/ru/news/774194/
|
||||
https://habr.com/ru/news/776926/
|
||||
! gpt4-turbo
|
||||
https://github.com/features/copilot
|
||||
https://github.com/features/copilot/plans
|
||||
|
||||
https://github.com/settings/copilot
|
||||
|
||||
https://docs.github.com/en/enterprise-cloud@latest/copilot/using-github-copilot/asking-github-copilot-questions-in-github
|
||||
|
||||
https://marketplace.visualstudio.com/items?itemName=GitHub.copilot
|
||||
https://github.com/marketplace?type=apps&copilot_app=true
|
||||
|
||||
https://code.visualstudio.com/docs/copilot/overview
|
||||
https://docs.github.com/en/copilot/using-github-copilot/getting-code-suggestions-in-your-ide-with-github-copilot?tool=vscode
|
||||
|
||||
2024
|
||||
https://github.blog/news-insights/product-news/github-copilot-in-vscode-free/
|
||||
https://www.youtube.com/watch?v=dMbOh114Vd4
|
||||
|
||||
|
||||
https://github.com/orgs/community/discussions/114673
|
||||
|
||||
https://github.com/microsoft/vscode-copilot-release/issues/1188
|
||||
https://stackoverflow.com/questions/77374105/invalid-copilot-token-missing-token-403
|
||||
https://github.com/settings/tokens
|
||||
|
||||
|
||||
2025-01-09 22:24:46.067 [warning] [certificates] Failed to parse certificate # Zscaler Root CA
|
||||
Error: error:0900006e:PEM routines:OPENSSL_internal:NO_START_LINE
|
||||
at new X509Certificate (node:internal/crypto/x509:119:21)
|
||||
at /home/iharh/.vscode/extensions/github.copilot-1.256.0/lib/src/network/certificateReaders.ts:79:36
|
||||
at Array.filter (<anonymous>)
|
||||
at Sae.removeExpiredCertificates (/home/iharh/.vscode/extensions/github.copilot-1.256.0/lib/src/network/certificateReaders.ts:77:32)
|
||||
at Sae.getAllRootCAs (/home/iharh/.vscode/extensions/github.copilot-1.256.0/lib/src/network/certificateReaders.ts:68:38)
|
||||
at pme.createSecureContext (/home/iharh/.vscode/extensions/github.copilot-1.256.0/lib/src/network/certificates.ts:47:23) {
|
||||
opensslErrorStack: [
|
||||
'error:0c00006d:ASN.1 encoding routines:OPENSSL_internal:DECODE_ERROR'
|
||||
],
|
||||
library: 'PEM routines',
|
||||
function: 'OPENSSL_internal',
|
||||
reason: 'NO_START_LINE',
|
||||
code: 'ERR_OSSL_PEM_NO_START_LINE'
|
||||
}
|
||||
2025-01-09 22:24:46.067 [warning] [certificates] Failed to parse certificate # Zscaler Root CA
|
||||
Error: error:0900006e:PEM routines:OPENSSL_internal:NO_START_LINE
|
||||
at new X509Certificate (node:internal/crypto/x509:119:21)
|
||||
at /home/iharh/.vscode/extensions/github.copilot-1.256.0/lib/src/network/certificateReaders.ts:79:36
|
||||
at Array.filter (<anonymous>)
|
||||
at Sae.removeExpiredCertificates (/home/iharh/.vscode/extensions/github.copilot-1.256.0/lib/src/network/certificateReaders.ts:77:32)
|
||||
at Sae.getAllRootCAs (/home/iharh/.vscode/extensions/github.copilot-1.256.0/lib/src/network/certificateReaders.ts:68:38)
|
||||
at pme.createSecureContext (/home/iharh/.vscode/extensions/github.copilot-1.256.0/lib/src/network/certificates.ts:47:23) {
|
||||
opensslErrorStack: [
|
||||
'error:0c00006d:ASN.1 encoding routines:OPENSSL_internal:DECODE_ERROR'
|
||||
],
|
||||
library: 'PEM routines',
|
||||
function: 'OPENSSL_internal',
|
||||
reason: 'NO_START_LINE',
|
||||
code: 'ERR_OSSL_PEM_NO_START_LINE'
|
||||
}
|
||||
2025-01-09 22:24:46.067 [info] [certificates] Removed 2 expired certificates
|
||||
2025-01-09 22:24:46.538 [info] [auth] Invalid copilot token: missing token: 403
|
||||
2025-01-09 22:24:46.830 [info] [auth] Invalid copilot token: missing token: 403
|
||||
2025-01-09 22:24:46.832 [error] [auth] auth: CopilotAuthError: At this time, Copilot is not available in your location. You are currently logged in as iharh.
|
||||
at authShowWarnings (/home/iharh/.vscode/extensions/github.copilot-1.256.0/extension/src/auth.ts:105:15)
|
||||
at processTicksAndRejections (node:internal/process/task_queues:95:5)
|
||||
at lie.getCopilotToken (/home/iharh/.vscode/extensions/github.copilot-1.256.0/extension/src/auth.ts:135:33) {
|
||||
cause: undefined
|
||||
}
|
||||
2025-01-09 22:28:39.348 [info] [auth] Invalid copilot token: missing token: 403
|
||||
|
||||
@ -4,3 +4,7 @@ https://www.microsoft.com/en-us/windows/copilot-plus-pcs
|
||||
https://techcrunch.com/2023/12/29/github-makes-copilot-chat-generally-available-letting-devs-ask-questions-about-code
|
||||
https://blog.logrocket.com/building-github-copilot-app/
|
||||
https://www.linkedin.com/pulse/my-annual-letter-leading-new-era-satya-nadella/
|
||||
https://habr.com/ru/news/778144/
|
||||
https://habr.com/ru/news/774194/
|
||||
https://habr.com/ru/news/776926/
|
||||
! gpt4-turbo
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user