Absortio

Email → Summary → Bookmark → Email

Per page:

Health and Fitness API for Wearable Integrations

Dec 25, 2021 01:22 • tryterra.co

API that enables you to integrate with wearables, such as Garmin, Fitbit, Apple, Google, Polar, Eight Sleep, Oura and Others through a single source.

Mito: One of the Coolest Python Libraries You Have Ever Seen

Dec 24, 2021 16:54 • towardsdatascience.com Towards Data Science

A few weeks ago, I posted a blog about Bamboolib that became quite popular. The blog was very well received, achieving tens of thousands of views in the first week. And after that, I had planned to…

GitHub - mtdvio/every-programmer-should-know: A collection of (mostly) technical things every software developer should know about

Dec 23, 2021 22:06 • github.com GitHub

A collection of (mostly) technical things every software developer should know about - GitHub - mtdvio/every-programmer-should-know: A collection of (mostly) technical things every software develop...

GitHub - jedisct1/minisign: A dead simple tool to sign files and verify digital signatures.

Dec 23, 2021 21:52 • github.com GitHub

A dead simple tool to sign files and verify digital signatures. - GitHub - jedisct1/minisign: A dead simple tool to sign files and verify digital signatures.

What are the lesser known but useful data structures?

Dec 23, 2021 21:23 • stackoverflow.com Stack Overflow

There are some data structures around that are really useful but are unknown to most programmers. Which ones are they? Everybody knows about linked lists, binary trees, and hashes, but what about ...

Convert xlsx to csv in Linux with command line

Dec 21, 2021 21:59 • stackoverflow.com Stack Overflow

I'm looking for a way to convert xlsx files to csv files on Linux. I do not want to use PHP/Perl or anything like that since I'm looking at processing several millions of lines, so I need something

5 Mundane Java Performance Tips

Dec 20, 2021 22:57 • richardstartin.github.io Richard Startin’s Blog

Most of the time it isn’t really necessary to optimise software, but this post contains 5 tips to avoid making software written in Java slower for the sake of it.