Stefan de Konink

Results 176 issues of Stefan de Konink

![image](https://github.com/bliksemlabs/rrrr/assets/502394/bb285e55-0551-4a79-8a61-892da953629f)

https://people.kernel.org/kees/bounded-flexible-arrays-in-c

There is a situation with a multileg trip. The first leg would have an earlier departure time, but is a mandatory journey in the trip. The first leg could be...

The example denotes the following. ``` async with Client("test.mosquitto.org") as client: async with client.messages() as messages: await client.subscribe("humidity/#") async for message in messages: print(message.payload) ``` If a user wants to...

https://github.com/MichaelKreil/openPlanB/blob/master/node.js/plan_modules/plan_utils.js#L122

When an input image is scale towards a different dimension (even remaining aspect ratio) the software is unable to extract the watermark. But when the image is scaled back to...

First of all: very great library. After https://github.com/chinasaur/poptart I find this one of the most useful pieces of code I found to use a raspberry pi in broadcasting. Something 'nice'...

At this moment I am trying to receive video on the Raspberry Pi 3. Using a composite capture device I notice that if the resolution is 720x576 horizontal lines appear...

At this moment I am testinga HDMI capture device. (I expect that device is actually a HDMI to composite to capture device.) Using this device in mplayer on an ordinary...

I am trying to transfer files from a Nokia 3.1. Using the libmtp example mtp-filetree I am able to see photos on the telephone, I have a similar experience in...