Skip to content

Instantly share code, notes, and snippets.

View dannyedel's full-sized avatar

Danny Edel dannyedel

  • Germany, Rhein-Neckar
View GitHub Profile
@dannyedel
dannyedel / Test.tex
Last active August 29, 2015 14:25 — forked from projekter/Test.tex
Example for dual screen PDF with navigation
% 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}
#!/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
@dannyedel
dannyedel / annot.avi
Last active August 24, 2020 02:38
example latex-beamer presentation containing media
@dannyedel
dannyedel / 20-xdebug.ini
Last active November 27, 2018 18:44
/etc/php5/conf.d/20-xdebug.ini
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
@dannyedel
dannyedel / github-relative-dates-timezone.js.user.js
Last active January 23, 2021 20:39
GreaseMonkey script to change Timestamps in github to the user's timezone and locale settings
// ==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