Skip to content

Instantly share code, notes, and snippets.

View carlinmack's full-sized avatar
🏴󠁧󠁢󠁳󠁣󠁴󠁿

Carlin MacKenzie carlinmack

🏴󠁧󠁢󠁳󠁣󠁴󠁿
View GitHub Profile
We can make this file beautiful and searchable if this error is corrected: No commas found in this CSV file in line 0.
dois
10.1001/jama.2020.1097
10.1001/jama.2020.15398
10.1001/jamapediatrics.2018.1960
10.1002/(SICI)1099-1360(199905)8
10.1002/1438-390X.12050
10.1002/1438-390x.12050
10.1002/16-0110.1
10.1002/2013GB004664
10.1002/2013GL057623
6042825
6628208
3228863
4111116
7718173
4207244
1008230
6800166
3750528
3962008
@carlinmack
carlinmack / python.json
Last active June 25, 2023 12:35
Python snippets for vs code
{
// Place your snippets for python here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",