Re: [MacRuby-devel] MacRuby challenge

2011-12-07 Thread Matt Aimonetti
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

Re: [MacRuby-devel] MacRuby challenge

2011-12-07 Thread Paul Vinieratos
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 >

Re: [MacRuby-devel] Noob q: Press any key to cancel

2011-12-07 Thread Rob Ista
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

Re: [MacRuby-devel] Noob q: Press any key to cancel

2011-12-07 Thread Daniel Westendorf
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

Re: [MacRuby-devel] Noob q: Press any key to cancel

2011-12-07 Thread Maik Kempe
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

Re: [MacRuby-devel] MacRuby challenge

2011-12-07 Thread Jordan K. Hubbard
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

Re: [MacRuby-devel] MacRuby challenge

2011-12-07 Thread Pavlos Vinieratos
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

[MacRuby-devel] Single Column Table View with Core Data backed Custom Cell View?

2011-12-07 Thread Haris Amin
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

Re: [MacRuby-devel] Single Column Table View with Core Data backed Custom Cell View?

2011-12-07 Thread Terry Moore
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