I hereby claim:
- I am xarem on github.
- I am ubanholzer (https://keybase.io/ubanholzer) on keybase.
- I have a public key whose fingerprint is 7AB7 3969 F439 6DF7 E63E B6B9 88B8 EC87 88D6 2020
To claim this, I am signing this object:
--- acinclude.m4 2019-04-30 12:12:22.000000000 +0200 | |
+++ acinclude.m4 2019-05-16 16:10:03.000000000 +0200 | |
@@ -9,7 +9,7 @@ | |
# non-working versions, e.g. "3.0 3.2"; | |
# remove "none" when introducing the first incompatible bison version an | |
# separate any following additions by spaces | |
- bison_version_exclude="3.0" | |
+ bison_version_exclude="3.0.0" | |
# for standalone build of Zend Engine |
<?php | |
add_action('admin_init', function() { | |
global $wp_filter; | |
foreach ($wp_filter['admin_notices'] as $admin_notices) { | |
foreach ($admin_notices as $key => $admin_notice) { | |
if (preg_match('/[\w\d]+notify_edge_mode$/', $key)) { | |
remove_action('admin_notices', $key); | |
} | |
} | |
} |
I hereby claim:
To claim this, I am signing this object:
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDEh8r6lGon6KDZ1ybAPr8+PtfxLg/bi+vFiiTash6Rdz94y9TeN5AlF2fzCuINF0gdm6FUuVKYGZ8hgioEzCzLkDaDBzl5mfQinDqxngdLf5fZ/m2ZZcO4oTFTFKDDjezVv5qOqF+k/ESHE+zwXme5XKzvPGhL6+FOnFhEppI5bfQLOAw+bpcLyGkgs9xcenhRyns1yMkq5x6Q3glrNqSzlwL778/VddKclWtjY12RGRYr1pmNm8AlanxPZ1Q+Yi4rSlY9+/36f+psPveBwal9BRGNh6t99H7/cUPktYMxVv75f9jaKZyt81pbjNS18uYoRLD3rrhKPxJvOfDewdvB [email protected] |
#!/bin/bash | |
lastReleasesUrl="https://github.com/docker/compose/releases.atom" | |
lastReleaseCache="/tmp/docker-compose-last-release" | |
if [ -f '/usr/local/bin/docker-compose' ]; then | |
currentDockerComposeVersion=$(docker-compose -v | egrep -o '([0-9]\.[0-9]\.[0-9])') | |
else | |
currentDockerComposeVersion="0.0.0" | |
fi |
nine.ch 8016 Pt. | |
CloudScale.ch 5708 Pt. | |
Vultr 4996 Pt. | |
Linode 4446 Pt. | |
ExoScale 3691 Pt. | |
DigitalOcean 3524 Pt. | |
Scaleway C2 3505 Pt. | |
Scaleway VC1 3477 Pt. | |
AWS 3248 Pt. | |
Cirrax 2530 Pt. |
iesd -i /Applications/Install\ OS\ X\ Yosemite.app -o yosemite.dmg -t BaseSystem
hdiutil convert yosemite.dmg -format UDSP -o yosemite.sparseimage
hdiutil attach /Applications/Install\ OS\ X\ Yosemite.app/Contents/SharedSupport/InstallESD.dmg