Skip to content

Instantly share code, notes, and snippets.

View MorrisJobke's full-sized avatar

Morris Jobke MorrisJobke

View GitHub Profile
/*
* add this as user style for URLs starting with http://adventofcode.com/2016/day/ in your browser
*/
body {
min-width: initial;
}
header {
white-space: initial;
}
@MorrisJobke
MorrisJobke / reverse-l10n.php
Last active June 29, 2016 10:06
Creates a po file from a (ownC|Nextc)loud JSON file in the server code. Call it like this: `php reverse-l10n.php de`
<?php
/**
* composer install gettext/gettext
*/
require 'vendor/autoload.php';
use Gettext\Translations;
$apps = [
#!/bin/bash
if [ -z "$2" ]; then
echo "Usage: ./add-domain.sh DOMAIN INTERNAL_URL"
exit 1;
fi
DOMAIN=$1
INTERNAL=$2
cp /etc/nginx/sites-available/TEMPLATE /etc/nginx/sites-available/$DOMAIN
@MorrisJobke
MorrisJobke / jodel.html
Created April 2, 2016 00:19 — forked from felixboehm/jodel.html
jodel-board, TOKEN needs to be set
<html>
<head>
<style>
.grid-item {
margin-bottom: 15px;
}
.grid-item img {
width: 250px;
height: 400px;
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MorrisJobke
MorrisJobke / youtube-playlist-downloader.py
Last active October 21, 2022 18:36
Youtube Playlist Downloader
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Youtube Playlist Downloader
# Copyright (C) 2014 Morris Jobke <morris.jobke@gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.

Keybase proof

I hereby claim:

  • I am morrisjobke on github.
  • I am morrisjobke (https://keybase.io/morrisjobke) on keybase.
  • I have a public key whose fingerprint is 0D33 A6C4 3887 D75D 8285 7FB2 EF55 2587 D06F F0E9

To claim this, I am signing this object:

@MorrisJobke
MorrisJobke / sunday-open-bakery.geojson
Last active December 20, 2015 22:19
Sonntagsbäcker in Chemnitz
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.