Congrats to @pvinis for his mustachification script which works quite well
and does more than simply mustachify your pics:
https://img.skitch.com/20111207-k74i8ih5191xgstus4tk9ps3qq.jpg
Source code: https://gist.github.com/1442573
I know others are still working on it, and I even heard of someone
iSight mustachifiation.. sounds fun :p
On 7 Δεκ 2011, at 16:01, Matt Aimonetti wrote:
> Congrats to @pvinis for his mustachification script which works quite well
> and does more than simply mustachify your pics:
> https://img.skitch.com/20111207-k74i8ih5191xgstus4tk9ps3qq.jpg
>
Thx Terry, that might be an idea .. the calculations are not that diff so i
could rewrite them in Obj-C to keep the task object small … or the other way
around: i'll create a task with a panel and pipe the cancel to the process
Rob
Could you wrap the process into an NSTask and use pipes to co
Just throwing this out there in case you haven't found it yet: GCD via
Dispatch.
https://github.com/gunn/Dispatch
dw
On Wed, Dec 7, 2011 at 8:56 AM, Rob Ista wrote:
> Thx Terry, that might be an idea .. the calculations are not that diff so
> i could rewrite them in Obj-C to keep the task obj
Nice, thanks for the link.
On Dec 7, 2011, at 5:08 PM, Daniel Westendorf wrote:
> Just throwing this out there in case you haven't found it yet: GCD via
> Dispatch.
>
> https://github.com/gunn/Dispatch
>
> dw
>
> On Wed, Dec 7, 2011 at 8:56 AM, Rob Ista wrote:
> Thx Terry, that might be an i
On Dec 7, 2011, at 6:01 AM, Matt Aimonetti wrote:
> Congrats to @pvinis for his mustachification script which works quite well
> and does more than simply mustachify your pics:
> https://img.skitch.com/20111207-k74i8ih5191xgstus4tk9ps3qq.jpg
> Source code: https://gist.github.com/1
s quite well
> and does more than simply mustachify your pics:
> https://img.skitch.com/20111207-k74i8ih5191xgstus4tk9ps3qq.jpg
> Source code: https://gist.github.com/1442573
>
>
> That is quite possibly the most awesome application of MacRuby I have ever
> seen. The hat need
Hey Guys,
I have a Core Data entity called Email all set and ready to go. Following
Matt's example from the book, I was able to create a regular old
NSTableView and bound the Core Data Email entity's values to each column in
the tableview. This works great. What I'm now trying to do is make a sing
I think you nspredicates.… depending on the columns in the table. Think SQL.…
Terry Moore
On 8/12/2011, at 8:31 PM, Haris Amin wrote:
> Hey Guys,
>
> I have a Core Data entity called Email all set and ready to go. Following
> Matt's example from the book, I was able to create a regular old NS