Algorithm (1)

Wednesday, September 30, 2009

Now, I'll try to show how to print number, with input from keyboard, and yield something like this:

Please enter number between 1-20: 10
1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
1 2 3 4 5 6
1 2 3 4 5 6 7
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8 9
1 2 3 4 5 6 7 8 9 10

SMADAV *New, Tiny, and Better Antivirus Portable*

Tuesday, September 29, 2009

Have You ever suffer that your Windows PC was infected by virus? If the answer is yes, maybe You need try this portable antivirus. It's Indonesian antivirus, but it can search and fix almost recent viruses in the world.

You can download SMADAV free by click this link:
http://smadav.net/
it is just ~300Kb.

Happy trying..:)

How to Add PrettyPrint On Blogspot

PrettyPrint is one of the xml and javascript file that will easier our job for write source code. Its gives highlighting for every source code that we've written.

Here the simple setup:
1.Go to http://google-code-prettify.googlecode.com/svn/trunk/README.html
2.Convert Your Code into html code, here.
3.Copy-Paste the converted source code in the blogspot editor.
4.Done!!

Here the implementation:

#include<stdio.h>

int main(){
    int A = 10;
    printf("A = %d\n", A);
    return 0;
}


:)

How to Install Arabic,Japanese, and Chinese Font on Your PC

Monday, September 28, 2009

I'm currently using Windows XP. When I try to read hadist, the text become un-readable. Just show some symbols. The hadist contain many Arabic font, that un-readable in my screen.

Now take a look for install Arabic (even Japanese, Hebrew, or more..) font in Windows XP.

1.You must have cd installer that appropriate with Your current operating system. For example, I use Windows XP SP3. So, I prepare my Windows XP SP3 CD installer.

So, You wanna watch Starwars on Ur Windows??

Saturday, September 26, 2009

Serious?! yes...actually, I've tested in my Windows XP box. And it works!

1. Be sure You have internet connection.
2. Click: Start --> Run.. --> (type) telnet
3. Once upon the telnet window is appear, just hit enter once.
4. Then type "o" (word of 'o', not include the quote)
5. Then, type the url: towel.blinkenlilghts.nl
6. Sit down, relax, and..enjoy the movies!! ;)



Test Source Code

Wednesday, September 23, 2009

/* komentar */
#include 

int main(void)
{
int A,B;
    while (scanf("%d" "%d", &A, &B)!=EOF)
       if (A > B) printf("%d > %d\n", A, B);
       else if (A < B) printf("%d < %d\n", A, B);
       else printf("%d = %d\n", A, B);
return(0);
}
Jadi gk?... knp ada tambahan </stdio.h> dibawah ya?? :( info, buad konvert code jadi html(save), bs coba dimari.

Test

Friday, September 18, 2009

Test pertamax!

First Post

This first post..is't well done?

 
 
Copyright © Welcome