Parameter vs. Argument Both are related to functions. Parameters are the required input of a function. Arguments are the provided
Continue readingCategory: Computer
Use process block for pipeline inputs (PS)
If you get a parameter via the pipeline and don’t use a process block, you will operate just on the
Continue readingAccess caller variables from threads (PS)
In PowerShell, threads getting executed in separate run spaces. To access variables from the caller scope, you have to use
Continue readingSublime – Build via make.bat
Execute (Tools → Build, Shortcut: Ctrl+B) the make.bat file in the project folder. 1. Create Tools → Build System →
Continue readingFFmpeg – Concat – “Protocol” vs. “Demuxer”
Those two ways are used to concat files with the same codec. Concat protocol … works at the file level.
Continue readingSetup ssh key for Git (macOS, Linux)
If you don’t want to authorize yourself all the time on the server, just add an ssh key. 1. Generate
Continue readingBegriffsabgrenzung – SW-Entwicklung
Lastenheft vs. Pflichtenheft Beides sind Dokumente zum Festlegen der Anforderungen an das Produkt vor der eigentlichen Entwicklung. Das Lastenheft kommt
Continue readingWhy using the TOR Browser for public APs?
The issue with public APs is that it can be used for MITM attacks, like sniffing network traffic. Workflow Normal
Continue readingDesktop web player (Android)
1. Download web browser Get “Firefox Nightly” from the Google Play Store. (Tried with version 121.0) 2. Configure web browser
Continue readingResponsive iframe (WordPress)
Use the provided CSS classes from WordPress Add the following call in the functions.php file of your current theme, if
Continue reading