mihaela
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Hi HN! I built Cupertino to solve AI hallucinations when working with Apple APIs. It crawls Apple Developer Documentation (22K+ pages across 261 frameworks), Swift Evolution proposals, and Swift.org docs into a local…
-
Xcode 6 lacks "Empty Application" iOS template. Something similar is included, but not like it was in Xcode 5.x. This template generates bare bones application that I find completely unusable. I don't use Storyboards oe…
- Advice for struggling PC software vendors (zdnet.com)
-
I'm fed up with WordPress. I need something simple and possibly static with markdown support. I would like to work outside web rich editor, and do my work on iPad(iAWriter), Mac or PC, then post to my site (Git would be…
- Binary tree traversal win app (mihaelamj.com)
If you need to visualize pre-order, in-order or post-order binary tree traversal, you might want to check it out. Create any binary tree, save, load (not BST, that may come later). Cheers.