Footprint (disambiguation)

A footprint is an impression left by a foot or shoe.

Foot print or Footprint or Footprints may also refer to:

Impressions

  • Devil's Footprints, mysterious footprints in snow in Devon, England in 1855
  • Laetoli footprints, prehistoric footprints near Laetoli, Tanzania

Places

Science and technology

  • Footprint (electronics), the layout of electronic connections on a printed circuit board
  • Footprint (satellite), the area of the Earth's surface from which a satellite's signals can be received
  • Footprint, the ground floor floor plan of a building
  • Carbon footprint, the carbon dioxide released by a human activity into the atmosphere
  • Digital footprint, or digital shadow, one's unique set of traceable digital activities, actions, contributions and communications manifested on the Internet or on digital devices
  • Ecological footprint, the environmental impact of a human activity, machine, etc.
  • Footprinting, the technique of gathering information about computer systems
  • Form factor (design), an aspect of hardware design
  • Ichnite, a fossilized footprint
  • Memory footprint, the amount of memory a computer program uses
  • Surface area of an item, usually horizontal surface area

Arts, entertainment, and media

Literature

Music

Albums

Songs and compositions

Other uses in arts, entertainment, and media

Enterprises and organizations

  • Citizens' Footprint Movement, political party in Colombia
  • Footprint Books, a travel publisher based in Bath, UK, noted for their coverage of Latin America


gollark: <https://github.com/toml-lang/toml>All glory to TOML!
gollark: ```toml# This is a TOML document.title = "TOML Example"[owner]name = "Tom Preston-Werner"dob = 1979-05-27T07:32:00-08:00 # First class dates[database]server = "192.168.1.1"ports = [ 8001, 8001, 8002 ]connection_max = 5000enabled = true[servers] # Indentation (tabs and/or spaces) is allowed but not required [servers.alpha] ip = "10.0.0.1" dc = "eqdc10" [servers.beta] ip = "10.0.0.2" dc = "eqdc10"[clients]data = [ ["gamma", "delta"], [1, 2] ]# Line breaks are OK when inside arrayshosts = [ "alpha", "omega"]```
gollark: Anyway, good XML replacements:JSON: for the information interchange format sort of job.CBOR: maybe for application data files, it's basically binary JSON.TOML: configuration files.An actual programming/scripting language e.g. Lua: really complex configuration, game data/modding stuff, maybe markup-type things.
gollark: Well, it's okay, TOML is better.
gollark: Even more worserfuller: CSS.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.