Nausigaster

Nausigaster is a genus of syrphid flies, or hoverflies, in the family Syrphidae.[1][2][3][4][5] Larvae have been recorded from decaying cacti and bromeliads.

Nausigaster
Scientific classification
Kingdom: Animalia
Phylum: Arthropoda
Class: Insecta
Order: Diptera
Family: Syrphidae
Subfamily: Eristalinae
Genus: Nausigaster
Williston, 1883

Species

These 15 species belong to the genus Nausigaster:

  • Nausigaster bonariensis Lynch Arribalzaga, 1892 c g
  • Nausigaster chrysidiformis Shannon, 1922 c g
  • Nausigaster clara Curran, 1941 i c g
  • Nausigaster curvinervis Curran, 1941 i c g
  • Nausigaster flukei Curran, 1941 c g
  • Nausigaster geminata Townsend, 1897 i c g
  • Nausigaster meridionalis Townsend, 1897 c g
  • Nausigaster nova Curran, 1941 i c g
  • Nausigaster peruviensis Shannon, 1922 c g
  • Nausigaster punctulata Williston, 1883 i c g b
  • Nausigaster scutellaris Adams, 1904 i c g
  • Nausigaster texana Curran, 1941 i c g b
  • Nausigaster tuberculata Carrera, Lopes & Lane, 1947 c g
  • Nausigaster unimaculata Townsend, 1897 i c g b
  • Nausigaster vanzolinii Andretta & Carrera, 1952 c g

Data sources: i = ITIS,[1] c = Catalogue of Life,[2] g = GBIF,[3] b = Bugguide.net[4]

gollark: My code is `O(lots)`.
gollark: Even gets around the evil Global Interpreter Lock for maximum performance.
gollark: Enterprise-level, fully deterministic execution of random code. Totally secure!
gollark: ```pythonimport itertoolsimport multiprocessing as mchars = [chr(x) for x in range(32, 126)]chars.extend(["\t", "\n"])def generate_for_length(length): return map(lambda chars: "".join(chars),itertools.combinations(chars, length))def generate(): for i in itertools.count(): for s in generate_for_length(i): yield sif __name__ == "__main__": def start(func): proc = m.Process(target=func) proc.start() io_queue = m.Queue(maxsize=128) def printer(): while True: print(io_queue.get()) code_queue = m.Queue(maxsize=128) def generator(): for x in generate(): code_queue.put(x) def executor(): while True: code = code_queue.get() result = None try: result = repr(exec(code)) except Exception as e: result = repr(e) if result != None: io_queue.put(code + ": " + result) start(generator) for _ in range(4): start(executor) printer()```
gollark: Which do you think is slower: the execution or generation of strings?

References

  1. "Nausigaster Report". Integrated Taxonomic Information System. Retrieved 2018-05-07.
  2. "Browse Nausigaster". Catalogue of Life. Retrieved 2018-05-07.
  3. "Nausigaster". GBIF. Retrieved 2018-05-07.
  4. "Nausigaster Genus Information". BugGuide.net. Retrieved 2018-05-07.
  5. Rotheray, G. E., M. A. Marcos-García, E. G. Hancock and F. S. Gilbert. 2000. The systematic position of Alipumilio and Nausigaster based on early stages (Diptera, Syrphidae). Stud. Dipterol. 7(1): 133-144. http://ecology.nottingham.ac.uk/~plzfg/pdf%20files/2000%20Rotheray%20et%20al_alipumilio%20&%20nausigaster.pdf

Further reading


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