Skip to content

Instantly share code, notes, and snippets.

View afriex's full-sized avatar

AFRI afriex

  • gangkecik
  • Jakarta, Indonesia
  • X @afriex
View GitHub Profile
@afriex
afriex / csv-to-json.php
Created April 26, 2016 18:22 — forked from robflaherty/csv-to-json.php
Convert CSV to JSON
<?php
/*
* Converts CSV to JSON
* Example uses Google Spreadsheet CSV feed
* csvToArray function I think I found on php.net
*/
header('Content-type: application/json');
// Set your CSV feed
@afriex
afriex / index.php
Last active August 29, 2015 14:21 — forked from cosenary/index.php
<?php
require '../src/Instagram.php';
use MetzWeb\Instagram\Instagram;
session_start();
if (isset($_SESSION['access_token'])) {
// user authentication -> redirect to media
header('Location: success.php');
@afriex
afriex / designer.html
Created July 11, 2014 07:35
designer
<link rel="import" href="../google-map/google-map.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@afriex
afriex / designer.html
Created July 11, 2014 07:34
designer
<link rel="import" href="../paper-button/paper-button.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;