Intel macs are always a fun topic. If we want some ahead-of-time content, I've been researching Objective C++ for a project I'm working on and could give a...
I've been playing a bit with lua ( http://lua.org/ ) and the lua objc- bridge ( http://www.pixelballistics.com/Software/LuaObjCBridge/ ). Lua is a fun little...
I am tring to move a file which requires super user permission, I know I am typing the correct password, however I keep getting "Sorry" as my response. Any...
Use sudo, not su - su takes a username and you have to type in that user's name; by default it's root, which is disabled by default in OS X. With sudo, you...
Interesting. I've been thinking about Lua recently too. It's fun to see a language finally originate in the southern hemisphere. And it learnt a lot from the...
Kevin Purcell
kevinpurcell@...
Jan 5, 2006 1:08 am
810
... Me? Sure, I can definitely point out some F-Script features, although right now my own language Slate is still lacking a working variant of one of those...
Sure, I'd be happy to demo that. When/where is the meeting? ... From: xcoder@yahoogroups.com [mailto:xcoder@yahoogroups.com] On Behalf Of Brian Rice Sent:...
Next Xcoders meeting is: January 12, 7 PM at the Seattle dBug Resource Center <http://www.dbug.org/about/directions.shtml> So it looks like the highlights for...
OK, I can make that and will be happy to demo ObjectiveCLIPS (won't take too long - 20 to 30 minutes I think). I'll be going to macworld monday/tuesday as...
Just in case, Bangalore appears to be in India and seems to be pretty nice. http://www.bangalorenet.com/ seems to be pretty good. "silicon plateau of India" it...
As i said in my rambling message ... but to just to make it clear. I mentioned I'd do F-Script at this meeting over beers after the last meeting in Decemeber. ...
Kevin Purcell
kevinpurcell@...
Jan 7, 2006 12:47 am
819
Please contact me offline. Thanks, George ... George Lawrence Storm (425) 672 - 4621 cellular (206) 334 - 7236 E-mail: <keencoyote@...>...
... For this week's meeting? I'd be willing to do it since I've done plenty of Perl, but it will probably end up more ad lib/q&a than Keynote with this short...
Not this week, it looks like we have material for this week, We need material for Jan 26 and Feb 9. If you could do it on Jan 26 that leaves us needing a...
Okay, I thought this might be to fill in Kevin's absence. I'm up for it on the 26th (again, unless someone else really wants to and speaks up). Feel free to...
Hi all, I'm using Core Data for the first time and I'm a little confused by the Blog demo. It shows binding an NSArrayController to a table view column and...
BTW, I'm still in a "Cargo Cult" programming mode when it comes to Cocoa. Monkey read example code, Monkey do example code. So I may not have explained my ...
Ok, I think I know what I need to do now after looking over the blog demo code a little more. I have a Table View with two NSButtons at the bottom (+ and -)...
I can't actually answer your question, so I'll respond to this mail instead of the previous one ;-) I, too, was playing around with CoreData the other day, but...
... When editing the data model, highlight the entity, then attribute/property--the rightmost panel shows name, optional, transient, type for the attribute....
Here are the files I used for the lua stuff I showed tonight: http://gusmueller.com/lua/LuaPres.zip FMLua.m is the obj-c wrapper I wrote to make it easy to...
I'm a mostly inactive in xcoders, but I do a lot of compilation. I recently installed the latest quicktime upgrade, 7.0.4. I tried compiling a carbon app that...