Glasgow (disambiguation)

Glasgow is the largest city in Scotland.

Glasgow may also refer to:

Places

Canada

New Zealand

Suriname

United States

Sports

Transportation

Other uses

  • Glasgow (surname), including a list of people with the name
  • "Glasgow", a song by They Might Be Giants on the Venue Songs album
  • 5805 Glasgow, a minor planet
  • Glasgow (Cambridge, Maryland), a historic house
  • Glasgow Bailie, a type of salted herring (which is also some times known as a Glasgow Magistrate)
  • Glasgow effect, a term used to refer to poor health conditions in the Scottish city
  • Glasgow Haskell Compiler, one of the leading systems for the Haskell programming language
  • Glasgow School, a circle of painters dating to the 1880s & 1890s who were influenced by the "plein-air" landscape paintings of the Barbizon School
  • Glasgow Coma Scale, medical term referring to a 15-point scale invented by Glasgow-based neurologists which determines the degree of consciousness of brain-damaged patients
  • Glasgow Outcome Scale, a scale so that patients with brain injuries can be divided into groups that allow standardised descriptions of the objective degree of recovery
  • Glasgow lease, a type of perpetual land lease used in New Zealand
  • Glasgow patter, the local dialect in the Scottish city
  • Glasgow smile, a facial scar
  • Glasgow, a type of Knightmare Frame in the manga/anime series Code Geass
gollark: I could probably have it share code with a disassembler, too, although even the ISA-as-currently-implemented allows a bunch of obfuscatory tricks.
gollark: I'm considering implementing the assembler in JS or Python or Rust or something, but it *would* be nice to have this available from within potatOS.
gollark: Honestly that's entirely unnecessary and I would probably only need simple splitting into lines and label handling, but you know.
gollark: That's how you would do it in my thing, using a somewhat insane S-expression assembly-ish language.
gollark: Using hypothetical assembly syntax I haven't actually implemented:```# start of memory to add kittens to(add r1 r0 0x1000) # maybe there would be nice dedicated syntax for "set register" actually# end of kittenized region(add r2 r0 0x1600)(label loop (add r3 r0 40) (poke r3 r1 0) (add r3 r0 94) (poke r3 r1 1) # and so on (add r1 r1 8) (jlt r1 r2 loop))```

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.