This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Run the following commands in adb shell | |
appops set org.kde.kdeconnect_tp SYSTEM_ALERT_WINDOW allow; | |
pm grant org.kde.kdeconnect_tp android.permission.READ_LOGS; | |
am force-stop org.kde.kdeconnect_tp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"data": [ | |
{ | |
"created_time": "2022-10-19T07:54:08+0000", | |
"message": "Leto\u0161nji oktobrski dnevi so nam omogo\u010dili kar nekaj lepih planinskih izletov. Na zadnjem izletu smo u\u017eivali na Peci. Z avtom do rudnika Topla nato pa strm vzpon na Knipsovo sedlo in vrh Pece. Spust proti ko\u010di po zelo zahtevni poti ju\u017enega ostenja. Pece. Za povratek na izhodi\u0161\u010de smo si izbrali sprehod do Matja\u017eeve jame in nato raziskovanje po gozdnih vlakah po katerih se vozijo tudi gorski kolesarji. Ta pot ni markirana.", | |
"id": "501557829985231_420331996930185" | |
}, | |
{ | |
"created_time": "2022-10-16T09:10:39+0000", | |
"id": "501557829985231_418215030475215" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"markets":[{"quote":{"USD":{"price":30225.291927605922,"volume_24h":4087988997.143601},"JPY":{"price":3893319.8531948985,"volume_24h":526573862722.06445},"NZD":{"price":48383.13605311517,"volume_24h":6543848387.177619},"CAD":{"price":39319.477762783994,"volume_24h":5317983126.604168},"AUD":{"price":43877.90074414738,"volume_24h":5934512589.306236},"EUR":{"price":29051.607004619305,"volume_24h":3929247402.0988092},"GBP":{"price":24751.49155951649,"volume_24h":3347654189.760895}},"exchange_id":"BINANCE","symbol":"BTC-USDT","base_asset":"BTC","quote_asset":"USDT","price_unconverted":30282.235,"price":30225.291927605922,"change_24h":9.22061621416914,"spread":0.000033022656190682286,"volume_24h":4087988997.143601,"status":"recent","created_at":"2021-09-21T01:21:25","updated_at":"2022-05-13T08:50:40.954911"},{"quote":{"AUD":{"price":2992.975002921915,"volume_24h":4402578219.371689},"EUR":{"price":1981.6520864693973,"volume_24h":2914951947.726055},"GBP":{"price":1688.3349993116249,"volume_24h":2483491137.652578},"U |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
cd <server folder path> | |
if ps -ef|grep -v grep |grep fabric-server-launch.jar > /dev/null | |
then | |
if [ ! $# -eq 0 ]; | |
then | |
#used for sending commands | |
for var in "$@" | |
do | |
screen -r minecraft-server -X stuff $var" " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"biomesoplenty:berries" { | |
# A set of aliases that Nucleus recognises for this item. They all must be lowercase, and contain only letters, numbers, hyphens or underscores. | |
aliases=[] | |
shop { | |
buy=1.0 | |
sell=0.9 | |
} | |
} | |
"biomesoplenty:flower_0[variant=clover]" { | |
# A set of aliases that Nucleus recognises for this item. They all must be lowercase, and contain only letters, numbers, hyphens or underscores. |