Skip to content

Instantly share code, notes, and snippets.

View jmcmurry's full-sized avatar
🛎️

Julie McMurry jmcmurry

🛎️
View GitHub Profile
@jmcmurry
jmcmurry / gGroupMembersToGSheet.gs
Last active June 12, 2020 18:13
From a list of google groups (the group addresses), fetch corresponding member emails for each and write them to a gSheet, each group occupies a separate column
// Note: API must be enabled before use.
// the person running the script needs to authorize the script AND from an email address that is listed as an administrator or owner on the group.
function main(){
// Destination sheet of members
var ss = SpreadsheetApp.openByUrl('SOMEURL');
//array of emails; here I fetch them from the a named range in the above spreadsheet, but they could be hardcoded as an array
var groupEmails = ss.getRangeByName("listOfGroups").getValues();
@jmcmurry
jmcmurry / .block
Created February 20, 2018 19:29
Sankey from CSV
license: gpl-3.0
@jmcmurry
jmcmurry / .block
Last active February 20, 2018 22:07
Sankey from CSV
license: gpl-3.0
@jmcmurry
jmcmurry / .block
Created February 20, 2018 18:56
Sankey Plot of Grant Funding
license: mit
@jmcmurry
jmcmurry / License.txt
Last active January 18, 2018 21:35 — forked from mattbrehmer/License.txt
Box Plot w/ Brushing
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
@jmcmurry
jmcmurry / .block
Last active December 6, 2017 21:50
Force-Directed Graph with Scaled Nodes
license: gpl-3.0
height: 600
@jmcmurry
jmcmurry / .block
Last active September 14, 2017 08:39
Force-Directed Graph with Scaled Nodes
license: gpl-3.0
height: 600
@jmcmurry
jmcmurry / .block
Last active September 13, 2017 21:26
Force-Directed Graph
license: gpl-3.0
height: 600
source target value
lead_15 S 300
lead_15 N 700
S INIB 150
S N_INIB 150
INIB INIB_A 50
INIB INIB_B 50
INIB INIB_C 50
N PAGOU 500
PAGOU ESPONTANEO 300