IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label share. Show all posts
Showing posts with label share. Show all posts

Wednesday, March 5, 2014

Application and share

hey apple , please can you answer this question. How to create an application and share it on the app store . please answer this question.Thanks


View the original article here

Sunday, August 11, 2013

Get file via command line from SMB share

Has a server fire.  I'm moving an old legacy application to a mac until these old programs can be re-written.

 

Having an issue:

 

exec("/usr/local/bin/smbclient -I 10.1.2.2 //MD-WHS-2/PHASER -N -c 'get RECEIVING.DAT'") worked on the old bsd box to move a file to the server.

I'm having trouble getting the folder to mount, let alone move the file to the mac.

 

mount -t smbfs -v "//guest@10.1.2.2/PHASER" /Volumes/MDWHS2

 

was attempted - failed. 

 

mount_smbfs: server connection failed: Unknown error: -5996 is result.

 

I'm not at all sure what I'm doing.  Any advice appreciated.

 

running XAMPP on osx 10.7.5.

 

Thanks in advance.


View the original article here

Get file via command line from SMB share

Has a server fire.  I'm moving an old legacy application to a mac until these old programs can be re-written.

 

Having an issue:

 

exec("/usr/local/bin/smbclient -I 10.1.2.2 //MD-WHS-2/PHASER -N -c 'get RECEIVING.DAT'") worked on the old bsd box to move a file to the server.

I'm having trouble getting the folder to mount, let alone move the file to the mac.

 

mount -t smbfs -v "//guest@10.1.2.2/PHASER" /Volumes/MDWHS2

 

was attempted - failed. 

 

mount_smbfs: server connection failed: Unknown error: -5996 is result.

 

I'm not at all sure what I'm doing.  Any advice appreciated.

 

running XAMPP on osx 10.7.5.

 

Thanks in advance.


View the original article here

Friday, January 11, 2013

How to share NSManagedObjectContext to Custom NSViews

As the title suggests how would I share the NSManagedObjectContext/NSManagedObjectModel to a Custom NSView? I am trying to draw stuff based upon some of the information in the Core Data store.


View the original article here