Skip to content

Instantly share code, notes, and snippets.

View marcobamert's full-sized avatar

Marco Bamert marcobamert

View GitHub Profile
@marcobamert
marcobamert / hook.rb
Created May 29, 2016 20:16 — forked from asimihsan/hook.rb
Hook for letsencrypt.sh to do DNS challenges
#!/usr/bin/env ruby
require 'aws-sdk'
require 'pry'
require 'awesome_print'
# ------------------------------------------------------------------------------
# Credentials
# ------------------------------------------------------------------------------
# pick up AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY by default from

Keybase proof

I hereby claim:

  • I am marcobamert on github.
  • I am marcobamert (https://keybase.io/marcobamert) on keybase.
  • I have a public key whose fingerprint is 9592 2B2F 8EA1 5C51 A942 69A5 390C 856B 97C3 0140

To claim this, I am signing this object:

# symfony2/app/config/parameters.ini
locale="undefined"
fallback_locale="en"
@marcobamert
marcobamert / gist:9143726
Last active August 29, 2015 13:56
I was looking for a way to output Things todos per project using geektool - I did not find something useful so I wrote it myself.
on run argv
set AppleScript's text item delimiters to {(ASCII character 10)} & {(ASCII character 10)}
tell application "Things"
set todos to {}
set projectName to "not specified"
set projectExists to false
-- read the argument