Skip to content

Instantly share code, notes, and snippets.

View johnjohndoe's full-sized avatar

Tobias Preuss johnjohndoe

View GitHub Profile
@johnjohndoe
johnjohndoe / how-to-irssi.md
Created March 31, 2020 21:29
irssi installed via snap, see https://snapcraft.io/irssi

Installation location

$ /snap/irssi/current/bin/irssi

Configuration file

$ /home/USERNAME/snap/irssi/common/.irssi/config
@johnjohndoe
johnjohndoe / README.md
Last active March 7, 2020 13:50 — forked from Wikinaut/README.md
Vereinfachte Verkehrsordnungswidrigkeitenanzeige bei Halt- und Parkverstößen per E-Mail an die Bußgeldstelle. https://twitter.com/tbsprs/status/1236287577981964289
@johnjohndoe
johnjohndoe / Umweltzone-Neu-Ulm.dxf
Created January 26, 2020 15:39
Umweltzone Neu-Ulm
0
SECTION
2
HEADER
9
$ACADVER
1
AC1015
9
$DWGCODEPAGE
@johnjohndoe
johnjohndoe / fosdem-2020-schedule.xml
Last active January 12, 2020 17:57
FOSDEM 2020 Schedule (Snapshot of the official program - this may not be updated - do not use!)
This file has been truncated, but you can view the full file.
<schedule>
<conference>
<title>FOSDEM 2020</title>
<subtitle/>
<venue>ULB (Université Libre de Bruxelles)</venue>
<city>Brussels</city>
<start>2020-02-01</start>
<end>2020-02-02</end>
<days>2</days>
<day_change>09:00:00</day_change>
@johnjohndoe
johnjohndoe / cccamp2019-everything.schedule-20190912.xml
Created December 12, 2019 21:30
CCCamp 2019 / Schedule / Version from 20190912
<schedule>
<version>Kaus Australis; lounges 909; lightning Manwë; thms Tales of Monkey Island; wiki 2019-09-09 12:11</version>
<conference>
<acronym>Camp2019</acronym>
<title>Chaos Communication Camp 2019</title>
<start>2019-08-21</start>
<end>2019-08-26</end>
<days>5</days>
<timeslot_duration>00:15</timeslot_duration>
<base_url>https://fahrplan.events.ccc.de/camp/2019/Fahrplan/</base_url>
@johnjohndoe
johnjohndoe / gradle-versions-plugin-filter.md
Last active November 26, 2019 10:37
Search for the name of a dependency which has the version "0.5.0" parsing the output of gradle-versions-plugin
@johnjohndoe
johnjohndoe / schedule.xml
Created September 14, 2019 14:03
MRMCD 2019 schedule "Sherlock Holmes: Consulting Detective" 20190914 modified (diff with https://gist.github.com/johnjohndoe/0887355ba8fdecba8e402d8112ccfb4a)
<?xml version='1.0' encoding='utf-8' ?>
<!-- Made with love by pretalx v1.0.dev. -->
<schedule>
<version>Sherlock Holmes: Consulting Detective</version>
<conference>
<acronym>2019</acronym>
<title>MRMCD 2019</title>
<start>2019-09-13</start>
<end>2019-09-15</end>
<days>3</days>
@johnjohndoe
johnjohndoe / schedule.xml
Created September 14, 2019 14:02
MRMCD 2019 schedule "Sherlock Holmes: Consulting Detective" 20190914 unmodified
<?xml version='1.0' encoding='utf-8' ?>
<!-- Made with love by pretalx v1.0.dev. -->
<schedule>
<version>Sherlock Holmes: Consulting Detective</version>
<conference>
<acronym>2019</acronym>
<title>MRMCD 2019</title>
<start>2019-09-13</start>
<end>2019-09-15</end>
<days>3</days>
@johnjohndoe
johnjohndoe / rsync-backup.sh
Created August 9, 2019 07:58
Datensicherung UBUNTU (Daten aller Benutzer)
#!/bin/bash
function pause(){
read -p "$*"
}
# Name des angemeldeten Benutzers
CURRENT_USER=$(whoami)
@johnjohndoe
johnjohndoe / Preferences.sublime-settings
Last active July 16, 2019 08:28
Sublime Text User Settings
{
"added_words":
[
"Android"
],
"file_exclude_patterns":
[
"R.java",
"merger.xml"
],