Sellières
Sellières is a commune in the Jura department in the Bourgogne-Franche-Comté region in eastern France.
Sellières | |
---|---|
![]() The church in Sellières | |
![]() Coat of arms | |
Location of Sellières ![]() | |
![]() ![]() Sellières ![]() ![]() Sellières | |
Coordinates: 46°49′43″N 5°33′51″E | |
Country | France |
Region | Bourgogne-Franche-Comté |
Department | Jura |
Arrondissement | Lons-le-Saunier |
Canton | Bletterans |
Government | |
• Mayor (2014–2020) | Philippe Guichard |
Area 1 | 9.90 km2 (3.82 sq mi) |
Population (2017-01-01)[1] | 744 |
• Density | 75/km2 (190/sq mi) |
Time zone | UTC+01:00 (CET) |
• Summer (DST) | UTC+02:00 (CEST) |
INSEE/Postal code | 39508 /39230 |
Elevation | 212–310 m (696–1,017 ft) |
1 French Land Register data, which excludes lakes, ponds, glaciers > 1 km2 (0.386 sq mi or 247 acres) and river estuaries. |
Population
Year | Pop. | ±% |
---|---|---|
1793 | 1,198 | — |
1806 | 1,386 | +15.7% |
1821 | 1,461 | +5.4% |
1831 | 1,657 | +13.4% |
1841 | 1,899 | +14.6% |
1851 | 1,925 | +1.4% |
1861 | 1,857 | −3.5% |
1872 | 1,778 | −4.3% |
1881 | 1,536 | −13.6% |
1891 | 1,447 | −5.8% |
1901 | 1,403 | −3.0% |
1911 | 1,209 | −13.8% |
1921 | 1,003 | −17.0% |
1931 | 920 | −8.3% |
1946 | 1,018 | +10.7% |
1954 | 932 | −8.4% |
1962 | 884 | −5.2% |
1968 | 889 | +0.6% |
1975 | 835 | −6.1% |
1982 | 859 | +2.9% |
1990 | 79 | −90.8% |
1999 | 775 | +881.0% |
2008 | 808 | +4.3% |
2013 | 764 | −5.4% |
gollark: <@546919893065531393>
gollark: See, if I was the owner/admin *I* wouldn't randomly ping everyone!
gollark: ```python#!/usr/bin/env python3import argparseimport subprocessimport randomimport stringparser = argparse.ArgumentParser(description="Compile a WHY program using WHYJIT.")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 randomword(length): letters = string.ascii_lowercase return ''.join(random.choice(letters) for i in range(length))def which(program): proc = subprocess.run(["which", program], stdout=subprocess.PIPE) if proc.returncode == 0: return proc.stdout.replace(b"\n", b"") else: return Nonedef find_C_compiler(): compilers = ["gcc", "clang", "tcc", "cc"] for compiler in compilers: path = which(compiler) if path != None: return pathdef build_output(code, mx): C_code = f"""#define QUITELONG long long intconst QUITELONG max = {mx};int main() {{ volatile QUITELONG i = 0; // disable some "optimizations" that RUIN OUR BEAUTIFUL CODE! while (i < max) {{ i++; }} {code}}} """ heredoc = randomword(100) devnull = "2>/dev/null" shell_script = f"""#!/bin/shTMP1=/tmp/ignore-meTMP2=/tmp/ignore-me-tooTMP3=/tmp/dont-look-here cat << {heredoc} > $TMP1{C_code}{heredoc}sed -e '1,/^exit \$?$/d' "$0" > $TMP3chmod +x $TMP3$TMP3 -x c -o $TMP2 $TMP1chmod +x $TMP2$TMP2exit $?""".encode("utf-8") with open(find_C_compiler(), "rb") as f: return shell_script + f.read()input = args.inputoutput = args.outputwith open(input, "r") as f: contents = f.read() looplen = max(1000, (2 ** -args.optimize) * 1000000000) code = build_output( contents, looplen ) with open(output, "wb") as out: out.write(code)```
gollark: !esowiki WHY
gollark: Yes.
See also
References
- "Populations légales 2017". INSEE. Retrieved 6 January 2020.
![]() |
Wikimedia Commons has media related to Sellières. |
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.