ရှပ်အင်္ကျီအနီကွက်နဲ့ကောင်မလေး ဝတ္ထုတိုများ
2 months ago
သင္ေကာင္းလွ်င္ ကြ်ႏု္ပ္မဆိုးပါ။ သင္ဆိုးလွ်င္ သင့္ထက္ပိုဆိုးလွ်င္ ဆိုးမည္။
This message was sent from a notification-only email address that does not accept incoming email. Please do not reply to this message. If you have any questions, please visit the Google AdWords Help Center at https://adwords.google.com/support/bin/topic.py?topic=8336&hl=en_US to find answers to frequently asked questions and a 'contact us' link near the bottom of the page. ------------------------ Hello, This is to confirm that on Oct 14, 2008, we received your payment of JPY10,000. This amount has now been applied to your Google AdWords account. Thank you for advertising with Google AdWords. We look forward to providing you with the most effective advertising available. Sincerely, The Google AdWords Team Your AdWords account number: (DELETED!) Google Ireland Ltd. Gordon House, Barrow Street Dublin 4, Ireland Registered in Dublin, Ireland | Registration Number: 368047
svn checkout http://v8.googlecode.com/svn/trunk/ v8
jeos@jeos:~/v8$ scons
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
...........
jeos@jeos:~/v8$ scons sample=shell
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
jeos@jeos:~/v8$ ./shell
V8 version 0.3.4.1
>
> for(var i=0; i<5;i++) print(i);regex test
0
1
2
3
4
> /^[a-z]*$/.test("abcd")
true
>