Skip to content

Instantly share code, notes, and snippets.

var outlook = Application('Microsoft Outlook')
var app = Application.currentApplication()
app.includeStandardAdditions = true
function titleCase(str) {
str = str.toLowerCase();
str = str.split(' ');
for (var i = 0; i < str.length; i++) {
str[i] = str[i].charAt(0).toUpperCase() + str[i].slice(1);
}
# Generated by iptables-save v1.6.0 on Tue Jul 24 15:09:10 2018
*filter
:INPUT ACCEPT [5488:1955002]
:FORWARD ACCEPT [0:0]
:OUTPUT ACCEPT [5211:1641027]
:KUBE-EXTERNAL-SERVICES - [0:0]
:KUBE-FIREWALL - [0:0]
:KUBE-FORWARD - [0:0]
:KUBE-SERVICES - [0:0]
:WEAVE-NPC - [0:0]

Keybase proof

I hereby claim:

  • I am cpressland on github.
  • I am cpressland (https://keybase.io/cpressland) on keybase.
  • I have a public key whose fingerprint is 37B3 DDAD 162E DEE4 EA61 9C7F 82D8 EABE 8257 EDAD

To claim this, I am signing this object:

# PHP Attributes
default[:container][:php][:name] = 'php'
default[:container][:php][:repo] = 'cpressland/php'
default[:container][:php][:tag] = 'latest'
default[:container][:php][:volume] = ['/data:/data', '/data2:/data2']
# Netdata Attributes
default[:container][:netdata][:name] = 'netdata'
default[:container][:netdata][:repo] = 'cpressland/netdata'
default[:container][:netdata][:tag] = 'latest'