Skip to content

Instantly share code, notes, and snippets.

View alvinthomas's full-sized avatar

Alvin Thomas alvinthomas

View GitHub Profile
@HallexCosta
HallexCosta / README.md
Last active December 21, 2021 19:08
Ayu Theme for wsltty/mintty
  • Ayu Mirage Dark
  • Ayu Mirage Light
  • Ayu Dark
  • Ayu Light

Ayu Mirage Dark ayu-mirage-dark

Ayu Mirage Light ayu-mirage-light

@mkiang
mkiang / 01_pull_data.R
Created December 10, 2020 22:35
Collaboration network 2020 version
## Visualizing authorship networks: code for this blog post:
## https://mathewkiang.com/2020/12/10/my-collaboration-network-for-2010-to-2020-other-plots
## Imports ----
library(scholar) # remotes::install_github("jkeirstead/scholar")
library(tidyverse)
library(fs)
library(here)
## Constants ----