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
0answers
3 views
how to convert the player current time to seconds
i want to convert AVPlayer current to minutes and seconds.
Please suggest me how to convert Player Current time to minutes and seconds
when i gone through the documentation of avplayer,i came to ...
0
votes
0answers
5 views
lightweight c/c physics engine for school project
I am working on an school openGl project, a simple car driving animation.
I need to a physics c/c++ engine for it.
It needs to be:
lightweight. It will be only a small piece of my project, not need ...
0
votes
1answer
6 views
/usr/lib/libstdc++.6.dylib: mach-o, but wrong architecture
I've just update my MAC OS Mountain Lion's compiler to gcc 4.8.1, the configure & install process is:
./configure --prefix=/usr
make
sudo make install
the GCC 4.8.1 was installed completely, ...
1
vote
1answer
18 views
If command with user input osx terminal
So im new at the osx terminal and im trying to figure out how to use the if command with the read command.
Like this:
echo stuff:
read f
if [ "$f" == "y"]
then
echo wassup
else exit
What am I ...
0
votes
1answer
9 views
Lesscss command line compiler Lessc
Hi Im trying to get the LessCss command line compiler installed on a Mac.
I've tried
brew install less
Error: No available formula for less
brew install lessc
Error: No available formula for lessc
...
-1
votes
0answers
19 views
I'm trying to run Minecraft through a proxy to play on a password protected college network
I don't know much about this stuff at all, I just want to play Minecraft!
This is the code I'm running in AppleScript Editor on my mac:
do shell script "java -Dhttps.proxyHost=108.62.236.200 ...
1
vote
1answer
9 views
How do I run an OS X app built with xCode to see if dependencies work
I am working on an OS X app in xCode, and I was wondering what the easiest way was to test the app in a "clean" environment without all of my developer's frameworks. I need to know if the app will ...
1
vote
0answers
8 views
How to update libssl file on Mac 10.8
I try to install apache+php+mysql environment on my Mac(with Mountain Lion), but the php does not work. Seems like the problem is about the libssl file.
When I try the command
php -v
The system ...
0
votes
1answer
18 views
Can't access my external ip address outside of my LAN, apache server on OS X
For fun I've been working with a web server on my OS X(10.8.4). Apache and its httpd.conf(/etc/apache2/) file and username.conf(/etc/apache2/users/) files all seem to be fine, I can access my ...
0
votes
0answers
3 views
Defining custom pixel format for AVFoundation
Is there a way to define custom pixel formats for use with AVAssetReader? CVPixelFormatDescription mentions creating custom formats, but points at a deprecated Q&A.
I'm attempting to port some ...
0
votes
0answers
11 views
Unable to access http/https svn repositories on mac os despite trying various svn versions
I get the following error while using svn 1.8.3 on Mac OS X 10.8.4.
svn: E120108: Unable to connect to a repository at URL 'https://xp-dev.com/svn/repo-name'
svn: E120108: Error running context: The ...
0
votes
0answers
12 views
Win 8 install on usb drive on macbook air [on hold]
I have an MSDN sub. I download Win 8.1 64bit ISO from MSDN. On my 2013 macbook air I start up boot camp assistant. I point to the iso file, say download windows stuff. It goes through it's thing, I ...
0
votes
0answers
16 views
Writting special characters to console in C++ on OSX
I have written a program in C++ to query music-related meta-data. However, when writing results to console I realized that some of the artists have special characters in their name, UTF-8 to be ...
0
votes
0answers
8 views
Ruby Trouble Interacting with Filesystem when run from LaunchAgent
I have a Ruby script that I am triggering with an OS X launchagent. The script reads a bunch of files (21 total) from disk, does some processing, compiles them into an RSS feed, and uploads it to a ...
-1
votes
0answers
34 views
Easiest program/language to Pair with R to make a Package GUI [on hold]
Wait ... don't hurt me it isn't what you think!
I am looking to make an R package in OSX but this is not my issue (I have found guides for this), more importantly I want to have a GUI for it; much ...