Skip to content

Instantly share code, notes, and snippets.

View alexanu's full-sized avatar

Oleksandr Anufriyev alexanu

View GitHub Profile
@debdutgoswami
debdutgoswami / README.md
Created April 6, 2020 21:35
Cloud Function Python code to store emails in a Google Sheet.

Subscribe with Email

This is simple implementation for a mini project wherein there is an option for the users to subscribe to a mailing list. This directly adds the user's email to Google Sheets.


@mkearney
mkearney / get-gh-stars.R
Last active February 22, 2019 09:16
Get a tidy data frame of information about all of your Github stars (repos you've starred)
## install {remotes} pkg
if (!requireNamespace("remotes", quietly = TRUE)) {
install.packages("remotes")
}
## install {tfse} from github
remotes::install_github("mkearney/tfse")
## load {tfse}
library(tfse)