MUFC (disambiguation)

Manchester United F.C. (MUFC) is an English association football club.

MUFC may also refer to:

Football clubs

Other uses

  • Maritime Underwater Future Capability, a Royal Navy project
  • Mandela United Football Club, Winnie Mandela's protection detail in the late 1980s
gollark: ```lualocal wireless_modems = {peripheral.find("modem", function(_, o) return o.isWireless() end)}```
gollark: You can also pass it a second argument to do filtering.
gollark: For example,```lua-- write "hi" on a monitorlocal mon = peripheral.find "monitor"mon.write "hi"```or```lua-- write "hello" in blue on all monitorslocal mons = {peripheral.find "monitor"}for _, m in pairs(mons) do m.setTextColor(colors.blue) m.write "hello"end```
gollark: You pass it the type of peripheral you want and it returns all peripherals matching that, as wrapped peripheral objects.
gollark: Unfortunately, cutting-edge projects like PotatOS™ can't always rely on newly added features.

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.