Skip to content

Instantly share code, notes, and snippets.

View pje's full-sized avatar
🦥

Patrick Ellis pje

🦥
  • Brooklyn
  • 14:35 (UTC -04:00)
View GitHub Profile
@pje
pje / 2022.md
Last active September 1, 2023 16:01
2022: an unordered list of my favorite albums of the year
@pje
pje / list.go
Created June 23, 2022 21:39
A simple golang implementation of a doubly-linked list that supports generics.
// A generic doubly-linked list
package list
// the zero value is ready to use.
type List[T any] struct {
root Element[T]
Len int
}
@pje
pje / 2023.md
Last active February 29, 2024 16:14
2023: an unordered list of my favorite albums of the year
@pje
pje / 2024.md
Last active December 31, 2024 14:29
An unordered list of my favorite albums of the year