Skip to content

Instantly share code, notes, and snippets.

View gregdl's full-sized avatar

mutedial gregdl

  • tokyo
View GitHub Profile
@gregdl
gregdl / ambient1
Created May 17, 2019 12:55 — forked from darinwilson/ambient1
Ambient experiment using Sonic Pi
# Ambient experiment for Sonic Pi (http://sonic-pi.net/)
#
# The piece consists of three long loops, each of which plays one of
# two randomly selected pitches. Each note has different attack,
# release and sleep values, so that they move in and out of phase
# with each other. This can play for quite awhile without
# repeating itself :)
live_loop :note1 do
use_synth :hollow
@gregdl
gregdl / spacy_intro.ipynb
Created May 16, 2017 07:19 — forked from aparrish/spacy_intro.ipynb
NLP Concepts with spaCy
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gregdl
gregdl / word_counts_with_counter.ipynb
Created May 16, 2017 07:18 — forked from aparrish/word_counts_with_counter.ipynb
Quick word counts with Counter
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gregdl
gregdl / word_counts_with_counter.ipynb
Created May 16, 2017 07:18 — forked from aparrish/word_counts_with_counter.ipynb
Quick word counts with Counter
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@gregdl
gregdl / data-as-documents.ipynb
Created May 16, 2017 07:18 — forked from aparrish/data-as-documents.ipynb
"Documents as data" notebook. (Python 2.7) Click the "Raw" button to download!
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.