Skip to content

Instantly share code, notes, and snippets.

View fdc263's full-sized avatar

Francisco DC fdc263

View GitHub Profile
@fdc263
fdc263 / flot labels
Created July 19, 2012 13:56 — forked from colinfwren/flot labels
Code for flot labelling project
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>How to add labels to a flot graph</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<style>
body{
padding: 1em;
@fdc263
fdc263 / issuu.php
Created June 19, 2012 19:03 — forked from atinypixel/issuu.php
Issuu API Client for PHP
<?php
/**
* IssuuClient hooks into Issuu's API
*
* example:
* include 'IssuuClient.php';
* $issuu = new IssuuClient(pubKey, privKey, apiAdr);
* $issuu->openAction('issuu.document.url_upload');
* $issuu->slurpUrl = 'pdfurl.pdf';
* $issuu->executeAction();