Calm Hill My Random Thoughts

ငရုတ်ပွအဆာသွပ်

အရင်တစ်ပါတ်က အစ်မတစ်ယောက် အဆောင်ကိုအလည်သွားတာ ငရုတ်ပွကို အဆာသွပ်ပြီး ချက်တာစားခဲ့ရတယ်။ မနေ့ညကတော့ စျေးသွားရင်းနဲ့ ငရုတ်ပွအကြီးကြီးတွေ့လို့ အဆာသွပ်ဦးမယ်ဆိုပြီး အသ …

ကိုယ့်ကိုကိုယ် ပြင်စရာတွေ

အကူအညီတောင်းလာရင် လုပ်ပေးချင်တဲ့အကျင့်က ကောင်းတယ်ပြောရမယ် မကောင်းတဲ့အကျင့်က အချိန်အခက်အခဲကို သတိမထားတတ်တဲ့ ကိုယ့်အကျင့်ကို ပြင်ရဦးမယ် မအားရင်လည်း လုပ်မပ …

မန်းစလေးသားစိစိ

လေသံကတော့ ဘယ်လိုမှလိမ်လို့မရဘူး မန္တလေးရဲ့မူပိုင်ပဲ လူရွှင်တော်တွေက နာမည်ကြီးတွေပါ မန္တလေးသားစစ်စစ်ဖြစ်ကြသလို မန္တလေးလေသံစစ်စစ်တွေ ဘာပဲဖြစ်ဖြစ …

When One Eye Is Fixed Upon Your Destination

A young boy traveled across Japan to the school of a famous martial artist. When he arrived at the dojo he was given an audience by the Sensei “What do you wish from me?” the master asked. “I wish to be your student and become the finest martial artist in …

ပထမဆုံးခြေလှမ်း

#include<stdio.h>
main()
{
    int i, j;
    printf("Enter Number:");
    scanf("%d", &i);
    j = i * i;
    printf("Square: %d", j);
    return 0;
}

အခုအချိန်အထိ ဒီပရိုဂရမ်လေးကို မှတ်မိနေသေးတယ် စပြီးသင်နေတာ တစ်ပါတ်လောက်ရှိပြီဆိုတ …