Skip to content

Instantly share code, notes, and snippets.

Avatar

George Benainous georgesb

View GitHub Profile
@georgesb
georgesb / datamap.ipynb
Created July 25, 2021 06:15
DataMap.ipynb
View datamap.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@georgesb
georgesb / index.html
Last active May 23, 2020 00:15
Floating Button
View index.html
<html>
<head>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<style>
.lower-right{
position: fixed;
bottom: 45px;
right:40px;
}
.material-button{
@georgesb
georgesb / index.html
Created May 22, 2020 02:10
Generative Art 3
View index.html
<script src="https://cdn.jsdelivr.net/npm/p5@0.10.2/lib/p5.js"></script>
<script src="script.js"></script>
@georgesb
georgesb / index.html
Last active May 21, 2020 23:35
Generative Art 2
View index.html
<script src="https://cdn.jsdelivr.net/npm/p5@0.10.2/lib/p5.js"></script>
<script src="script.js"></script>
@georgesb
georgesb / index.html
Last active May 15, 2020 04:36
Toggle Object - Random Colors
View index.html
<script src="https://cdn.jsdelivr.net/npm/p5@0.10.2/lib/p5.js"></script>
<script src="script.js"></script>
@georgesb
georgesb / index.html
Last active May 12, 2020 22:09
Generative Art 1
View index.html
<script src="https://cdn.jsdelivr.net/npm/p5@0.10.2/lib/p5.js"></script>
<script src="script.js"></script>
@georgesb
georgesb / .block
Created May 6, 2020 20:14 — forked from micahstubbs/.block
world map 02 update to d3 v4
View .block
height: 510
border: no
license CC0-1.0
@georgesb
georgesb / index.html
Last active May 6, 2020 20:05
Descartes' Theorem
View index.html
<script src="https://cdn.jsdelivr.net/npm/p5@0.10.2/lib/p5.js"></script>
<script src="script.js"></script>
@georgesb
georgesb / index.html
Last active May 6, 2020 20:08
Circles + Radii
View index.html
<script src="https://cdn.jsdelivr.net/npm/p5@0.10.2/lib/p5.js"></script>
<script src="script.js"></script>
@georgesb
georgesb / index.html
Last active May 3, 2020 19:26
Golden Spiral
View index.html
<script src="https://cdn.jsdelivr.net/npm/p5"></script>
<script src="script.js"></script>