omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. chibill
    3. Best

    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.


    • Profile
    • Following 0
    • Followers 0
    • Topics 14
    • Posts 64
    • Best 6
    • Controversial 0
    • Groups 0

    Best posts made by chibill

    • RE: Beta expires in 3 days

      Rip! Beta is dead.

      posted in Pythonista
      chibill
      chibill
    • RE: Minimalistic open source Pythonista

      http://cylith.dyndns.org/code/f2cpp

      Could work maybe..

      https://github.com/OpenResearchComputation/fable

      May also work.

      posted in Pythonista
      chibill
      chibill
    • RE: Appex and user modules

      Yes it's a bug an extension should still import following how it normally does.

      posted in Pythonista
      chibill
      chibill
    • Bypassing the GIL.

      In this topic I am going to be documenting my advantures trying to bypass the GIL using Apple's threading api and objc_utils. I also want to develop it into basically a multiprocessing API for pythonista.

      Firstly some docs.
      https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/Multithreading/Introduction/Introduction.html That is on just Multithreading.

      I may end up using the Dispatch query.
      https://developer.apple.com/library/ios/documentation/General/Conceptual/ConcurrencyProgrammingGuide/Introduction/Introduction.html

      posted in Pythonista
      chibill
      chibill
    • RE: SnapSudoku

      I am working on a simple Nuertal Network for reading numbers to help with this project. If you can break the image into the boxes I can read the number in each one.

      posted in Pythonista
      chibill
      chibill
    • Update paramiko?

      Is it possible to get paramiko updated (or load a local version in stead of the distributed one) because it's 1.13.0 installed by default and 1.16.0 has some fixes that let you ssh with out having to reconfigure your ssh server to use older key exchange systems.

      posted in Pythonista
      chibill
      chibill