Nick Franken
Nick Franken
I have written a native node module for node to python foreign function interface interoperability. https://github.com/fridgerator/pynode. It allows python function calls from node via c++ bindings. [Here is a blog...
closes #63 Electron wrapper for reddit music player. Most of the code was generated by [electron-boilerplate](https://github.com/szwacz/electron-boilerplate). Very little was changed, other than removing unused scrips / styles / html. *...
Today, I am going to create a standalone desktop app in electron only so I can use the audio keyboard controls when the window isn't focused. Any interest in this...
`*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Could not find a storyboard named 'Main' in bundle NSBundle (loaded)'`
It seems that this project is no longer maintained, I've created a new project here: https://github.com/fridgerator/r-script
https://stackoverflow.com/questions/39813301/creating-a-python-object-in-c-and-calling-its-method
in directory: test.py test.js `pyNode.openFile('test')` fails
Currently only primitive python types can be returned. However I believe numpy also has a c++ wrapper which might allow PyNode to return numpy types to javascript also. This needs...
can be other types: `{1: 'this is a number type'}`