Cyprus (disambiguation)

Cyprus is an island country in Europe in the east Mediterranean, officially known as the Republic of Cyprus

Cyprus may also refer to:

Animals

  • Tabby cats were once known as Cyprus cats in England

Places

  • Cyprus (island), the island that Cyprus is located on
  • Cyprus, London, area of London, United Kingdom, named after the island

Politics

Trains and ships

  • 45605 Cyprus, a British LMS Jubilee Class locomotive
  • MV Cyprus C, an Empire F type coaster in the service of Malglaive Shipping Ltd 1948-50
  • SS Cyprus, U.S. ship launched and sunk in 1907
  • Cyprus, a brig seized by convicts in the Cyprus mutiny of 1829

Transportation

  • Cyprus DLR station, a metropolitan transport station serving the area of Cyprus, London (see above)
gollark: I use obviously good and not bad C conventions like very short function names and no comments.
gollark: ```cvoid efork(char **args) { pid_t pid = fork(); if (pid < 0) { perror("fork"); exit(3); } else if (pid == 0) { if (execvp(args[0], args) == -1) { perror("execvp"); exit(2); } } else { int status; waitpid(pid, &status, 0); printf("%d\n", status); }}```
gollark: It shouldn't be doing that. The thing does `exit(2)`.
gollark: Troubling, `waitpid` always seems to provide a value of 512 for status?
gollark: <@!309787486278909952> emit antineutrinos.

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.