My favourite mini tools that make my days easier


I’ve been thinking about this post for a while now: I’ve collected a handful of great mini tools which I use day by day to make my life easier. These are various small one-functional web or offline tools, some of which you may find useful as well.

Effect size calculator by Daniel Lakens: this is an … wait for it … xls spreadsheet that helps you to calculate effect sizes for t-tests and ANOVAs. Brilliant. Simple. Useful. It has a flowchart, you just have to follow it (e.g. do you have your sample mean and standard deviation?). I like that no matter what values were reported in a paper I can easily calculate effect sizes.

Python regex tester: This webpage is something I bookmarked like 2 years ago and am still using it regularly. Luckily, not for the same “how to get the digit from the string task”, but regex is pretty powerful and it can be used to many different things. The best thing here is the cheatsheet (hideable) so you can be practical and look at it while figuring out the code or can use it for learning and hide it.

The Neural Network Zoo: A website with picture and explanations of the more known network architectures. Good reading and you will like coming back, this is really like a zoo: some networks you see often (CNN) but some are so exotic I just feel I would like to travel to their homeland for a safari (e.g. Kohonen Network).

Mathjax drawer: As the title tells: you can draw equations and it translates them into Math/Latex/MathML. It is surprisingly good in OCR. I just lack one feature: it rejects stylus (e.g. Wacom) input :( .

Mathjax cheatsheet: You can never have enough knowledge of Latex Math. Fawkes at stackexchange collected the most useful ones here and presented them in a nice grouped way. Must have.

Latex table generator: Ctrl/Cmd + C from anywhere Ctrl/Cmd + V here and generate your flawless Latex table. Ok, not print ready but easy as py.

JSON Validator: Many of the tools I use understand already JSON structure (e.g. PyCharm), but this is still a great tool Copy Paste and Validate. Just keep in mind that this a web tool so you might think twice before checking here tokens stored in JSON or other sensitive info

That’s it for today. Hope you find some useful! Do you have better tools? email/tweet me!