This file contains 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
# Contributor Assignment Agreement (CAA) | |
## Definitionen | |
- "Projekt" bezeichnet das Open-Source-Projekt unter https://github.com/OpenFireSource/Manager. | |
- "Beitrag" bezeichnet jede Art von Code, Dokumentation oder sonstigem Material, das der Contributor zum Projekt beiträgt. | |
- "Contributor" bezeichnet die Person oder Organisation, die Beiträge zum Projekt leistet. | |
- "Empfänger" bezeichnet Philipp von Kirschbaum, der die Rechte an den Beiträgen erhält. | |
## 2. Lizenz für den Contributor |
This file contains 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
{ | |
"x-generator": "NSwag v12.2.5.0 (NJsonSchema v9.13.37.0 (Newtonsoft.Json v11.0.0.0))", | |
"swagger": "2.0", | |
"info": { | |
"title": "ILA-Server API", | |
"version": "v1" | |
}, | |
"host": "localhost", | |
"schemes": [ | |
"http" |
This file contains 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
{ | |
"x-generator": "NSwag v12.0.16.0 (NJsonSchema v9.13.25.0 (Newtonsoft.Json v11.0.0.0))", | |
"swagger": "2.0", | |
"info": { | |
"title": "FOrg.Server API", | |
"description": "FOrg is an software helps you to organize and make some things easier.", | |
"version": "v1" | |
}, | |
"host": "localhost:5002", | |
"schemes": [ |
This file has been truncated, but you can view the full file.
This file contains 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/env python | |
# | |
# Hi There! | |
# You may be wondering what this giant blob of binary data here is, you might | |
# even be worried that we're up to something nefarious (good for you for being | |
# paranoid!). This is a base85 encoding of a zip file, this zip file contains | |
# an entire copy of pip. | |
# | |
# Pip is a thing that installs packages, pip itself is a package that someone | |
# might want to install, especially if they're looking to run this get-pip.py |