Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Primitive Types in Rust
Get Index of True Values of a Sequence in Python
Using Boolean Indexing¶
Audio Tools
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Wavacity Audio Editor
Wavacity Audio Editor is a free opensource audio editor for the web.
JackAudio
JackAudio take2 the audio output of one piece of software and send it to another …
Deploy Apache Ray
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Manual Cluster Setup
It is very easy to set up Apache Ray on a small cluster manually. The instructions at Manual Cluster Setup is very clear. Just one comment. You do …
Job Scheduling and Management Using Apache Airflow
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Installation (MySQL)
-
Install Apache AirFlow.
wajig install \ python3-dev python3-pip \ mysql-server libmysqlclient-dev sudo AIRFLOW_GPL_UNIDECODE=yes pip3 install apache-airflow[mysql]
-
Add the following content into your
my.cnf …