Skip to content

Instantly share code, notes, and snippets.

View Eclairemoy's full-sized avatar

Liz Moy Eclairemoy

View GitHub Profile
@cellularmitosis
cellularmitosis / README.md
Last active October 15, 2019 07:32
"Hello, world" in Clojure compiled with GraalVM running in Docker

Blog 2019/7/18

<- previous | index | next ->

"Hello, world" in Clojure compiled with GraalVM running in Docker

Create a new minimal Clojure project using leiningen:

@jifunks
jifunks / ntssearch.user.js
Last active August 7, 2019 23:14
NTS Live add youtube search next to track
// ==UserScript==
// @name NTS Live Video Search
// @namespace https://www.nts.live/
// @version 0.2
// @description Add a link to search youtube for each track
// @author Jake Funke
// @match https://www.nts.live/*
// @grant none
// @require http://code.jquery.com/jquery-latest.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
@aparrish
aparrish / spacy_intro.ipynb
Last active August 9, 2023 01:41
NLP Concepts with spaCy. Code examples released under CC0 https://creativecommons.org/choose/zero/, other text released under CC BY 4.0 https://creativecommons.org/licenses/by/4.0/
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aparrish
aparrish / twitterbot.md
Last active May 23, 2022 01:03
Make-A-Twitter-Bot Workshop