I hereby claim:
- I am 0livier on github.
- I am 0livier (https://keybase.io/0livier) on keybase.
- I have a public key ASD5QhHh6DRYHvQIHKz9ecpFTgGDSfg4uOkSXH7yqMskOgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
$('.couchNumber input:last()').val(55); $('.couchNumber input:first-of-type').val(5); |
#!/usr/bin/env bash | |
if [ $# -eq 0 ] | |
then | |
self=$(basename $0) | |
echo "Usage: $self pattern directory" | |
exit 1 | |
fi | |
pattern=$1 | |
since="--since=2015-12-01" |
#!/bin/bash | |
mkdir -p ~/opt/php-tools | |
cd ~/opt/php-tools | |
wget https://phar.phpunit.de/phpunit.phar | |
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar | |
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcbf.phar | |
wget https://github.com/sebastianbergmann/money/raw/master/build/tools/phploc.phar | |
wget http://getcomposer.org/composer.phar | |
wget -c http://static.phpmd.org/php/latest/phpmd.phar |
<!-- GOOGLE ANALYTICS. ENTER YOUR CODE and UNCOMMENT block --> | |
<!-- | |
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> | |
</script> | |
<script type="text/javascript"> | |
_uacct = "YOURCODE"; | |
urchinTracker(); | |
</script> | |
--> |
function GetRandomBackground() | |
{ | |
var url = 'http://unsplash.com/rss'; | |
$.ajax({ | |
url: document.location.protocol + '//ajax.googleapis.com/ajax/services/feed/load?v=1.0&num=10&callback=?&q=' + encodeURIComponent(url), | |
async: false, | |
jsonpCallback: 'jsonCallback', | |
contentType: "application/json", |
#!/usr/bin/env ruby | |
def foo(fh) | |
until fh.eof? | |
puts fh.readline | |
end | |
end | |
ARGV.replace [__FILE__] | |
foo(ARGF) |
--- /root/php-5.1.4/php-5.1.4/ext/curl/interface.c.orig 2011-08-12 11:21:54.829741804 +0200 | |
+++ /root/php-5.1.4/php-5.1.4/ext/curl/interface.c 2011-08-12 11:22:29.026246504 +0200 | |
@@ -266,7 +266,7 @@ | |
REGISTER_CURL_CONSTANT(CURLOPT_FTPAPPEND); | |
REGISTER_CURL_CONSTANT(CURLOPT_NETRC); | |
REGISTER_CURL_CONSTANT(CURLOPT_FOLLOWLOCATION); | |
- REGISTER_CURL_CONSTANT(CURLOPT_FTPASCII); | |
+ // REGISTER_CURL_CONSTANT(CURLOPT_FTPASCII); | |
REGISTER_CURL_CONSTANT(CURLOPT_PUT); | |
#if CURLOPT_MUTE != 0 |
var jq = document.createElement('script'); | |
jq.src = 'http://jquery.com/src/jquery-latest.js'; | |
jq.type = 'text/javascript'; | |
document.getElementsByTagName('head')[0].appendChild(jq); | |
(function() { | |
if (document.defaultView.jQuery) jQueryLoaded(document.defaultView.jQuery); | |
else setTimeout(arguments.callee, 100); | |
})(); | |
function jQueryLoaded($) { |
--- /root/php-5.1.4/php-5.1.4/ext/curl/interface.c.orig 2011-08-12 11:21:54.829741804 +0200 | |
+++ /root/php-5.1.4/php-5.1.4/ext/curl/interface.c 2011-08-12 11:22:29.026246504 +0200 | |
@@ -266,7 +266,7 @@ | |
REGISTER_CURL_CONSTANT(CURLOPT_FTPAPPEND); | |
REGISTER_CURL_CONSTANT(CURLOPT_NETRC); | |
REGISTER_CURL_CONSTANT(CURLOPT_FOLLOWLOCATION); | |
- REGISTER_CURL_CONSTANT(CURLOPT_FTPASCII); | |
+ // REGISTER_CURL_CONSTANT(CURLOPT_FTPASCII); | |
REGISTER_CURL_CONSTANT(CURLOPT_PUT); |