Skip to content

Instantly share code, notes, and snippets.

View chaserx's full-sized avatar
:octocat:
Mostly Meetings. Sometimes not.

Chase Southard chaserx

:octocat:
Mostly Meetings. Sometimes not.
View GitHub Profile
# {{date}}
[[{{Yesterday}}|<]] | {{date}} | [[{{Tomorrow}}|>]]
## Gratitude
- I am grateful for:
- ...
## Target(s)
- [ ] Goal
@chaserx
chaserx / Gemfile
Last active April 14, 2023 13:49 — forked from akshayvadher-BTC/sample_qr.rb
Generate QR code
# frozen_string_literal: true
source "https://rubygems.org"
gem "prawn"
gem "prawn-qrcode"
gem "matrix"