Skip to content

Instantly share code, notes, and snippets.

View ex0self's full-sized avatar

Rana Zandi ex0self

View GitHub Profile
@ex0self
ex0self / Heartbeat.ino
Created November 28, 2016 01:39
Language of Love
// Creation and computation Expriment 4
// Rana Zandi
// November 2016
#include <Ticker.h>
#include "config.h"
Ticker flipper;
Ticker sender;
@ex0self
ex0self / 8.html
Created October 30, 2016 23:20
Project 2: Oblivion - A non-linear multi-screen narration based on the function of the memories in the human brain using a hyperlink structure.
<html>
<head>
<title> OBLIVION </title>
<link href="../css/style.css" type="text/css" rel="stylesheet"/>
<script src="../clock/libraries/p5.js" type="text/javascript"></script>
<script src="../clock/libraries/p5.dom.js" type="text/javascript"></script>
<script src="../clock/libraries/p5.sound.js" type="text/javascript"></script>
<script src="../script.js" type ="text/javascript"></script>