Skip to content

Instantly share code, notes, and snippets.

session_start();
require_once './LinkedIn-PHP-SDK-master/linkedInAPI.php';
//company: Fingo
//app name: Fingo UK
//api key: 779qvypvk0ix5p
//Secret Key: SGlmaPyVmaB0HVJE
//OAuth User Token: 9d62e79a-b89e-414e-ad59-0ec891b86931
//OAuth User Secret: 9d670629-48ec-4da5-be48-298e411b5d71
@muoto
muoto / README.md
Last active August 29, 2015 14:11 — forked from snicker/README.md

MusicSnatcher

a huginn scenario

a snicker joint


what

var s = "Fri Apr 09 12:53:54 +0000 2010";
var date = new Date(s.replace(/^\w+ (\w+) (\d+) ([\d:]+) \+0000 (\d+)$/, "$1 $2 $4 $3 UTC"));
// Cross-browser, time-zone-aware parsing via JavaScript:
// Tested on IE, Firefox, Safari, Chrome and Opera.