Last Updated: 06-Mar-2010 10:06 MYT
H1N1 has invaded Malaysia, and the threat is not over yet. So in addition of keeping track of the current global situation, I have also created this post to illustrate the current situation in Malaysia.
** The number of death cases

** The number of confirmed cases (Obsolete! I have stopped updating this as it seems that the updated figures are not updated regularly after 12-Aug-2009)

Important updates:
Source: H1N1 Situation [h1n1.moh.gov.my] (Ministry of Health Malaysia)
I use Gnuplot [gnuplot.info] to generate the charts with the help of a script and a data file (in which I updated it manually). I have also written a python script to automate the update process: Generates, previews, and uploads the chart to the website.
Last Updated: 06-Mar-2010 02:06 UTC
Update: I'm still updating this post regularly with the global statistics available from Ministry of Health, Malaysia.
The threat of Influenza A(H1N1) is not over yet. I have created the charts below to illustrate the current situation, and will update them regularly with my scripts (That's why I put this post under 'Programming' too, and see below if interested).
There is another post that keeps track of the current situation in Malaysia.
Other important updates:
** The number of death cases

** The number of confirmed cases (Up to 22-Nov-09 only)

** The mortality rate (Up to 22-Nov-09 only) (Note: The figures are obtained simply by dividing the number of death cases by the number of confirmed cases. Since confirmed cases need not be reported after July-2009, the mortality rate after that does not really reflect the actual situation.)

Source: WHO updates on Influenza A(H1N1) [www.who.int]
I use Gnuplot [gnuplot.info] to generate the charts with the help of a script and a data file. I used to use a python script to automate the entire update process: Fetches the latest updates from WHO website, parses the page, generates the latest data file, generates the charts, and finally uploads the charts. However, since the format became less well-formatted starting from update 60, I have since abandoned the script and update the data manually.
Official References (From the online PHP Manual):
The sample code here demonstrates the following techniques:
fcntl() to perform file lockingThe sample codes here demonstrate the following techniques:
Use pipes (nameless/unnamed) and FIFO files (named pipes) in POSIX.
Last Updated: 12-Nov-08
We want to make a Unix system call select() and proceed only when