Skip to content

Instantly share code, notes, and snippets.

View KristinHenry's full-sized avatar

Kristin Henry KristinHenry

View GitHub Profile
@KristinHenry
KristinHenry / options.py
Last active June 26, 2018 23:26
getting options
for url in links:
command = "youtube-dl" + " -o " + '%(title)s-%(view_count)s' + " " + url
return_code = subprocess.call(command, shell=True)
@KristinHenry
KristinHenry / list.py
Last active June 26, 2018 22:17
looping over list of video links for downloading
for url in links:
command = "youtube-dl" + " " + url
return_code = subprocess.call(command, shell=True)
@KristinHenry
KristinHenry / index.html
Created October 1, 2016 19:46
particles
<!doctype html>
<meta charset="utf-8">
<head>
<title>Testing interactive svg + canvas plot</title>
<style>
body { margin: 0; }
svg {
position: absolute;
top: 0;
left: 0;
<!DOCTYPE html>
<meta charset="utf-8">
<script src="d3-foo.js"></script>
<script>
console.log(d3.foo());
</script>
export default function() {
return 42;
};
@KristinHenry
KristinHenry / convoSummary.csv
Last active June 29, 2016 20:59
SciFri Communication Modes Survey Results, Averages
age_group ...over text? ...over a messenger app like WhatsApp, Facebook Messenger, etc.? ...by posting on their social media accounts? ...over email? ...over phone? ...in person, face to face? total num_replies
<= 18 18.75 81.1 0.6 0.0 5.5 5.1 111.05 20
19-25 23.217391304347824 20.82608695652174 0.717391304347826 0.6956521739130435 4.358695652173913 12.108695652173912 61.92391304347826 92
26-35 15.192878338278932 8.195845697329377 1.029673590504451 3.083086053412463 4.937685459940653 55.02967359050445 87.46884272997033 337
36-55 14.058823529411764 5.673202614379085 1.1459694989106755 2.740740740740741 5.004357298474946 32.42701525054466 61.050108932461875 459
55+ 6.3354037267080745 2.3850931677018634 1.565217391304348 3.267080745341615 3.9316770186335406 42.77018633540373 60.254658385093165 161
@KristinHenry
KristinHenry / README.md
Created June 26, 2016 23:39
WWSD #6: d3.js projections
@KristinHenry
KristinHenry / README.md
Created June 26, 2016 23:37
WWSD #6: d3.js projections
@KristinHenry
KristinHenry / README.md
Created June 26, 2016 23:12
WWSD #6: d3.js projections
@KristinHenry
KristinHenry / README.md
Created June 26, 2016 23:08
WWSD #6: d3.js projections