Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View EnricoVogt's full-sized avatar
😸
beep boop beep beep boop

EV EnricoVogt

😸
beep boop beep beep boop
View GitHub Profile
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" creator="MapSource 6.13.4" version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.garmin.com/xmlschemas/GpxExtensions/v3 http://www.garmin.com/xmlschemas/GpxExtensions/v3/GpxExtensionsv3.xsd http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
<metadata>
<link href="http://www.garmin.com">
<text>Garmin International</text>
</link>
<time>2007-11-16T20:56:14Z</time>
<bounds maxlat="51.8661866" maxlon="7.4931479" minlat="51.6139841" minlon="7.3194265"/>
</metadata>
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<gpx xmlns="http://www.topografix.com/GPX/1/1" creator="MapSource 6.13.7" version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.garmin.com/xmlschemas/GpxExtensions/v3 http://www.garmin.com/xmlschemas/GpxExtensions/v3/GpxExtensionsv3.xsd http://www.topografix.com/GPX/1/1 http://www.topografix.com/GPX/1/1/gpx.xsd">
<metadata>
<link href="http://www.garmin.com">
<text>Garmin International</text>
</link>
<time>2009-06-10T18:42:42Z</time>
<bounds maxlat="47.7019450" maxlon="10.9005190" minlat="47.6526270" minlon="10.7818200"/>
</metadata>
@EnricoVogt
EnricoVogt / .vimrc
Last active November 7, 2017 08:45
my vim settings
syntax enable
colorscheme elflord
set background=dark
set encoding=utf8
set ffs=unix,dos,mac
set nobackup
set nowb
set noswapfile
set expandtab
set smarttab
@EnricoVogt
EnricoVogt / byobuCommands
Created June 19, 2017 16:35 — forked from jshaw/byobuCommands
Byobu Commands
Byobu Commands
==============
byobu Screen manager
Level 0 Commands (Quick Start)
------------------------------
<F2> Create a new window
#!/bin/bash
WM_CLASS="nautilus.Nautilus"
PROGNAME="nautilus"
if [ `wmctrl -lx | grep -c "$WM_CLASS"` != 0 ]
then
wmctrl -x -a "$WM_CLASS" # If it exists, bring t-bird window to front
else
$PROGNAME