Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View mauimauer's full-sized avatar

Sebastian Mauer mauimauer

View GitHub Profile
This file has been truncated, but you can view the full file.
name,x,y,z,created
1 G. Caeli,80.90625,-83.53125,-30.8125,2014-11-26 15:19:00
1 Geminorum,19.78125,3.5625,-153.8125,2014-11-26 15:19:00
1 Hydrae,60.90625,28.53125,-54.90625,2014-11-26 15:19:00
1 i Centauri,38.46875,29.78125,40.46875,2014-11-26 15:19:00
1 Kappa Cygni,-117.75,37.78125,11.1875,2014-11-26 15:19:00
10 Arietis,-79.09375,-88.21875,-105.875,2014-11-26 15:19:00
10 Canum Venaticorum,-9.375,55.4375,-7,2014-10-21 17:16:31
10 Delta Coronae Borealis,-73.0625,130.03125,81.6875,2014-11-26 15:19:00
10 G. Canis Majoris,96.5625,-38.28125,-80.3125,2014-11-26 15:19:00
@mauimauer
mauimauer / gist:2361664
Created April 11, 2012 19:24
GExtender CSS Rules
.lzqA1d { padding-right:400px!important; }
div.ncGWdc { width:100%!important; margin-right:-340px!important; }
.L9ru2b { width:266px!important; } div.hm6vRc { margin-right:100px!important; }
div.KSB3fe > div:not(.mbKrWe) { padding-right:380px!important; }
div.hsHREd { left:auto!important; right:20px!important; }
@mauimauer
mauimauer / kitt.sh
Created May 22, 2013 05:07
Turns your Chromebook Pixel into a futuristic 80s-style car. Ctrl+C to quit...could be considerably improved. Do it!
#!/bin/bash
ectool lightbar seq stop
ectool lightbar 4 00 00 00
while :
do
ectool lightbar 0 ff 00 00
sleep 0.08
@mauimauer
mauimauer / GDGAppDep
Created May 27, 2013 13:59
GDG Android dependencies
com.nineoldandroids:library:2.4.0
com.squareup.okhttp:okhttp:1.0.2
com.squareup:otto:1.3.3
joda-time:joda-time:2.2
com.github.ignition:ignition-support:0.1
com.google.guava:guava-collections:r03
com.google.guava:guava-annotations:r03
com.google.guava:guava-primitives:r03
com.google.guava:guava-base:r03
de.keyboardsurfer.android.widget:crouton:1.8.1
@mauimauer
mauimauer / keybase.md
Created March 26, 2020 20:34
Keybase Proof

Keybase proof

I hereby claim:

  • I am mauimauer on github.
  • I am mauimauer (https://keybase.io/mauimauer) on keybase.
  • I have a public key ASA10zbHo0LtmThQcxjq4OP_PZWjnvaj9Y4p-PaufYdHfgo

To claim this, I am signing this object:

@mauimauer
mauimauer / AA-AndroidWearCrashlytics.md
Last active November 24, 2021 09:58
Forward Wear Crashed to Smartphone/Tablet for reporting via Crashlytics (or other Crash Analytics solutions)

Send uncaught Exceptions from Android Wear to Android

This is a short Gist showing how I transmit any uncaught exceptions happening in the Wearable part of my App to the connected Smartphone/Tablet. This is necessary because Android Wear devices are not directly connected to the Internet themselves.

##Wear

  • WearApp.java
  • AndroidManifest.xml
  • ErrorService.java
diff --git a/Dockerfile b/Dockerfile
index 5e32433..f746306 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,8 +24,17 @@ PLEX_MEDIA_SERVER_INFO_DEVICE="Docker Container (LinuxServer.io)"
RUN \
echo "**** install runtime packages ****" && \
apt-get update && \
+ apt-get install -y software-properties-common && \
+ add-apt-repository ppa:oibaf/graphics-drivers -y && \