BIOS: InsydeH2O GFW30 03.07 (originally 03.02) Processor: 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40 GHz System Bus: 100 MHz System Memory: 3200 MT/s Cache RAM: 5120 MB Total Memory: 16384 MB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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])) { |
title: This is my title created: 20160806152645348 modified: 20160806152717955 tags: multi-line-field: | line1 line2 complex-field:
- line1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
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:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; 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: | |
;; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Your Name | |
email = [email protected] | |
[core] | |
pager = /usr/bin/less -+$LESS -FRX | |
excludesfile = ~/.gitignore-global | |
editor = vim | |
[color] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Problem: | |
# | |
# Behat tests fail with messages like: | |
# [curl] 28: Operation timed out after 30096 milliseconds with 0 bytes received | |
# | |
# Reason: | |
# | |
# By default, goutte sets CURLOPT_TIMEOUT to 30 seconds | |
# | |
# Solution: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# OSX packet filter rules | |
# References: | |
# * https://gist.github.com/scy/8122924 | |
# | |
# The purpose of this config is to make sure that my system uses the | |
# privateInternetAccess VPN connection for everything and not to communicate | |
# unencrypted when the VPN connection goes down. Therefore, I block | |
# everything on the physical interfaces except for ICMP, DHCP, DNS and the |
NewerOlder