Skip to content

Instantly share code, notes, and snippets.

View timofurrer's full-sized avatar
Commits are my own. Powered by coffee.

Timo Furrer timofurrer

Commits are my own. Powered by coffee.
View GitHub Profile
"""
Find a name for the given characters
"""
import sys
import csv
import codecs
import subprocess
chars = set([
@timofurrer
timofurrer / __main__.py
Created March 2, 2017 21:08
__main__.py
# -*- 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'

Rekursion

  • Selbstaehnlichkeit -> Ein Verzeichnis enthaelt Dateien und andere Verzeichnisse

Iteration vs. Rekursion

Iteration

Wiederholend

@timofurrer
timofurrer / gist:83a313a0b0a79c740d2598349670b639
Last active June 13, 2018 20:31
URL to find issues I participated in
https://github.com/search?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+involves%3Atimofurrer&type=Issues&ref=searchresults
@timofurrer
timofurrer / DwHZ-0.py
Created October 14, 2016 10:08
null created by timofurrer - https://repl.it/DwHZ/0
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!
@timofurrer
timofurrer / keybase.md
Created August 27, 2016 07:22
keybase.md

Keybase proof

I hereby claim:

  • I am timofurrer on github.
  • I am tuxtimo (https://keybase.io/tuxtimo) on keybase.
  • I have a public key whose fingerprint is CFC6 2A1D 8884 01A1 93E2 7DFA 9670 4219 D330 4F22

To claim this, I am signing this object:

@timofurrer
timofurrer / autosuggestion-settings.zsh
Created June 16, 2016 22:52
autosuggestion-settings.zsh
# use a dark grey color for the suggestions
export ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=243"
# set keybinding to CTRL + Space
bindkey '^ ' autosuggest-accept
@timofurrer
timofurrer / tuxtimo.zsh-theme
Last active June 16, 2016 22:52
tuxtimo.zsh-theme
# 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]%}"