Skip to content

Instantly share code, notes, and snippets.

View jacobhepkema's full-sized avatar
🦆

Jacob Hepkema jacobhepkema

🦆
View GitHub Profile
#!/bin/bash
###
### my-script — does one thing well
###
### Usage:
### my-script <input> <output>
###
### Options:
### <input> Input file to read.
### <output> Output file to write. Use '-' for stdout.
@aparrish
aparrish / understanding-word-vectors.ipynb
Last active July 9, 2024 15:59
Understanding word vectors: A tutorial for "Reading and Writing Electronic Text," a class I teach at ITP. (Python 2.7) 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/
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rtraborn
rtraborn / 0README
Last active November 7, 2023 06:55
Converting Homer motif files to MEME format
### Running motif2meme.R
> source("/path/to/motif2meme.R")
> motif2meme("/path/to/motif/file/")