Dimitar Dimitrov

Results 17 comments of Dimitar Dimitrov

I manually run the reference impl on my generated file and pipe it to a file (name needs to start with `measurements*` or the license checker would complain). Then in...

I find that `Math.round((double) x / y) / 10.0` produces the same result as the reference - the important part is to do the division in `double` - addition is...

I did my first 2 days on PowerShell - nothing special around file generation, except that Java recognizes that it is on Windows and outputs CRLF line endings. Turns out...

I switched to WSL, as I'd like to be able to run the other submissions, and some of them fail on Windows (line ending issues, and possibly others). I would...

I am going to address two of the arguments above: > But I honestly do not buy that installing WSL or Cygwin is solution. These day and age, I also...

Not releasing the history does not help people who have been tried on the basis of evidence impacted by bugs that have been subsequently fixed. As such this code drop...

An easy way to test connection through socks proxy is to use `ssh somehost -D 1080` and then use localhost:1080 as a proxy.