Skip to content

Instantly share code, notes, and snippets.

@Leibinger015
Leibinger015 / Deutsch - „Corona-Ampel-Berlin“ 4-Werte Widget
Last active November 22, 2021 22:21
This is a Scriptable Widget Script for iOS. A „Corona-🚦-Berlin“ Icon for your Homescreen.
// "Corona-Ampel-Berlin" iOS Scriptable Widget
//
// Original Quelle: https://gist.github.com/m4p/20cc77b6d9f1f422b75bc3ab6eed0ff3
//
// Editing: https://gist.github.com/Leibinger015
//
// Skript: Angepasst am 19.11.2021 von www.anb030.de/
//
// What's new: Hospitalisierungsrate, Inzidenz, ITS-Betten, Geimpft!
@Synchro
Synchro / Premailer.php
Created September 8, 2011 21:48
PHP interface class for the Premailer API
<?php
/**
* Premailer API PHP class
* Premailer is a library/service for making HTML more palatable for various inept email clients, in particular GMail
* Primary function is to convert style tags into equivalent inline styles so styling can survive <head> tag removal
* Premailer is owned by Dialect Communications group
* @link http://premailer.dialect.ca/api
* @author Marcus Bointon <marcus@synchromedia.co.uk>
*/