Skip to content

Instantly share code, notes, and snippets.

View MikeTrizna's full-sized avatar

Mike Trizna MikeTrizna

View GitHub Profile
@MikeTrizna
MikeTrizna / add_ols_to_outlook.md
Created March 14, 2023 22:01
How to add a OLS public calendar to Outlook

These instructions are for how to add the OLS public Google calendar to Outlook (via outlook.com)

  1. Click on the Calendar tab on the left side. Under the Month calendar, click on "Add Calendar".

add_calendar

  1. In the "Add Calendar" interface, click on the "Subscribe from web" tab. In the text field at the top, paste in the following link to the OLS GOogle Calendar ICS file: https://calendar.google.com/calendar/ical/openlifesci%40gmail.com/public/basic.ics. Give it a name of "OLS", choose a color and a fun "Charm".

add_calendar

@MikeTrizna
MikeTrizna / Super Bowl Squares 2023.ipynb
Created February 12, 2023 21:03
Super Bowl Squares 2023
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MikeTrizna
MikeTrizna / download_postcard_images.ipynb
Created August 17, 2022 15:22
Downloading postcard images
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
We can't make this file beautiful and searchable because it's too large.
record_id,month,day,year,plot_id,species_id,sex,hindfoot_length,weight
63,8,19,1977,3,DM,M,35.0,40.0
64,8,19,1977,7,DM,M,37.0,48.0
65,8,19,1977,4,DM,F,34.0,29.0
66,8,19,1977,4,DM,F,35.0,46.0
67,8,19,1977,7,DM,M,35.0,36.0
68,8,19,1977,8,DO,F,32.0,52.0
69,8,19,1977,2,PF,M,15.0,8.0
71,8,19,1977,7,DM,F,36.0,35.0
74,8,19,1977,8,PF,M,12.0,7.0
We can't make this file beautiful and searchable because it's too large.
record_id,month,day,year,plot_id,species_id,sex,hindfoot_length,weight
63,8,19,1977,3,DM,M,35.0,40.0
64,8,19,1977,7,DM,M,37.0,48.0
65,8,19,1977,4,DM,F,34.0,29.0
66,8,19,1977,4,DM,F,35.0,46.0
67,8,19,1977,7,DM,M,35.0,36.0
68,8,19,1977,8,DO,F,32.0,52.0
69,8,19,1977,2,PF,M,15.0,8.0
70,8,19,1977,3,OX,F,21.0,22.0
71,8,19,1977,7,DM,F,36.0,35.0
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MikeTrizna
MikeTrizna / Survey results in altair.ipynb
Created August 10, 2021 21:48
Intro to AI and ML survey results
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@MikeTrizna
MikeTrizna / gh_desktop_init_differences.md
Created June 30, 2021 17:58
GitHub Desktop: Creating a “fresh” Git repo vs. turning an existing directory into a Git repo

GitHub Desktop: Creating a "fresh" Git repo vs. turning an existing directory into a Git repo

Creating a "fresh" Git repo

  1. In the top toolbar, click File > "New Repository..."

  2. In the dialog window that pops up, you will be able to provide a lot of information on how to create a new repository in a new directory. If you choose to create a repo with name "git_demo", and choose your Desktop under Local Path, it will create new folder called "git_demo" on the Desktop that is now configured to track changes.

@MikeTrizna
MikeTrizna / re-ordering_fish_confusion_matrix.ipynb
Created April 29, 2021 20:22
re-ordering fish confusion matrix
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.