William Mynors

William Mynors was an English sea-captain, master of the East India Company (EIC) vessel Royal Mary. His voyage in 1643 discovered Christmas Island (10°30′S 105°40′E) on Christmas Day of that year when he sailed past it.[1] Besides this, little is known of Mynors.[2]

Royal Mary served the EIC from 1626 to 1639,[3] and apparently longer.

Citations and references

Citations

References

  • Hackman, Rowan (2001) Ships of the East India Company. (Gravesend, Kent: World Ship Society). ISBN 0-905617-96-7


gollark: What?
gollark: ***gaaah***
gollark: Make sure that the first function yields enough.
gollark: It... shouldn't.
gollark: ```python#!/usr/bin/env python3from PIL import Imageimport mathimport sysdef chunks(l, n): for i in range(0, len(l), n): yield l[i:i + n]def from_bit_list(bl): i = 0 for ix, v in enumerate(bl): i |= v * (2 ** (7 - ix)) return iim = Image.open("out.png")id = im.load()(w, h) = im.sizebits = []for x in range(w): for y in range(h): bits.append(id[x, y])bits = [1 if x >= 1 else 0 for x in bits]byts = [from_bit_list(bytegroup) for bytegroup in chunks(bits, 8)]sys.stdout.buffer.write(bytes(byts))```Here it is. It's really rather awful.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.