Vibraye

Vibraye is a commune in the Sarthe department in the region of Pays de la Loire in north-western France.

Vibraye
The town hall of Vibraye
Coat of arms
Location of Vibraye
Vibraye
Vibraye
Coordinates: 48°03′34″N 0°44′12″E
CountryFrance
RegionPays de la Loire
DepartmentSarthe
ArrondissementMamers
CantonSaint-Calais
IntercommunalityVallées de la Braye et de l'Anille
Government
  Mayor (20082014) Jacky Breton
Area
1
43.62 km2 (16.84 sq mi)
Population
 (2017-01-01)[1]
2,553
  Density59/km2 (150/sq mi)
Demonym(s)Vibraysien, Vibraysienne
Time zoneUTC+01:00 (CET)
  Summer (DST)UTC+02:00 (CEST)
INSEE/Postal code
72373 /72320
Elevation107–199 m (351–653 ft)
1 French Land Register data, which excludes lakes, ponds, glaciers > 1 km2 (0.386 sq mi or 247 acres) and river estuaries.

History

Vibraye was involved in the 1906 Grand Prix de l'Automobile Club de France, the world's first motoring Grand Prix. The D1 towards Saint-Calais and La Ferté-Bernard formed a side of the triangular course.

Closest towns and villages

gollark: Thus, praise ~~Rust~~ ~~Ferris~~ Nim?
gollark: It compiles in reasonable time *and* makes a 600KB binary in debug mode which is much nicer than equivalent Rust.
gollark: I only need something like two routes so a full web framework is overkill.
gollark: ```nimimport optionsimport asyncdispatchimport httpximport tiny_sqliteimport macrosimport karax/[karaxdsl, vdom]import ./dbmacro includeFile(x: string): string = newStrLitNode(readFile(x.strVal))const css = includeFile("./src/style.css")let database = openDatabase("./monitoring.sqlite3")migrate(database)var threadDB {.threadvar.}: Option[DbConn]proc openDB(): DbConn = if isNone threadDB: threadDB = some openDatabase("./monitoring.sqlite3") get threadDBproc mainPage(): string = let vnode = buildHtml(html()): head: style: text css text "Bee deployed" $vnodeproc onRequest(req: Request) {.async.} = if req.httpMethod == some(HttpGet): case req.path.get() of "/": req.send(body=mainPage(), code=Http200, headers="Content-Type: text/html") else: req.send(Http404) else: req.send(Http404)echo "Starting up"run(onRequest, initSettings(Port(7800), "", 0))```This is what I have so far.
gollark: One per thread is likely sort of better ish slightly anyway.

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.