Skip to content

Instantly share code, notes, and snippets.

View tonyalaribe's full-sized avatar
🎯
Focusing

Anthony Alaribe tonyalaribe

🎯
Focusing
View GitHub Profile
[
{
"ID": "user1",
"Children": [
{
"ID": null,
"Children": null,
"Name": null
},
{
@tonyalaribe
tonyalaribe / player
Created May 21, 2016 20:43 — forked from isaiah/player
An audio player in golang.
package main
import (
"bytes"
"code.google.com/p/portaudio-go/portaudio"
"encoding/binary"
"fmt"
"io"
"log"
"os"
@tonyalaribe
tonyalaribe / PollObjectExample.json
Created April 9, 2015 20:59
JSON API sstructures and examples for pollo.io
{
"id": "poll id <unique>",
"pheader": "Heade or description text",
"qs": [
{
"qid": "question id <uniqe>",
"qtext": "question text",
"qtype": "question types:MC|YS|IN(m choice|yes or no|inpuy)",
"as": [
{