Tag Tool

Tag Tool RSS 2.0 Feed

Meal-Prep macronutrients calculator

Since a few month I am little bit into meal preparation or meal-prep. Largely through the book The Stealth Health Meal Prep Cookbook by Tom Walsh. However, I transform all the dishes in the book into vegetarian versions with soy granules or seitan. The advantages of Meal Prep for me are as follows.

  • I eat more protein-rich food, which I need for my sporting activities.
  • It structures my eating habits.
  • There is always a ready-made delicious meal at home or at work.
  • No more spontaneous unhealthy food purchases.
  • I save money.

I have built myself a calculator that helps me to create such dishes independently and to calculate their macronutrients.

Continue reading ...

JavaScript device orientation tool

Just a small tool to show the device orientation data from JavaScript.

Continue reading ...

What are my GPS coordinates?

A small and easy tool that gives you your current GPS coordinates.

Continue reading ...

Interval timer tool

A small interval clock counter tool for fitness exercises or similar.

Continue reading ...

Nonsmoking benefit calculator

My nonsmoking helper application ends today after four weeks, but I would like to see the benefits of not smoking in challenging moments. So I build my own small JavaScript tool that shows me the number of not smoked cigarettes and the saved money while not smoking.

Continue reading ...

Regular expression testing tool

Just a small tool to check regular expressions in the browser build with JavaScript.

Continue reading ...

What is my IP address? - Tool

A small tool to check What is my IP address?. Plus some MaxMind GeoIP data like city, country or longitude and latitude of an IP.

Continue reading ...

Base64 encoding and decoding tool

A small tool for Base64 encoding end decoding.

Continue reading ...

URL encode and decode tool

A small online tool to URL encode and decode strings.

Continue reading ...

JSON - beautifier and minifier

A small tool to beautify or minify JSON data.

Continue reading ...

Text differencing tool

A small tool to show the differences between two texts. Similar to the command git diff. I was motivated to write the algorithm on my own in JavaScript, but there already exists an excellent implementation by Kevin Decker that is called jsdiff.

Continue reading ...

Random Value Generators

I would like to collect here a small set of random value generators that I use pretty often.

Continue reading ...

Unix timestamp to date tool

One more common tool that is fun to write and that I use pretty offen. A tool that converts timestamp to date.

Continue reading ...

HTML escape tool

It's fun to write small simple tools in the evening to come down. Here a tool to escape HTML as you can find it on every other HTML lerning website. It will replace the following characters with the right entities.

Continue reading ...