Skip to content

Instantly share code, notes, and snippets.

View eyeezzi's full-sized avatar

Uzziah Eyee eyeezzi

View GitHub Profile
var mediaJSON = { "categories" : [ { "name" : "Movies",
"videos" : [
{ "description" : "Big Buck Bunny tells the story of a giant rabbit with a heart bigger than himself. When one sunny day three rodents rudely harass him, something snaps... and the rabbit ain't no bunny anymore! In the typical cartoon tradition he prepares the nasty rodents a comical revenge.\n\nLicensed under the Creative Commons Attribution license\nhttp://www.bigbuckbunny.org",
"sources" : [ "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" ],
"subtitle" : "By Blender Foundation",
"thumb" : "images/BigBuckBunny.jpg",
"title" : "Big Buck Bunny"
},
{ "description" : "The first Blender Open Movie from 2006",
"sources" : [ "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ElephantsDream.mp4" ],
@eyeezzi
eyeezzi / curl.md
Created January 3, 2018 19:04 — forked from subfuzion/curl.md
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.

@eyeezzi
eyeezzi / 0_reuse_code.js
Created September 20, 2016 21:45
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@eyeezzi
eyeezzi / gist:e44491e1a62873e96f92
Last active August 29, 2015 14:26 — forked from alexmingoia/gist:4db967e5aeb31d84847c
Beyond Angular and Backbone with Undirectional apps

Beyond Angular and Backbone with Unidirectional apps

What is a unidirectional app?

Unidirectional is a term coined by React engineers to describe the data flow of an application. Unidirectional apps employ functional reactive programming techniques such as immutability, purity, and most importantly unidirectional (as opposed to bidirectional) data flow.

A unidirectional app is defined by no mutable references no two-way references between concerns.

Unidirectional app flowchart

BETHEA, Cooper. EXPERIENCES DEPLOYING MONGODB ON AWS. Disponí-
vel em: <http://www.mongodb.com/presentations/experiences-deploying-mongodb-aws>.
Acesso em: 17 de fevereiro de 2015.
COLEMAN, Tom. GREIF, Sasha. DISCOVER METEOR: Building Real-Time
JavaScript Web Apps. Disponível em: <https://book.discovermeteor.com/> Acesso em:
15 de março de 2015.
DEBERGALIS, Matt . Introducing DDP. Disponível em: <https://www.meteor.
com/blog/2012/03/21/introducing-ddp>. Acesso em: 15 de fevereiro de 2015.
@eyeezzi
eyeezzi / ndc-london-recordings.txt
Last active August 29, 2015 14:26 — forked from AlexArchive/ndc-london-recordings.txt
Powershell script to parse NDC London VODs prematurely
Capability Red - Requirements at Scale by Liz Keogh
http://www.ndcvideos.com/#/app/video/2111
----
Beyond Rectangles in Web Design - CSS Shapes and CSS Masking by Razvan Caliman
http://www.ndcvideos.com/#/app/video/2121
----
Coding Culture by Sven Peters
http://www.ndcvideos.com/#/app/video/2131
----
The Ultimate Logging Architecture - You KNOW You Want It by Michele Leroux Bustamante