<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-3061856416241716676</id><updated>2011-11-28T07:25:30.616+07:00</updated><category term='Algorithm'/><category term='Misc'/><category term='Assembler'/><category term='Virus'/><category term='C'/><category term='Music'/><category term='Computer'/><title type='text'>Welcome</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>20</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-5627725029201523428</id><published>2011-08-10T15:50:00.000+07:00</published><updated>2011-08-10T15:50:01.632+07:00</updated><title type='text'>test</title><summary type='text'>so long time that I don't update this blog.. :p</summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/5627725029201523428/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2011/08/test.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/5627725029201523428'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/5627725029201523428'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2011/08/test.html' title='test'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-1265681365412123630</id><published>2009-10-19T22:31:00.000+07:00</published><updated>2009-10-19T22:31:11.915+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='C'/><title type='text'>Using Pointer</title><summary type='text'>This will show You about simple using pointer in C.

#include&lt;stdio.h&gt;

int main(void){
    int y, x = 87;
    int *px;

    px = &amp;x;
    y = *px;

    printf("Giving x = 87 (integer)\n");
    printf("px = &amp;x;\n");
    printf("y = *px;\n\n");
    printf("Address of x = %p\n", &amp;x);
    printf("Content of px = %p\n", px);
    printf("Content of x = %d\n", x);
    printf("Value that being pointed by</summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/1265681365412123630/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/using-pointer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/1265681365412123630'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/1265681365412123630'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/using-pointer.html' title='Using Pointer'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_R_zZcyXRL4U/StyGHulnlJI/AAAAAAAAAV0/Zh3ifck80Bc/s72-c/pointer-low.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-7564992661216669039</id><published>2009-10-12T22:29:00.002+07:00</published><updated>2009-10-12T22:56:51.217+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Music'/><title type='text'>Dayung Sampan</title><summary type='text'>I'm listening to the Indonesia Folk Song, called "Dayung Sampan". This song accompany me during finishing  my last task..:)






this is the lyric:

Dayung Sampan
(Indonesian Folk song)

Naik sampan
Sampan didayung
Sampan pun m'laju hai nelayan
ke pantai nan biru

Kalau tuan mencari jodoh
Jangan mencari hai nelayan
selalu cemburu

Ya ya ya ya

Jangan selalu cemburu
Cemburu hatinya palsu
Dayung </summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/7564992661216669039/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/dayung-sampan.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/7564992661216669039'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/7564992661216669039'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/dayung-sampan.html' title='Dayung Sampan'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-4559066051921278171</id><published>2009-10-12T07:18:00.000+07:00</published><updated>2009-10-12T07:18:33.807+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='C'/><title type='text'>Copying Array to Another Array</title><summary type='text'>This code will explain You how to copy from one array to another array..

#include&lt;stdio.h&gt;
#define MAKS 30

int main(void){
    int i;
    char asal[] = "I like C...";
    char hasil[MAKS];

    i = 0;
    while(asal[i] != '\0'){
        hasil[i] = asal[i];
        i++;
    }

    hasil[i] = '\0'; // give null char
    printf("Content of hasil: %s\n", hasil);

    //return 0;
}


This is the </summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/4559066051921278171/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/copying-array-to-another-array.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/4559066051921278171'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/4559066051921278171'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/copying-array-to-another-array.html' title='Copying Array to Another Array'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_R_zZcyXRL4U/StJ1wB_hiRI/AAAAAAAAAVs/3tBkUDSoawE/s72-c/asalhasil-low.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-728111961758745485</id><published>2009-10-10T09:36:00.000+07:00</published><updated>2009-10-10T09:36:46.584+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='C'/><title type='text'>Another Code to Count Char in A Sentence</title><summary type='text'>This is the another method, we are using string.h

#include&lt;stdio.h&gt;
#include&lt;string.h&gt;

char line[100]; //max 100 chars of input

int main(void){
    printf("Enter the sentence: \n");
    fgets(line, sizeof(line), stdin);

    printf("The length of the sentence is: %d\n", strlen(line));
    return 0;
}


And this is the result:


</summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/728111961758745485/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/another-code-to-count-char-in-sentence.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/728111961758745485'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/728111961758745485'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/another-code-to-count-char-in-sentence.html' title='Another Code to Count Char in A Sentence'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_R_zZcyXRL4U/Ss_y1zR7BPI/AAAAAAAAAVk/8LJsB7s1voQ/s72-c/sumsentence-low.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-3633510249454807823</id><published>2009-10-10T09:15:00.000+07:00</published><updated>2009-10-10T09:15:01.718+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='C'/><title type='text'>How to Count Char on Input Sentence</title><summary type='text'>This is one ef the C code that will count the char of sentence that we've input before.

#include&lt;stdio.h&gt;
#define MAKS 256

int main(void){
    int i, jumkar = 0;
    char teks[MAKS];


    puts("Please insert a sentence (max 256 char): ");
    puts("I'll count sum of char on its sentence. ");
    fgets(teks, sizeof teks, stdin); //input from keyboard
    for(i=0;teks[i];i++)
        jumkar++;
</summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/3633510249454807823/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/how-to-count-char-on-input-sentence.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/3633510249454807823'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/3633510249454807823'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/how-to-count-char-on-input-sentence.html' title='How to Count Char on Input Sentence'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://1.bp.blogspot.com/_R_zZcyXRL4U/Ss_uBY1aYyI/AAAAAAAAAVc/7F6Tnk9UwFg/s72-c/countchar-low.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-1385748611246267050</id><published>2009-10-08T19:04:00.002+07:00</published><updated>2009-10-08T19:09:16.102+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='C'/><title type='text'>Show Integer to Hexadecimal,Octal, and Where it's Memory Location.</title><summary type='text'>This is just want to show You the reader, how to show integer to hexadecimal and octal. And also show the memory location.

/* menampilkan desimal dan heksadesimal */
#include&lt;stdio.h&gt;

int main(void){
    int X;

    printf("Please insert integer number: ");
    scanf("%d", &amp;X);

    printf("%d is %#x in hexadecimal and %o in octal.\n", X, X, X );
    printf("%d is in memory address %p", X, &amp;X);</summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/1385748611246267050/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/show-integer-to-hexadecimaloctal-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/1385748611246267050'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/1385748611246267050'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/show-integer-to-hexadecimaloctal-and.html' title='Show Integer to Hexadecimal,Octal, and Where it&apos;s Memory Location.'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://4.bp.blogspot.com/_R_zZcyXRL4U/Ss3VHXUTATI/AAAAAAAAAVU/HSsIEHxUiB4/s72-c/int-hex-octal-low.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-4997237277261547467</id><published>2009-10-07T11:50:00.000+07:00</published><updated>2009-10-07T11:50:11.804+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='C'/><title type='text'>Using Array and Functions</title><summary type='text'>This is the example:
#include&lt;stdio.h&gt;

void tulisan1(void);
void tulisan2(void);

int main(void){
    tulisan1();
    tulisan2();
}

void tulisan1(void){
    char array1[] =
    {'T','a','m','p','i','l','k','a','n','\0'};
    puts(array1);
}

void tulisan2(void){
    char array2[] = "Tampilkan";
    printf("%s\n", array2);
}


and the result is like this:

Tampilkan
Tampilkan
</summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/4997237277261547467/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/using-array-and-functions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/4997237277261547467'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/4997237277261547467'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/using-array-and-functions.html' title='Using Array and Functions'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-2211611970491551121</id><published>2009-10-03T09:10:00.000+07:00</published><updated>2009-10-03T09:10:58.493+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='C'/><category scheme='http://www.blogger.com/atom/ns#' term='Misc'/><title type='text'>Get Input String From Keyboard</title><summary type='text'>Now, we'll show how to get input string from keyboard using C. This is the example:

/* Example using gets() and scanf() to input string.
*/
#include&lt;stdio.h&gt;

int main(void){
    char name[15];

    printf("Insert Your name please: ");
    gets(name);
    // or scanf("%s", name);

    printf("Halo, %s. Happy enjoying C. \n", name);
}




And this is the result:


</summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/2211611970491551121/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/get-input-string-from-keyboard.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/2211611970491551121'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/2211611970491551121'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/get-input-string-from-keyboard.html' title='Get Input String From Keyboard'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_R_zZcyXRL4U/Ssayc_PuNbI/AAAAAAAAAVM/UKVHyx1WqGE/s72-c/inputstring-low.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-335525007149094422</id><published>2009-10-02T15:54:00.002+07:00</published><updated>2009-10-02T15:58:35.733+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Assembler'/><title type='text'>Print Hello World Using Assembler</title><summary type='text'>I use MASM and RadAsm-IDE for learning assembler.
This is the example, print "hello world":


; 1.asm
; display hello world!!

.386                        ;using 386 family
.model flat, stdcall 
option casemap:none         ;case sensitive

include windows.inc
include kernel32.inc
includelib kernel32.lib
include user32.inc
includelib user32.lib

.data                      ; data begin
</summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/335525007149094422/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/print-hello-world-using-assembler.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/335525007149094422'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/335525007149094422'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/print-hello-world-using-assembler.html' title='Print Hello World Using Assembler'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_R_zZcyXRL4U/SsW_bDVfIjI/AAAAAAAAAVE/Tzm-OU1GGq0/s72-c/helloworldasm.JPG' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-3409802788736401686</id><published>2009-10-01T08:31:00.000+07:00</published><updated>2009-10-01T08:31:18.768+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Algorithm'/><title type='text'>[Basic]Using Array</title><summary type='text'>Now we'll try to using array to find rate of input values. This is the code:

*/ therudi.com Oct 1, 2009 */

#include &lt;stdio.h&gt;
#define MAKS 5

int main(void){

    int i;
    float total = 0, rata;
    float nilai_tes[MAKS];   /* deklarasi array */

    for(i=0; i&lt;MAKS; i++){
        printf("Nilai tes ke-%d : ", i+1);
        scanf("%f", &amp;nilai_tes[i]);

        /* hitung jumlah total nilai */
</summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/3409802788736401686/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/basicusing-array.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/3409802788736401686'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/3409802788736401686'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2009/10/basicusing-array.html' title='[Basic]Using Array'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-4551590824338155156</id><published>2009-09-30T11:12:00.006+07:00</published><updated>2009-09-30T11:41:53.994+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Algorithm'/><title type='text'>Algorithm (1)</title><summary type='text'>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

We can write the algorithm in C, like this:
/* Algoritm01 Sept 30, 2009
   http://therudi.com
   compile using GNU GCC Compiler.
*/

#include&lt;stdio.h</summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/4551590824338155156/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2009/09/algorithm-1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/4551590824338155156'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/4551590824338155156'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2009/09/algorithm-1.html' title='Algorithm (1)'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-1619580035408380492</id><published>2009-09-29T10:57:00.000+07:00</published><updated>2009-09-29T10:57:53.730+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Virus'/><category scheme='http://www.blogger.com/atom/ns#' term='Misc'/><title type='text'>SMADAV  *New, Tiny, and Better Antivirus Portable*</title><summary type='text'>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..:)</summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/1619580035408380492/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2009/09/smadav-new-tiny-and-better-antivirus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/1619580035408380492'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/1619580035408380492'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2009/09/smadav-new-tiny-and-better-antivirus.html' title='SMADAV  *New, Tiny, and Better Antivirus Portable*'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-5898017557154796404</id><published>2009-09-29T07:01:00.005+07:00</published><updated>2009-09-29T07:18:39.174+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Misc'/><title type='text'>How to Add PrettyPrint On Blogspot</title><summary type='text'>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:</summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/5898017557154796404/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2009/09/how-to-add-prettyprint-on-blogspot.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/5898017557154796404'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/5898017557154796404'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2009/09/how-to-add-prettyprint-on-blogspot.html' title='How to Add PrettyPrint On Blogspot'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-5070430383957208794</id><published>2009-09-28T15:50:00.004+07:00</published><updated>2009-09-29T07:26:54.166+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Computer'/><category scheme='http://www.blogger.com/atom/ns#' term='Misc'/><title type='text'>How to Install Arabic,Japanese, and Chinese Font on Your PC</title><summary type='text'>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 </summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/5070430383957208794/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2009/09/how-to-install-arabicjapanese-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/5070430383957208794'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/5070430383957208794'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2009/09/how-to-install-arabicjapanese-and.html' title='How to Install Arabic,Japanese, and Chinese Font on Your PC'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_R_zZcyXRL4U/SsB4BLDzH5I/AAAAAAAAAU0/TtR8VkiEOao/s72-c/regionalandsetting-low450px.jpg' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-994936219982625792</id><published>2009-09-26T11:07:00.003+07:00</published><updated>2009-09-26T11:11:40.052+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Misc'/><title type='text'>So, You wanna watch Starwars on Ur Windows??</title><summary type='text'>Serious?! yes...actually, I've tested in my Windows XP box. And it works!

1. Be sure You have internet connection.
2. Click: Start --&gt; Run.. --&gt; (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!! ;)



</summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/994936219982625792/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2009/09/so-you-wanna-watch-starwars-on-ur.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/994936219982625792'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/994936219982625792'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2009/09/so-you-wanna-watch-starwars-on-ur.html' title='So, You wanna watch Starwars on Ur Windows??'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://lh5.ggpht.com/_R_zZcyXRL4U/Sr2T_S8aX3I/AAAAAAAAAUU/DKmXOOutznQ/s72-c/telnetnl-low-450.jpg' height='72' width='72'/><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-6091569180350856338</id><published>2009-09-23T15:01:00.014+07:00</published><updated>2009-09-28T18:04:17.472+07:00</updated><title type='text'>Test Source Code</title><summary type='text'>/* komentar */
#include 

int main(void)
{
int A,B;
    while (scanf("%d" "%d", &amp;A, &amp;B)!=EOF)
       if (A &gt; B) printf("%d &gt; %d\n", A, B);
       else if (A &lt; B) printf("%d &lt; %d\n", A, B);
       else printf("%d = %d\n", A, B);
return(0);
}
Jadi gk?... knp ada tambahan &lt;/stdio.h&gt; dibawah ya?? :(  info, buad konvert code jadi html(save), bs coba dimari.</summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/6091569180350856338/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2009/09/test-source-code.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/6091569180350856338'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/6091569180350856338'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2009/09/test-source-code.html' title='Test Source Code'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-2484230042545105779</id><published>2009-09-18T14:53:00.000+07:00</published><updated>2009-09-18T14:53:07.613+07:00</updated><title type='text'>Test</title><summary type='text'>Test pertamax!</summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/2484230042545105779/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2009/09/test.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/2484230042545105779'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/2484230042545105779'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2009/09/test.html' title='Test'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-578409914291987806</id><published>2009-09-18T06:17:00.000+07:00</published><updated>2009-09-18T06:18:41.495+07:00</updated><title type='text'>First Post</title><summary type='text'>This first post..is't well done?</summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/578409914291987806/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2009/09/first-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/578409914291987806'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/578409914291987806'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2009/09/first-post.html' title='First Post'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3061856416241716676.post-6100987075201021967</id><published>2009-02-16T11:22:00.000+07:00</published><updated>2009-02-16T11:26:05.250+07:00</updated><title type='text'>Moving</title><summary type='text'>this blog is moving in somewhere else.enjoy!!</summary><link rel='replies' type='application/atom+xml' href='http://rudibudiyono.blogspot.com/feeds/6100987075201021967/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://rudibudiyono.blogspot.com/2009/02/moving.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/6100987075201021967'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3061856416241716676/posts/default/6100987075201021967'/><link rel='alternate' type='text/html' href='http://rudibudiyono.blogspot.com/2009/02/moving.html' title='Moving'/><author><name>AndroWeird</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='32' src='http://3.bp.blogspot.com/_R_zZcyXRL4U/SWcAHsDbnmI/AAAAAAAAAOM/WWifCG0JmTs/S220/avatars.jpeg'/></author><thr:total>2</thr:total></entry></feed>
