Jonathan Mackenzie
Jonathan Mackenzie
@hemedocx Hi, I've compiled a version using osxcross and macports. Please try this file and tell me if it works: https://dl.dropboxusercontent.com/u/36575616/bibtex_label_generator.dylib
Is your version of endnote 32bit or 64bit? On 14 January 2016 at 15:35, hemedocx [email protected] wrote: > @JonnoFTW https://github.com/JonnoFTW Thank you for working on this > issue. I guess...
I also experience this error when trying to build into an `ember-cli` app. I don't need `fs` features so it would be nice if it was optional when building.
No idea, I'm going to look at this https://github.com/protobi/msexcel-builder as an alternative
@ikochetkov I just switched to the library I linked. Most of these excel output libraries are quite similar so it's not difficult.
I've used it in browser, the first example in the repo shows you how to do this. On Tue, 6 Apr 2021, 9:36 pm Igor Kochetkov, ***@***.***> wrote: > @ikochetkov...
Suggestion: weighted scoring, eg. for scorer `s_1..n`: and weight `w_1..n` and input image `i`, score `S` is: ``` S = s_1(i) * w_1 + ... + s_n(i) * w_n ```
This project isn't really for general use, you can see how the data is interpreted in this function here: https://github.com/JonnoFTW/traffic-prediction/blob/master/utils.py#L55 My data format has timestamp followed by vehicle counts for...
Make sure you have mongodb installed and created a user with readWrite permission on a database called `mack0242`, (I should really change this) From terminal run: ```bash export pymongo_conn=mongodb://username:password@localhost:27017/admin ```
I modified hyperas a bit, I should probably have the requirements install my fork, do: ```bash pip uninstall hyperas pip install git+https://github.com/JonnoFTW/hyperas ```