Lebia darlingtoniana

Lebia darlingtoniana is a species of beetle in the family Carabidae.

Lebia darlingtoniana
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Genus:
Species:
L. darlingtoniana
Binomial name
Lebia darlingtoniana
Baehr, 2004

Description

Adult beetles are 8.5 millimetres (0.33 in) in length.

Distribution

The species can be found in Papua New Guinea and Indonesia (Irian Jaya, Batanta island, and Waywesar).[1]

gollark: My favourite letter is █.
gollark: Please use letters 103 through 996.
gollark: Why did you make them all sentient?
gollark: you.
gollark: ```rustuse actix_web::{web, App, HttpResponse, HttpServer};#[actix_rt::main]async fn main() -> std::io::Result<()> { let one = HttpServer::new(|| { App::new().route("/", web::get().to(|| HttpResponse::Ok())) }) .keep_alive(75); // <- Set keep-alive to 75 seconds // let _two = HttpServer::new(|| { // App::new().route("/", web::get().to(|| HttpResponse::Ok())) // }) // .keep_alive(); // <- Use `SO_KEEPALIVE` socket option. let _three = HttpServer::new(|| { App::new().route("/", web::get().to(|| HttpResponse::Ok())) }) .keep_alive(None); // <- Disable keep-alive one.bind("127.0.0.1:8088")?.run().await}```

References


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