From 2380ef9632c6f32458926336e69a08aecdf132e4 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Thu, 8 Feb 2024 16:43:00 +0300 Subject: [PATCH] m --- nontech/economy/people/hazin.txt | 5 ++++- nontech/politics/clubs/kob/kob-efimov.txt | 2 +- pages/pacstall/jetbrains-toolbox-bin.txt | 25 ----------------------- pl/cross/tools/build/gradle/test/test.txt | 7 +++++++ 4 files changed, 12 insertions(+), 27 deletions(-) diff --git a/nontech/economy/people/hazin.txt b/nontech/economy/people/hazin.txt index 9e773a23f..3974e74ff 100644 --- a/nontech/economy/people/hazin.txt +++ b/nontech/economy/people/hazin.txt @@ -136,7 +136,10 @@ Sight - Hazin - 12.30 - Who Rulles the World 35:00 of 55:48 ! Premiere - Cherchill, razrushil GB empire during several years (allow US to trade with colonies minuyua London) ! Imenno commanda s Rotshieldami financed marxism (razrushenie monarhiy) ! posle 1918 - imperii ruhnuli, no odnu udalos vosstanovit - USSR - ! 1-st group: associated with Zinoviev + ! 1-st group: associated with Zinoviev (GB ...) + ! 2-nd group: bankers - Trotskiy + ! Kuusinen - left from the group of Trotskiy + ! ManucciEmpathy - Hazin - RU Economy Boom of 51:00 https://www.youtube.com/watch?v=qG8ExJY95gA LawAnOrder - 12.29 - Dudnik - Hazin of 51:18 diff --git a/nontech/politics/clubs/kob/kob-efimov.txt b/nontech/politics/clubs/kob/kob-efimov.txt index a2b46a6a9..9ea7241d1 100644 --- a/nontech/politics/clubs/kob/kob-efimov.txt +++ b/nontech/politics/clubs/kob/kob-efimov.txt @@ -78,7 +78,7 @@ Efimov - World Control Lections of 2:01:37 ! Hrematistics - "hrema" - bogatstvo ! 1:37:00 - Max Amsterdam - business - art of take mony from anyone else karman not pribegaya to violence 2017 -RussiaPost - Money and Crypto in Global OverState Control System 14:00 of 2:29:42 +RussiaPost - Money and Crypto in Global OverState Control System 1:50:00 of 2:29:42 https://www.youtube.com/watch?v=V7o3GYsCVng ! School of Health of Mihail Sovetov GrowthFactors - Efimov - About Economy Crypto and Future Plans of 37:40 diff --git a/pages/pacstall/jetbrains-toolbox-bin.txt b/pages/pacstall/jetbrains-toolbox-bin.txt index c72a0411b..1742fe3e2 100644 --- a/pages/pacstall/jetbrains-toolbox-bin.txt +++ b/pages/pacstall/jetbrains-toolbox-bin.txt @@ -13,28 +13,3 @@ package() { sudo mkdir -p "${pkgdir}/usr/bin" sudo mv "./${pkgname}" "${pkgdir}/usr/bin" } - - -name="discord" -pkgver="0.0.41" -maintainer="Elsie19 " -url="https://dl.discordapp.net/apps/linux/${pkgver}/${name}-${pkgver}.tar.gz" -homepage='https://discord.com/' -depends=("libc6" "libasound2" "libatomic1" "libnotify4" "libnspr4" "libnss3" "libstdc++6" "libxss1" "libxtst6" "libayatana-appindicator3-1" "libc++1") -pkgdesc="Chat for Communities and Friends" -hash="cb308e958203bdb84945b8aa7f9342da2053d9ece524ff353bfc2d916204a7e5" -arch=('amd64') -repology=("project: ${name}") - -prepare() { - sudo mkdir -p "${pkgdir}/usr/share/discord/" - sudo mkdir -p "${pkgdir}/usr/share/applications/" - sudo mkdir -p "${pkgdir}/usr/share/icons/" -} - -package() { - sudo install -Dm755 discord.desktop "${pkgdir}/usr/share/applications/discord.desktop" - sudo install -Dm755 discord.png "${pkgdir}/usr/share/icons/discord.png" - sudo cp -R ./* "${pkgdir}/usr/share/discord/" -} - diff --git a/pl/cross/tools/build/gradle/test/test.txt b/pl/cross/tools/build/gradle/test/test.txt index 3a7c900cd..f9ec2e7c6 100644 --- a/pl/cross/tools/build/gradle/test/test.txt +++ b/pl/cross/tools/build/gradle/test/test.txt @@ -1,4 +1,11 @@ https://docs.gradle.org/current/userguide/java_testing.html + # Executes all tests in SomeTestClass + gradle test --tests SomeTestClass + # Executes a single specified test in SomeTestClass + gradle test --tests SomeTestClass.someSpecificMethod + + gradle test --tests SomeTestClass.*someMethod* + https://docs.gradle.org/current/dsl/org.gradle.api.tasks.testing.Test.html