Skip to content

Instantly share code, notes, and snippets.

View ThePixelDeveloper's full-sized avatar

Mathew Davies ThePixelDeveloper

View GitHub Profile
1x time spiral (NM) - 20
4x gaea's cradle (NM) - 200
1x force of will (NM) - 55-60
1x chrome mox (GP foil) - 20
1x mirror universe (NM-) - 25
1x mirror universe (italian) - 15
4x berserk (1 beta NM, 1 beta MP, 2 UL NM) - 150
2x dark ritual (beta) - 30
4x wasteland (MP) - 120
1x candelabra (MP) - 200
array
'UNIQUE_ID' => string 'TB7UhQoBALsAABdUlTYAAAAJ' (length=24)
'HTTP_HOST' => string 'automodeler' (length=11)
'HTTP_USER_AGENT' => string 'Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16' (length=121)
'HTTP_ACCEPT' => string 'application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5' (length=90)
'HTTP_ACCEPT_LANGUAGE' => string 'en-us' (length=5)
'HTTP_ACCEPT_ENCODING' => string 'gzip, deflate' (length=13)
'HTTP_CONNECTION' => string 'keep-alive' (length=10)
'PATH' => string '/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/X11/bin' (length=107)
'SERVER_SIGNATURE' => string '' (length=0)

server { listen 80; server_name workdiary.aguimaraes.org; root /web/alvaro/aguimaraes.org/workdiary; access_log /web/alvaro/logs/workdiary.aguimaraes.org-access.log combined buffer=32k; error_log /web/alvaro/logs/workdiary.aguimaraes.org-error.log error; index index.php index.html index.htm;

location / { try_files $uri $uri/ @php;

# default server
server {
listen 80;
server_name local.kohanaphp.com;
root /Volumes/Webserver/Checkout/projects/kohana/v3;
location / {
index index.php index.html index.htm;
try_files $uri $uri/ index.php$uri;