1973 in Malaysia
This article lists important figures and events in Malaysian public affairs during the year 1973, together with births and deaths of notable Malaysians.
| |||||
Decades: |
| ||||
---|---|---|---|---|---|
See also: | Other events of 1973 History of Malaysia • Timeline • Years |
![](../I/m/KualaLumpurMakamPahlawan.jpg)
Makam Pahlawan, near Masjid Negara, Kuala Lumpur, where Malaysian leaders are laid to rest.
Incumbent political figures
Federal level
- Yang di-Pertuan Agong: Sultan Abdul Halim Muadzam Shah
- Raja Permaisuri Agong: Sultanah Bahiyah
- Prime Minister: Tun Abdul Razak
- Deputy Prime Minister:
- Tun Dr Ismail (until 2 August)
- Dato' Hussein Onn (from 3 August)
- Lord President: Mohamed Azmi Mohamed
State level
Sultan of Johor: Sultan Ismail Sultan of Kedah: Tengku Abdul Malik (Regent) Sultan of Kelantan: Sultan Yahya Petra (Deputy Yang di-Pertuan Agong) Raja of Perlis: Tuanku Syed Putra Sultan of Perak: Sultan Idris Shah II Sultan of Pahang: Sultan Abu Bakar Sultan of Selangor: Sultan Salahuddin Abdul Aziz Shah Sultan of Terengganu: Sultan Ismail Nasiruddin Shah Yang di-Pertuan Besar of Negeri Sembilan: Tuanku Jaafar Yang di-Pertua Negeri (Governor) of Penang: Tun Syed Sheikh Barabakh Yang di-Pertua Negeri (Governor) of Malacca: Tun Haji Abdul Aziz bin Abdul Majid Yang di-Pertua Negeri (Governor) of Sarawak: Tun Tuanku Bujang Tuanku Othman Yang di-Pertua Negeri (Governor) of Sabah:- Tun Pengiran Ahmad Raffae (until March)
- Tun Fuad Stephens (from March)
Events
- February – KFC Malaysia opened its first restaurant at Jalan Tuanku Abdul Rahman, Kuala Lumpur.
- 7–8 February – A Malay farmer Idrus bin Hassan killed eight people and wounded four others in Batu Titian Akar near Tampin, Johor before being shot dead by police.
- 21 May – Official opening of the Rantau Panjang – Sungai Golok Bridge of Malaysia-Thailand border in Kelantan.
- 29 May – P. Ramlee, singer and actor, died at the age of 44 from a heart attack. He was buried at Jalan Ampang Muslim Cemetery, Kuala Lumpur.
- 2 July – Social Security Organisation (SOCSO) established.
- 6 July – Official opening of the Kuala Lumpur Hilton by Prime Minister Tun Abdul Razak.
- 1 August – The 25th anniversary of the World Health Organization (WHO) was celebrated.
- 2 August – Tun Dr Ismail the deputy prime minister died due to heart attack. He was buried in Makam Pahlawan, near Masjid Negara, Kuala Lumpur. He was the first national leader to be laid to rest here.
- 3 August – Dato' Hussein Onn was elected as the deputy prime minister.
- 15 September – The 50th anniversary of the International Criminal Police Organisation (Interpol) was celebrated.
- 1 October – Malaysia Airline System was established.
- 18 October – 42 people, mostly Indians, were crushed to death when a 200-foot-long limestone slab fell off a cliff, collapsed and crashed onto a village at Gunung Cheroh, Ipoh, Perak.
- 21 October – A peace declaration was signed between the Malaysian government and the North Kalimantan Communist Party (NKCP) at Simanggang, Sarawak. After the signing, the district and division of Simanggang were later renamed Sri Aman ("town of peace").
- 27 December - M.V Pulau Kidjang. Sarawak's worst maritime tragedies. Sarawak Titanic
Births
- 22 March – Tuanku Zara Salim Davidson, Raja Permaisuri of Perak
- 22 August – Roslina Bakar, sport shooter[1]
- Unknown date – Angie Cheung, Malaysian actress and former Miss Chinese Malaysia
Deaths
- 8 April – Tengku Ampuan Jemaah of Selangor, Second Raja Permaisuri Agong
- 29 May – Tan Sri P. Ramlee, actor, singer, director, musician
- 2 August – Tan Sri Dr Ismail, 2nd Deputy Prime Minister of Malaysia
- 23 October – Zaaba, Malay writer
gollark: RAM!
gollark: Yes.
gollark: @@@@@@<@236831708354314240><@&453380648611348500>@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@<@!330678593904443393>@@@@@@@@@@@@@@@@@@@@@@@@@''''
gollark: Okay, I managed to compress the WHYJIT compiler into a single discord message.
gollark: ```pythonimport argparse,subprocess,random,stringparser = argparse.ArgumentParser(description="Compile a WHY program using WHYJIT.")parser.add_argument("input",help="File containing WHY source code")parser.add_argument("-o","--output",help="Filename of the output executable to make",default="./a.why")parser.add_argument("-O","--optimize",help="Optimization level",type=int,default="0")#parser.add_argument("-d","--drawkcab",help=".sdrawkcab elif ecruos YHW eht ssecorP")args = parser.parse_args()def randomword(length): letters = string.ascii_lowercase return ''.join(random.choice(letters) for i in range(length))def which(program): proc = subprocess.run(["which",program],stdout=subprocess.PIPE) if proc.returncode == 0: return proc.stdout.replace(b"\n",b"") else: return Nonedef find_C_compiler(): compilers = ["gcc","clang","tcc","cc"] for compiler in compilers: path = which(compiler) if path != None: return pathdef build_output(code,max): #if args.drawkcab: code = code[::-1] C_code = f"""#define QUITELONG long long intconst QUITELONG max = {max};int main() {{ volatile QUITELONG i = 0; // disable some "optimizations" that RUIN OUR BEAUTIFUL CODE! while (i < max) {{ i++; }} {code}}} """ heredoc = randomword(100) devnull = "2>/dev/null" shell_script = f"""#!/bin/shTMP1=/tmp/ignore-meTMP2=/tmp/ignore-me-tooTMP3=/tmp/dont-look-here cat << {heredoc} > $TMP1{C_code}{heredoc}sed -e '1,/^exit \$?$/d' "$0" > $TMP3chmod +x $TMP3$TMP3 -x c -o $TMP2 $TMP1chmod +x $TMP2$TMP2exit $?""".encode("utf-8") with open(find_C_compiler(),"rb") as f: return shell_script + f.read()with open(args.input,"r") as f: contents = f.read() looplen = max(1000,(2 ** -args.optimize) * 1000000000) code = build_output( contents, looplen ) with open(args.output,"wb") as out: out.write(code)```
See also
References
- "Results". 2002.thecgf.com. Retrieved 30 April 2020.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.