Neospondylis

Neospondylis is a genus of long-horned beetles in the family Cerambycidae. There are at least two described species in Neospondylis.[1][2][3][4]

Neospondylis
Scientific classification
Kingdom: Animalia
Phylum: Arthropoda
Class: Insecta
Order: Coleoptera
Family: Cerambycidae
Tribe: Spondylidini
Genus: Neospondylis
Sama, 2005

Species

These two species belong to the genus Neospondylis:

gollark: ```haskell#!/usr/bin/stack{- stack --resolver lts-12.13 --install-ghc runghc --package Hclip --package deepseq-}import Data.Charimport Control.DeepSeqimport System.Hclipevaluate x = x `deepseq` xmain = do input <- evaluate <$> getContents let text = concatMap toFib $ zip input [0..] setClipboard text putStr textfibs :: [Int]fibs = 0 : 1 : zipWith (+) fibs (tail fibs)toFib :: (Char, Int) -> StringtoFib (c, i) = replicate (fibs !! i) ' ' ++ [c, "\n"]```
gollark: *opened haskell*
gollark: We must automate fibonacci indentation somehow.
gollark: !esowiki WHY
gollark: This is *annoying*. I can't have both cubic chunks and mods generating ores, unless I do something *ridiculous* like generate ores using CC.

References

  1. "Neospondylis Report". Integrated Taxonomic Information System. Retrieved 2019-09-25.
  2. "Neospondylis". GBIF. Retrieved 2019-09-25.
  3. Bezark, Larry G. "A Photographic Catalog of the Cerambycidae of the New World". Archived from the original on 2019-07-19. Retrieved 2019-07-02.

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.