I hereby claim:
- I am koppor on github.
- I am koppor (https://keybase.io/koppor) on keybase.
- I have a public key ASDpR-5cXF6MQ39tpWS0yWQMzgS6NMgDO1mdPZpbh4V_UQo
To claim this, I am signing this object:
' Creates an appointment to block timeslits in the Outlook calendar for tasks | |
' | |
' In case an email is selected | |
' - this email is put as attachment and as body of the appointment | |
' - deleted afterwards | |
Sub CreateTentativeWorkAppointment() | |
Dim oView As Outlook.View | |
Dim olApp As Outlook.Application | |
Dim olApt As Outlook.AppointmentItem | |
Dim olSelection As Outlook.Selection |
I hereby claim:
To claim this, I am signing this object:
\documentclass{scrartcl} | |
\usepackage{graphicx} | |
\usepackage{pax} | |
\makeatletter | |
\def\PAX@viewport#1 #2 #3 #4\\{% | |
\PAX@defaultbp\PAX@vllx{#1}% | |
\PAX@defaultbp\PAX@vlly{#2}% | |
\PAX@defaultbp\PAX@vurx{#3}% | |
\PAX@defaultbp\PAX@vury{#4}% | |
\edef\PAX@page@llx{\the\dimexpr\PAX@page@llx+\PAX@vllx\relax}% |
#!/bin/bash | |
cd /var/www/builds.jabref.org/www/ | |
# delete all branches not touched for the last 90 days | |
# see http://stackoverflow.com/a/19873824/873282 | |
#find . -mindepth 1 -maxdepth 1 -type d -mtime +90 ! -path "./_h5ai" ! -path "./master" -exec rm {} \; | |
# delete files in the remaining directories | |
# see http://stackoverflow.com/a/13525005/873282 |
TODO: | |
* sort fields | |
* check the column of "=" - why not more left? Should the column be per entry or globally? | |
@article{ZCTZ2013, | |
title = {Sustainable Architectural Design Decisions}, | |
author = {Uwe Zdun and Rafael Capilla and Huy Tran and Olaf Zimmermann}, | |
journal = {{IEEE} Softw.}, | |
year = {2013}, | |
month = {nov}, |