
If your browser's default start page is feeling a little ugly and boring, DeviantART user flatmo1 has created a great-looking start page inspired by Windows 8's tiled interface, ready to get you to your favorite sites with just a click. startpage interface Say what you want about Windows 8's new interface, but it actually makes for a really sharp "new tab" page. By default, it's got shortcuts to things like Google, YouTube, Facebook, Twitter, GrooveShark, and more, but you can tweak these to fit your own favorite sites. It's also got a quick search bar right in the middle of the page. To use it, 1. you'll need to download...

Android Freeware is delivering you the latest news and reviews about Software, Games and Applications for Android mobile platform Didirikan 07.11.2007 by Mobile Network LLC. Tentang Android Freeware is delivering you the latest news and reviews about Software, Games and Applications for Android mobile platform Gambaran Perusahaan Lots of free android software, games, enhancements and themes plus much more apps to enjoy on your Android device Misi Helping the open source freeware software developers to spread their great applications to all the Android users around the world. Produk Please feel free to contact us and submit your new freeware !...
|  | AGUNKz scrEaMO {Agung YuLy Diyantoro} Blog · Lihat Profil AGUNKz scrEaMO {Agung YuLy Diyantoro} Blog · Lihat Blog AGUNKz scrEaMO {Agung YuLy Diyantoro} Blog |  | Dibaca : 3253 Kali |
 | Minggu, 12 Juni 11 - 04:30 WIB |  | 0 Komentar |  | Rating : 0 Bagus, 0 Jelek |
 | ANDROID, MARKET, GAMES, SOFTWARE, FREEWARE, UTILITIES, GPS, NAVIGATION, THEMES, ENHANCEMENTS, COMMUNICATION, BLUETOOTH, WIRELESS, WIFI, PHONE, BACKUP, IMAGE, EDIT, DRAGONBALL, VEGETA, DROID, GOHAN, PINBALL, ROBOTS, GOOGLE, AN |

Kali ini gw mo kasi tau cara compile file.c di linux okok kopi kan dulu file.c nya terserah mau dimana,klo gw taro di Desktop :p masuk terminal, tros.. 1. compile dulu file.c nya gcc -c faktorial.c 2.buat file utk “eksekusinya” gcc -o faktorial faktorial.c 3.jalanin file “eksekusi” tadi ./faktorial ni gw kasi gambarnya biar jelas itu baru I/O standar.utk yg library laen coba aja ok deh semoga tulisan acak2an gw ini berguna...

Hello,meet again with me,the most handsome in the maya’s world.now we’ll learn about C.in here,I make a program for newbie in order to can understand the basic syntax.check this out /* brought to y0u by : omicron9194 */ #include <stdio.h> #include <stdlib.h> int main(int argc, char *argv[]) { char a [100]; int b; int hasil; int hasil2; int bagi = 2; printf ("\t\t\t %34 Welcome to TikKetik %34 \n"); printf ("\t\t\t"); int i; for ( i = 0; i < 10; i++ ) { printf (" "); } printf ( "\n\n\n\nIn this program, you will learn input and output in C\n" ); getch(); printf ( "How to print \\ in C?\n"); printf ("Use...