Skip to content

Instantly share code, notes, and snippets.

@chuckblake
chuckblake / gist:31b1b3e45e54fa7c0cd38b1543f4f52f
Created May 20, 2026 18:16
Claude Code Spinner Text - Inspired from Veep
{
"spinnerVerbs": {
"mode": "replace",
"verbs": [
"🦴 Jolly green jizzface",
"👹 Clowntard",
"🦴 Shaved sasquatch",
"🏗️ 80-story sky-raper",
"🧟 Spewbacca",
"👻 Jizzie Gillispie",
@chuckblake
chuckblake / gist:6cd70190524fc33aea66f135ee0e758a
Last active May 20, 2026 18:00
Claude Code AM Gold Spinner Verbs
{
"spinnerVerbs": {
"mode": "replace",
"verbs": [
"⛵ Sailing",
"🐎 Riding like the wind",
"📅 Reelin' in the years",
"🛣️ Takin' it to the streets",
"🎶 Listening to the music",
"🏃 Running on empty",
@chuckblake
chuckblake / gist:0d73e676d4a280ba4f6c70574a24fd26
Created August 27, 2024 17:17
Brokerage Exract Tempalte
{
"type": "object",
"properties": {
"multi_start_date": {
"type": "string",
"format": "date",
"description": "The start date of the statement period."
},
"multi_end_date": {
"type": "string",
@chuckblake
chuckblake / roam-right-scrollbar.css
Created December 8, 2020 18:27
Add scrollbar in Roam Research
div::-webkit-scrollbar {
width: 10px;
}
div::-webkit-scrollbar-track {
background-color: #9993 !important;
}
div::-webkit-scrollbar-thumb {
background-color: #9999 !important;
}
@chuckblake
chuckblake / gist:5005252
Created February 21, 2013 15:00
HTML: Bootstrap table
<table class="table table-bordered table-condensed">
<tr>
<th>Col 1</th>
<th>Col 2</th>
<th>Col 3</th>
<th>Col 4</th>
<th>Col 5</th>
</tr>
<tr>