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 / 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'
@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 / 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 / config.cson
Last active January 31, 2020 03:02
home computer
blah
> apm publish minor
Preparing and tagging a new version done
Pushing v0.2.0 tag failed
fatal: HttpRequestException encountered.
An error occurred while sending the request.
bash: /dev/tty: No such device or address
error: failed to execute prompt script (exit code 1)
fatal: could not read Username for 'https://github.com': No error
> git push
@calebmeyer
calebmeyer / .hyper.js
Created March 22, 2018 20:48
hyperterm config
// Future versions of Hyper may add additional config options,
// which will not automatically be merged into this file.
// See https://hyper.is#cfg for all currently supported options.
module.exports = {
config: {
// default font size in pixels for all tabs
fontSize: 14,
// font family with optional fallbacks
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
puts 'chunky bacon'
@calebmeyer
calebmeyer / crucible.css
Last active March 3, 2017 20:56
Dark crucible style
/*
* Mostly stolen from https://userstyles.org/styles/107782/dark-crucible
* Modified by caleb.meyer@cerner.com
* Enjoy.
*/
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document regexp('.*crucible.*') {
div.fineprint {