Skip to content

Instantly share code, notes, and snippets.

Dutch version

Contact me!

Nissan Micra 1.3 from 1995, with 153153 kilometers on it. The car is currently residing in Best, near Eindhoven.

![Photo][image1]

I've had a lot of fun with this car. It has been my first car and I feel kind of regretful getting rid of it. Sadly, due to expensive insurance for young people in this country, having a car is not worth it for me anymore. The nice thing about this car is that it requires little maintenance. The mechanics are quite simple, you can do some maintenance yourself if you have the will and the tools. The car has mostly been used for highway driving. Some advantages:

@Tobiaqs
Tobiaqs / contact.md
Last active February 5, 2019 09:03
Contact info

Email

tobias (#) tobiass.nl

Signal

Email me for my number

package tobiass.statedebt.view;
import java.io.IOException;
import java.io.InputStream;
import java.security.InvalidParameterException;
import tobiass.statedebt.R;
import android.content.Context;
import android.content.res.TypedArray;
import android.graphics.Canvas;
@Tobiaqs
Tobiaqs / gist:9871404
Created March 30, 2014 11:25
This class allows you to preserve Objects in activities after recreation.
/**
* Allows preservation of non-context objects after i.e. rotation of the device.
*
* Usage:
*
* // Wrapper for this instance.
* private final ObjectStoreWrapper objects = new ObjectStoreWrapper(1);
*
* // Save a random Object, put the ID returned by the ObjectStore in the Bundle.
* public void onSaveInstanceState(Bundle outState) {