Community Page
- toxicsoftware.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- thank you for the information..
- I'm interested in migrating an EE site to WordPress, but I'm not as tech savvy as you. Do you ever do freelance jobs?
- just found your page, do you if there is a "generic" bluetooth app to remote control the nxt with a mac book? your software works only with space navigator?
- Three things: www.bitbucket.org causes a certificate problem because of the "www" subdomain. Pure python keychain access:...
- Hi. So can you please provide the the code for that application? Would be really appreciated!
Jump to original thread »
I’m clearing out some of my old code and found this little gem. mdfind2 is a replacement for Apple’s mdfind command line tool. This version adds one feature that mdfind doesn’t have, you can specify the –xml switch on the command-line to output the r
... Continue reading »
3 years ago
./mdfind2
ZeroLink: could not load .o file: /Users/schwa/Developer/Intermediates/mdfind2.build/Debug/mdfind2.build/Objects-normal/ppc/mdfind2.ob
ZeroLink: could not load .o file: /Users/schwa/Developer/Intermediates/mdfind2.build/Debug/mdfind2.build/Objects-normal/ppc/CMyController.ob
ZeroLink: could not load .o file: /Users/schwa/Developer/Intermediates/mdfind2.build/Debug/mdfind2.build/Objects-normal/ppc/NSMetadataItem_XMLExtensions.ob
Bus error
3 years ago
6 months ago
It will be useful when we could access XML tags and attributes in content of the file directly in search query and results!
<name>John</name>
<birthDay>09/10/1971</birthDay>
Search query should be "... birthDay == 09/10/1971", and result like an XML node tree: kMDItemFSXMLTag.name=John
kMDItemFSXMLTag.birthDay=09/10/1971