OS X is the desktop operating system from Apple Inc. It was the successor to Mac OS 9 and here the 'X' means 10. OS X is based upon the NeXTSTEP/OPENSTEP OSes developed in the 1980s and 1990s by NeXT Inc., which Apple purchased in 1996.
-1
votes
1answer
19 views
bash If-else on Mac
Why such a simple script does not work?
1 for i in {1..6}
2 do
3 if[ "$i" -lt "3" ]
4 then
5 echo "a"
6 else
7 echo "b"
8 fi
9 done
or
1 for i ...
-1
votes
1answer
30 views
Python debugging. help a noob :( [closed]
I have started to learn python and I need some help. anything will help
I use:
komodo edit <- write the python
terminal (my editor) <- bug testing
def score():
question_1 = "null" #var
...
0
votes
0answers
12 views
How to boot recently installed Ubuntu 12.10 on a Macbook Pro?
I'll try to be very specific. I have a late 2011 Macbook Pro (MacbookPro 8,1) and I was trying to install Ubuntu. I also want to be able to use Mac Os X, so I don't plan to overwrite it. So, I burned ...
1
vote
2answers
26 views
What files does the mac terminal load first?
A while ago I installed a program called "j" for the terminal. It was supposed to make things simpler. However, after a while of using it I decided I didn't really need it and trashed it. Now ever ...
0
votes
0answers
9 views
Compiling Multiple NASM Files For OS Mac OS X
I've got two NASM files for an OS of mine I'm writing in assembly, and I'm almost 100% positive they work, but I can't tell, because I don't know exactly how to compile them. I know how to use the ...
0
votes
0answers
6 views
how to use AUMatrixMixer
i know the AUMatrixMixer is what i need. "A unit that mixes an arbitrary number of inputs to an arbitrary number of outputs."
i found some info here:
...
0
votes
1answer
8 views
Mac OS X Core Graphics: sending produced image to stdout instead of saving to file
I'm generating an image and I can successfully save it to file.
urlRef = (CFURLRef)[NSURL fileURLWithPath: filePath];
imgDestRef = CGImageDestinationCreateWithURL(urlRef, kUTTypeJPEG, 1, NULL);
/* ...
0
votes
1answer
25 views
“The operation couldn’t be completed. Operation not permitted” error when simply sending image to icloud
Im simply trying to upload this image to iCloud. It keeps giving me the error "The operation couldn’t be completed. Operation not permitted". I took this code right out of the Document Based App ...
0
votes
2answers
16 views
How to use two cuda cards and nsight Eclipse on a Mac
I finally have two nvidia cards in my Mac so that I can use Nsight Eclipse to debug CUDA code.
But clearly I have not configured things properly because I only get a breakpoint into assembler, and ...
0
votes
1answer
14 views
NSTableView no selection highlight, but keep track of what row is selected
I've seen some threads with a similar question to this (not exactly the same) but the solutions there didn't solve my problem. I've create a NSTableView with a couple clickable elements in each ...
0
votes
0answers
12 views
Can I create a console application using Xamarin.Mac?
I just purchased Xamarin.Mac in an effort to create a cross platform console utility. I figured this would be trivial but I am missing something.
How can I create and what do I need to do to deploy ...
0
votes
3answers
40 views
How to get the selected line range of NSTextView?
(Solution Note)
How to get the selected line range of NSTextView?
-1
votes
1answer
15 views
OSX: Can't click second level icon in Menu Bar [closed]
I'm using a MacBook Pro with OS X 10.8.3.
Some icons display in the menu bar, which are: Bluetoothe, WIFI, Volumn and etc.
When I click Bluetooth, it shows me options to disable Bluetoothe. It also ...
0
votes
1answer
25 views
glfwGetGLVersion() returns 2.1 on OS X Lion
I'm trying to set up an OpenGL 3.2 context on Lion. I've got this code to set up the window:
glfwOpenWindowHint(GLFW_OPENGL_VERSION_MAJOR, 3);
glfwOpenWindowHint(GLFW_OPENGL_VERSION_MINOR, 2);
...
0
votes
1answer
26 views
How to use SpaceBar button inside an application to invoke quick look
i had displayed some images in collectionview. now i want to select the image and press space button. If i pressed Space button , the image should quicklook in a seperate window. any idea?
0
votes
0answers
14 views
How to load nested dependant libraries form another path except @exutabe_path in objective C
I'm trying to load a dylib called main dylib with dlopen as follows:
dlopen("path of main dylib ",RTLD_LAZY)
, but this dylib has dependency with another dylibs . When I put those dependent ...
1
vote
1answer
14 views
When the developer console is open in chrome, why does onmouseover stop working?
When the developer console is open in chrome, why does onmouseover stop working?
It instead fires onclick.
Consider this simple example. It resizes the image onMouseOver when the console is ...
0
votes
1answer
13 views
Java Memory Allocation upper limit Sci2 in Mac
Hardware: 64bit Mac with two 4Gb cores
Program: Sci2
Language: Java
Issue: memory allocation upper limit.
I have increased Xmx from 256m to 2100m, and Sci2 is able to use up to 1.92Gb (according to ...
0
votes
1answer
31 views
Dyld Error Message: Library not loaded: /usr/lib/libusb-1.0.2.dylib OSX
I am trying to release an app for OSX but every time someone runs the app on their machine they get:
Dyld Error Message:
Library not loaded: /usr/lib/libusb-1.0.2.dylib
Referenced from: ...
0
votes
1answer
20 views
iPython command not found Terminal OSX. Pip installed
Python is also installed 2.7. using homebrew. I then used pip to install iPython. So, iPython seems to be installed under:
/usr/local/lib/python2.7/site-packages/
I think this is true because ...
0
votes
0answers
30 views
Why can't I mv a file? [migrated]
I followed these instructions to remove Java from my Mac (Lion): http://stikine.wordpress.com/2012/03/02/howto-remove-java/ As part of the procedure, I needed to edit the file ...
0
votes
0answers
9 views
CATextLayer glyphs gets clipped or chopped off
I was trying to create an animated text label and suddenly this odd problem hit me. I am trying to write out a simple label using CATextLayer on a view. As you can see, I have tried to calculate the ...
0
votes
1answer
34 views
Sandboxed Applications, Where to Save Files Without User Interaction
I'm a bit confused about where the application should send a bunch of files. Let me suppose that an application accepts a number of images with NSOpenPanel at a time from the user. The application ...
0
votes
0answers
6 views
Netbeans 7.3 - how do I prefill '@author' field?
I cannot, for the life of me, figure out how to set the @author comment doc code to display my own info in Netbeans.
I want this done for all of my files (js, php, etc).
I have gone to the ...
0
votes
0answers
10 views
Installing rvm: running into problems with permissions
I receive this error message whilst trying to install rvm on OS X:
fatal: Unable to create '/usr/local/.git/index.lock': Permission denied
Error: Failure while executing: git checkout -q master
...
0
votes
0answers
7 views
Clipboard sharing between different users in MacOS X
How can I share the clipboard between three skype instances, started by three different users, on a MacOS X machine?
0
votes
1answer
7 views
Creating a mssql database backup using odbc on mac
So, MSSQL is nice enough to have given us a nifty little sql code for creating a database backup from a command line:
BACKUP DATABASE [db_name] TO DISK = N'D:\backups\back.bak' WITH NOFORMAT, ...
0
votes
1answer
25 views
Change C and C++ compiler on Mac OS X 10.7
I needed to use OpenMP and Xcode command line tools come with gcc version 4.2.something so I wanted to upgrade to gcc version 4.8. I have gcc4.8 installed. I did this -
$ sudo rm /usr/bin/gcc ...
0
votes
3answers
42 views
OR matches with BSD sed
I'm trying to filter out the lines in a file that match the regular expression:
DROP (CONSTRAINT|INDEX)
With gnu sed, this works:
gsed -e '/DROP \(CONSTRAINT\|INDEX\)/d' < myfile.sql
However, ...
0
votes
0answers
15 views
Asp.net Website issue for PC and MAC User
I have a site called
http://www.orgchartpro.com/download-orgchart-software-US-new.aspx
this site is successfully work for PC user when i submit the form email is sent to the user and record is save ...
0
votes
0answers
12 views
How to read iSight camera current focus distance (focal length)?
Let's say you're holding your hand two feet away from a Mac's iSight camera and it's the thing in focus. I would like to be able to read this distance (either directly or by getting some other focus ...
0
votes
0answers
10 views
Word Macro Operation Procedures [closed]
I have been trying to find how macros operate in Word when they are ran.
I have a large document with a lot of edits that I have in macros. The macros complete individually. I made a central macro ...
1
vote
0answers
10 views
Set Icon while uploading app on mac store
I am preparing data for uploading desktop app on mac store. but there is not any option to add or upload icon file as its there for ios app.
Any idea - from where I can upload icon for app?
...
0
votes
2answers
22 views
how to solve this error (Assigning to 'id<InputStream>' from incompatible type 'NSStream *')?
I am doing upgrade code of mac plugin. I found one method but i could not understand this error. Code is here. its define in .h file.
id<OutputStream> _sendStream;
and method is in .m file.
...
0
votes
0answers
5 views
commons.net 3.1 ftp slow login on OSX 10.6
I'm running two small servers, one under OSX 10.6.8 and the other with OSX 10.7, to connect to a remote host. I'm using Tomcat 6.0 and FTPClient of the apache.commons.net 3.1 package.
While the ...
0
votes
0answers
10 views
Get connected USB device list in MAC using QT with their vendor & product ID
How can I get the list of connected USB devices to the MAC along with their VID(Vendor ID) and PID(Product ID) using QT , I am able to this in Windows but in MAC I am not able to get a pointer how to ...
0
votes
1answer
24 views
Java - on Windows and Mac, how do you work out the network type?
I'm working on a Java application that runs on both Windows and Mac. It communicates with various different servers but needs to behave differently depending whether it is using WiFi or a wired ...
0
votes
0answers
15 views
How to set custom gcc options when compiling with MacRuby?
I'm trying to compile a simple ruby script to an executable with MacRuby. The issue I'm having is that the executable compiled on Mac OS 10.8.3 doesn't work on 10.7.x (I get an Illegal instruction: 4 ...
0
votes
1answer
18 views
'env: ruby_noexec_wrapper: No such file or directory' error in PhpStorm SASS compilation on Mac
I read around a lot and tried different things but my PhpStorm just doesn't want to compile my SASS/SCSS files into CSS files.
Here are pictures of my File Watcher configuration and the error message ...
1
vote
0answers
8 views
Writing audio device loopback on MacOS with Xamarin (C#)
I am developing cross platform (Windows, Mac) desktop application that will be able to catch desktop sound. I already achieved this with NAudio on Widnows, but I have problems with OSX.
From what I ...
0
votes
1answer
28 views
plotting sine wave on display with Stop/Pause/Play buttons by using C
I'm trying to create one thread to produce sample of sine wave and create another thread
to read the sample from the buffer and plot on the screen and update the display with certain interval by using ...
0
votes
0answers
12 views
Swap custom frameBuffer with NSOpenglContext
I'm developing a OpenGL application on Mac OSX.
I have created a framebuffer object and I have rendered on it. (my framebuffer is one back buffer).
How can I now swap my framebuffer and framebuffer ...
0
votes
0answers
12 views
Getting compilation error in boost 1_53
I am trying to compile an existing application with boost 1_53 on Mac OS X. I am getting lots of errors in boost files. Same thing I tried in Windows 7 using VS 2010 it is working fine. But on Mac OS ...
0
votes
1answer
23 views
How do I invoke the Graphviz GUI from the command line?
I am looking for a way to open a DOT file (.gz or .dot) in the GUI Graphviz viewer from the command line. So, if I run something like:
$ graphviz my_dot_file.gz
It should open the Graphviz ...
-2
votes
0answers
30 views
detact disk on smb server with mac os x by OC PROGRAMLY [closed]
I am working on Mac os x,using xcode.
I have an application which can find smb server in local network,and mount the disks,then read/write music files.
I have a smb server.This server has disks(at ...
1
vote
0answers
37 views
NSAlert Input Box, Validating NSTextField
I've run into a couple of topics that discuss an input box using NSAlert like the following.
- (NSString *)input: (NSString *)prompt defaultValue: (NSString *)defaultValue {
NSAlert *alert = [NSAlert ...
1
vote
1answer
47 views
Why does a one line txt file take longer to open?
I have downloaded a book from project gutenberg that is about 3 mbs in size and I am annoyed with all line breaks and whitespace in the file so I used the following code on the content string of the ...
0
votes
0answers
8 views
Bad Exit Status from rpmbuild on Mac OSX
I'm working on packaging up some work into an rpm. I am doing this on Mac OSX after brew installing rpm. I have a basic .spec file, but I am getting an error and have been unable to diagnose it:
$ ...
0
votes
1answer
30 views
Sort NSMutableArray with Ties
I have an NSMutableArray, containing 4 objects. Each of these objects has a property of type int that is called score This array is sorted descending on this property. That much is fine.
Now I'm ...
0
votes
0answers
8 views
WLAN - high pings between computers (osx), but not to the router? [closed]
I'm having an issue where I have two (mac) laptops connected to a wifi network.
Pinging the router from each machine, I get a consistent 2-8ms ping.
(One machine perfoms slightly better)
However, if ...



