Ernst Plüss
Ernst Plüss
I'm working on a hobby/toy GCode Plotter for Lego Mindstorms. As of now I have a basic GCode parsers, written in Java, using [Spring-Boot](https://spring.io/projects/spring-boot) and [ANTLR](https://www.antlr.org/). On my Mac this...
I added the the possibility to export python code. It's a modified copy of the c export. Unfortunately I did not manage to read the generated python code again. But...
I'd like to have autojump in cygwin. Since there's no autjump cygwin package I went for the manual installation and called `./install.py` which copies everything to `C:\Users\userdir\AppData\Local\autojump`. I guess this...
It's not possible to instal the plugin form a cygwin environment: ``` helm plugin install https://github.com/quintush/helm-unittest ./install-binary.sh: Zeile 2: $'\r': Kommando nicht gefunden. ./install-binary.sh: Zeile 4: $'\r': Kommando nicht gefunden....
I'm busy with implementing a payment gateway for [saferpay](http://www.saferpay.com). Since we want to store (a handle to) the credit card information for recurring payments I need a way to do...