Android MTP really sucks.
Damit, it’s again. Almost of my android devices not synchroizes local files and PC connected. Dam slow, dam unsueful, much sucks than Apple ever !
Damit, it’s again. Almost of my android devices not synchroizes local files and PC connected. Dam slow, dam unsueful, much sucks than Apple ever !
MSYS is a very useful shell emulation for Windows as like POSIX and MinGW/MinGW-W64 for help many developers can build almost of source codes for POSIX targets. It may strong POSIX shell like desktop application ever than any other shell emualtor like CYGWIN in personally. For a long term to… Read more »
Here’s some easy way to know my gcc support what version of OpenMP in compiling level. First, type this to your shell ( not Windows ) echo | cpp -fopenmp -dM | grep -i open You may see one of these. 200505 = version 2.5 200805 = version 3.0 201107… Read more »
For some people to waited for long, it will comes out soon what about firmware upgrading program for Mac OS X. Now I am working on it in Linux and Mac OS X by my multi-platform availed libraries. Wait for more days, it will release on manuafacturer home page, and… Read more »
There’s nothing to find information about sset ( I was misunderstood it may s-record ), so I made a simple tool for supporting multi-platform if have any GCC with STL. You can clone or download source code ( it is MIT license ) and build in your system with just… Read more »
Motorola s-record is a common text based ( ASCII ) firmware usual data or file. I was made it for make memory mapped before updating Renesas(Hitachi) H8x models in 2012. Now some part of writing into a file became to open source here: https://github.com/rageworx/srec2bin Anybody can use it in free… Read more »
A game surprised me – actually it was lean to negative side – by design new circuit and programming it into each component inside – what a brilliant idea, hugh ? It looks like explain : A game for working (or training ) even I am playing a game! Name… Read more »
I guess some people may experienced badness of Intel something – as like old models from Intel graphics as known thousnad numbered models – HD 2000 or 3000 whatever, when specially upgraded to Windows 10 from older. My new office desktop presented to me a bad experience about mouse cursor… Read more »
This in life review written for Bluboo Dual. Thi is a smartphone from chana, built in daul camera and made with aluminium metal uni-body budget phone priced in around 100 USD from Aliexpress. Has no phsysical navigation buttons on bottom of screen, but some space left – maybe it was… Read more »
Applying CLAHE to medical images may going to some shaded on each edge side of object. So I have to correct this problem with fast processing in real time. To make up a prototype correction, I have used same source RAW image, here is a source image in down scaled… Read more »