L'Enterprise

L'Enterprise was a French schooner wrecked on the Sister Islands in Bass Strait off Tasmania, in 1802 or 1803

Registered in Mauritius, L'Enterprise was a schooner of 90 tons.

Voyage

Her master, Alexander Le Corre, sought permission from Governor King in September 1802 to go sealing in Bass Strait. He was given permission and departed Port Jackson on 4 October 1802. The ship was wrecked either late in 1802 or early in 1803 and Corre and all 12 members of his crew drowned.

Salvage

The schooner Endeavour under Joseph Underwood was sent to salvage L'Enterprise but was unsuccessful. L'Enterprise′s rigging and sails were auctioned in Sydney on 15 March 1803.[1]

gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!
gollark: I'm unlikely to have stupidly large autocrafting trees.
gollark: As long as it doesn't take more than a second it fits within my performance goals.
gollark: RandomTwentyLineAlgorithmIWrote.

References

  1. Australian Shipwrecks - vol1 1622-1850, Charles Bateson, AH and AW Reed, Sydney, 1972, ISBN 0-589-07112-2 p34


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.