I hereby claim:
- I am unapersona on github.
- I am unapersona (https://keybase.io/unapersona) on keybase.
- I have a public key whose fingerprint is 0D4D 3AEE C137 C55B BDB5 636D D363 7E6A E266 83D2
To claim this, I am signing this object:
| <?php | |
| /* | |
| Plugin Name: WordPress Multisite Cron CLI | |
| Description: WPCLI command utilities for WPCron on Multisite | |
| Author: Jorge González | |
| Version: 1.0.0 | |
| Author URI: http://unapersona.com/ | |
| */ |
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| /* | |
| * Generate a CSV for InDesign with attendee info and Gravatars | |
| * | |
| * See http://plan.wordcamp.org/helpful-documents-and-templates/create-wordcamp-badges-with-gravatars/ for instructions | |
| * | |
| * input is a CSV export of CampTix attendees. Format is: "First Name","Last Name","E-mail Address","Twitter Username" | |
| * the script downloads the attendee's Gravatars, and adds a column to the CSV with the filename of the image | |
| * the CSV can then be used by InDesign to generate wordcamp badges with the attendee's gravatar |
| { | |
| "name": "egfabrica", | |
| "version": "1.0.0", | |
| "description": "", | |
| "main": "index.js", | |
| "author": "", | |
| "license": "ISC", | |
| "dependencies": { | |
| "faker": "^4.1.0", | |
| "puppeteer": "^1.6.1" |
| fallocate -l 1G dummy.img |
| <?php | |
| /* | |
| WP Domain Changer | |
| (changing directly in the database) | |
| http://codex.wordpress.org/Changing_The_Site_URL#Changing_the_URL_directly_in_the_database | |
| Usage: | |
| browser: http://domainname/wp-domain-changer.php | |
| commandline: php wp-domain-changer.php http://domainname [path-to-wp-config.php] |
| #!/bin/sh | |
| curl -s \ | |
| -F "token=APP_TOKEN" \ | |
| -F "user=USER_TOKEN" \ | |
| -F "title=Download Finished" \ | |
| -F "message=$TR_TORRENT_NAME: $TR_TIME_LOCALTIME" \ | |
| http://api.pushover.net/1/messages > /dev/null |