Module name | English translation | Lecturer(s) | Teaching institution | Country | Region | Program (degree) | Credits (ECTS) | Language | Consumption focus |
---|---|---|---|---|---|---|---|---|---|
Advanced Environmental and Natural Resource Economics | Klaus Salhofer | TU München | Germany | Europe | Master in Consumer Affairs | 6 | English | ||
Consumer Affairs Issues | Jutta Roosen, Martina Reitmeier | ||||||||
Corporate Sustainability | Frank Martin-Belz |
View .zshrc
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
# | |
# .zshrc | |
# | |
# Access custom aliases in the shell | |
[ -e "${HOME}/.zsh_aliases" ] && source "${HOME}/.zsh_aliases" | |
# Fix command not found after installation | |
# https://bbs.archlinux.org/viewtopic.php?id=175388 | |
zstyle ':completion:*' rehash true |
View 50-touchpad.conf
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
# Add the below configuration to /etc/X11/xorg.conf.d/50-touchpad.conf | |
Section "InputClass" | |
Identifier "touchpad" | |
MatchProduct "SynPS/2 Synaptics TouchPad" | |
# MatchTag "lenovo_x230_all" | |
Driver "synaptics" | |
# fix touchpad resolution | |
Option "VertResolution" "100" | |
Option "HorizResolution" "65" |
View gist:272c1f9fda4fe1440105
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
# ~/.profile: executed by the command interpreter for login shells. | |
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login | |
# exists. | |
# see /usr/share/doc/bash/examples/startup-files for examples. | |
# the files are located in the bash-doc package. | |
# the default umask is set in /etc/profile; for setting the umask | |
# for ssh logins, install and configure the libpam-umask package. | |
#umask 022 |
View CopyQ - Save As.ini
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
[Command] | |
Command=" | |
copyq: | |
var suffices = { | |
'image/svg': 'svg', | |
'image/png': 'png', | |
'image/jpeg': 'jpg', | |
'image/jpg': 'jpg', | |
'image/bmp': 'bmp', | |
'text/html': 'html', |
View K99_chromium_exit
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
# Installation | |
# 1. Create a script with the below content as /etc/rc6.d/K99_chromium_exit to run the script on shutdown | |
# 2. Create a script with the below content as /etc/rc0.d/K99_chromium_exit to run the script on restart | |
# 3. Make the script(s) executable: sudo chmod +x /etc/rc6.d/K99_chromium_exit | |
/usr/bin/pkill -15 -P 1 chromium-browser |
View table.md
View longtable.tex
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
\begin{sidewaysfigure}[htb] | |
\begin{longtable}{| p{.10\textwidth} | p{.10\textwidth} | p{0.40\textwidth}| p{0.40\textwidth}|} | |
\hline | |
Hypothese & Konstrukt & Operationalisierung der Frage(n) & Operationalisierung der Antwort \\ \hline | |
H1-1 & Vergütung Fixanteil & Um wie viel Prozent müsste der Grundpreis (€/Monat) des neuen Ladevertrags im Vergleich zu Ihrem Haushaltsstromtarif mindestens reduziert werden, dass Sie am Lademanagement teilnehmen würden? & gar nicht, mindestens 5 \% günstiger; ...; mehr als 30 \% günstiger \\ \hline | |
H1-2 & Ratenvergütung & Um wie viel Prozent müsste der Verbrauchspreis (€-Cent/kWh) des neuen Ladevertrags im Vergleich zu Ihrem Haushaltsstromtarif mindestens reduziert werden, dass Sie am Lademanagement teilnehmenwürden? & gar nicht, mindestens 5 \% günstiger; ...; mehr als 30 \% günstiger |
View test.md
Test
Test to embed this gist on Medium and Wordpress.com
View 0_reuse_code.js
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
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
View publish-content-commons.md
Publishing content to the Commons
I have finally found a good working way for me to publish all my creative content to the Commons.
- For videos I use YouTube and their Creative Commons option
- For entire photo albums I use Flickr
- For single photos I use Wikimedia Commons
- For audio files I use the Internet Archive
- For text like this I use Github Gist
OlderNewer