Van (disambiguation)

A van is a road vehicle.

Van, VAN and other capitalizations may refer to:

People and fictional characters

Places

Iran

Turkey

  • Lake Van, a lake in eastern Turkey
  • Kingdom of Van, Iron Age civilization centered on Lake Van (860–590 BC)
  • Van, Turkey, major city the east shore of Lake Van since ancient times
  • Van Province, a modern Turkish province
    • Van (electoral district), the electoral district of the province
    • Eyalet of Van, the province during the Ottoman Empire (1548–1864)
    • Van Vilayet, the province during the later Ottoman period (1875–1922)

United Kingdom

* United States

Organizations

  • Vehicle Area Network, intra-vehicle network
  • Vereniging Automatenhandel Nederland (VAN), the Dutch branch of EUROMAT
  • Voluntary Arts Network, UK & Republic of Ireland development agency
  • NGP VAN, a voter database and web hosting service provider

Transportation

Other uses

  • van, the ISO 639 code for the Valman language of Papua New Guinea
  • Value-added network (VAN), a service intermediary between businesses for sharing data
  • Van, Vanguard (military tactics)
  • Van (band), Swedish musical group
  • Van cat, a cat from the Lake Van region
  • VAN method, experiment in earthquake detection
gollark: You can use luadash.
gollark: ```rust#[macro_use] extern crate serenity;extern crate dotenv;use serenity::client::{Client, EventHandler};use serenity::framework::standard::StandardFramework;use std::env;struct Handler;impl EventHandler for Handler {}pub fn main() { dotenv::dotenv().ok(); // Load bot token from environment, let mut client = Client::new(&env::var("DISCORD_TOKEN").expect("token unavailable"), Handler) .expect("Error creating client"); client.with_framework(StandardFramework::new() .configure(|c| c.prefix("~")) .cmd("ping", ping)); if let Err(why) = client.start() { eprintln!("An error occured: {:?}", why); }}command!(ping(_context, message) { let _ = message.reply("Pong!");});```Fun with discord bots, and yes this is literally the example code.
gollark: t r a i t o r
gollark: f i b o n a c c i
gollark: ???

See also

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