For some reason I'm having tremendous trouble doing what would seem to be ( in any other language besides objective-c ) to be no-brainer.
All I want to do is pass an array of float values, ...
I new to OS X terminal and would like to be able to name files/folders using the current date and time. I have scoured the web for an answer to this but have not come up with anything.
Her...
I'm completely lost on this, as I haven't done many shell scripts. I need to have a simple shell script that simply reads the list of files in a folder (i.e. "/Users/Bob/Movies"), and submits ...
Hi All ,
I would like to write script to do the following :
mkdir /home
chmod -R 755 /home
mkdir /home/"username"
chmod -R 700 /home/"username"
chown -R "username" :"Group" /home/"user...
hello to the expert,
I'm trying to connect to sql server 2005 express with excel 2003 vba using this connection
strConn = "PROVIDER=SQLOLEDB;"
strConn = strConn & "DATA SOURCE=(local);" ' t...
I'm having trouble reading a text file when I use it's relative path name instead of the absolute path.
(See code Below)
I'm not sure why this is not working, but it is the most annoying...
In objective C how would I declare an array for which I do not know its size until runtime.
for example
int myArray[5];
is an array of size 5 but is there a way to declare an array o...
I am having a real headache here with trying to get XCode and/or svnX (under 10.5.1) to connect to a Subversion based project on a linux machine through the internet. My connection line in XC...
Hi, i am developing a CD/DVD burning application for QuickTime supported audio / video files. I am working on Mac OS X 10.4.11. I am using Objective C on XCode as a tool and Cocoa and QTKit fr...
I've built an install using Apple's PackageMaker utility. It installs a daemon and a user agent. At the end of the install I would like to start the user agent using launchctl. However, sin...
Hi!
I am developping a program for Windows XP with Delphi.
I want to show a simple Quicktime movie MOV without sound with this program using the COM/ActiveX of Quicktime.
Here are two...
Is there a setting on 10.5 that will allow me change the window behavior so that is is more like XP. Specifically I would like to be able to resize the window by grabbing the edge instead of h...
I've recently begun learning Objective-C. This code snippet (attached) was provided as a part of the learning exercises in Stephen Kochan's book, Programming in Objective-C. I've pasted this...
OK. i want to create a file that one can simply click on and it will change the permissions on a specific folder and all its contents. lets call this folder test.
i want to create a file th...