ein kleines Bastel Repo
copy of pdftk —help:
SECURITY CONSIDERATIONS
Passing a password as a command line parameter is insecure because it
can get saved into the shell's history and be accessible by other users
via /proc. Use the keyword PROMPT and input any passwords via standard
input instead.
When this script ends, all containing threads are terminated, regardless of whether the tasks have been processed.
Either one implements a runner-variable that is set one down with each completed task. At the end there is then something like
while(variable > 0):
s.th()
There are certainly more elegant solutions to this problem, but I can’t think of them right now.
To disable threading, the following lines should be left out or uncommented commented out code lines
Comment out (write a # at the beginning of the line):
Comment (remove # at the beginning of the line):
Eine kleines Programm um mit Servomotoren am Raspberry umzugehen.
Verwendet wurde die Bibliothek
gpiozero
Ich hab mich auch ein bisschen mit einem Argument Handler auseinander gesetzt.
Viel Glück =)
Eine mini python Spielerei.
Es soll ein einfaches ASCII Gesicht anzeigen, das sich umschaut.
Aktuell ist das ding noch zu hibbelig.
(Enter nicht vergessen nur der letzte eingegebene Buchstabe wird gewertet)
Leider noch ein klein bissche buggy und etwas hacky