Jeffrey Phillips Freeman
Jeffrey Phillips Freeman
Users need to know that someone is responsible for each release and approves it before pushing it to maven central. As such we need to create a GPG key which...
We currently have google groups setup. This supports posting and receiving notifications through a special mailing list. Configure this to go through opennars.org domain and then add it to the...
As we get more coders it will be harder and harder to diff the project if everyone uses their own style standard. It also hurts readability. We should define a...
While I managed to update most of the dependencies to the latest depndency with a little bit of code editing a few dependencies are still older versions. We need to...
A nice visually pleasing animated gif on the readme goes a long way. Even just as eye candy it can help give a nice professional look to the readme. But...
This pull request is an attempt to address issue #51 51
Closes issue #62
This pull request represents an attempt to merge in the ucores code into aparapi.
The problem arrises from java statements like this: ``` foobar = foo = bar ``` which incorrectly generates this in opencl instead: ``` result = int assignMe = value; ```...