How to set up multiple accounts with Mutt E-mail Client
Thanks to this article by Christoph Berg
Directories and files
~/
=Navigating= | |
visit('/projects') | |
visit(post_comments_path(post)) | |
=Clicking links and buttons= | |
click_link('id-of-link') | |
click_link('Link Text') | |
click_button('Save') | |
click('Link Text') # Click either a link or a button | |
click('Button Value') |
Thanks to this article by Christoph Berg
Directories and files
~/
<?php | |
class NewRelic_Error extends Exception {} | |
function NewRelic_Date(DateTime $date) { | |
return $date->format('Y-m-d') . 'T' . $date->format('H:i:s') . 'Z'; | |
} | |
function NewRelic_Metrics2Array(SimpleXMLElement $result) { | |
$return = array(); |
11:31 AM <LesaraRose> Sorry. I have a lot of questions lol | |
11:33 AM <TheWill> hardest: inspiring volunteers. work: being everybody's surrogate parent because they were ~20yo and antisocial and didn't know how to avoid generating a storm of drama everywhere they go | |
11:34 AM <TheWill> the idea of "everybody contributes towards the common good" is great until you're dealing with people who can't resolve the "who washes the dishes" conflict with their roommate | |
11:35 AM <TheWill> in other words a balance of demographics is vastly superior even if less comfortable | |
11:36 AM <TheWill> having a paid community manager is in my opinion the most effective way to reduce drama | |
11:36 AM <TheWill> and burnout | |
11:40 AM <myself> Hardest: Getting our external image to reflect the diversity of stuff actually happening in the space. Our technical people get more attention than our artistic people, so it takes a lot of work to bring in more artistic people. Yet, when we take both technical and artistic projects to show off at an e |
#!/bin/sh | |
############################################################################### | |
# USAGE: | |
# > ansible_vault_merge.sh [-p PASSWORD_FILE VAULT_YAML_FILE | |
# This shell script handles conflicts generated by attempts to merge encrypted | |
# Ansible Vault files. Run this command to attempt a merge on the unencrypted | |
# versions of the file. If there are conflicts, you will be given a chance to |