namespaced gists

This commit is contained in:
Danny Berger
2013-03-23 15:23:33 -06:00
parent 1239ac2bab
commit ce3b05d699
2 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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
[4]: https://gist.github.com/dpb587/4660132#file-endicia-purchase-postage-applescript