Skip to content

Instantly share code, notes, and snippets.

View danpal's full-sized avatar

Daniel Palacio danpal

View GitHub Profile
@danpal
danpal / README.md
Last active June 22, 2016 02:00
Adding Marks and Jumps to OSX
@DeviaVir
DeviaVir / authy.lib.php
Created September 6, 2012 03:47
An extremely simple authy PHP implementation
<?PHP
Class Authy {
// API key
private static $api_key = '';
// Production
// private static $api_url = 'https://api.authy.com/protected/json/';
// Sandbox
private static $api_url = 'http://sandbox-api.authy.com/protected/json/';