0
votes
2answers
45 views
Textmate and vim modes
Hello.
It is possible to emulate vim modes, macros and bindings in textmate?
0
votes
1answer
14 views
mac os x leopart + gwt
Hi
I'm just starting out with GWT but I can't even run the getting started example without getting the following error:
Invalid memory access of location 0x10 eip=0x93624148
I am aware of the …
3
votes
3answers
116 views
Ruby for romance? How to update a script from itself.
My wife enjoys it when I use my geek abilities to be "romantic" so I had an idea for a ruby script to install on her Mac that would send her quotes and little notes from me throughout the day.
I …
3
votes
4answers
137 views
Two macs. One iPhone Developer License. Possible?
I work for a company that is interested in building iPhone apps. However, we are not clear on one issue:
Does the iPhone developer certificate work on more than one computer at a time?
0
votes
3answers
31 views
NSArrayController initialization
I am having trouble getting an core-data backed NSArrayController to work properly in my code. Below is my code:
pageArrayController = [[NSArrayController alloc] initWithContent:nil];
…
1
vote
1answer
32 views
Mac application hangs on ReadPipe from USB device
I took /Developer/Examples/IOKit/usb/USBSimple Example and modified it so that it actually transfers some data to (and hopefully soon from) the device.
Here's my transferData function (commented):
…
0
votes
4answers
43 views
How to read the content of an other app’s text field on OS X?
For a project I must create a little buddy app that will read the content of one of the main app's text fields.
Is there a way to get to the contents of a window/control (I'm interested in the text …
2
votes
3answers
90 views
Mac Based Python GUI Libraries
Hello all,
I am currently building a GUI based Python application on my mac and was wondering could anyone suggest a good GUI library to use?
I was looking at python's gui programming faq and there …
0
votes
2answers
37 views
sudo rake with parameters
Is:
sudo rake install -- --with-mysql-dir=/usr/local/mysql/
a valid terminal command? I try to run this but it doesn't seem to pass in the variable correctly..
However something like this works …
0
votes
3answers
54 views
How can I write a startup script for Mac OS X?
I have created a jar file in java, and I want to make the application automatically start during system boot up. I found I have to write a shell script for that. What should be that shell script look …
0
votes
1answer
25 views
ruby 1.9 — Gem is there but it says its not?
I just installed 1.9 on my 10.6 OSX, and it runs as the "ruby1.9" command.
So I'm trying to do:
sudo rake1.9 install
But it keeps telling me
Jeweler (or a dependency) not available. Install it …
0
votes
2answers
77 views
mac software development
i recently downloaded the iphone sdk which came with xcode. what i wanna know from ur experience is that aside from iphone development is app development for mac making any money from anyone? ive been …
0
votes
1answer
39 views
Compiling SDL on OS X with makefile
I'm trying to compile the tetris program I wrote with C++ and SDL on OS X. First I tried doing this:
`g++ -o tetris main.cpp `sdl-config --cflags --libs` -framework Cocoa`
and got this:
Undefined …
0
votes
3answers
65 views
Mac OS X web sharing and Django
I created a web app with Django and I have it running on localhost (http://127.0.0.1:8000/), my question is, how can I make it available to the world, using Mac OS X's web sharing or something?
…
-2
votes
0answers
22 views
Does my system support VT? [closed]
I'm trying to use OSX86 on my Intel based machine. THe OS i have is Feodora-9 Sulphur.
I read that the processor should support SSe2 or SSe3 for OSX86 compatibility.
This is what my cpuinfo is:
…
