The memory of past, my younger times remembers what I played, what I wanted to play. This small gaming console has hundreds of unclear to original or not games, and some are not working correctly. But China made this for only under 20 USD includes shipping fee – Great copyright… Read more »
Why need to do this? 96Board developing team only provides armhf ( arm 32bit ) pre-build images in officially. But some people as like me, are need to use AARCH64 for better performance. This article is for people who demands runs Rock960 board on AARCH64. Preparation x86.64bit debian based Linux,… Read more »
Currently 96rock’s (VAMRS) Rock960 board officially published for debian stretch image for 32bit ( they aren’t published for AARCH64 ), so I rebuilt their open source for supporting nvative AARCH64 at all with bundled LXDE. Download link: Rock960B ( RK3399 + 4GB lpDDR3 + 32GB eMMC ) https://mega.nz/#!cp1wRSZS!Lg35IENdY7eyzCLT5PpYZc81b3XCZexUYq9n46YP_ig Rock960C (… Read more »
When I bought Inland SSD 480GB again from Amazon, I found new SSD is exactly different from old model by just open paper box – that was plastic enclosured SSD, it was never expected. Left : new, Right: old  Aghhh .. always problem is ‘cost down matter’ of many manufacturer,… Read more »
Since I bought RPI3B+ board again for myself, determined to replace home network server include this Android device what running as web server. Waiting for new system …
Here is a simple code for convert Fl_RGB_Image to HBITMAP. HBITMAP GetHBMPfromFlRGBImg( const Fl_RGB_Image* src ) { if ( src == NULL ) return NULL; if ( src->d() != 4 ) /// Accepts only for RGBA 4 depth. return NULL; BITMAPINFOHEADER bmih = {0}; bmih.biSize = sizeof(BITMAPINFOHEADER); bmih.biWidth = src->w();… Read more »
He was the treasure of human being, and now left to us. Rest in peace, Sir, Stephen Hawking. It is a day little bit sad.
Here is a tip for programer for debug any application with using libusb(x) or libuvc. There’s many way to debug what it going on with gbd when you are using gcc or MinGW (incl. MinGW-W64) , you may feels somehow difficult to control gdb to debug in deep call stacks… Read more »
Now I am trying to get YUV2 buffer from formal USB camera, but it doesn’t easy on Windows system. MS designed most of USB video devices need to use Direct media layer, but it occurs many different problems while using OpenGL or hardware accelerated surface at same instance of Windows… Read more »
Everytime to updating latest versions of each plug-ins and theme makes me have check what it chnaged. And I didn’t wait for what it done for updating previous theme. It was recovered easily to putting definition for exactly what domain name to Word Press configuration.