View gist:ff5626c5454d725dede9
Verifying myself: My Bitcoin username is +mihahribar. https://onename.io/mihahribar |
View borg.php
<?php | |
class Person | |
{ | |
function assimilate($alwaysAskPermission = true) | |
{ | |
// code | |
} | |
} |
View image_embed.css
a.icon { | |
background: url(data:image/png;base64,LONG BASE 64 STRING) no-repeat right; | |
} |
View mod_expires_etag
FileETag None | |
ExpiresActive on | |
ExpiresDefault "access 1 month" | |
ExpiresByType image/jpg "access plus 1 year" | |
ExpiresByType image/gif "access plus 1 year" | |
ExpiresByType image/jpg "access plus 1 year" | |
ExpiresByType image/jpeg "access plus 1 year" | |
ExpiresByType image/png "access plus 1 year" | |
ExpiresByType image/x-icon "access plus 1 year" |
View mod_deflate
AddOutputFilterByType DEFLATE text/plain | |
AddOutputFilterByType DEFLATE text/html | |
AddOutputFilterByType DEFLATE text/xml | |
AddOutputFilterByType DEFLATE text/css | |
AddOutputFilterByType DEFLATE application/xml | |
AddOutputFilterByType DEFLATE application/xhtml+xml | |
AddOutputFilterByType DEFLATE application/rss+xml | |
AddOutputFilterByType DEFLATE application/json | |
AddOutputFilterByType DEFLATE application/javascript | |
AddOutputFilterByType DEFLATE application/x-javascript |
View uuid-trunk.patch
diff --git a/config.m4 b/config.m4 | |
index fca4c2e..e536d95 100644 | |
--- a/config.m4 | |
+++ b/config.m4 | |
@@ -8,16 +8,29 @@ PHP_ARG_WITH(uuid, whether uuid is available,[ --with-uuid[=DIR] With uuid s | |
if test "$PHP_UUID" != "no"; then | |
PHP_CHECK_FUNC_LIB(uuid_type, uuid) | |
PHP_CHECK_FUNC_LIB(uuid_variant, uuid) | |
- | |
+ PHP_CHECK_FUNC_LIB(uuid_time, uuid) |
View uuid.patch
diff --git a/uuid-1.0.2/config.m4 b/uuid-1.0.2/config.m4 | |
index fca4c2e..e536d95 100644 | |
--- a/uuid-1.0.2/config.m4 | |
+++ b/uuid-1.0.2/config.m4 | |
@@ -8,16 +8,29 @@ PHP_ARG_WITH(uuid, whether uuid is available,[ --with-uuid[=DIR] With uuid s | |
if test "$PHP_UUID" != "no"; then | |
PHP_CHECK_FUNC_LIB(uuid_type, uuid) | |
PHP_CHECK_FUNC_LIB(uuid_variant, uuid) | |
- | |
+ PHP_CHECK_FUNC_LIB(uuid_time, uuid) |
View gist:2862320
hal:~ miha$ brew install php54-gearman --HEAD | |
==> Installing php54-gearman | |
==> Checking out https://svn.php.net/repository/pecl/gearman/trunk/ | |
==> phpize | |
==> ./configure --prefix=/usr/local/Cellar/php54-gearman/HEAD --with-gearman=/usr/local/Cellar/gearman/0.33 | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out |
View gist:2468292
#icon { | |
width: 52px; | |
height: 52px; | |
} | |
#icon.error { | |
background: url(notice_error.gif) no-repeat; | |
} | |
#icon.notice { |
View gist:2468288
... | |
<div id="icon" class="notice"></div> | |
... |
NewerOlder