Emma Cold
Emma Cold
I use this library to do SSH: https://github.com/NMSSH/NMSSH. I don't think it supports SSH Host Key Verification, but I will look at the code to see if I can implement...
I will port the app to macOS after WWDC19. Apple is releasing something to code iOS apps and with the same code, build them for the Mac. It’s already in...
Thank you very much! Sorry for the long response time. SeeLess has Python 3.7 in it. Python code can be executed with the `python` command. You can place `cpplint.py` in...
https://github.com/ColdGrub1384/Pyto/commit/c0bc5105e6166b876d7d9e5dfbb72c134411cceb
With the new Pyto update, arguments with spaces are now supported so you can do something like `cpplint "Hello World.cproj/main.c"` or `cpplint --recursive "Hello World.cproj"`
This library is very useful, I use it in my projects. It's awesome to compare numbers so easily.
I just added Pandas on my open source Python IDE: https://github.com/ColdGrub1384/Pyto. @omz Feel free to copy the files and code in `main.m` for implementation.
@goldengrape I created a branch with lxml as it works perfectly, it's just the App Store that rejects it.
I have to rebuild `libxslt` and `libexslt` (`lxml` dependencies) and rename functions flagged as private APIs by Apple. Then link these libraries and re-compile `lxml` with renamed functions.
[This Python IDE](https://github.com/ColdGrub1384/Pyto) contains updated versions of NumPy (1.16.1), Matplotlib (3.0.2) and Pandas (0.24.1)