I hereby claim:
- I am theconstructor on github.
- I am theconstructor (https://keybase.io/theconstructor) on keybase.
- I have a public key ASBNQSKfyKi1Hi99lIBQXWdVqk4IAWfgSeEOm7XmEp-_6go
To claim this, I am signing this object:
# -*- coding: UTF-8 -*- | |
""" capellaScript -- 15.12.2023 Matthias Vill | |
>>> Bunte Notennamen einfügen | |
(Version 1.0 - 15.12.2023)||| | |
Mit diesem Skript werden die Notennamen der ausgewählten Notenzeile als Grafikobject eingefügt. | |
Zur leichteren Unterscheidung wird ein farbiger Rahmen hinter den Namen der Note gelegt.|| | |
Der Nutzer hat die Wahl zwischen transponierbaren Symbolen und Symbolen mit Oktaven-Bezeichnung.|| |
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\.txt\ShellNew] | |
"ItemName"=hex(2):40,00,25,00,53,00,79,00,73,00,74,00,65,00,6d,00,52,00,6f,00,\ | |
6f,00,74,00,25,00,5c,00,73,00,79,00,73,00,74,00,65,00,6d,00,33,00,32,00,5c,\ | |
00,6e,00,6f,00,74,00,65,00,70,00,61,00,64,00,2e,00,65,00,78,00,65,00,2c,00,\ | |
2d,00,34,00,37,00,30,00,00,00 | |
"NullFile"="" | |
SEP = ", " | |
QUOTE = "\'" | |
NAME_START = "[" | |
NAME_END = "]" | |
NEWLINE = System.getProperty("line.separator") | |
KEYWORDS_LOWERCASE = com.intellij.database.util.DbSqlUtil.areKeywordsLowerCase(PROJECT) | |
KW_VALUES = KEYWORDS_LOWERCASE ? "( values" : "( VALUES" | |
KW_NULL = KEYWORDS_LOWERCASE ? "null" : "NULL" |
I hereby claim:
To claim this, I am signing this object:
# SRS | |
127.0.0.1:10001 stream tcp nowait root /opt/srs/srs-encode.sh /opt/srs/srs-encode.sh | |
127.0.0.1:10002 stream tcp nowait root /opt/srs/srs-decode.sh /opt/srs/srs-decode.sh |
SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem | |
SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key | |
<FilesMatch "\.(cgi|shtml|phtml|php)$"> | |
SSLOptions +StdEnvVars | |
</FilesMatch> | |
# SSL Protocol Adjustments: | |
# The safe and default but still SSL/TLS standard compliant shutdown | |
# approach is that mod_ssl sends the close notify alert but doesn't wait for |