Skip to content

Instantly share code, notes, and snippets.

View dinostheo's full-sized avatar
🦖
All good

Dinos Theodorou dinostheo

🦖
All good
View GitHub Profile

Keybase proof

I hereby claim:

  • I am dinostheo on github.
  • I am dinostheo (https://keybase.io/dinostheo) on keybase.
  • I have a public key ASBgBi-kN7T9RdAGxbmycHNDhlHKaqUeL7hujSr5LnBgKgo

To claim this, I am signing this object:

@dinostheo
dinostheo / generators.js
Created April 5, 2016 19:24
Example generators and iterable
'use strict';
let operator = (rule) => rule.bool;
let setOfRule = [
{
name: 'one',
bool: false
},
{
@dinostheo
dinostheo / gist:963b2e85ddad693c6148
Created December 12, 2014 09:40
facebook posting
<!DOCTYPE html>
<html>
<head>
<title>Facebook test page</title>
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script>
//init the facebook sdk with your app id
window.fbAsyncInit = function() {
FB.init({
/**
* Android client.
* @var String
*/
const ANDROID = 'a';
/**
* Blackberry Native client.
* @var String
*/