Spawn:
podman run --rm -it --network=host \
--device=/dev/kfd \
--device=/dev/dri \
--ipc=host \
--security-opt label=disable \
docker.io/rocm/tensorflow:rocm5.5-tf2.11-dev \
bash
Spawn:
podman run --rm -it --network=host \
--device=/dev/kfd \
--device=/dev/dri \
--ipc=host \
--security-opt label=disable \
docker.io/rocm/tensorflow:rocm5.5-tf2.11-dev \
bash
#define BOOST_TEST_MODULE subcommand options | |
#include <boost/test/unit_test.hpp> | |
#include <boost/program_options.hpp> | |
#include <boost/variant/variant.hpp> | |
#include <boost/variant/get.hpp> | |
struct GenericOptions { | |
bool debug_; | |
}; |
Instructions how to create GPG keys for [email protected]
(change with your own business email).
Install GPG on your machine. See blog from Yubico on how to install GPG.
Execute the following command:
{*********************************************** | |
Fix MIDI key doesn't release in Samplitude Pro X6 | |
When MIDI key is released, Samplitude will send | |
a NOTE_ON event with velocity = 1. This script | |
will override velocity = 1 into 0. Thus, | |
Kontakt will assume the key is released if | |
velocity = 0. | |
*************************************************} |
Execute the following command to install Podman:
sudo apt update
sudo apt install ca-certificates
. /etc/os-release
echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key | sudo apt-key add -
sudo apt update
"""Download Free Springer books. | |
Requirements: | |
* Make sure you have Python 3.7. It is recommended that you use Python from Anaconda. | |
* Download chromedriver https://chromedriver.chromium.org/downloads and extract it | |
into the same directory as this script. | |
How to Execute: | |
$ conda create --name springer-download | |
$ conda activate springer-download |