Skip to content

Instantly share code, notes, and snippets.

View johnjohndoe's full-sized avatar

Tobias Preuss johnjohndoe

View GitHub Profile
@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"
],
@johnjohndoe
johnjohndoe / Stadt-Land-Fluss-Kategorien.md
Created July 6, 2019 13:48
Kategorien für das Spiel "Stadt, Land, Fluss" aus der Fernsehsendung "Zimmer frei".
  • Abfall
  • Anmachspruch
  • Ausrede
  • Automarke
  • Autor
  • Badutensilien
  • Ballsportart
  • Beruf
  • Berühmtes Bauwerk
  • Bestseller
@johnjohndoe
johnjohndoe / 60-jetbrains.conf
Created June 23, 2019 13:16 — forked from bittner/60-jetbrains.conf
Inotify configuration for IntelliJ IDEA (PhpStorm, PyCharm, RubyMine, WebStorm). Create this file with e.g. `sudo vim /etc/sysctl.d/60-jetbrains.conf`
# Set inotify watch limit high enough for IntelliJ IDEA (PhpStorm, PyCharm, RubyMine, WebStorm).
# Create this file as /etc/sysctl.d/60-jetbrains.conf (Debian, Ubuntu), and
# run `sudo service procps start` or reboot.
# Source: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit
#
# More information resources:
# -$ man inotify # manpage
# -$ man sysctl.conf # manpage
# -$ cat /proc/sys/fs/inotify/max_user_watches # print current value in use