I hereby claim:
- I am webbj74 on github.
- I am webbj (https://keybase.io/webbj) on keybase.
- I have a public key whose fingerprint is C608 45C9 8B36 489B BBA8 7CF7 3072 3AF4 B048 09F9
To claim this, I am signing this object:
[user] | |
name = Your Name | |
email = [email protected] | |
[core] | |
pager = /usr/bin/less -+$LESS -FRX | |
excludesfile = ~/.gitignore-global | |
editor = vim | |
[color] |
;; I am not a regular emacs user and haven't played with lisp for many years. | |
;; I struggled for a couple of days trying to tweak org-capture-templates to | |
;; get my desired behavior for journal entries. I hope this helps someone! | |
;; | |
;; I have been following the excellent guide http://doc.norang.ca/org-mode.html | |
;; The "journal" template was the one I wanted to tweak. I use a date-based | |
;; journal filename, e.g. "2015-09-22-Journal-Entry.org". The contents of the | |
;; file consist of a top-level headline with a human-friendly date, followed | |
;; by second-level headline with the time and brief journal note. For example: | |
;; |
<?xml version="1.0" encoding="UTF-8"?> | |
<Response> | |
<Say voice="man" language="en">Hello and welcome to the twenty first century. I no longer accept phone calls. Please email me.</Say> | |
<Pause length="1"/> | |
<Say voice="woman" language="en">Let me repeat that. I no longer accept phone calls. Please email me.</Say> | |
<Pause length="1"/> | |
<Say voice="alice" language="en-US">Message 1 0 2</Say> | |
</Response> |
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env bash | |
# Use this script to install or re-install multiple versions of PHP | |
# You should be able to re-run the script multiple times; it will update/reinstall what it needs. | |
# Check OS | |
if [ "${OSTYPE//[0-9.]/}" != "darwin" ]; then | |
echo "This script is intended for OSX users." | |
exit |
title: This is my title created: 20160806152645348 modified: 20160806152717955 tags: multi-line-field: | line1 line2 complex-field:
#!/usr/bin/env php | |
<?php | |
// Make sure this file is executable (chmod +x getnarrative.php) | |
// Run as: | |
// $ ./getnarrative.php <bearerToken> | |
// | |
// See: https://github.com/NarrativeOP/python_oauth2_token for method to fetch token | |
if (empty($argv[1])) { |