erdgeist
erdgeist
Most of the information is presented in tiny boxes where size acutally matters. Most browsers allow to override web page's body font settings. Also the default looks ugly.
It has historic reasons: The single source of truth about what's selected is in the event div's classes, if they're selected, that means that you've selected them, which allows for...
the halfnarp API is set by your browser, maybe you've been visiting the halfnarp via http before?
Ahh, now I see what you mean. Will look into how to fix it client side, if it was stored with a http scheme in localStorage.
I've had similar requirements and wrote an implementation in c++ https://github.com/erdgeist/libresample/blob/master/cpp/resampler.h if C++ is fine with you, just use it. If not, the main thing to do is to change...
> And also is it possible to export in csv with custom dellimiter, not "," ???? Added an option to set delimiter on your csv export here: https://github.com/alephdata/cronodump/commit/157fd7560d6d7c4064240ea324577f86c9e8d8cd this is...
> lookin into your email
Look for a mail with subject "Re: your database", I sent an updated one just now
Done, maybe check your spam.
Decrypting the database is a heuristic process, with the current master branch, we just take the amount of \0 bytes into account which should be the majority of the table...