зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 21:26:09 +02:00
m
Этот коммит содержится в:
родитель
b1c93da10e
Коммит
e176cfae87
5
db/sql/mssql/docs/books.txt
Обычный файл
5
db/sql/mssql/docs/books.txt
Обычный файл
@ -0,0 +1,5 @@
|
|||||||
|
2022
|
||||||
|
Fritchey - SQL Server 2022 Query Performance Tuning
|
||||||
|
1CC1FE1B8493625D762C656DEE6DDDF4
|
||||||
|
77F3B1126F6FF08C084A6F6158CAB5AC
|
||||||
|
! need to look
|
||||||
@ -7,6 +7,8 @@ https://github.com/le0pard/postgresql_book
|
|||||||
https://habrahabr.ru/post/324334/
|
https://habrahabr.ru/post/324334/
|
||||||
|
|
||||||
2023
|
2023
|
||||||
|
Burch - Learn PostgreSQL from Basics
|
||||||
|
????
|
||||||
Schonig - Mastering PostgreSQL 15
|
Schonig - Mastering PostgreSQL 15
|
||||||
402B3171CA16FF85275940B0F473BE6E
|
402B3171CA16FF85275940B0F473BE6E
|
||||||
2022
|
2022
|
||||||
|
|||||||
@ -1,3 +1,7 @@
|
|||||||
|
2022
|
||||||
|
OliveiraRocha - Practical Event-Driven Microservices Architecture
|
||||||
|
90EEB7AF617ECBD34E54E91F1693FDBC
|
||||||
|
! good, but arch-only
|
||||||
2020
|
2020
|
||||||
SiriwardenaDias - Microservices Security in Action
|
SiriwardenaDias - Microservices Security in Action
|
||||||
9140698DFBA705A3B17FE036424758AE
|
9140698DFBA705A3B17FE036424758AE
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
https://docs.sourcegraph.com/cli
|
https://docs.sourcegraph.com/cli
|
||||||
https://docs.sourcegraph.com/cli/quickstart
|
https://docs.sourcegraph.com/cli/quickstart
|
||||||
|
|
||||||
|
https://github.com/sourcegraph/src-cli
|
||||||
|
|
||||||
src
|
src
|
||||||
api
|
api
|
||||||
batch
|
batch
|
||||||
|
|||||||
30
pl/cross/tools/codebrowse/sourcegraph/cody-ai.txt
Обычный файл
30
pl/cross/tools/codebrowse/sourcegraph/cody-ai.txt
Обычный файл
@ -0,0 +1,30 @@
|
|||||||
|
https://sourcegraph.com/get-cody
|
||||||
|
|
||||||
|
https://docs.sourcegraph.com/cody/overview/app
|
||||||
|
https://docs.sourcegraph.com/cody/overview/app/app_configuration
|
||||||
|
|
||||||
|
https://docs.sourcegraph.com/cody/overview
|
||||||
|
https://docs.sourcegraph.com/cody/quickstart
|
||||||
|
https://docs.sourcegraph.com/cody/overview/app/integrations
|
||||||
|
https://docs.sourcegraph.com/cody/explanations
|
||||||
|
https://docs.sourcegraph.com/cody/capabilities
|
||||||
|
|
||||||
|
exts
|
||||||
|
https://plugins.jetbrains.com/plugin/9682-cody-ai-by-sourcegraph
|
||||||
|
? not a linux
|
||||||
|
vscode:extension/sourcegraph.cody-ai
|
||||||
|
|
||||||
|
https://docs.sourcegraph.com/api/graphql
|
||||||
|
|
||||||
|
token
|
||||||
|
https://docs.sourcegraph.com/cli/how-tos/creating_an_access_token
|
||||||
|
https://sourcegraph.com/users/iharh/settings/tokens
|
||||||
|
|
||||||
|
curl \
|
||||||
|
-H 'Authorization: token sgp_<bla-bla>' \
|
||||||
|
-d '{"query":"query { currentUser { username } }"}' \
|
||||||
|
https://sourcegraph.com/.api/graphql
|
||||||
|
|
||||||
|
env vars
|
||||||
|
https://docs.sourcegraph.com/cli/explanations/env
|
||||||
|
You can then set the SRC_ACCESS_TOKEN environment variable to the token to use it with src.
|
||||||
@ -1,3 +1,6 @@
|
|||||||
https://sourcegraph.com/search
|
https://sourcegraph.com/search
|
||||||
|
|
||||||
https://sourcegraph.com/search?q=context:global+dhall+env&patternType=literal
|
https://sourcegraph.com/search?q=context:global+dhall+env&patternType=literal
|
||||||
|
|
||||||
|
https://docs.sourcegraph.com/code_search
|
||||||
|
https://docs.sourcegraph.com/code_search/reference/queries
|
||||||
|
|||||||
5
pl/cross/tools/codebrowse/sourcegraph/skip.txt
Обычный файл
5
pl/cross/tools/codebrowse/sourcegraph/skip.txt
Обычный файл
@ -0,0 +1,5 @@
|
|||||||
|
https://github.com/sourcegraph/scip
|
||||||
|
https://github.com/sourcegraph/scip-clang
|
||||||
|
|
||||||
|
2023
|
||||||
|
https://about.sourcegraph.com/blog/announcing-scip-clang
|
||||||
@ -1,6 +1,16 @@
|
|||||||
https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf
|
https://code.visualstudio.com/shortcuts/keyboard-shortcuts-linux.pdf
|
||||||
https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf
|
https://code.visualstudio.com/shortcuts/keyboard-shortcuts-windows.pdf
|
||||||
|
|
||||||
|
F5
|
||||||
|
Debug
|
||||||
|
F9
|
||||||
|
Set Breakpoint
|
||||||
|
F10
|
||||||
|
Step Over
|
||||||
|
F11
|
||||||
|
Step Into
|
||||||
|
|
||||||
|
|
||||||
C+S+P
|
C+S+P
|
||||||
Command Palette
|
Command Palette
|
||||||
|
|
||||||
@ -1 +1,2 @@
|
|||||||
https://marketplace.visualstudio.com/items?itemName=jbangdev.jbang-vscode
|
https://marketplace.visualstudio.com/items?itemName=jbangdev.jbang-vscode
|
||||||
|
https://marketplace.visualstudio.com/items?itemName=redhat.java
|
||||||
|
|||||||
@ -71,6 +71,8 @@ Manning-MEAP
|
|||||||
https://www.manning.com/books/refactoring-to-rust
|
https://www.manning.com/books/refactoring-to-rust
|
||||||
|
|
||||||
2023
|
2023
|
||||||
|
Yoon - Rust Mini Reference
|
||||||
|
???
|
||||||
KlabnikNichols - The Rust Programming Language 2nd ed
|
KlabnikNichols - The Rust Programming Language 2nd ed
|
||||||
A8451E371255ACA9803D3B7D2FCBB400
|
A8451E371255ACA9803D3B7D2FCBB400
|
||||||
Bos - Rust Atomics and Locks
|
Bos - Rust Atomics and Locks
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user