Tag programming

Ambient light sensor for ASUS Zenbook Prime

I did some research to get readings from the ambient light sensor on my ASUS Zenbook Prime. Unfortunately, I didn't manage to find them,...

Python wrapper for GitLab json rpc api

I wrote a small python wrapper for GitLab's api. You can find it here. Usage: import gitlab token = 'qp6szjqmk8bTyMBrnJo5' # get an API...

Setting up PyOpenCL with a cpu implementation of OpenCL

I've spent today in trying to get a working setup for OpenCL on my Ubuntu machine. I wanted to avoid having to install the non-free...

Patches for the Ralink RT3090 linux driver

The ralink drivers from their website don't compile against current Ubuntu kernels. I've prepared some patches for a friend (I don't...