Skip to content

Instantly share code, notes, and snippets.

@egeland
egeland / carousel.html
Last active May 2, 2024 05:23
Attempt at a simple image carousel for Aurelia
@egeland
egeland / keybase.md
Created June 4, 2015 23:32
keybase.md

Keybase proof

I hereby claim:

  • I am egeland on github.
  • I am egeland (https://keybase.io/egeland) on keybase.
  • I have a public key whose fingerprint is F7BF 5887 C4DC 446F 74EC 9187 0A32 DE83 5F49 CC7B

To claim this, I am signing this object:

@egeland
egeland / swap.pp
Last active December 24, 2015 15:39 — forked from hertell/swap.pp
# Manages swapspace on a node.
#
# This version is based on https://gist.github.com/hertell/6688708,
# which is based on https://gist.github.com/philfreo/6576492 and that
# again is based on https://gist.github.com/Yggdrasil/3918632
#
# Parameters:
# - [*ensure8] - Allows creation or removal of swapfiles.
# - [*swapfile*] - Defaults to /mnt which is a fast ephemeral filesystem on EC2 instances.
# This keeps performance reasonable while avoiding I/O charges on EBS.