Praesentationsfolien fuer das Kassel Code Meetup 26
Find a file
2024-07-31 18:15:01 +02:00
.gitignore init 2024-07-31 16:17:49 +02:00
README.md init 2024-07-31 16:17:49 +02:00
requirements.txt init 2024-07-31 16:17:49 +02:00
threadednames.py move pizza to 20:30 2024-07-31 18:15:01 +02:00

Slides for Tech Talks 25

First run the python script:

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 threadednames.py

Then get the PID of the script and do:

top -p <PID> -H -d 0.5