Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am maxcutler on github.
  • I am maxcutler (https://keybase.io/maxcutler) on keybase.
  • I have a public key ASBnNkEjdwme8pLDL4ev1tYIzv4u1PXUjnP1BGISjLHdQwo

To claim this, I am signing this object:

@maxcutler
maxcutler / jsonrpc_request.json
Created January 2, 2013 16:06
JSON-RPC vs. XML-RPC WordPress sample.
{
"jsonrpc": "2.0",
"id": 1,
"method": "wp.getPost",
"params": [
0,
"username",
"password",
"188"
]
@maxcutler
maxcutler / app_startup.sh
Created December 30, 2011 18:00
Daniel startup script iterations
-----------------------
Original:
-----------------------
#!/bin/bash
# Open all of the requisite applications
echo 'Opening Chrome'
`open /Volumes/Macintosh\ HD/Applications/Google\ Chrome.app/`