Этот коммит содержится в:
Ihar Hancharenka 2025-02-11 22:18:28 +03:00
родитель 9e04a1b184
Коммит c7d7432db4
9 изменённых файлов: 22 добавлений и 18 удалений

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

@ -2,3 +2,7 @@ https://www.talos.dev/
https://github.com/siderolabs/talos
https://www.talos.dev/v1.0/introduction/quickstart/
2023
Luntry - Panchenko - OS Talos Linux ru of 48:55
https://www.youtube.com/watch?v=ZKIe-IGKfP0

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

@ -0,0 +1,9 @@
https://dotfyle.com/plugins/jellydn/hurl.nvim
https://github.com/jellydn/hurl.nvim
2024
IT Man - Hurl.nvim v2 Preview! of 10:04
https://www.youtube.com/watch?v=B4Z3-NV_1Qo
2023
IT Man - Effortless APIs with Hurl.nvim: A Developer's Guide to Neovim Tooling [Vietnamese] 0:00 of 16:46
https://www.youtube.com/watch?v=nr_RbHvnnwk

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

@ -1,6 +1,8 @@
http://gatling.io
https://github.com/gatling/gatling
https://docs.gatling.io/tutorials/advanced/
http://gatling.io/docs/2.2.1/whats_new/2.2.html
http://gatling.io/#/docs/talks
http://gatling.io/docs/2.2.1/advanced_tutorial.html

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

@ -1,3 +1,8 @@
? deprecated
https://blog.jetbrains.com/kotlin/2024/11/state-of-kotlin-scripting-2024/
https://www.infoworld.com/article/3613358/kotlin-to-lose-scripting-features.html
https://www.reddit.com/r/mAndroidDev/comments/1h1logh/kotlin_script_is_deprecated/
https://kotlinlang.org/docs/custom-script-deps-tutorial.html
https://github.com/Kotlin/KEEP/blob/master/proposals/scripting-support.md

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

@ -1,3 +1,4 @@
https://kotlinlang.org/docs/tutorials/command-line.html#using-the-command-line-to-run-scripts
https://kotlinlang.org/docs/custom-script-deps-tutorial.html#what-s-next
kotlinc -script script.kts args

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

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

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

@ -1,16 +0,0 @@
https://github.com/holgerbrandl/kscript
https://github.com/holgerbrandl/kscript/blob/master/NEWS.md
sdk/kscript
aur/kscript
win/under-git-bash
notes
gra 4.x
presentations
2020
https://www.infoq.com/presentations/scripting-kotlin/
2017
https://holgerbrandl.github.io/kscript_kotlinconf_2017/kscript_kotlinconf.html#1
http://holgerbrandl.github.io/kotlin/2016/12/02/mini_programs_with_kotlin.html

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

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

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

@ -1,4 +1,5 @@
https://github.com/Kotlin/KEEP/blob/master/proposals/scripting-support.md
https://kotlinlang.org/docs/custom-script-deps-tutorial.html#what-s-next
kotlinc -cp <path/to/kotlin-main-kts.jar> -script sample.main.kts