Axel Kramer

Results 127 comments of Axel Kramer

> The quick answer is that if you don't have duplicates, use the [PersistentTreeSet](https://github.com/GlenKPeterson/Paguro/blob/master/src/main/java/org/organicdesign/fp/collections/PersistentTreeSet.java) or [sortedSet()](https://github.com/GlenKPeterson/Paguro/blob/master/src/main/java/org/organicdesign/fp/StaticImports.java#L234) instead of an RRB-Tree. I have duplicates and another data structure is not an...

I commited a configuration for the `appassembler-maven-plugin` Maven plugin which can be used to create the apps. Assuming the command will be run from the parent `pom.xml` file location, this...

> I just want to know if you will release the **Symja 2.0.0** for Windows or not? I added the release here: - https://github.com/axkr/symja_android_library/releases/tag/v2.0.0-apps

Maybe the IP addrees or port is blocked by your windows security system? Can you try to run it like this: ``` bin\server.bat -l -p 8080 ```

> @axkr I tried but it didn't solve the problem. Also, I did not see any blocked ports and programs related to the Symja in the firewall list. I`ve no...

I guess it has something to do with the `new FileOutputStream("NUL:").getChannel()` which throws the `FileNotFoundException` and which is similar to the Linux `new FileOutputStream("dev/null").getChannel()`: * https://stackoverflow.com/questions/25348997/nul-does-not-work-for-windows-but-null-does BTW: this version needs...

This work around may also help? * https://stackoverflow.com/a/72973272/24819

AFAIK Rubi is in a big "redesign/refactoring" phase. I think it only makes sense to implement this for the next Rubi version. See: * https://github.com/RuleBasedIntegration/Rubi-5

@maxandersen I created the `axkr/jbang-catalog` repo. At the moment I must do some experiments with jbang to get the "complete picture". There is probably also an option to let the...

> is there a maven GAV that has the console app ? Yes it's in the `matheclipse-io` artifact: * https://github.com/axkr/symja_android_library/blob/07a9d34941bae3903ce56918da9cd697eb46c8d5/symja_android_library/matheclipse-io/pom.xml#L11 The apps are defined below this line: * https://github.com/axkr/symja_android_library/blob/07a9d34941bae3903ce56918da9cd697eb46c8d5/symja_android_library/matheclipse-io/pom.xml#L124