I investigated the PHP code of the “Hello Dolly” WordPress plugin to find out what it does.
Continue reading What does the WordPress plugin “Hello Dolly” do?Category Archives: [:ja]プログラミング[:en]Programming[:]
Test in the Expectation and the Variance in a Sampling Distribution
Test the expectation and the variance in a sampling distribution with a program.
Continue reading Test in the Expectation and the Variance in a Sampling Distribution(日本語) TechAcademy iPhoneアプリコース 今やビジネスで必須のiPhoneアプリ開発に挑戦!
(日本語) TechAcademy Androidアプリコース 今やビジネスで必須のAndroidアプリ開発に挑戦!
Java: Try, Catch, Finally Statement
I wrote the summary about try
, catch
and finally
statement in Java.