Skip to content

Instantly share code, notes, and snippets.

View mssyogi's full-sized avatar
🎯
Focusing

Yogendra Kumar mssyogi

🎯
Focusing
View GitHub Profile
@mssyogi
mssyogi / README.md
Created October 2, 2015 13:10 — forked from shancarter/README.md
A Simple HTML Slider With D3

DESCRIPTION

A simple d3.js slider

@mssyogi
mssyogi / pg-build-api
Last active August 29, 2015 14:25 — forked from scottopolis/pg-build-api
Phonegap Build Developer API (php curl)
<?php
class PGB_API {
// A single instance of this class.
public static $instance = null;
public static $auth_token = '';
/**
* Creates or returns an instance of this class.