Skip to content

Instantly share code, notes, and snippets.

View TimothyStiles's full-sized avatar

Tim TimothyStiles

View GitHub Profile
@TimothyStiles
TimothyStiles / buster-coverage-test-call.json
Created January 12, 2024 05:26
buster-coverage-test-call.json
{"label":"coverage","message":"100%","schemaVersion":"1","color":"green"}
@TimothyStiles
TimothyStiles / worst_genbank_ever.gbk
Created June 18, 2022 16:38
The theoretically worst, yet still valid, GenBank file random nerds on the internet can think of.
GBBCT1.SEQ Genetic Sequence Data Bank
October 15 2020
NCBI-GenBank Flat File Release 240.0
Bacterial Sequences (Part 1)
101593 loci, 185853961 bases, from 101593 reported sequences
@TimothyStiles
TimothyStiles / buster-coverage-test-call.json
Last active January 18, 2024 05:25
buster-coverage-test-call.json
{"label":"coverage","message":"100%","schemaVersion":"1","color":"green"}

Onboarding for the open insulin team.

Ideas

Onboarding tasks

Intake form.

change onboarding advertisement.

@TimothyStiles
TimothyStiles / gif_url_to_ft.py
Last active December 27, 2018 11:07
My little script to download gifs, convert them to movies, loop them, and then send them to noisebridge's flaschen taschen.
import os
import sys
url = sys.argv[2]
#Gnarly system calls.
os.system("curl " + url + " > ~/gifs/temp.gif")
os.system("ffmpeg -y -f gif -i ~/gifs/temp.gif ~/gifs/temp.mp4")
os.system("ffmpeg -y -f concat -i ~/gifs/list.txt -c copy ~/gifs/looptemp.mp4")
os.system("~/git/noisebrdige/ft-demos/black -l14 -t3600 & ~/git/noisebrdige/ft-demos/ft/client/send-video -l15 ~/gifs/looptemp.mp4")
@TimothyStiles
TimothyStiles / gif_url_to_ft.py
Created September 27, 2018 02:52
My little script to download gifs, convert them to movies, loop them, and then send them to noisebridge's flaschen taschen.
import os
import sys
url = sys.argv[2]
os.system("curl " + url + " > ~/gifs/temp.gif")
os.system("ffmpeg -y -f gif -i ~/gifs/temp.gif ~/gifs/temp.mp4")
os.system("ffmpeg -y -f concat -i ~/gifs/list.txt -c copy ~/gifs/looptemp.mp4")
os.system("~/git/noisebrdige/ft-demos/black -l14 -t3600 & ~/git/noisebrdige/ft-demos/ft/client/send-video -l15 ~/gifs/looptemp.mp4")
0 info it worked if it ends with ok
1 verbose cli [ '/Users/admin/.nvm/v0.8.28/bin/node',
1 verbose cli '/Users/admin/.nvm/v0.8.28/bin/npm',
1 verbose cli 'install',
1 verbose cli 'shader-school',
1 verbose cli '-g' ]
2 info using npm@1.2.30
3 info using node@v0.8.28
4 verbose read json /Users/admin/.nvm/v0.8.28/lib/package.json
5 verbose read json /Users/admin/.nvm/v0.8.28/lib/package.json