HMAS HDML 1324

HMAS HDML 1324, also known as Nepean was a 58-ton Harbour Defence Motor Launch of the Royal Australian Navy (RAN). Built by A.McFarlane and Sons, Birkenhead, South Australia and commissioned into the RAN on 12 June 1944. She was at the Timor surrender of the Japanese occupying forces in 1945. She was later reclassified as a Seaward Defence Boat. Parts from HDML 1324 were used to refit SDB 1325.[1]

History
Australia
Builder: A.McFarlane and Sons, Birkenhead
Commissioned: 12 June 1944
General characteristics
Class and type: Harbour Defence Motor Launch
Displacement: 58 tons
Armament: 2 x 20mm
2 x machine guns
8 depth charges

Citations

  1. Gillett 1986, p. 37.
gollark: And this doesn't even ACTUALLY WORK.
gollark: ```javascriptexport const enqueueCrawl = async (crawlURL, tier) => { // robotsPolicy will be filled in on first actual crawl for the domain // this has to be done as a fairly complex DB-side query to prevent race conditions console.log("running insert for", crawlURL.toString()) const [domain] = await DB`INSERT INTO domains (domain, enabled, robotsPolicy, tier) SELECT ${crawlURL.hostname}, FALSE, NULL, ${tier} WHERE NOT EXISTS (SELECT id, domain, enabled, robotsPolicy, tier FROM domains WHERE domain = ${crawlURL.hostname}) RETURNING id` console.log(crawlURL.toString(), domain) // Add entry to crawl queue await DB`INSERT INTO crawl_targets (url, domain) VALUES (${crawlURL.toString()}, ${domain.id}) ON CONFLICT (url) DO UPDATE SET added = NOW()`}```This should NOT be quite so bee.
gollark: I'm busy trying to work out exactly how horrible a PostgreSQL query I need to do this stupid thing under concurrent write load.
gollark: So surely YOU can do it, if ""deforming things"""" is so easy.
gollark: I can't really do art, in general.

References

  • Gillett, Ross (1986). Australia's armed forces of the eighties. Brookvale: Child & Henry. ISBN 0867770813.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.