Category: Computers


  • Shortcut Pengaturan Windows 7

    Bingung dengan pengaturan Windows 7? Ada cara mudah untuk membuat shortcut yang dapat mengakses ke seluruh pengaturan sistem operasi Windows 7. Langkah: Buat folder baru Rename Folder dengan: WinSettings.{ED7BA470-8E54-465E-825C-99712043E01C} Setelah merename Folder tersebut, akan berubah menjadi icon yang berisi daftar pengaturan seperti Action Center, Administrative Tools, Auto Play, Back Up and Restore, Color Management, Credential…


  • Apple iPad

    Apple iPad All of the built-in apps on iPad were designed from the ground up to take advantage of the large Multi-Touch screen. And they work in any orientation. So you can do things with these apps that you can’t do on any other device. Safari The large Multi-Touch screen on iPad lets you see…


  • Opera Mini 5 Beta is now available for download

    Opera Mini 5 Beta is now available for download Want to try Opera’s next generation mobile browser? Simply visit the address m.opera.com/next using your phone’s default Web browser, or download using pc at here read more


  • Vista Icons

    Instead using default windows’ icons in %SystemRoot%\System32\shell32.dll, you can change use nice Vista icons that located at %SystemRoot%\System32\imageres.dll file.


  • Two Dimensional Array

    This article demonstrate how to passing parameter of two dimensional array (C++ languange); Artikel ini menjelaskan bagaimana melakukan passing parameter untuk array 2 dimensi (bahasa C++); // Author: Yohan Naftali // Prototype void myFunction(long double (*myArray)[noRow]); //Global Variable const int NoRow = 10; const int NoCol = 10; //for array 10×10 void main()