Ormoy, Eure-et-Loir

Ormoy is a commune in the Eure-et-Loir department and Centre-Val de Loire region of north-central France. It lies 20 km north of Chartres and some 70 km west-south-west of Paris.

Ormoy
Aerial view (2018)
Location of Ormoy
Ormoy
Ormoy
Coordinates: 48°37′18″N 1°28′20″E
CountryFrance
RegionCentre-Val de Loire
DepartmentEure-et-Loir
ArrondissementDreux
CantonDreux-2
IntercommunalityCommunauté d'agglomération du Pays de Dreux
Government
  Mayor (2014-2020) Dominique Marie
Area
1
9.04 km2 (3.49 sq mi)
Population
 (2017-01-01)[1]
235
  Density26/km2 (67/sq mi)
Time zoneUTC+01:00 (CET)
  Summer (DST)UTC+02:00 (CEST)
INSEE/Postal code
28289 /28210
Elevation111–155 m (364–509 ft)
(avg. 140 m or 460 ft)
1 French Land Register data, which excludes lakes, ponds, glaciers > 1 km2 (0.386 sq mi or 247 acres) and river estuaries.

Population

Historical population
YearPop.±%
1946167    
1954157−6.0%
1962128−18.5%
196895−25.8%
1975100+5.3%
1982134+34.0%
1990164+22.4%
1999180+9.8%
2008248+37.8%
2015240−3.2%
gollark: <@!341618941317349376> Observe, a compiler which produces slow code.
gollark: Now with optimization settings!
gollark: ```python#!/usr/bin/env python3import argparseimport subprocessparser = argparse.ArgumentParser(description='Compile a WHY program')parser.add_argument("input", help="File containing WHY source code")parser.add_argument("-o", "--output", help="Filename of the output executable to make", default="./a.why")parser.add_argument("-O", "--optimize", help="Optimization level", type=int, default="0")args = parser.parse_args()def build_C(args): template = """#define QUITELONG long long intconst QUITELONG max = @max@;int main() { QUITELONG i = 0; while (i < max) { i++; } @code@} """ for k, v in args.items(): template = template.replace(f"@{k}@", str(v)) return templateinput = args.inputoutput = args.outputtemp = "ignore-this-please"with open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_C({ "code": contents, "max": looplen }) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
gollark: ^
gollark: 937 bytes.

See also

References

  1. "Populations légales 2017". INSEE. Retrieved 6 January 2020.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.