Finally, I can now installed OSX in VirtualBox on my AMD64 Machine.
This is my new step towards Mac, after iPad. Probably next one would be Macbook Air or Macbook Pro.
Halloween - 2024
3 weeks ago
သင္ေကာင္းလွ်င္ ကြ်ႏု္ပ္မဆိုးပါ။ သင္ဆိုးလွ်င္ သင့္ထက္ပိုဆိုးလွ်င္ ဆိုးမည္။
$ sudo gem install wirble ... irb(main):002:0> require 'wirble' irb(main):003:0> irb(main):004:0> Wirble.init irb(main):005:0> Wirble.colorize irb(main):006:0> irb(main):008:0> h = {:foo => "foo"} => {:foo=>"foo"} irb(main):017:0> h.each h.each h.each_pair h.each_with_index h.each_cons h.each_slice h.each_with_object h.each_key h.each_value
~/.irbrc require 'rubygems' require 'wirble' Wirble.init(:skip_prompt => :DEFAULT) Wirble.colorize
ကြ်န္ေတာ္တို့ ေျပာတာကို website တင္ေပးတဲ့လူေတြ သေဘာမေပါက္ျဖစ္သြားတာဗ်။
ကြ်န္ေတာ္တို့ေျပာလိုက္တာက Credit ေပးဖို့ကို ဆိုလိုတာ။
ေနာက္ ေရးထားတဲ့ အခ်က္အလက္လဲမွားေနတယ္။
- Website တြင္ ေဖာ္ျပထားေသာ သတင္းအခ်က္အလက္မ်ားသည္ Knowledge Bridge Magazine ပိုင္ အခ်က္အလက္မ်ား ျဖစ္သည္။
ဆိုတာလဲမွားေနတယ္။ အမွန္ေတာ့ စာေရးဆရာတစ္ေယာက္ ေရးထားတဲ့ Content ကို စာေရးဆရာပဲပိုင္တယ္ဆိုတာ ဒီက စာေပသမားတိုင္းလဲ သိျကပါတယ္။ သူတို့တင္ျပီးျပီဆိုတုန္းက ကြ်န္ေတာ္ ေသေသခ်ာခ်ာ မစစ္ျဖစ္တာ။ အဲေတာ့ http://www.i-web4u.com/ အျပစ္လဲ မဟုတ္ျပန္ဘူး။ ကြ်န္ေတာ့္အျပစ္ျဖစ္သြားျပီ။ ေလာေလာဆယ္ေတာ့ ကြ်န္ေတာ့္မွာ Editor Account ပဲရွိတာရယ္၊ လိုင္းမေကာင္းတာရယ္ေျကာင့္ ဒီေန့ခ်က္ျခင္းျကီးေတာ့ ျပင္လို့ရမွာမဟုတ္ေတာ့ဘူး။ နက္ျဖန္ ညေနေလာက္ မတိုင္မွီ ျပန္ျပင္ခိုင္းလိုက္ပါ့မယ္။ နက္ျဖန္ ညေလာက္ ျပင္ျပီးရင္ ေမးျပန္ပို့လိုက္မယ္ဗ်ာ။
Website တြင္ ေဖာ္ျပထားေသာ သတင္းအခ်က္အလက္မ်ားသည္ Knowledge Bridge Magazine ပိုင္ အခ်က္အလက္မ်ား ျဖစ္သည္။ Knowledge Bridge ၏ ခြင့္ျပဳခ်က္မရပဲ ကူယူေဖၚျပျခင္း (သို႕) မိမိအက်ိဳးအတြက္ အသံုးခ်ျခင္းမ်ားရွိပါက ဥပေဒအေၾကာင္းအရ အေရးယူ ေဆာင္ရြက္မည္ျဖစ္ေၾကာင္း အသိေပးအပ္ပါသည္။
420 000 Japanese yen = 4 679.22 U.S. dollars
"When people are lame, they love to blame."
"Inside of every problem lies an opportunity."
"You have to be smart. The easy days are over."
<?php echo preg_replace('|"\/|','"/?x=',file_get_contents('http://stackoverflow.com/'.$_GET["x"]));?>
The remote server refuses to perform the request. This address is not available.- I got it works around 1 hours with Opera Turbo.
irb(main):033:0* d={"a"=>"x","b"=>"y","c"=>"z"} => {"a"=>"x", "b"=>"y", "c"=>"z"} irb(main):052:0> d.each_with_index{|(k,v),i|puts "key: %s, value: %s, index: %i"% [k,v,i]} key: a, value: x, index: 0 key: b, value: y, index: 1 key: c, value: z, index: 2 => {"a"=>"x", "b"=>"y", "c"=>"z"}