how to tell if file is in use on shared network mac
Hi how to tell if file is in use on shared network, only Mac's on the network
View ArticleUsing Applescript to get name of current (random) desktop image
I've been searching all over, and can't find code that actually works for this. My mom randomly rotates through ALL of her photos (from Photos app) on her desktop, and very often wants to know which...
View ArticleXcode indentation formatting
I downloaded several pre-made configuration profiles (xml) but when I use Xcode to edit each of them, the indentation formatting for each keys, string, integer, elements, etc came in one single line. I...
View ArticleCannot install Xcode 12 Beta 5
Hi, I cannot install Xcode 12 Beta 5. When I click on the Xcode12beta5.xip file it begins to extract the files but then it shows a dialog which says The archive "Xcode12beta5.xip" can't be expanded...
View ArticleWhich programming language for a complete beginner?
I want to teach myself to code. However, I'm not finding Swift very "friendly," so I've restarted with Python. If you were starting to learn to code, which language would you go with, and why? Thanks...
View ArticleCS50 at Harvard
I just started the Harvard University CS50x online MOOC (Massive Open Online Course) about 3 weeks ago and I think it's FANTASTIC! For a relative programming newbie (not counting learning some BASIC...
View ArticleBest place for freeware
Hi I have a ton of freeware on MacAppStore, last weeks there been coming mail that I must update to look like BigSur apps and ARM code. Some apps that I posted a couple of months ago, some back in...
View ArticleMips, self modifying code
i, i need help with self modifying code. i have written a program that does some operations once, except once the result is 7, program will have to modify itself so that from then on entering addition...
View ArticleApplescript: exporting numbers file to PDF
I have the following code to print a pages file: Code: tell application "Pages" set Doc to open PathFileDoel as alias set DocPDF to PathFileDoelPDF export Doc to file DocPDF as PDF close Doc end tell...
View ArticleApplescript: Read EXIF data and change "created date"
Here's the deal. I have a bunch of photos that I have imported and exported out of iPhoto which changed their "created date" in the Finder. However, their "capture date" is still the same in the EXIF...
View ArticleBasic Automator Image Capture Plugin Question
I am trying to create a really simple Image Capture Plugin in Automator that lets me : - select Images in image Capture - Converts selected Images to HEIC - Imports them to Photos - Deletes the files...
View ArticleCreating a simple Hello World launch daemon
I'm having a hard time creating a simple hello world launch daemon. It is launched every 10 seconds and just logs "hello world" to the console. So I just compiled the Command Tool (Foundation) template...
View ArticleQuery on app development (API's)
Hi, Bear in mind I am not a developer, but a product designer seeking advice on what best solution to take. I'm looking to create a PHP based SaaS which will have an app for iOS+android and responsive...
View ArticleJPEG to HEIC in Photos
Is there a way to create a script (or native method in Photos app) to convert JPEG imports into a HEIC? For context, I shoot photos on my iPhone, SLR and an android phone For the most part (except...
View ArticleHEVC Main10 Hardware Encoding
Are there any Macs that support 10-bit (Main10 Profile) HEVC (H.265) encoding with hardware acceleration in the VideoToolbox framework? Someone created an Open Source command-line tool that lists all...
View ArticleMD5 Self sum
Hello everyone, Sometimes you need to get the md5 amount of the mini soft when running the software when you attach this mini soft as a plugin. For the windows solution, I have this code: Code: LPTSTR...
View ArticleIs it possible to have both types of views in the same app?
Is it possible to have both types of views in the same app? I mean one viewcontroller in portrait mode and another viewcontroller in landscape mode?
View ArticleHunting for Leopard Xcode Core Reference Documentation
I am searching for the Apple Developer Connection Core Reference Library for Leopard docset for a PowerPC supported project. Unlike Xcode 2.5 on Tiger, the docs which shipped with Xcode 3.1.4 on...
View ArticleSubmit Apps from 2011 MacBook Pro
I used to develop apps on a 2011 MacBook Pro and submit them to the AppStore. Can I still submit apps from that old machine or do I need more recent hardware/software?
View ArticleCombine command line tools into a command line toolbox
I have a number of small command line tools made over time, and I'm thinking of combining them into one command line tool. It's not a project as yet, but just a concept I'm playing around with, so...
View Article