Mac OS X consists of a Mach/BSD-based kernel, userland primarily based on FreeBSD, and additional frameworks (written in C, C++ and Objective-C) providing user interface and application-level services.

learn more… | top users | synonyms (4)

0
votes
1answer
12 views

How do I delete an app from MAC OS X

when I delete this app it appears in mac App Store's update label immediately, how can i delete it thorough? I once removed it from two ways: 1.command + delete this app from Applications folder ...
0
votes
0answers
13 views

Lightest way to run IIS on Mac?

I have an ASP.NET MVC 4 app that I would like to run on a Mac machine. I would hate to run a full blown Windows virtual machine when all I really need is IIS7 to run the MVC app. What is the lightest ...
0
votes
2answers
10 views

How to detect Command/alt/control/fn keys in OpenGL

I'm detecting key pressing and have some problem with the detection with fn(function), ctrl(control), alt and fn(function). I can detect space bar, enter, ESC, letters, numbers and the cursors. But i ...
0
votes
0answers
6 views

Get NSImage from CIFilter “CIRadialGradient”

I have to generate an image like the one in Apples Doc at CIRadialGradient found here: I tried many ways and ended with: +(NSImage*)radialGradientWithR0:(float)r0 r1:(float)r1 c0:(NSColor*)c0 ...
0
votes
1answer
19 views

Weird figure in front of terminal

not sure if this is the right place to ask this but halfway while doing exercise 15 from Learning Python the Hard Way, I encountered this in my terminal: 162:LPTHW username$ Anyone knows why there's ...
0
votes
1answer
20 views

Can AppleScript determine if a user is typing a new filename in Finder?

My goal is to make the Delete key (without any modifiers) move selected files to the trash using OSX's Finder, similar to Windows Explorer. I've managed to do it using a great utility application ...
1
vote
1answer
10 views

Cocoa Resolution Independent Button Graphic

I'm trying to create a graphic in Sketch (a vector-based graphic design application). I export to PDF and this is what my original graphic looks like: But when I set it as the image of an NSButton, ...
2
votes
2answers
14 views

NodeJS fs.watch on directory only fires when changed by editor, but not shell or fs module

When the code below is ran, the watch is only triggered if I edit and save tmp.txt manually, using either my ide, TextEditor.app, or vim. It doesn't by method of the write stream or manual shell ...
1
vote
1answer
36 views

Terminating app due to uncaught exception 'NSUnknownKeyException' - error

I am following the Big Nerd Ranch iOS Programming Guide(3rd Edition), and have followed everything it says for creating this project. I am getting an error I do not know how to fix though, as I'm new ...
0
votes
1answer
34 views

Could not find a valid gem 'rails' (>= 0) in any repository

I'm on a fresh mac and just installed ruby 1.9.3 using rvm. Now I'm trying to install rails and getting the error on the title of this post. I'll post below all info I have from the command line to ...
0
votes
1answer
18 views

Sane defaults for MongoDB on OSX?

I installed MongoDB and have set it up like so: DB path: /data/db System-wide config file: /usr/local/mongodb/mongod.conf launchctl plist: /Library/LaunchDaemons/org.mongodb.mongod.plist Log: ...
0
votes
3answers
42 views

How to tell when Safari is done loading a webpage

I'm trying to figure out if it's possible to track when Safari is done loading a page request. I call Safari to open using this code: // Open Safari [[UIApplication sharedApplication] openURL:[NSURL ...
2
votes
1answer
17 views

Cocoa windows spawned from Carbon windows are reordered by Mission Control

I have a Carbon-based application that I am migrating to Cocoa. Currently, the application's window is a Carbon window (CaW1). This window creates and displays a Cocoa window (CoW1), which in turn ...
0
votes
1answer
14 views

Missing symbold “_main” when compiling with swipl-ld on OSX Lion

I'm trying to compile a C program to be called from the Prolog Foreign Function Interface. I'm doing some Dynamic Programming, which isn't exactly efficient in Prolog. However, when I try to compile ...
0
votes
0answers
13 views

Is there a way to get Photo Booth not to flash when it takes a photo? [migrated]

Is there a way to get Photo Booth not to flash when it takes a photo? It washes out every picture I take with it. Is there a way to get Photo Booth not to flash when it takes a photo? It washes out ...

1 2 3 4 5 1353
15 30 50 per page