Salives

Salives is a commune in the Côte-d'Or department in eastern France.

Salives
The church and washhouse in Salives
Location of Salives
Salives
Salives
Coordinates: 47°37′03″N 4°55′11″E
CountryFrance
RegionBourgogne-Franche-Comté
DepartmentCôte-d'Or
ArrondissementDijon
CantonIs-sur-Tille
Government
  Mayor (20082014) Alain Houpert
Area
1
47.85 km2 (18.47 sq mi)
Population
 (2017-01-01)[1]
206
  Density4.3/km2 (11/sq mi)
Time zoneUTC+01:00 (CET)
  Summer (DST)UTC+02:00 (CEST)
INSEE/Postal code
21579 /21580
Elevation343–527 m (1,125–1,729 ft)
(avg. 400 m or 1,300 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.±%
1962329    
1968346+5.2%
1975286−17.3%
1982229−19.9%
1990180−21.4%
1999232+28.9%
2008267+15.1%
gollark: Oh, minoteaur actually has that (not the threading bit) in its Markdown parsing code.
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.

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.