Skip to content

Instantly share code, notes, and snippets.

I am attesting that this GitHub handle elizasj is linked to the Tezos account tz1c1QCXsume9SzSobZktzyWP9P1r5SmFbmR for tzprofiles
sig:edsigtup2dNFGif7BqNthkUgMxgs1xTQHzvR1fPpKkXjEKBu4GpeaNQ3op82N8c4E3NY21QDRYRNZivfbc3272jVLRuZW3MgF3W
sig:edsigtup2dNFGif7BqNthkUgMxgs1xTQHzvR1fPpKkXjEKBu4GpeaNQ3op82N8c4E3NY21QDRYRNZivfbc3272jVLRuZW3MgF3W
I am attesting that this GitHub handle elizasj is linked to the Tezos account tz1QbezniEmJLD9wvSBRxJdBCaUKNJZpHFbC for tzprofiles
sig:edsigtiSBUG5XTGQQJDc7VhBuEaCR3ZFYFud4rydado2DqL5jLtuNrWP7GLC9aZ2Me8d354Vbittf64FtFVSst6R3MUkhpgzxHK
@elizasj
elizasj / FlowTutorial.js
Created June 5, 2018 08:28 — forked from busypeoples/FlowTutorial.js
Flow Fundamentals For JavaScript Developers
//
// MIT License
//
// Copyright (c) 2018 Ali Sharif
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
@elizasj
elizasj / FlowReactTutorial.js
Created June 4, 2018 09:10 — forked from busypeoples/FlowReactTutorial.js
Flow Fundamentals For ReactJS Developers
// @flow
// Flow Fundamentals For ReactJS Developers
/*
Tutorial for ReactJS Developers wanting to get started with FlowType.
We will go through the basic Flow features to gain a better understanding of how to use FlowType with React.
You can uncomment the features one by one and work through this tutorial.
If you want to learn the very FlowType basics, refer to "Flow Fundamentals for JavaScript Developers" (https://gist.github.com/busypeoples/61e83a1becc9ee9d498e0db324fc641b) first.

Keybase proof

I hereby claim:

  • I am elizasj on github.
  • I am elizasj (https://keybase.io/elizasj) on keybase.
  • I have a public key ASCvxx2h9a6uTv4cxyR5Ui8Vs0jpSzBWoJOBwiJi6l6bQgo

To claim this, I am signing this object:

function setup() {
//set canvas size
createCanvas(1024, 768);
//set background color
background(206, 207, 193);
}
function draw() {
//top rectangle