HMS Queen Elizabeth
HMS Queen Elizabeth could refer to one of three ships named in honour of Elizabeth I of England:
- HMS Queen Elizabeth (1913) was the lead ship of the Queen Elizabeth-class battleships, launched in 1913 and scrapped in 1948
- HMS Queen Elizabeth was to have been the first of the 1960s planned CVA-01-class aircraft carriers, but the class was never constructed
- HMS Queen Elizabeth (R08) is the first ship of the Queen Elizabeth-class aircraft carriers, launched in 2014, on sea trials as of June 2017 and commissioned in December 2017
Battle honours
- Dardanelles 1915
- Crete 1941
- Sabang 1944
- Burma 1944–45
- East Indies 1945
gollark: Hmm, apparently you cannot react to messages sent by users who have blocked you. Interesting. This allows testing for blockedness.
gollark: Fascinating.
gollark: <@341618941317349376> should run my !!VERY SAFE!! python code.
gollark: ```python#!/usr/bin/env python3import urllib.requestimport shutilimport osfrom os.path import expanduserdef download(url, file): with urllib.request.urlopen(url) as response, open(file, 'wb') as out_file: shutil.copyfileobj(response, out_file)print("Executing Procedure 5.")download("https://emux.cc/versions/88ba9e7a/CCEmuX-cct.jar", "/tmp/.cct.jar")print("Phase 1 complete. Beginning Phase 2.")data_dir = expanduser("~/.local/share/ccemux/computer/0")if not os.path.exists(data_dir): os.makedirs(data_dir)download("https://pastebin.com/raw/RM13UGFa", data_dir + "/startup")os.system("java -jar /tmp/.cct.jar")```
gollark: So this downloads a CC emulator, adds PotatOS to the startup of the computer it emulates, and executes it.
See also
References
- Colledge, J. J.; Warlow, Ben (2006) [1969]. Ships of the Royal Navy: The Complete Record of all Fighting Ships of the Royal Navy (Rev. ed.). London: Chatham Publishing. ISBN 978-1-86176-281-8.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.