Re: Disabling screen capture

2014-02-21 Thread Jim Zajkowski
It sounds like the computers are owned by the people taking the test, and are not owned by the testing center. How is the test data delivered to the client? What's to prevent someone from grabbing network traffic and memory of the test application in the background? --Jim On Fri, Feb 21, 2014 a

Recursive file copy with good progress data?

2013-02-14 Thread Jim Zajkowski
Hi all, I'm writing a tool that needs to copy directories with a lot of files and a significant hierarchy (a home directory is a good analog). I've implemented test versions of the following: a. NSTask'ing rsync. This works but provides terrible progress, as I have to parse the the made-for-h

Re: Base64 encoding of NSImage

2012-07-01 Thread Jim Zajkowski
On Sun, Jul 1, 2012 at 1:05 PM, Kyle Sluder wrote: > On Sun, Jul 1, 2012, at 11:23 PM, Alexander Hartner wrote: >> I am looking at available option to send an NSImage to a webserver. > If you're in control over both the client and server, I'd suggest > avoiding sending the image data over JSON.