Skip to content

Instantly share code, notes, and snippets.

# Path to your oh-my-zsh installation.
export ZSH=/Users/till_privat/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="agnoster"
# Uncomment the following line to use case-sensitive completion.
@dorvak
dorvak / treetaged
Created October 26, 2015 10:05
Treetagged string
27.04.2015\tCARD\t@card@\n-\t$(\t-\n10\tCARD\t10\n:\t$.\t:\n00\tCARD\t@card@\nUhr\tNN\tUhr\nUnsere\tPPOSAT\tunser\nSprache\tNN\tSprache\nist\tVAFIN\tsein\nim\tAPPRART\tin\nständigen\tADJA\tständig\nWandel\tNN\tWandel\n.\t$.\t.\nBegriffe\tNN\tBegriff\naus\tAPPR\taus\nder\tART\tdie\nWerbung\tNN\tWerbung\noder\tKON\toder\naus\tAPPR\taus\nanderen\tPIS\tandere\nSprachen\tNN\tSprache\ngehen\tVVFIN\tgehen\nins\tAPPRART\tin\nDeutsche\tNN\tDeutsche\nein\tPTKVZ\tein\n.\t$.\t.\nDie\tART\tdie\nJugend\tNN\tJugend\noder\tKON\toder\nbestimmte\tADJA\tbestimmt\nSzenen\tNN\tSzene\nschaffen\tVVFIN\tschaffen\nWörter\tNN\tWort\n,\t$,\t,\ndie\tPRELS\tdie\nschließlich\tADV\tschließlich\nauch\tADV\tauch\nin\tAPPR\tin\nden\tART\tdie\nallgemeinen\tADJA\tallgemein\nSprachgebrauch\tNN\tSprachgebrauch\neingehen\tVVINF\teingehen\n.\t$.\t.\nAndere\tPIAT\tandere\nWörter\tNN\tWort\nsterben\tVVFIN\tsterben\ndagegen\tPAV\tdagegen\naus\tPTKVZ\taus\n.\t$.\t.\nJeden\tPIAT\tjede\nTag\tNN\tTag\nab\tAPPR\tab\n10\tCARD\t10\nUhr\tNN\tUhr\ngibt\tVVFIN\
{
"columns": [
"statistics.viewCount",
"statistics.dislikeCount",
"statistics.likeCount",
"statistics.commentCount",
"snippet.title"
],
"options": {
"urlpath": "https://www.googleapis.com/youtube/v3/videos?",
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dorvak
dorvak / vimrc
Created August 8, 2013 16:17
My Vimrc
set nocompatible " be iMproved
filetype off " required!
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
" let Vundle manage Vundle
" required!
Bundle 'gmarik/vundle'
Bundle 'tpope/vim-fugitive'
Bundle 'taglist.vim'
Bundle 'scrooloose/nerdtree'