Skip to content

Instantly share code, notes, and snippets.

View peterdalle's full-sized avatar

Peter M. Dahlgren peterdalle

View GitHub Profile
@peterdalle
peterdalle / .editorConfig
Created November 12, 2023 19:54 — forked from RealDotNetDave/.editorConfig
.editorConfig by David (dotNetDave) McCarter - dotNetTips.com
# dotNetDave's (David McCarter) Editor Config - dotNetTips.com
# Updates to this file are posted quarterly at: https://bit.ly/EditorConfig5
# Updated August 2023
# dotNetDave's books available at: http://bit.ly/RockYourCodeBooks
# Rockin' the Code World with dotNetDave (weekly live show): https://www.c-sharpcorner.com/live/rockin-the-code-world-with-dotnetdave
root = true
# All Files
[*]
@peterdalle
peterdalle / race-laws-south-africa.R
Created February 2, 2025 11:04
Race Laws in South Africa: 317 laws and when they were introduced and repealed, 142 laws still operative
library(rio)
library(tidyverse)
library(stringr)
library(ggtext) # For richtext (Unicode text handling)
# https://racelaw.co.za/index-of-race-law/
url <- "https://racelaw.co.za/wp-content/uploads/2025/01/2025-01-09-Index-of-Race-Law.xlsx"
index_version <- "9 January 2025"