Firefox 3.5 is officially out (I am using 3.6 though) :-)
http://www.mozilla.com/en-US/firefox/firefox.html
Halloween - 2024
3 weeks ago
သင္ေကာင္းလွ်င္ ကြ်ႏု္ပ္မဆိုးပါ။ သင္ဆိုးလွ်င္ သင့္ထက္ပိုဆိုးလွ်င္ ဆိုးမည္။
http://burglish.com
http://burglish.my-mm.org/latest/trunk/web/testarea.htm
http://burglish.my-mm.org/latest/trunk/web/fontconv.htm
Debian ေနာက္ဆံုးထြက္တဲ့ ဗားရွင္းမွာ Mono ကို ထည့္ထားတာေတြ့ရျပီး အဲတာဟာ Community ကို မျဖစ္သင့္တာေတြ ျဖစ္မလာဘူးလို့ ေျပာမရပါဘူး။
C# ဟာ Microsoft ရဲ့ မူပိုင္ျဖစ္တယ္။ ဒါေျကာင့္ Microsoft ဟာ အခ်ိန္မေရြး Mono စတဲ့ Free အျဖစ္ထုတ္ထားတဲ့ ဟာေတြအကုန္လံုးကို Special Patent ကို အသံုးျပုျပီး ကိုင္လွုပ္လို့ရပါတယ္။
C# သံုးလို့မရရင္ C# ကို သံုးထားတဲ့ သင့္ရဲ့ Free Applications ေတြလဲ သံုးလို့ရမွာ မဟုတ္ပါဘူး။
အင္တာနက္ဟာ န်ူးကလီးယားရဲ့ ဒါဏ္ေတာင္ ခံနိုင္ေအာင္ ဒီဇိုင္းဆြဲထားတယ္ လို့ဆိုထားေပမယ့္ မိုက္ကယ္ဂ်က္ဆင္ သတင္းေျကာင့္ အသက္မထြက္တာ ကံေကာင္းသြားတယ္လို့ဆိုပါတယ္။ :P
ဂူဂယ္ကလည္း ဆာဗာကို attack လုပ္ခံရတယ္ အထင္နဲ့ Error page ျဖစ္ေအာင္ လုပ္ပစ္တဲ့ အထိျဖစ္ပါတယ္။
#!/bin/sh
#!/usr/bin/perl
#!/usr/bin/perl
# တစ္ခါပဲ run
$counter=0;
# ထပ္ခါတစ္လဲလဲ run
use FCGI;
while ( FCGI::accept() >= 0 ) {
$counter++;
print "Content-type:text/html\n\n";
print "I have run $counter times.";
}
PID PPID C STIME TTY TIME CMD
12419 21017 0 06:13 ? 00:00:00 /usr/bin/perl test.fcgi
AddHandler fastcgi-script .fcgi
Options +FollowSymLinks +ExecCGI
chmod +x test.fcgi
<Directory "C:/xampplite/htdocs">
AddHandler mod_python .psp
PythonHandler mod_python.psp
</Directory>
<%= 'Hello World' %>
<Directory "C:/xampplite/htdocs/">
AddHandler mod_python .py
PythonHandler mod_python.publisher
</Directory>
def index():
return "Hello World!"
LoadModule python_module modules/mod_python.so
<Directory "C:/xampplite/htdocs">
AddHandler mod_python .py
PythonHandler test
</Directory>
from mod_python import apacheကို run ရင္
def handler(req):
req.write("Hello World!")
return apache.OK