I hereby claim:
- I am albertofem on github.
- I am albertofem (https://keybase.io/albertofem) on keybase.
- I have a public key ASD6XSwOiJyzCUNHJ62tPneAkxM1VZU4GAeGfR_lZvsNpwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/bin/bash | |
| source_host=localhost | |
| source_port=6379 | |
| source_db=0 | |
| target_host=localhost | |
| target_port=23123 | |
| target_db=0 |
| # Apache 2.2 mod_header | |
| Header always unset "X-Powered-By" | |
| Header always unset "X-Rack-Cache" | |
| Header always unset "X-Content-Digest" | |
| Header always unset "X-Runtime" | |
| PassengerMaxPoolSize 20 | |
| PassengerMaxInstancesPerApp 4 | |
| PassengerPoolIdleTime 3600 | |
| PassengerUseGlobalQueue on |
| <?php | |
| define('NUM_TESTS', 10); | |
| class Model | |
| { | |
| private $property; | |
| public function getProperty() | |
| { |
| <?php | |
| // usage: php bogosort.php 1,2,3,4,5 | |
| $items = explode(",", $argv[1]); | |
| shuffle($items); | |
| $shuffled = 0; | |
| $ordered = bogoSort($items); |
| backend default | |
| { | |
| .host = "127.0.0.1"; | |
| .port = "8080"; | |
| } | |
| sub vcl_recv | |
| { | |
| if(req.http.X-Force-Backend) | |
| { |
| curl -i https://api.github.com/users/albertofem/repos | |
| HTTP/1.1 200 OK | |
| Server: GitHub.com | |
| Date: Mon, 31 Mar 2014 10:36:34 GMT | |
| Content-Type: application/json; charset=utf-8 | |
| Status: 200 OK | |
| X-RateLimit-Limit: 60 | |
| X-RateLimit-Remaining: 56 | |
| X-RateLimit-Reset: 1396265742 |
| <?php | |
| $test = array( | |
| "1", | |
| "2", | |
| "3", | |
| "4", | |
| "5", | |
| "6", | |
| "7", |