- (14.10.2014) Dieses Haus würde eine Männerquote für Betreuer in Kindergärten einführen.
- (28.10.2014) Dieses Haus fordert: Keine nackte Haut im deutschen Fernsehen!
- (02.12.2014) Dieses Haus würde Duelle erlauben.
- (16.12.2014) Dieses Haus würde körperliche Schmerzen als Strafe zulassen.
- (16.12.2014) Dieses Haus hält den Anschluss der Krim an Russland für gerechtfertigt.
- (25.05.2015) Keine Debatte, bloß Kurzreden
- (02.06.2015) Organisationstreffen
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
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing! | |
VAGRANTFILE_API_VERSION = "2" | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
config.vm.box = "precise64" | |
config.vm.box_url = "http://files.vagrantup.com/precise64.box" | |
config.vm.network :private_network, ip: "192.168.33.21" |
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
- Aktueller Stand | |
- Michael: Filter ausgeweitet, Sortierung nach der Entfernung (oder: Ort eintippen), arbeitet aktuell an Couchsurfing | |
- Alex: E-Mail-Benachrichtigungen | |
- Landing Page (intern) | |
- Hinweis, dass es verschwindet, wenn du dein Passwort änderst. | |
- Hinweis zu: Forum, Jobs, Wohnungen, Couchsurfing, Ehrenamt | |
✔ Textern bescheid geben auf Facebook @done (14-10-07 21:09) | |
☐ Tutorial Plugin: Zurb Joyride | |
- Forum | |
- Neues Thema: Mein Kopf wie bei Facebook |
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
<!DOCTYPE html> | |
<html><head> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"> | |
<meta charset="utf-8"> | |
<title>Assignment 5</title> | |
<script src="Assignment%205-Dateien/require.js"></script> | |
<script src="Assignment%205-Dateien/jquery.js"></script> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
I hereby claim:
- I am kummerer94 on github.
- I am akammerer (https://keybase.io/akammerer) on keybase.
- I have a public key ASD4PrseSS3bCPV8fAW8mo26m7OuKqJV3icFgeSGtJg5ugo
To claim this, I am signing this object:
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
import jwt | |
from dash import Dash, Input, Output, html | |
from flask import Flask, redirect, url_for | |
from flask_dance.contrib.azure import azure, make_azure_blueprint | |
from werkzeug.middleware.proxy_fix import ProxyFix | |
def login_required(func): | |
"""Require a login for the given view function.""" |