Skip to content

Instantly share code, notes, and snippets.

View themichjam's full-sized avatar
🏠
Working from home

Michelle Jamieson themichjam

🏠
Working from home
View GitHub Profile
@debruine
debruine / doodle.R
Last active February 12, 2022 14:10
Deal with the terrible doodle format
library(dplyr)
library(tidyr)
library(readxl)
library(lubridate)
# deal with multi-line headers
data_head <- readxl::read_excel("Doodle.xls",
skip = 3, n_max = 3,
col_names = FALSE)
@themichjam
themichjam / twitterbot.md
Created May 12, 2018 20:41 — forked from aparrish/twitterbot.md
Make-A-Twitter-Bot Workshop
@Aerijo
Aerijo / latex_in_atom.md
Last active July 31, 2023 09:31
Setting up Atom for LaTeX

Disclaimer: I wrote the packages language-latex2e, autocomplete-latex, latex-wordcount, and hyperclick-latex. I still try to provide a list of all useful packages though, so let me know if I have missed one.

This is a general guide for how to get started with LaTeX in Atom.

NOTE: This guide assumes you already have LaTeX installed on your computer. If you do not, I recommend TeX Live.

@aparrish
aparrish / twitterbot.md
Last active May 23, 2022 01:03
Make-A-Twitter-Bot Workshop
@MarcDiethelm
MarcDiethelm / Contributing.md
Last active May 1, 2024 18:06
How to contribute to a project on Github

This text now lives at https://github.com/MarcDiethelm/contributing/blob/master/README.md. I turned it into a Github repo so you can, you know, contribute to it by making pull requests.


Contributing

If you want to contribute to a project and make it better, your help is very welcome. Contributing is also a great way to learn more about social coding on Github, new technologies and and their ecosystems and how to make constructive, helpful bug reports, feature requests and the noblest of all contributions: a good, clean pull request.