This file contains hidden or 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
Verifying myself: My Bitcoin username is +mihahribar. https://onename.io/mihahribar |
This file contains hidden or 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
<?php | |
class Person | |
{ | |
function assimilate($alwaysAskPermission = true) | |
{ | |
// code | |
} | |
} |
This file contains hidden or 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
a.icon { | |
background: url(data:image/png;base64,LONG BASE 64 STRING) no-repeat right; | |
} |
This file contains hidden or 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
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" |
This file contains hidden or 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
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 |
This file contains hidden or 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
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) |
This file contains hidden or 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
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) |
This file contains hidden or 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
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 |
This file contains hidden or 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
#icon { | |
width: 52px; | |
height: 52px; | |
} | |
#icon.error { | |
background: url(notice_error.gif) no-repeat; | |
} | |
#icon.notice { |
This file contains hidden or 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
... | |
<div id="icon" class="notice"></div> | |
... |
NewerOlder