Huawei E3371 – Part 2 – AT commands
In my previous post you can read a little introduction about this device. The one I got runs a HiLink […]
In my previous post you can read a little introduction about this device. The one I got runs a HiLink […]
A few days back I bought a Huawei E3372 4g usb dongle (mokkula in finnish:D) from DNA Finland for about […]
Python 2.x frameworks doesn’t come with any thread pool by default but an handy library is provided by Chris A. […]
If you wanna write python app in the right way you must know how much costs any single data structure […]
HTML pages hide passwords in text fields called “input” that have “password” as type. To display a password is super easy. […]
Old hardware or misconfigured one may lead to tearing effect during video playbacks. You may test your playback quality just […]
Quite basic stuff to achieve with R, but very useful!! > x <- c(1,5,10,50,100,500,1000) > y <- 1/sqrt(x) > plot(x,y) […]
In this post I’ll show you how simple is to use R in order to fit a polynomial linear model […]
On linux it looks like the java browser plugin control panel is well hidden. But it’s available just runnig the […]
Qt comes with a quite handy IDE: Qt Creator. Sometimes we wanna automate our the builds or we wanna just […]