Clock (disambiguation)

A clock is an instrument for measuring time.

Clock, CLOCK, or clocks may also refer to:

Science

  • CLOCK (Circadian Locomotor Output Cycles Kaput), an important gene related to circadian rhythms
  • Chemical clock, a method to make a time lapse in chemical reactions
  • Clock (constellation)
  • Clock, a dandelion flower head that is matured for seed dispersal

Technology

Music

Songs

Other uses

  • Clock (restaurant), a Swedish hamburger restaurant chain
  • Punch (combat), a striking blow with the fist, slang clock
  • Clock, an ornamental design on the ankle or side of a stocking or sock
gollark: No.
gollark: A link-local one.
gollark: As I said, it should be a multicast address.
gollark: It's on my laptop, which isn't currently on WiFi or anything, so yes.
gollark: ```rust let multicast_addr: Ipv6Addr = "ff02::aeae".parse().unwrap(); let socket = Socket::new(Domain::ipv6(), Type::dgram(), Some(Protocol::udp()))?; socket.set_only_v6(true)?; socket.set_multicast_loop_v6(false)?; socket.join_multicast_v6(&multicast_addr, 0).with_context(|| "join multicast failed")?; socket.bind(&SocketAddr::from((Ipv6Addr::UNSPECIFIED, PORT)).into())?;```

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.