I hereby claim:
- I am git-commit on github.
- I am mberger (https://keybase.io/mberger) on keybase.
- I have a public key whose fingerprint is E406 15BE 3623 6FAB 4346 E741 F0EF F72C 83B1 B409
To claim this, I am signing this object:
| "Use Vim settings, rather then Vi settings (much better!). | |
| "This must be first, because it changes other options as a side effect. | |
| set nocompatible | |
| "allow backspacing over everything in insert mode | |
| set backspace=indent,eol,start | |
| "display tabs and trailing spaces | |
| set list | |
| set listchars=tab:▷⋅,trail:⋅,nbsp:⋅ |
| set nocompatible | |
| set mouse=a | |
| set number | |
| set ruler | |
| set pastetoggle=<F2> | |
| "filetype plugin on | |
| filetype indent on | |
| set autoindent | |
| set autoread | |
| set expandtab tabstop=4 shiftwidth=4 |
| /* | |
| * Changes by git-commit on GitHub. | |
| * Fixed error that was introduced by blindly parsing the next line as a | |
| * command if delimiter character was found. This let to issues if a | |
| * delimiter was set and the next line was a comment, | |
| * leading to a missing command in the sql script. | |
| */ | |
| /* | |
| * Added additional null checks when closing the ResultSet and Statements. | |
| * |
| # Maintainer: der_FeniX <derfenix@gmail.com> | |
| # Contributor: Anatol Pomozov <anatol.pomozov@gmail.com> | |
| # Contributor: Gordin <9ordin @t gmail dot com> | |
| # Contributor: Simon Lipp <aur@simon.lipp.name> | |
| # Contributor: Chris Bolton <http://scr.im/chris-kun> | |
| # Contributor: Sergei Lebedev <superbobry at gmail dot com> | |
| # Contributor: flying sheep <flying-sheep@web.de> | |
| # Contributor: Maximilian Berger <snowdragon92@gmail.com> | |
| pkgname=coffee-script |
| # Maintainer: Alan Jenkins <alan.james.jenkins@gmail.com> | |
| # Contributor: Maximilian Berger <snowdragon92@gmail.com> | |
| pkgname=atlauncher | |
| pkgrel=1 | |
| pkgver=3.2.1.6 | |
| pkgdesc="ATLauncher is a Launcher for Minecraft which integrates multiple different ModPacks to allow you to download and install ModPacks easily and quickly. Installs latest released jar." | |
| arch=('any') | |
| url="http://www.atlauncher.com/" |
| # Maintainer: Alexander Rødseth <rodseth@gmail.com> | |
| # Contributor: Maximilian Berger <snowdragon92@gmail.com> | |
| pkgname=tiddlywiki | |
| pkgver=5.0.15_beta | |
| pkgrel=1 | |
| pkgdesc='Personal wiki where everything is in one html-file' | |
| arch=('x86_64' 'i686') | |
| url='http://www.tiddlywiki.com/' | |
| license=('BSD') |
I hereby claim:
To claim this, I am signing this object:
| \renewcommand*{\maketitle}{ | |
| \begin{titlepage} | |
| \enlargethispage{3cm} | |
| \begin{center} | |
| % Kopf der Seite | |
| \hfill | |
| \parbox[t]{6.5cm}{ | |
| \vspace{-1.3cm} | |
| \includegraphics[width=6.5cm]{95-resources/FH-Bingen_Logo_CMYK} | |
| \thesisFachbereich \\ |
| <?xml version='1.0' encoding='utf-8'?> | |
| <?grc format='1' created='3.7.8'?> | |
| <flow_graph> | |
| <timestamp>Sat Aug 15 20:13:54 2015</timestamp> | |
| <block> | |
| <key>options</key> | |
| <param> | |
| <key>author</key> | |
| <value></value> | |
| </param> |
| import requests | |
| from bs4 import BeautifulSoup | |
| from urllib.parse import urljoin | |
| import shutil | |
| base = "http://www.ma.tum.de/Vorkurse/Info/WebHome" | |
| soup = BeautifulSoup(requests.get(base).text, 'html.parser') | |
| filetypes = ['pdf', 'zip'] |