How To Download Android SDK For Offline Installation I use SDK Manager.exe (Windows) and android_dir/tool/android (Linux) when download android SDK from android repository. But, the problem are my connection is slow and I can not resume when the last download is not complete. So, I am try to solve this problem with create list of
Ubuntu : How to Upside-Down Image From ASUS Camera I am using ASUS K40In. I have a problem in Linux and Windows with ASUS camera. The image from this ASUS camera is upside-down. I can solve this problem in Windows with update the driver. But, I can not get the new driver to resolve this
C/C++ : SEGY Merge In my last post, I am create a method how to merge SEGY with cat and dd command. Now, I am create a C/C++ SEGY merge code. This is the main C/C++ : SEGY Merge code : void usage() { printf("\nSEGY_MERGE \n"); printf("by toto (toto-share.com)\n\n"); printf("segy_merge segy1 segy2 segy3 ... segyn
C/C++ : LibTiff Tutorial Libtiff is a library for reading and writing Tagged Image File Format (abbreviated TIFF) files. The set also contains command line tools for processing TIFFs. It is distributed in source code and can be found as binary builds for all kinds of platforms. The libtiff software was written by Sam Leffler