10 Jun 26

Flutter plugin for accessing accelerometer, gyroscope, and magnetometer sensors.

Tags:

08 Sep 25

Eros is the swish army knife of error handling approaches. It fits perfectly well into libraries and applications.

Tags:

31 Aug 25

crabgrind is a small library that enables Rust programs to tap into Valgrind’s tools and virtualized environment.

Tags:

13 May 25

A command line profiler for macOS and Linux.

by mhm May 2025 saved 3 times
Tags:

10 Oct 11

Requests allow you to send HEAD, GET, POST, PUT, PATCH, and DELETE HTTP requests. You can add headers, form data, multipart files, and parameters with simple Python dictionaries, and access the response data in the same way. It’s powered by urllib2, but it does all the hard work and crazy hacks for you.