Hank

Results 39 comments of Hank

gcc-5 works on Ubuntu 18.04, too.

Update: The reason is the location of `moov atom` of mp4, and FireFox can handle it. | | Chrome | FireFox | | --------------------------------- | -------- | ------- | |...

I create a basic region operation Demo for audio annotation based on built in Region plugin. But it only meets some of my needs now. May I ask @frumbert have...

May I ask where to see the `print` stdout output? I don't see the subprocess output in the main process stdout. Thanks! ![image](https://user-images.githubusercontent.com/1092722/70289892-358a7b00-1811-11ea-9839-f5443c88a76d.png)

@forslund your solution works on Ubuntu 18.04 ``` /dependencies.sh --prefix="/opt/mimic/install" ./autogen.sh mkdir build && cd build PKG_CONFIG_PATH=/opt/mimic/install/lib/pkgconfig ../configure --prefix=/opt/mimic/install make make test ```

@kmike Thanks for your wrapper! May I know if you are going to expand the alphabet table? Both of length |alphabet| > 256 and the length of each letter of...

Thanks Kmike, And one more question, I haven't found datrie has any API to get the children nodes of a given node, instead it only can iterate all items with...

@kmike Just as code pasted bellow, use two methods to get the children of node `a`, but they all return node prefixed with node `a`, but really want is return...