This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# I made this script to convert SVG icons for an iOS app into PNG. | |
# The script will create icons in 3 sizes for different screen DPIs. | |
find . -type f -name "*.svg" | while read f | |
do | |
FILENAME="${f%.*}" | |
echo '---' | |
inkscape -W "$FILENAME.svg" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Terminator | |
// @namespace https://service.berlin.de/terminvereinbarung/termin/* | |
// @description Automates find an apointment in Berlin's website | |
// @include https://service.berlin.de/terminvereinbarung/termin/* | |
// @version 1 | |
// @grant none | |
// @require http://code.jquery.com/jquery-2.1.4.min.js | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# This config came around after a friend had problems with a Steam cache on his | |
# Cox internet connection. Cox would intercept any requests to Steam content | |
# servers and return a 302 to Cox's servers. The cache would return the 302 | |
# to the Steam client, and the Steam client would go directly to Cox, bypassing | |
# the cache. | |
# This config makes nginx follow the 302 itself, and caches the result of the | |
# redirect as if it was the response to the original request. So subsequent | |
# requests to the URL that returned a 302 will get the file instead of a 302. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Lorem arboreus foliis viridis caeruleusque frondibus imbuitur, et in silvarum umbra tranquillitate suavi errat. Sylvarum viridescentia interdum solacium mentis nostri sub aethere sereno praebet. Ramis frondosis in arborum umbraculis, avium cantus et susurrus aquarum cunctos aures delectant. Natura, domina et magistra, in sui opere mirifico omnes creaturas alit et fovet, et sub caelo sereno, sub lumine lucido, inter arbores et herbas, homo ad maiorem vitae sensum ducitur. | |
Arborum frondes fructusque sunt dona naturae, quae in omni temporis spatio suam magnam magnificentiam ostendunt. Radicibus profundis terrae inseruntur, et sub caelo sereno florent et fructificant. In hortis et silvis, haec arbores vitam sustinent et inspirant.Sub aetheris pulchritudine, rami arborum alborescentes ascendunt et auras suavissimas exhauriunt. Herbae caeruleae inter radices eorum latent et silentium in quercubus et pini buscare solet. | |
Rivuli per silvas serpunt, aquas puras et liquidas ferentes, per petras et folia cadentia curru |