Skip to content

Instantly share code, notes, and snippets.

View calebmeyer's full-sized avatar
:atom:
Working from home

Caleb Meyer calebmeyer

:atom:
Working from home
View GitHub Profile
@calebmeyer
calebmeyer / LICENSE.txt
Last active October 3, 2018 15:29
Converter Script for sonic-pi
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
@calebmeyer
calebmeyer / __bobthefish_glyphs.fish
Last active March 10, 2023 18:14
bob the fish prompt segment for showing architecture
set -x arch_apple_glyph  ' ' #nf-dev-apple
set -x arch_intel_glyph \ueabe ' ' #nf-cod-circuit_board
@calebmeyer
calebmeyer / Debug.js
Created July 26, 2023 16:58 — forked from thiagobutignon/Debug.js
Debug Formik
import React from 'react';
import {FormikConsumer} from 'formik';
export const Debug = () => (
<div
style={{
background: '#f6f8fa',
borderRadius: 4,
boxShadow: '0 0 1px #eee inset',
margin: '3rem 0'