Alexey Valikov
Alexey Valikov
I'd like to use `args4j` in XJC plugins. They may implement a method like: ``` public int parseArgument( Options opt, String[] args, int i ) throws BadCommandLineException, IOException { return...
http://www.michaeldittrich.de/ibnr/online.php
Please see #27 for the background information. A further problem I'm facing are coordinate which are completely off track. BIN file: [GX010039.bin.zip](https://github.com/stilldavid/gopro-utils/files/2453879/GX010039.bin.zip) This is the GPX track I'm getting: [GX010039.gpx.zip](https://github.com/stilldavid/gopro-utils/files/2453880/GX010039.gpx.zip)...
I am trying to export a GPX track from an MP4 video filmed on GoPro 6. Somehow I'm getting invalid coordinates. I see several problems which appear on the exported...
Fixing Javadoc warnings (see #53). Please note: this is a "work in progress" PR, please do not merge yet. CLA not signed yet.
See #66. This is a WIP PR, please do not merge yet.
As discussed in #57, add the `int` `inflectionGroup` property to `IWiktionaryWordForm`. The purpose of this property is to identify which "column" of the inflection table does a word form belong...
See: https://de.wiktionary.org/wiki/Niederl%C3%A4ndisch Contains: ``` {{Deutsch Substantiv Übersicht -sch }} ``` Displayed as:  I think we should generate appropriate word forms in this case.
Context: I am using JWKTL to work with declension tables for German nouns. There's a feature I need (and can implement) but I'd like to first discuss, what would be...
There are a few hundred Javadoc warnings to be seen during the build. I would like to fix them to have clean Javadoc. I will work on this issue on...