Skip to content

Instantly share code, notes, and snippets.

View jasonacox's full-sized avatar

Jason Cox jasonacox

View GitHub Profile
@realgenekim
realgenekim / does-titles.titles.clj
Last active October 6, 2022 03:09
These are selected portions of the code to do the analysis presented here: Analysis Of DevOps Enterprise Summit Speaker Titles (2014-2022): http://itrevolution.com/speaker-titles
; I'll post entire repo of how to use this analysis code, but I wanted to get something
; up right away
;
(ns does-titles.titles
(:require
[better-cond.core :as b]
[clojure.string :as str]
[clojure.test :refer :all]
[com.fulcrologic.guardrails.core :refer [>defn >defn- >def | ? =>]]))
" remap leader from \ to ,
let mapleader = ","
call plug#begin()
Plug 'fatih/vim-go'
Plug 'fatih/molokai'
Plug 'ctrlpvim/ctrlp.vim'
Plug 'hynek/vim-python-pep8-indent'
Plug 'elzr/vim-json'
Plug 'Yggdroot/indentLine'