Tagged Questions
0
votes
3answers
4k views
Xcode for iPad?
I don't have an Apple computer, only iPad and Debian computer but I still would like to add a feature to iOS app here. Earlier I found out that I can download Xcode, more here, from Apple Store. Now I ...
0
votes
1answer
270 views
Homebrew installed libraries, how do I use them?
I'm a bit confused.
I've installed a bunch of libraries (e.g. vtk, gsl,...) that I need for a c++ project for school. I used homebrew to install them (luckily there were formulas available).
My ...
3
votes
1answer
290 views
What is OS X's equivalent of Linux's NSS?
Anyone familiar with the internals of Linux knows about NSS; it's the subsystem that services, like gethostname() and such, delegate to. The code that actually makes DNS queries or reads /etc/passwd, ...
