зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 12:46:06 +02:00
m
Этот коммит содержится в:
родитель
284e8223bf
Коммит
9b2ee73f52
@ -1,2 +1,4 @@
|
||||
https://education.github.com/git-cheat-sheet-education.pdf
|
||||
|
||||
2019
|
||||
https://www.bennadel.com/blog/3587-my-opinionated-git-cheat-sheet.htm
|
||||
|
||||
@ -4,11 +4,16 @@ freeCodeCamp - Learn Git – Full Course for Beginners 0:00 of 3:43:33
|
||||
2022
|
||||
Slurm - Git for Beginners of 16 parts
|
||||
https://www.youtube.com/playlist?list=PL8D2P0ruohODyPl-WmFWvbHyQ66iiCg_X
|
||||
Staschuk - Full Git and Github Cours for Beginners 4h 0:00 of 3:58:48
|
||||
https://www.youtube.com/watch?v=O00FTZDxD0o
|
||||
2021
|
||||
freeCodeCamp - Advanced Git Tutorial - Interactive Rebase, Cherry-Picking, Reflog, Submodules and more of 34:00
|
||||
https://www.youtube.com/watch?v=qsTthZi23VE
|
||||
JavascriptRu - Git Course
|
||||
https://www.youtube.com/playlist?list=PLDyvV36pndZFHXjXuwA_NywNrVQO0aQqb
|
||||
2020
|
||||
Staschuk - Git and GitHub Tutorial for Beginners [11 Hours] 0:00 of 11:12:59
|
||||
https://www.youtube.com/watch?v=3FKrszHcIsA
|
||||
!!!
|
||||
Minin - Git and Github Course for Beginners ru 0:00 of 43:34
|
||||
https://www.youtube.com/watch?v=zZBiln_2FhM
|
||||
|
||||
@ -2,3 +2,7 @@ https://github.github.com/gfm/
|
||||
|
||||
https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax
|
||||
https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/quickstart-for-writing-on-github
|
||||
|
||||
tips
|
||||
https://github.blog/developer-skills/github/github-protips-tips-tricks-hacks-and-secrets-from-lee-reilly/
|
||||
https://github.blog/developer-skills/github/github-protips-tips-tricks-hacks-and-secrets-from-vitor-monteiro
|
||||
|
||||
2
devops/vcs/git/hosting/github/markdown/table.txt
Обычный файл
2
devops/vcs/git/hosting/github/markdown/table.txt
Обычный файл
@ -0,0 +1,2 @@
|
||||
https://stevecat.net/table-magic/
|
||||
https://github.com/guntrip/table-magic
|
||||
13
net/browsers/firefox/ext/search.txt
Обычный файл
13
net/browsers/firefox/ext/search.txt
Обычный файл
@ -0,0 +1,13 @@
|
||||
https://superuser.com/questions/7327/how-to-add-a-custom-search-engine-to-firefox/1756774
|
||||
|
||||
https://addons.mozilla.org/en-US/firefox/addon/search-engines-helper/
|
||||
https://github.com/soufianesakhi/firefox-search-engines-helper
|
||||
|
||||
https://addons.mozilla.org/en-US/firefox/addon/add-custom-search-engine/
|
||||
|
||||
https://connect.mozilla.org/t5/ideas/add-perplexity-ai-as-official-search-option/idi-p/41378
|
||||
|
||||
2025
|
||||
https://www.zdnet.com/article/how-i-made-perplexity-ai-the-default-search-engine-in-my-browser-and-why-you-should-too/
|
||||
|
||||
https://www.perplexity.ai/onboarding
|
||||
@ -31,7 +31,7 @@ Michael Mann
|
||||
books: Fashism, Dark Side of Democracy
|
||||
|
||||
2025
|
||||
InRPC - Sanyal - RU - India 20:00 of 1:05:00
|
||||
InRPC - Sanyal - RU - India 57:00 of 1:05:00
|
||||
https://www.youtube.com/watch?v=5A9TS5yOQ2Q
|
||||
InRPC - Suharev - Bringing Up of 28:23
|
||||
https://www.youtube.com/watch?v=FAV8hCzq4Hc
|
||||
|
||||
3
pl/erlang/docs/people/zhloba.txt
Обычный файл
3
pl/erlang/docs/people/zhloba.txt
Обычный файл
@ -0,0 +1,3 @@
|
||||
2025
|
||||
OrganizedProgramming - Zhloba of 1:28:38
|
||||
https://www.youtube.com/watch?v=lpmZJ2xnsaE
|
||||
17
science/ai/code-assist/copilot/cli.txt
Обычный файл
17
science/ai/code-assist/copilot/cli.txt
Обычный файл
@ -0,0 +1,17 @@
|
||||
https://github.com/github/gh-copilot
|
||||
gh auth login --web
|
||||
The value of the GH_TOKEN environment variable is being used for authentication.
|
||||
To have GitHub CLI store credentials instead, first clear the value from the environment.
|
||||
gh auth login --web -h github.com
|
||||
https://docs.github.com/en/copilot/using-github-copilot/using-github-copilot-in-the-command-line
|
||||
gh extension search gh-copilot
|
||||
gh extension install github/gh-copilot
|
||||
gh extension upgrade gh-copilot
|
||||
https://docs.github.com/en/copilot/managing-copilot/configure-personal-settings/configuring-github-copilot-in-the-cli#setting-up-aliases
|
||||
gh copilot alias
|
||||
gh copilot alias -- zsh
|
||||
echo 'eval "$(gh copilot alias -- zsh)"' >> ~/.zshrc
|
||||
|
||||
ghcs
|
||||
suggest
|
||||
ghce
|
||||
@ -1,6 +1,9 @@
|
||||
https://github.com/features/copilot
|
||||
! editions compare
|
||||
https://github.com/features/copilot/plans
|
||||
|
||||
https://docs.github.com/en/copilot/using-github-copilot
|
||||
|
||||
https://github.com/settings/copilot
|
||||
|
||||
https://docs.github.com/en/enterprise-cloud@latest/copilot/using-github-copilot/asking-github-copilot-questions-in-github
|
||||
|
||||
@ -2,7 +2,12 @@
|
||||
https://github.blog/news-insights/product-news/github-copilot-the-agent-awakens/
|
||||
https://www.youtube.com/watch?v=C95drFKy4ss
|
||||
2024
|
||||
https://github.blog/news-insights/product-news/github-copilot-in-vscode-free/
|
||||
https://github.blog/news-insights/product-news/openai-o1-in-github-copilot/
|
||||
https://github.blog/developer-skills/github/how-to-use-github-copilot-in-your-ide-tips-tricks-and-best-practices/
|
||||
! need to re-read - tons of features !!!
|
||||
https://www.microsoft.com/en-us/windows/copilot-plus-pcs
|
||||
https://github.blog/news-insights/product-news/fine-tuned-models-are-now-in-limited-public-beta-for-github-copilot-enterprise/
|
||||
2023
|
||||
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/
|
||||
|
||||
2
science/ai/code-assist/copilot/extensions.txt
Обычный файл
2
science/ai/code-assist/copilot/extensions.txt
Обычный файл
@ -0,0 +1,2 @@
|
||||
https://github.com/marketplace?type=apps&copilot_app=true
|
||||
https://github.com/marketplace/perplexityai
|
||||
@ -1,5 +1,8 @@
|
||||
https://deepmind.google/technologies/gemini/#introduction
|
||||
|
||||
2025
|
||||
III - Gemini 2 0:00 of 8:03
|
||||
https://www.youtube.com/watch?v=qjcFFkgaxd8
|
||||
2024
|
||||
https://habr.com/ru/companies/ru_mts/articles/807423/
|
||||
2023
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user