Skip to content

Instantly share code, notes, and snippets.

View jasonacox's full-sized avatar

Jason Cox jasonacox

View GitHub Profile
@jniltinho
jniltinho / install-buildkit.sh
Last active August 10, 2024 20:31
Enable BuildKit Docker on Linux Dist, Debian, Ubuntu, Fedora
#!/bin/bash
#
# https://docs.docker.com/build/buildkit/
# https://github.com/docker/buildx/releases/
# https://github.com/docker/buildx
## For Ubuntu 24.04 try: sudo apt install docker-buildx
## Or run the commands below.
#VERSION=v0.14.1
@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'