If it's so easy to guess a uuid, here you go
I ran crypto.randomUUID()
twice on my machine.
The first ID was 15041508-fd38-4eda-bc1d-7b74e4738cd9
The second? That's your challenge.
I encrypted a text file with the following command:
If it's so easy to guess a uuid, here you go
I ran crypto.randomUUID()
twice on my machine.
The first ID was 15041508-fd38-4eda-bc1d-7b74e4738cd9
The second? That's your challenge.
I encrypted a text file with the following command:
#!/usr/bin/env -S bash -xeuo pipefail | |
set -xeuo pipefail | |
pkg install pacman patchelf \ | |
which time ldd tree | |
echo | |
echo |
If you have an application that you want to test on different architectures and operating systems (including macOS) - then you can use the runners that GitHub provides for free for open source projects
First of all, remember these simple rules:
#!/usr/bin/env bash | |
curl -s https://github.com/... | grep -oE 'https://camo[^"]+' | while read i;do curl -X PURGE "$i";echo;done |
# ADB commands | |
## List users | |
adb shell pm list users | |
replace number with user number from previous command. | |
adb shell pm uninstall -k --user 10 com.mipay.wallet.in | |
adb shell pm uninstall -k --user 10 com.android.thememanager | |
adb shell pm uninstall -k --user 10 com.mi.globalbrowser | |
adb shell pm uninstall -k --user 10 com.mi.android.global.minusscreen | |
adb shell pm uninstall -k --user 10 com.android.thememanager |
# I'll be doing another one for Linux, but this one will give you | |
# a pop up notification and sound alert (using the built-in sounds for macOS) | |
# Requires https://github.com/caarlos0/timer to be installed | |
# Mac setup for pomo | |
alias work="timer 60m && terminal-notifier -message 'Pomodoro'\ | |
-title 'Work Timer is up! Take a Break 😊'\ | |
-appIcon '~/Pictures/pumpkin.png'\ | |
-sound Crystal" |
from tqdm import tqdm, trange | |
import time # used in this example to delay progress | |
# Initiate 0-100 progress bar, start at 15, with format shown below | |
# One bar will be shown and updated | |
# Will display one 0-100 progress bar, showing just percentage and the bar | |
pbar = tqdm(total=100, initial=15, bar_format='Loading: {percentage:3.0f}%|{bar:10}') | |
# Loading: 15%|█▌ | |
time.sleep(2) |
Прежде всего нужно создать ключ для доступа к репозиториям. Один ключ можно использовать для разных репозиториев. Для этого идём в github, в настройки разработчика, и переходим к персональным токенам и жмём сюда для генерации ключа.
При генерации ключа отмечаем поля repo, workflow, user, даём название и копируем сам ключ.