Skip to content

Instantly share code, notes, and snippets.

View Randy1Burrell's full-sized avatar

Randy Burrell Randy1Burrell

View GitHub Profile
;;; plantuml_helpers.el --- Provides plantuml helper functions -*- lexical-binding: t -*-
;;; Commentary:
;; plantuml helper functions
;;; Code:
(require 'iimage)
(autoload 'iimage-mode "iimage" "Support Inline image minor mode." t)
(autoload 'turn-on-iimage-mode "iimage" "Turn on Inline image minor mode." t)
(add-to-list 'iimage-mode-image-regex-alist '("@startuml\s+\\(.+\\)" . 1))
;; Rendering plantuml
@Randy1Burrell
Randy1Burrell / update-route53.sh
Created November 18, 2017 19:13 — forked from phybros/update-route53.sh
BASH Script to keep Route53 updated with your current external IP address
#!/bin/bash
# (optional) You might need to set your PATH variable at the top here
# depending on how you run this script
# PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# Hosted Zone ID e.g. BJBK35SKMM9OE
ZONEID=(
"ZONEID-0"
"ZONEID-1"
"ZONEID-2"
@Randy1Burrell
Randy1Burrell / README-Template.md
Created August 11, 2017 16:06 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites