Skip to content

Instantly share code, notes, and snippets.

View codecandies's full-sized avatar
😸
Pffffft.

Nico Brünjes codecandies

😸
Pffffft.
View GitHub Profile
@codecandies
codecandies / responsive-voice.js
Created February 27, 2018 13:43 — forked from anchetaWern/responsive-voice.js
responsive-voice.js
//Look for other responsivevoice instances
/*if (window.parent != null) {
var iframes = window.parent.document.getElementsByTagName('iframe');
for (var i = 0; i < iframes.length; i++) {
//iframes[i].style.width = "300px"
}
}*/
if (typeof responsiveVoice != 'undefined') {
console.log('ResponsiveVoice already loaded');

1. Clone your fork:

git clone git@github.com:YOUR-USERNAME/YOUR-FORKED-REPO.git

2. Add remote from original repository in your forked repository:

cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
@codecandies
codecandies / zon-menu.txt
Created September 13, 2016 09:02 — forked from thomaspuppe/zon-menu.txt
ZEIT Speiseplan. This serves as data source for our SlackBot
Tage;Essen1;Nachtisch1;Essen2;Nachtisch2;Essen3
05.10.2015;Lasagne mit Rinderhack und Gemüse Tomaten-Soße Gurkensalat;Erdbeerquark;Pakoras gebackenes Gemüse mit verschiedenen Dips ;Granatapfelcreme;Orientalischer Salat mit Ingwer, Chili, Wakame-Algen, Sushi-Rolls, Wasabi-Dip Soja-Soße, Kroepoek
06.10.2015;Rheinischer Sauerbraten* vom Rind, Rosinensoße, Rotkohl, Kartoffelklöße;Schokoladencreme mit Birnenkompott;Paprikaschoten mit Tofu-Gemüse-Füllung Möhrensoße gebackene Kartoffelwürfel;Quarkklöße mit Pflaumenröster;Herbstlicher Salat mit Chicoree, Papaya, Soja-Limetten-Dressing und gebratener Hähnchenbrust, Baguette
07.10.2015;Linseneintopf mit Kochwurst;Spanischer Mandelkuchen;Kartoffel-Sellerie-Puffer mit Apfelschmand, Rote Bete-Salat;Banane und Kiwi;Blumenkohl-Broccoli-Salat mit Tomaten, Kürbiskernen, Kerbel-Vinaigrette, Zwiebelkuchen und Sour Cream
08.10.2015;Hechtklöße, Blattspinat, Safransoße*, Pariser Kartoffeln;Mandarinen-Vanille-Creme;Auberginenschnitzel in einer Parmesan-Eihülle, Kräuterquark, Pellk
@mixin vendor($name, $args...) {
$vendors: -webkit-, -ms-, -moz-, -o-;
$nextWithVendor: false;
$first: true;
$cleanValues: null;
$cleanName: $name;
@if nth( $name, 1 ) == -prefix- {
$cleanName: nth( $name, 2 );
}
# Add a little color to your git cli
git config --global color.ui auto
# Git will automatically manage line endings for you if you set autocrlf option
# on a mac / linux machine you'll want do this
git config --global core.autocrlf input
# one a windows machine you'll want to do this
git config --global core.autocrlf true
# Instead of just showing highlighting the entire line that changed