- Verwaltung von Sportplätzen
- Sportarten
- Tennis
- Fußball
- Leichtathletik
- Verwaltung von Mitgliedern
- Mitglieder können mehrere Sportarten anwählen
- Verwaltung von Angestellten
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @echo off | |
| pwsh -file %cd%\putty_run.ps1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "folders": [ | |
| { | |
| "path": ".." | |
| } | |
| ], | |
| "settings": { | |
| "dart.flutterSdkPath": "C:\\PATH\\TO\\PROJECT\\.fvm\\flutter_sdk", | |
| // Workaround - VSCode can not extend your PATH | |
| // ADD CUSTOM_PATH to your PATH variable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### "C:\Users\username\Documents\PowerShell\Microsoft.VSCode_profile.ps1" | |
| ### "C:\Users\username\Documents\PowerShell\Microsoft.PowerShell_profile.ps1" | |
| # Install oh-my-posh via winget install JanDeDobbeleer.OhMyPosh | |
| Import-Module posh-git | |
| # Update Terminal-Icons | |
| # Install-Module -Name Terminal-Icons -Repository PSGallery | |
| Import-Module -Name Terminal-Icons | |
| # Update PSReadLine | |
| # Install-Module PSReadLine |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // MongoDB Playground | |
| // To disable this template go to Settings | MongoDB | Use Default Template For Playground. | |
| // Make sure you are connected to enable completions and to be able to run a playground. | |
| // Use Ctrl+Space inside a snippet or a string literal to trigger completions. | |
| // Select the database to use. | |
| use('fiae08'); | |
| // const inserted = db.Persons.insertOne({ | |
| // "_id": ObjectId(), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Compose File for ITBH - FIAE08 | |
| version: '3' | |
| services: | |
| db: | |
| image: mysql | |
| restart: 'no' | |
| command: --default-authentication-plugin=mysql_native_password | |
| ports: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://color.firefox.com/?theme=XQAAAAI8AQAAAAAAAABBqYhm849SCia3ftKEGccwS-xMDPr1qJSH3zv3-NMocCR71lOdsdz5VoEOAnHZ6BQTlyEzh-HE4WbeFAIOqLKDjQshDwfMlWb2VwxDKo3JtFyb9NVPOFrcAFBpjYGX7IHvcjEzuJe8-i2bCl1mIZt6BN7_PwqDhakBq_QMUkR_OJTIuWng2CEbVFI7flHGR5kvyVlAmGD6mCD42cHzEWob5F5cUPqRqTR0y3Pc30DLBtWunugL50a7ZV0oZCe9YIoEtd5xat8U7P_-PUd6 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/fontforge | |
| # You need fontforge to use this script! | |
| # Example: fontforge -script otf2ttf.sh font.otf | |
| # This converts *.otf to *.ttf | |
| Print("opening "+$1); | |
| Open($1); | |
| Print("converting "+$1:r+".ttf"); | |
| Generate($1:r+".ttf"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # See MS Blog https://blogs.msdn.microsoft.com/commandline/2018/02/07/automatically-configuring-wsl/ | |
| # Let’s enable extra metadata options by default | |
| [automount] | |
| enabled = true | |
| root = "/mnt/" | |
| options = "metadata,umask=22,fmask=11" | |
| mountFsTab = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Include inputrc for readline dependent programms | |
| $include /etc/inputrc | |
| set completion-ignore-case on |
NewerOlder