Strata (disambiguation)
Strata is the plural of stratum (the geological formation); for uses in the singular, see Stratum (disambiguation).
Look up strata in Wiktionary, the free dictionary. |
Strata may refer to:
Media
Music
- Strata (band), a Northern California band
- Strata (Matthew Shipp album), 1998
- Strata (Robert Rich and Steve Roach album), 1990
- Strata (Strata album), 2004
- Strata Records, a record label
- Strata-East Records, a record label
Printed media
- Strata (comics), a superhero in the DC Universe
- Strata (novel), a science fiction novel by Terry Pratchett
Software
- Kirix Strata, a web browser
- Strata (company), a software company
- Strata 3D, a 3D software
- Strata (video game), a 2013 puzzle game
- Strata, an IT certification from CompTIA
Other uses
- Strata (food), a family of layered casseroles
- Strata (linguistics)
- Strata roller coaster, a height classification, of roller coaster
- Strata SE1, a building in London, England
- Strata title, a form of ownership devised for multi-level apartment blocks
- Strata Tower, building in Abu Dhabi
- Strata, a homogeneous subgroups of members in Stratified samplingpopulation
gollark: It's Turing-complete, and demonstrates the principle of compiled languages maybe being slow.
gollark: ```pythonimport sysimport subprocesstemplate = """int main() { long long i = 0; while (i < 10000000000) { i++; } @CODE@}"""input = sys.argv[1]output = sys.argv[2]temp = "ignore-this-please"with open(input, "r") as f: contents = f.read() code = template.replace("@CODE@", contents) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
gollark: I finished my super-slow compiler!
gollark: Though GHC probably does optimize quite well, by now.
gollark: Compiled != magically efficient
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.