Skip to content

Instantly share code, notes, and snippets.

{
"basics": {
"label": "Senior Software Engineer",
"email": "mitch.souders@gmail.com",
"phone": "(503) 704-4894",
"name": "Mitch Souders",
"summary": "Accomplished software engineer with strong academic and professional background. Excellent interpersonal and communication skills with management, team members and customers. Quick learner and breadth of knowledge allows easy adaptation to any project. Enthusiastic about compilers, language design and enjoys deep detail-oriented work.",
"location": {
"address": "10444 SW Barber St",
"postalCode": "OR 97070",

Keybase proof

I hereby claim:

  • I am crzysdrs on github.
  • I am crzysdrs (https://keybase.io/crzysdrs) on keybase.
  • I have a public key ASATDGkHtm57dJn9df5s_JXnrHUy0l30CNc2h2tBhQeNAAo

To claim this, I am signing this object:

@crzysdrs
crzysdrs / README.md
Last active January 18, 2016 08:21 — forked from taylor/README.md
wrapper to support SSH SRV records

Introduction

ssh-srv-wrapper is bash shell script which tries to find a SSH SRV record for the first host and uses what is found rather than what was passed (if a valid record is found).

Install

Run the script directly or feel free to rename or symlink to the name ssh. It will look for another ssh in your path to execute.

@crzysdrs
crzysdrs / PDsentences.hs
Last active September 14, 2015 04:06
Pandoc Sentence Splitter (for diff output)
#!/usr/bin/env runhaskell
{-
Splits sentences in Pandoc conversions. Useful for diff output.
Put PDsentences.hs in your path and specify it as a new filter for
pandoc. This allows cleaner diff views with most markdown files being primarily
written text.
.gitconfig:
[diff "markdown"]