jazzkutya
jazzkutya
Hi, in koolreport/src/processes/Group.php you calculate $index by concatenating group column values and then: $index = strtolower($index) . md5($index); there are 2 big issues here: - case sensitivity depends on md5()...
Hi, I found the clicking of the cw audio annoyingly clicky, so I tried to fix it and it seems it's OK now. Here is my commit: https://github.com/jazzkutya/morse/commit/413d8b60940edd5e7a5c4d0d53431954f91f040f I hope...
Hi, unfortunately static linking gives problems on Ubuntu 14.04 so I modified the Makefile to build a dynamic binary on linux. Here is my relevant commit: https://github.com/jazzkutya/morse/commit/c434945b6eb5564fffe89241912131f8e6dc6b5d I hope you...
Setting AGC on/off causes the hardware stream to stop for a considerable time. Setting gains also stops the stream for a smaller time. Some programs can not handle this. We...