Search found 3 matches

by nneonneo
21 Jul 2018 06:28
Forum: Feature and Enhancement Requests
Topic: 8 Suggestions
Replies: 1
Views: 2570

Re: 8 Suggestions

I think it would go better if you posted those as images on, say, imgur, instead of sticking them in a password protected archive on a random download site...
by nneonneo
21 Jul 2018 06:26
Forum: Feature and Enhancement Requests
Topic: 'Find all in files' binary search
Replies: 3
Views: 5178

Re: 'Find all in files' binary search

FWIW I wrote a tool a while back called "bgrep" which does exactly this (and even supports partial patterns & regex matching): https://github.com/nneonneo/bgrep. There are also similar tools (also usually named "bgrep") for this purpose.
by nneonneo
21 Jul 2018 03:46
Forum: Feature and Enhancement Requests
Topic: Data inspector: round floats to precision/significant digits
Replies: 15
Views: 16302

Re: Data inspector: round floats to precision/significant digits

I'm the one who posted the original message. I think 6 digits was too low in my initial message; indeed, 23 bits of precision may require ~8 decimal digits to display accurately (then add +1 digit for the implicit 1). But this is only an estimate. I found a library that implements exact round-trip f...