Rapide-Danseur, Quebec

Rapide-Danseur is a municipality in northwestern Quebec, Canada, in the Abitibi-Ouest Regional County Municipality. It covers 185.18 km² and had a population of 312 as of the Canada 2011 Census.

Rapide-Danseur
Municipality
Location within Abitibi-Ouest RCM.
Rapide-Danseur
Location in western Quebec.
Coordinates: 48°33′N 79°18′W[1]
Country Canada
Province Quebec
RegionAbitibi-Témiscamingue
RCMAbitibi-Ouest
Settled1928
ConstitutedJanuary 1, 1981
Government
  MayorHendrik Borowitzki-Collin
  Federal ridingAbitibi—Témiscamingue
  Prov. ridingAbitibi-Ouest
Area
  Total183.90 km2 (71.00 sq mi)
  Land175.33 km2 (67.70 sq mi)
Population
 (2011)[3]
  Total312
  Density1.8/km2 (5/sq mi)
  Pop 2006-2011
14.3%
  Dwellings
162
 Birth place of Jaques Plante
Time zoneUTC−5 (EST)
  Summer (DST)UTC−4 (EDT)
Postal code(s)
J0Z 3G0
Area code(s)819
Highways Route 388
Route 393
Websitewww.rapide-danseur.ao.ca

The municipality was incorporated on January 1, 1981.

Demographics

Population trend:[4]

  • Population in 2011: 312 (2006 to 2011 population change: 14.3%)
  • Population in 2006: 273
  • Population in 2001: 265
  • Population in 1996: 247
  • Population in 1991: 206

Private dwellings occupied by usual residents: 129 (total dwellings: 162)

Mother tongue:[5]

  • English as first language: 0%
  • French as first language: 100%
  • English and French as first language: 0%
  • Other as first language: 0%

Municipal council

The municipal council consists of:[6]

  • Mayor: Hendrik Borowitzki-Collin
  • Councillors: Joannie Langlois, Lorraine Doucet-Dion, Line Giasson, François Cloutier, Christiane Guillemette, Annie Gauthier
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.

References

  1. Reference number 98700 of the Commission de toponymie du Québec (in French)
  2. "Rapide-Danseur". Répertoire des municipalités (in French). Ministère des Affaires municipales, des Régions et de l'Occupation du territoire. Retrieved 2011-01-06.
  3. "Rapide-Danseur census profile". 2011 Census data. Statistics Canada. Retrieved 2011-01-06.
  4. Statistics Canada: 1996, 2001, 2006, 2011 census
  5. "Rapide-Danseur community profile". 2006 Census data. Statistics Canada. Retrieved 2011-01-06.
  6. "Conseil municipal" (in French).





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