* item
* item
* item
* item
* item
* item
renders as:
* item
* item
* item
* item
* item
* item
renders as:
-------- Forwarded Message --------
Subject: Gemeinsam fuer die Wissenschaft: Aufruf zum March for Science Vienna am 22. April
Date: Thu, 6 Apr 2017 16:27:19 +0200 (CEST)
From: Rektorat <[email protected]>
Sehr geehrte Damen und Herren, liebe Kolleginnen und Kollegen!
given at the Zurich Seminar, April 1984, by John Gordon, by invitation of Professor James Massey
Good evening Ladies and Gentlemen.
There comes a time when people at a technical conference like this need something more relaxing. A change of pace. A shift of style. To put aside all that work stuff and think of something refreshingly different.
So let's talk about coding theory. There are perhaps some of you here tonight who are not experts in coding theory, but rather have been dragged here kicking and screaming. So I thought it would be a good idea if I gave you a sort of instant, five minute graduate course in coding theory.
_r3pass() { PASSWORD_STORE_DIR="$HOME"/realraum/noc/noc-pass _pass } | |
r3pass() { PASSWORD_STORE_DIR="$HOME"/realraum/noc/noc-pass pass "$@" } | |
compdef _r3pass r3pass |
#!/usr/bin/env python | |
# Copyright (0) 2017 Stefan <[email protected]> | |
# No rights reserved. | |
from u2flib_host import u2f as u2f_host | |
from u2flib_host.soft import SoftU2FDevice | |
from u2flib_server.jsapi import DeviceRegistration | |
from u2flib_server.u2f import (start_register, complete_register, | |
start_authenticate, verify_authenticate) |
set $mode_system System (l) lock, (e) logout, (s) suspend, (h) hibernate, (r) reboot, (p) shutdown | (d) disable redshift | |
mode "$mode_system" { | |
bindsym l exec --no-startup-id i3lock -c 444444, mode "default" | |
bindsym e exec --no-startup-id i3-msg exit, mode "default" | |
bindsym s exec --no-startup-id systemctl suspend, mode "default" | |
bindsym h exec --no-startup-id systemctl hibernate, mode "default" | |
bindsym r exec --no-startup-id systemctl reboot, mode "default" | |
bindsym p exec --no-startup-id systemctl poweroff, mode "default" | |
bindsym d exec --no-startup-id redshift -O 6500, mode "default" |