Skip to content

Instantly share code, notes, and snippets.

View dribnet's full-sized avatar

tom white dribnet

View GitHub Profile
@dribnet
dribnet / .block
Last active March 28, 2024 03:04
cracks
license: mit
height: 960
@dribnet
dribnet / mpl_cfaces.py
Created July 20, 2017 11:48 — forked from aflaxman/mpl_cfaces.py
Chernoff Faces in Python with Matplotlib
import matplotlib
matplotlib.use('Agg')
import matplotlib.pyplot as plt
from numpy.random import rand
from numpy import pi, arctan
def cface(ax, x1,x2,x3,x4,x5,x6,x7,x8,x9,x10,x11,x12,x13,x14,x15,x16,x17,x18):
# x1 = height of upper face
# x2 = overlap of lower face
@dribnet
dribnet / .DS_Store
Created July 5, 2023 22:01 — forked from uwcc/.DS_Store
Creative Coding 2: Project 1_Clock
@dribnet
dribnet / spacy_intro.ipynb
Created July 25, 2017 22:26 — forked from aparrish/spacy_intro.ipynb
NLP Concepts with spaCy
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dribnet
dribnet / stablediffusionwalk.py
Last active August 16, 2022 03:16 — forked from karpathy/stablediffusionwalk.py
hacky stablediffusion code for generating videos
"""
draws many samples from a diffusion model by slerp'ing around
the noise space, and dumps frames to a directory. You can then
stitch up the frames with e.g.:
$ ffmpeg -r 10 -f image2 -s 512x512 -i out/frame%06d.jpg -vcodec libx264 -crf 10 -pix_fmt yuv420p test.mp4
THIS FILE IS HACKY AND NOT CONFIGURABLE READ THE CODE, MAKE EDITS TO PATHS AND SETTINGS YOU LIKE
THIS FILE IS HACKY AND NOT CONFIGURABLE READ THE CODE, MAKE EDITS TO PATHS AND SETTINGS YOU LIKE
THIS FILE IS HACKY AND NOT CONFIGURABLE READ THE CODE, MAKE EDITS TO PATHS AND SETTINGS YOU LIKE
@dribnet
dribnet / .block
Last active August 3, 2022 11:23
p5 svg examples
license: mit
height: 960
@dribnet
dribnet / .block
Last active April 1, 2022 12:02
the argument
height: 540
@dribnet
dribnet / .block
Last active February 18, 2022 18:47
Substrate by Jared Tarbell (2003)
license: mit
@dribnet
dribnet / .block
Last active January 27, 2022 03:25
PS4 MDDN 242 2018
license: mit
height: 570
@dribnet
dribnet / .block
Last active January 27, 2022 03:25
MDDN242 Assignment 3: Glyph
license: mit