Skip to content

Instantly share code, notes, and snippets.

View CrockAgile's full-sized avatar

Jeffrey Crocker CrockAgile

View GitHub Profile
@CrockAgile
CrockAgile / float_arcade.md
Last active December 27, 2022 00:47
Floating Point Arcade

Floating Point Arcade

![Twitter Follow][twitter]

A Shady Coin Toss

A shady game master approaches...

Hey there! You look like you would enjoy a good game of chance.
@CrockAgile
CrockAgile / earley_parsing_explained.md
Last active October 25, 2023 04:10
Earley Parsing Explained

Earley Parsing Explained

Twitter Follow

flowchart TD
0["sum"] --> 1["sum"]
1["sum"] --> 2["product"]
2["product"] --> 3["factor"]
3["factor"] --> 4["number"]
@CrockAgile
CrockAgile / .tmux.conf
Created February 7, 2017 17:35
tmux Configuration
unbind r
bind r source-file ~/.tmux.conf
bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
bind = split-window -h -c "#{pane_current_path}"
bind - split-window -v -c "#{pane_current_path}"
@CrockAgile
CrockAgile / 1-cgreen_install.txt
Last active April 29, 2016 20:21
Cgreen Introduction
git clone https://github.com/cgreen-devs/cgreen.git
cd cgreen
make -j4
make test
make install
# hacky fix since default install to lib64 for some reason
# open to suggestions of better solution
@CrockAgile
CrockAgile / .vimrc
Last active March 6, 2016 01:36
Vim Configuration
call plug#begin('~/.vim/plugged')
" Colorschemes
Plug 'junegunn/seoul256.vim'
Plug 'shawncplus/skittles_berry'
" Easy motions to align text blocks
" gaip= (align visual inner paragraph to '=')
Plug 'junegunn/vim-easy-align'
nmap ga <Plug>(EasyAlign)

Keybase proof

I hereby claim:

  • I am CrockAgile on github.
  • I am crockagile (https://keybase.io/crockagile) on keybase.
  • I have a public key whose fingerprint is C384 7854 DE94 FD51 08CF 22DA CD11 DEF7 30C0 9884

To claim this, I am signing this object: