Fix deprecation warnings Using Visual Studio Code Search/Replace Feature Search (\$(.) / (.)) Replace math.div($$$1, $2)
Cookbook
bat GitHub bat is a cat clone with syntax highlighting and Git integration that works on Windows, MacOS and Linux. It provides syntax highlighting for many file extensions by default. exa exa is a modern replacement for ls, the default command-line program in Unix/Linux for listing directory contents. exa supports icons with the --icons flag. GitHub fd fd is a […]
Fehler und deren Behebung Problem Lösung Ermitteln, welche Toolchains installiert sind Toolchain installieren
Pip List all available versions of a package pip install --use-deprecated=legacy-resolver <module>== wget -q https://pypi.org/pypi/PyJWT/json -O - | python -m json.tool - Show Pip Configuration Set Pip Cache Folder Location of packages Installation Update all Python Packages with Poweshell Update Packages requirements.txt aktualisieren und alle Versionsnummern als Minimalversionnummer setzen
Filesystem Loop through results from Select-String Here is an example that greps for a string and uses the results in a loop to determine if some action should be taken
Installation Install current Version (3.2.8) Install next Version (4.0) Check installed version First steps The following steps are based on a summary of the Django Tutorial Create project Create view Create view in app_base/views.py Add view to app_base/urls.py Add urls to project main/urls.py Create admin user Create data and database […]
Generell https://www.w3schools.com/cssref/default.asp https://developer.mozilla.org/en-US/docs/Web/CSS/Reference Grid https://learncssgrid.com/ https://grid.malven.co/ https://www.w3.org/TR/css-grid-1/ https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout CSS Tricks https://css-tricks.com/ href=“https://medium.com/compass-true-north/css-grid-maintaining-aspect-ratio-and-managing-overflow-ed54c510782a“>https://medium.com/compass-true-north/css-grid-maintaining-aspect-ratio-and-managing-overflow-ed54c510782a https://medium.com/compass-true-north/css-grid-maintaining-aspect-ratio-and-managing-overflow-ed54c510782a Examples Tips and Tricks https://www.codegrepper.com/code-examples/css
Arbeiten mit dem Header Schreibweise ändern Grossschreibung/Kleinschreibung/CamelCase Bestimmte Zeichen entfernen (z. B. _) Aufteilen in Worte Als Function Daten transformieren Zeilen gruppenweise pivotieren Aufgabenstellung Werden Daten angeliefert, in denen das Gruppierungsmerkmal in den Zeilen vorhanden ist und somit mehrere Zeilen pro Datensatz vorhanden, wünscht man sich meist eine kompaktere Darstellung. […]
Arbeiten mit dem Header Schreibweise ändern Grossschreibung/Kleinschreibung/CamelCase Bestimmte Zeichen entfernen (z. B. _) Aufteilen in Worte Daten transformieren Zeilen gruppenweise pivotieren Aufgabenstellung Werden Daten angeliefert, in denen das Gruppierungsmerkmal in den Zeilen vorhanden ist und somit mehrere Zeilen pro Datensatz vorhanden, wünscht man sich meist eine kompaktere Darstellung. Für den […]