2084

2084 may refer to:

Time

Places

  • 2084 Okayama, Asteroid #2084, also called Okayama
  • Farm to Market Road 2084, Texas Road 2084, in the U.S.A.

People

  • Tom Tom MMLXXXIV (musician), a music arranger who worked on the 2002 Liam Hayes album Fed (album)

Entertainment works/titles

  • Robotron: 2084, a 1982 video game in the Robotron series of videogames
  • 2084: La fin du monde, an award winning 2015 novel by Boualem Sansal
  • 2084 (film), a 1984 science fiction film
  • 2084, a comics work by Goran Parlov

Other uses

gollark: ```luafunction os.pullEventRaw( sFilter ) return coroutine.yield( sFilter )endfunction os.pullEvent( sFilter ) local eventData = table.pack( os.pullEventRaw( sFilter ) ) if eventData[1] == "terminate" then error( "Terminated", 0 ) end return table.unpack( eventData, 1, eventData.n )end```
gollark: This runs in PotatoBIOS and shouldn't be terminated, so it ignores that.
gollark: No, `os.pullEvent` handles termination too.
gollark: Oh, you should use `os.pullEvent` and not `coroutine.yield` too, right.
gollark: Your thing will be running in a CraftOS environment instead of the BIOS one, so presumably you can use the `keys` library and make it easier.

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.