Skip to content

Instantly share code, notes, and snippets.

View johnjohndoe's full-sized avatar

Tobias Preuss johnjohndoe

View GitHub Profile
[
{
"event_classifiers": {
"Theory - Practice": 100,
"Hardware": 15,
"Security": 95,
"Novelty": 50,
"Defense - Offense": 100
},
"language": "en",
@johnjohndoe
johnjohndoe / fileshuffle.py
Last active July 13, 2022 16:47
Shuffle two file names and copy the active file to a destination folder.
#!/bin/python3
import os
import sys
from shutil import copyfile
def getScriptPath():
"""
Returns the full directory path of this script.
"""
@johnjohndoe
johnjohndoe / jazz-highlight-my-tickets.js
Last active July 30, 2019 15:21
Jazz highlight my tickets.
// ==UserScript==
// @name Jazz highlight my tickets.
// @description Visually highlights rows which belongs to the currently logged-in user.
// @version 2.0.0
// @author Tobias Preuss
// @grant none
// @include https://jazz.example.com/ccm/web/projects/*
// ==/UserScript==
@johnjohndoe
johnjohndoe / adb-pull-database.md
Created September 9, 2018 07:31
How to pull a SQLite database file from an Android device?

Before Android 5.0

adb shell "run-as package.name chmod 666 /data/data/package.name/databases/file"
adb pull /data/data/package.name/databases/file .
adb shell "run-as package.name chmod 600 /data/data/package.name/databases/file"

Android 5.0+ /data/data/package.name/databases/file

@johnjohndoe
johnjohndoe / vcard-split.py
Last active June 11, 2024 08:34 — forked from umrashrf/vcard-split.py
Python script to split Google contacts into individual VCF files.
#!/usr/bin/python
#split vcf files
import re
working_dir = '/home/umair/Documents/Contacts/'
input_file = 'contacts starred 26-06-2014.vcf'
output_seed = 'contacts-part-'
vcards_per_file = 1
@johnjohndoe
johnjohndoe / schedule.xml
Created May 13, 2018 22:04
GPN 2018 Fahrplan XML, indented
<?xml version='1.0' encoding='utf-8' ?>
<schedule>
<version>v10.2</version>
<conference>
<acronym>gpn18</acronym>
<title>18. Gulaschprogrammiernacht</title>
<start>2018-05-10</start>
<end>2018-05-13</end>
<days>4</days>
<timeslot_duration>00:05</timeslot_duration>
@johnjohndoe
johnjohndoe / radzaehlstellen-berlin.json
Last active May 2, 2018 21:36
Radzählstellen - Automatische Dauerzählstellen für den Radverkehr in Berlin. Quelle: https://www.berlin.de/senuvk/verkehr/lenkung/vlb/de/radzaehlungen.shtml
{
"crs": {
"properties": {
"name": "urn:ogc:def:crs:OGC:1.3:CRS84"
},
"type": "name"
},
"features": [
{
"geometry": {
@johnjohndoe
johnjohndoe / BundleSizeUtils.java
Created January 16, 2018 09:24
Android: A collection of utility methods to calculate the size of a Bundle.
public static void logBundleState(Class<?> klass, Context context, Bundle outState) {
int size = getBundleSizeInBytes(outState);
String humanReadableSize = android.text.format.Formatter.formatFileSize(context, size);
Log.d(klass.getName(), "onSaveInstanceState >>> " + "bundle = " + humanReadableSize + " (" + size + " bytes)");
}
public static int getBundleSizeInBytes(Bundle bundle) {
Parcel parcel = Parcel.obtain();
parcel.writeValue(bundle);
byte[] bytes = parcel.marshall();
@johnjohndoe
johnjohndoe / jetbrains-idea-ce.desktop
Created December 16, 2017 18:21
Ubuntu desktop file for IntelliJ with Java 8. Location: ~/.local/share/applications/jetbrains-idea-ce.desktop
jetbrains-idea-ce.desktop
[Desktop Entry]
Version=1.0
Type=Application
Name=IntelliJ IDEA Community Edition
Icon=/home/USERNAME/bin/idea-IC-172.3942.27/bin/idea.png
Exec=env JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 /home/USERNAME/bin/idea-IC-172.3942.27/bin/idea.sh %f
Comment=The Drive to Develop
Categories=Development;IDE;
Terminal=false
@johnjohndoe
johnjohndoe / tracks.txt
Created December 14, 2017 17:13
34C3 Fahrplan tracks, alphabetically
Art &amp; Culture
CCC
Entertainment
Ethics, Society &amp; Politics
Hardware &amp; Making
Resilience
Science
Security