Skip to content

Instantly share code, notes, and snippets.

View juliomenendez's full-sized avatar

Julio Carlos Menendez juliomenendez

View GitHub Profile
write-host "checking..."
# check for apache
$apache = scoop which httpd
if($lastexitcode -ne 0) { 'Apache isn''t installed. run ''scoop install apache'''; return }
# check for php
$php = scoop which php
if($lastexitcode -ne 0) { 'PHP isn''t installed. run ''scoop install php'''; return }
<?php
define('APP_ROOT', realpath(dirname(__FILE__)) . '/');
require APP_ROOT . 'vendor/autoload.php';
use Mr\Api\Service;
$serv = new Service('xxxxxx', 'xxxxxxxxxxxx');
@juliomenendez
juliomenendez / gist:1189497
Created September 2, 2011 18:54 — forked from voodootikigod/gist:1155790
PyCodeConf Ticket Give-away
Day job: Python developer at the pathology department of the University of Utah. Mostly doing bioinformatics.
Favorite Python project: Django
Favorite Conference: Google IO
Python Experience Level: between intermediate and expert. 4 years.