omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Hackathon challenge: List of English words in builtin iOS Dictionary

    Pythonista
    2
    3
    1855
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ccc
      ccc last edited by ccc

      Here is a challenge open to everyone...

      The goal is to post Pythonista code that prints the first 10 English words and the last 10 English words in the iOS builtin Dictionary (no external dictionaries or wordlists are allowed). Extra credit for implementations that do not use objc_util.

      https://stackoverflow.com/questions/7419940/access-ios-dictionary-programmatically

      cvp 1 Reply Last reply Reply Quote 0
      • cvp
        cvp @ccc last edited by

        @ccc We could try a loop on 'a', 'aa', ... until we find 10 accepted words with a UIReferenceLibraryViewController object (ok, it is with Objectivec, but it is a beginning 😀)

        1 Reply Last reply Reply Quote 0
        • ccc
          ccc last edited by ccc

          Perhaps I should have set a time limit! I believe that the use of objc_util will be required but I would love to be proven wrong.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB Forums | Contributors