diff --git a/blog/_posts/2013-01-14-terminating-gearman-workers-in-php.md b/blog/_posts/2013-01-14-terminating-gearman-workers-in-php.md index abb57a4..641dd97 100644 --- a/blog/_posts/2013-01-14-terminating-gearman-workers-in-php.md +++ b/blog/_posts/2013-01-14-terminating-gearman-workers-in-php.md @@ -3,7 +3,7 @@ title: Terminating Gearman Workers in PHP layout: post tags: deploy gearman pcntl php description: Locally and remotely stopping workers without interrupting jobs. -code: https://gist.github.com/4531728 +code: https://gist.github.com/dpb587/4531728 --- I use [Gearman][1] as a queue/job server. An application gives it a job to do, and Gearman passes the job along to a @@ -142,9 +142,9 @@ complex possibilities could be self-performing updates, lighter config reloads ( dynamically registering/unregistering functions depending on application load. - [gist]: https://gist.github.com/4531728 - [gist-terminate.php]: https://gist.github.com/4531728#file-terminate-php - [gist-worker.php]: https://gist.github.com/4531728#file-worker-php + [gist]: https://gist.github.com/dpb587/4531728 + [gist-terminate.php]: https://gist.github.com/dpb587/4531728#file-terminate-php + [gist-worker.php]: https://gist.github.com/dpb587/4531728#file-worker-php [1]: http://gearman.org/ [2]: http://php.net/manual/en/book.gearman.php diff --git a/blog/_posts/2013-01-28-scripting-endicia-to-purchase-postage.md b/blog/_posts/2013-01-28-scripting-endicia-to-purchase-postage.md index 4004fa2..0db3fab 100644 --- a/blog/_posts/2013-01-28-scripting-endicia-to-purchase-postage.md +++ b/blog/_posts/2013-01-28-scripting-endicia-to-purchase-postage.md @@ -3,7 +3,7 @@ title: Scripting Endicia to Purchase Postage layout: post tags: applescript endicia loopy description: Automating user interactions with AppleScript. -code: https://gist.github.com/4660132 +code: https://gist.github.com/dpb587/4660132 --- We currently use [Endicia for Mac][1] for postage processing at Loopy. We rarely use the UI since I've scripted most of @@ -36,4 +36,4 @@ valuable timesaver for us. [1]: http://www.dymoendicia.com/segments/all-products/endicia-for-mac [2]: https://developer.apple.com/library/mac/#documentation/applescript/conceptual/applescriptx/Concepts/as_related_apps.html#//apple_ref/doc/uid/TP40001570-1149074-BAJEIHJA [3]: http://www.dymoendicia.com/ - [4]: https://gist.github.com/4660132#file-endicia-purchase-postage-applescript \ No newline at end of file + [4]: https://gist.github.com/dpb587/4660132#file-endicia-purchase-postage-applescript