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 Create database model in app_base/models.py Activating models in main/settings.py Make app modifiable […]
Cookbook
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 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 […]
Reading Data Create Table from CSV file with SQL Create Table from CSV file with PySpark Analyse Data Group and Display
Filesystem List of files in a folder Delete files with pattern Files Check if a file exist Searching in Files Environment Processes Show processes using a specific port Network Pipeline Parse out fromcommand Permissions Show current policy Allow custom scripts to execute Profiles Different PowerShell profiles Show path for all […]
Websites The Blaze Ecosystem (Blaze) Dask: Flexible library for parallel computing in Python. DataShape: Data layout language for array programming. Odo: Shapeshifting for your dataIt efficiently migrates data from the source to the target through a network of conversions. Reading Textfiles Read CSV file with known structure
Working with VS Code Validate Jenkins File Install VS Code Plugin Jenkins Pipeline Linter Connector Add configuration in .vscode/settings.json Replace <USERNAME>, <PASSWORD> and <JENKINS_URL> with your values, for example Working with Jenkins Client (CLI) Download Client Working with Plugins Create aPlugin Verify Plugin Run Plugin Working with Groovy Scripts Include […]
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 Create database model in app_base/models.py Activating models in main/settings.py Make app modifiable […]