- Selbstaehnlichkeit -> Ein Verzeichnis enthaelt Dateien und andere Verzeichnisse
Iteration
Wiederholend
| """ | |
| Find a name for the given characters | |
| """ | |
| import sys | |
| import csv | |
| import codecs | |
| import subprocess | |
| chars = set([ |
| # -*- coding: utf-8 -*- | |
| """ | |
| This module provides a script to document Radish step implementations | |
| """ | |
| from sys import exit | |
| from os.path import split |
| #!/bin/sh | |
| MODULES=' | |
| CNA:3264958 | |
| AD:3264934 | |
| FKOM:3265225 | |
| PMB:3265214 | |
| ' | |
| BASE_URL='https://elearning.hslu.ch/ilias/webdav.php/hslu' |
| https://github.com/search?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+involves%3Atimofurrer&type=Issues&ref=searchresults |
| def foo(f): | |
| print("Foo is called") | |
| def _wrapper(): | |
| print("Foo wrapper is called") | |
| f() | |
| return _wrapper | |
| def bar(f): | |
| print("Bar is called") |
| # This file has been auto-generated by i3-config-wizard(1). | |
| # It will not be overwritten, so edit it as you like. | |
| # | |
| # Should you change your keyboard layout some time, delete | |
| # this file and re-run i3-config-wizard(1). | |
| # | |
| # i3 config file (v4) | |
| # | |
| # Please see http://i3wm.org/docs/userguide.html for a complete reference! |
I hereby claim:
To claim this, I am signing this object:
| # use a dark grey color for the suggestions | |
| export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=243" | |
| # set keybinding to CTRL + Space | |
| bindkey '^ ' autosuggest-accept |
| # oh-my-zsh Bureau Theme | |
| ### NVM | |
| ZSH_THEME_NVM_PROMPT_PREFIX="%B⬡%b " | |
| ZSH_THEME_NVM_PROMPT_SUFFIX="" | |
| ### Git [±master ▾●] | |
| ZSH_THEME_GIT_PROMPT_PREFIX="[%{$fg_bold[green]%}±%{$reset_color%}%{$fg_bold[white]%}" |