Bénoye
Bénoye is a city in the Logone Occidental Region, Chad. It is the administrative center of the Ngourkosso Department.
Bénoye | |
---|---|
Bénoye Location in Chad | |
Coordinates: 8°59′27″N 16°19′01″E | |
Country | |
Region | Logone Occidental |
Department | Ngourkosso |
Sub-Prefecture | Benoye |
Population (2009) | |
• Total | 12,097 |
Time zone | UTC+1 |
Population
Population by years:[1]
1993 | 2009 |
---|---|
11,573 | 12,097 |
gollark: Better fix this then compile to brpy.
gollark: UNOPTIMIZATION
gollark: OH NO
gollark: As always, the lack of newlines creates optimization.
gollark: ```python#!/usr/bin/env python3import subprocess, os, os.path, sys, argparse, datetimetimestamp = datetime.datetime.now().strftime("%Y-%m-%d_%H-%M-%S")print(timestamp)parser = argparse.ArgumentParser(description="do backups, probably")parser.add_argument("name", help="name of backup item")parser.add_argument("dir", help="directory to backup")args = parser.parse_args()print(args)srcdir = os.path.abspath(args.dir)outdir = os.path.join(os.path.dirname(os.path.abspath(sys.argv[0])), "encrypted/backups")outpath = os.path.join(outdir, f"{args.name}_{timestamp}.sqlar")print(srcdir, outdir, outpath)subprocess.run(["sqlite3", outpath, "-A", "--verbose", "--create", "--directory", srcdir, "."])```muahahahaha, backups.
References
- "The regions of the Chad and all localities of more than 10,000 inhabitants". Retrieved 20 September 2013.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.