Skip to content

Instantly share code, notes, and snippets.

View tarebyte's full-sized avatar
🌮
Let's taco bout it

Mark Tareshawty tarebyte

🌮
Let's taco bout it
View GitHub Profile
@tarebyte
tarebyte / keybase.md
Last active September 15, 2019 14:40

Keybase proof

I hereby claim:

  • I am tarebyte on github.
  • I am tarebyte (https://keybase.io/tarebyte) on keybase.
  • I have a public key ASB1JgRNaUrh82srxejPlYIO6uofDZhS2csJ0bAEj-5fxAo

To claim this, I am signing this object:

@tarebyte
tarebyte / octostats.rb
Created September 19, 2017 12:57 — forked from arfon/octostats.rb
Octostats
require 'octokit'
require 'csv'
require 'hashie'
require 'active_support/all'
class PR < Hashie::Dash
property :pr
property :created_at
property :comment_count
property :commit_count
@tarebyte
tarebyte / gloan.sh
Last active October 19, 2018 02:24 — forked from searls/gloan.sh
Clone into a new repo and quickly switch into it. Helps avoid a haphazard collection of unorganized github repos all over my home directory. Once it's cloned (or even if it errors), just hit Paste & it'll change into the directory of the repo.
#!/bin/sh -e
# A simple script to keep a tidy ~/src directory organized by owner & then repo
# When the script is done, just hit command-v to switch into the directory
# (Github and Mac only. Sorry, openness!)
#
# Usage:
# gloan <org>/<repo>
# Or:
# gloan <org> <repo>
@tarebyte
tarebyte / dfs.rb
Created May 24, 2015 18:37
Depth First Search w/ Ruby
require 'awesome_print'
require 'matrix'
# Undirected Graph
# A = Matrix[
# [0, 1, 0, 0, 1],
# [1, 0, 1, 1, 1],
# [0, 1, 0, 1, 0],
# [0, 1, 1, 0, 1],
# [1, 1, 0, 1, 0]
@tarebyte
tarebyte / bfs.rb
Last active August 29, 2015 14:21
Breadth First Search w/ Ruby
require 'awesome_print'
require 'matrix'
require 'thread'
# Undirected Graph
# A = Matrix[
# [0, 1, 0, 0, 1],
# [1, 0, 1, 1, 1],
# [0, 1, 0, 1, 0],
# [0, 1, 1, 0, 1],
@tarebyte
tarebyte / writer.vim
Last active August 29, 2015 14:13
iA Writer Vim
function! s:goyo_enter()
set background=light
colorscheme pencil
setlocal spell spelllang=en_us
endfunction
function! s:goyo_leave()
set background=dark
colorscheme base16-ocean

Keybase proof

I hereby claim:

  • I am tarebyte on github.
  • I am tarebyte (https://keybase.io/tarebyte) on keybase.
  • I have a public key whose fingerprint is 06C8 0D06 6247 75AC BF01 59E0 28DD 1C47 3BF9 D1AE

To claim this, I am signing this object: