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
% Adopted from http://tex.stackexchange.com/questions/232838/beamer-with-notes-on-the-left-have-navigation-links-working-both-on-slides-rig | |
\documentclass[handout]{beamer} | |
\usepackage{pgfpages,microtype} | |
\setbeameroption{show notes on second screen=left} | |
\usetheme[compress]{Singapore} | |
\makeatletter | |
\defbeamertemplate*{headline}{miniframes theme plus} | |
{% | |
\begin{beamercolorbox}[colsep=1.5pt]{upper separation line head} | |
\end{beamercolorbox} |
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
#!/bin/bash | |
set -v | |
set -e | |
dget -x http://ftp.de.debian.org/debian/pool/non-free/b/broadcom-sta/broadcom-sta_6.30.223.248-3.dsc | |
wget -O kernel_3.18.support.diff 'https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=kernel_3.18.support.diff;att=1;bug=773713' | |
wget -O linux-3.18-null-pointer-crash.patch 'https://bugs.debian.org/cgi-bin/bugreport.cgi?msg=15;filename=linux-3.18-null-pointer-crash.patch;att=1;bug=773713' | |
cd broadcom-sta-6.30.223.248 | |
patch -p1 -i ../kernel_3.18.support.diff | |
quilt push -a | |
quilt new 11-linux-3.18-null-pointer-crash.patch |
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
zend_extension=/usr/lib/php5/20100525/xdebug.so | |
xdebug.max_nesting_level = 250 | |
xdebug.remote_enable = 1 | |
xdebug.remote_port = 9000 | |
xdebug.remote_host = 127.0.0.1 | |
xdebug.remote_handler = dbgp |
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
// ==UserScript== | |
// @name github-relative-dates-timezone.js | |
// @namespace http://danny-edel.de/ | |
// @include https://github.com/* | |
// @version 2 | |
// ==/UserScript== | |
/** Walk through all <time> Tags and | |
* use toLocaleString() to render them to a |