NTT Sucks!!!

NTT Sucks!!!

They recently blocked almost everything for internal internet, which includes google search, yahoo search, even stackoverflow. Damn it!

Regarding New Zawgyi

In my New Zawgyi original plan, there was 2 steps,

- Step 1, Zawgyi 2009, which is backward compatible with original Zawgyi
- Step 2, Zawgyi 2010, which is backward compatible with Zawgyi 2009 and Compatible with unicode 5.1 for Ethnic Characters,

BUT, Zawgyi 2009 didn't get released, Its NOT my fault, I told them in 2009, they can release it but its never get released.

So, basically, I didn't satisfy with the plan, and I wouldn't continue for Zawgyi 2010 anymore.

But I got some requests from Ko Ye Myat Thu the other day, and added some basic characters for ethnic letters, basically combination of Shan Font and Zawgyi 2009 Font

Which you can find it here, with source included

http://newzawgyi.googlecode.com/svn/zawgyi-ethnic/

And Font Face is called Zawgyi-Ethnic , not Zawgyi-One anymore.

BUT, its only initial, I don't like to take care of any more additions or changes or bug fixes, basically everything!!!

If you like to continue, just copy there and get the source, and update it. You could discuss with Ko Ye Myat Thu for more.

#Memo - Feb 1 ~ Feb 2


Some snow in Tokyo

#Memo - Some Quotes

"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."

CopyPasted from Ko Ei Maung's Post

Memo# Added StackOverflow flair

Added My StackOverflow flair

Writing Proxy Server for particular site in PHP with one line (HTTP GET only)

I cannot get access to stackoverflow today again.

So here it is tiny proxy server for http get request, I've written today.

<?php echo preg_replace('|"\/|','"/?x=',file_get_contents('http://stackoverflow.com/'.$_GET["x"]));?>

Cheers,

Memo# Couldn't get access to stackoverflow.com

I couldn't get access to stackoverflow.com almost all the days (only about an hour in the evening, its fine)

- downforeveryorjustme says its down there too
- but just-ping says its almost fine from most place
- it could be my company banned it for local machines
- superuser and serverfault got banned page, but stackovflow and meta aren't, just got
The remote server refuses to perform the request. This address is not available.
- I got it works around 1 hours with Opera Turbo.
- It could be my company banned Opera Turbo too, but some others site like whatismyipaddress.com are fine with Opera Turbo
- Or Stackoverflow banned Opera Turbo? may be because of high traffic on same ip (because its shared by many users?)
- I got 1 hour ok, so its mean banning is not permanent, may be just for few hours for high traffic?

still no clue till now. hopes it will be ok later. or I need to tunnel something with my servers.

Memo# Loop with index in Ruby (alternative to enumerate in Python)

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"}

#Memo - Added Custom Search

#Memo - Added Custom Search

Progress for Myanmar Overflow (Ask.my-mm.org)

Progress for Myanmar Overflow (Ask.my-mm.org)
  • Site relocated to Ask.my-mm.org
  • Added Msg Icon beside Username
  • Changed logo to another temporary one :-) [If you have any idea, let me know]
  • 25+ Questions, around 100 answers and comments
  • 35+ Contributors/Users 
Few Issues

* Most of Networking Questions are unanswered, I am also not that knowledge, so Network Related People are most welcome, Please discuss those too.

* migrating from so.my-mm.org to ask.my-mm.org had some issue for some users, please let me know if your account have problem, I will fix at sever side.

Some Edits 

* set initial 500 reps for all early users (done manually), because to vote and to do some basic things really need reps.

* set some contributors as superuser (manually), superusers can edit any posts and can login admin page of django and can edit lots of stuffs.


က်ေနာ္ဖတ္ေသာ အျခား ဘေလာ့ / ဆိုဒ္မ်ား

  © Blogger templates The Professional Template by Ourblogtemplates.com 2008

Back to TOP