Monchy-Cayeux

Monchy-Cayeux is a commune in the Pas-de-Calais department in the Hauts-de-France region of France.

Monchy-Cayeux
The church of Monchy-Cayeux
Coat of arms
Location of Monchy-Cayeux
Monchy-Cayeux
Monchy-Cayeux
Coordinates: 50°26′19″N 2°16′39″E
CountryFrance
RegionHauts-de-France
DepartmentPas-de-Calais
ArrondissementArras
CantonSaint-Pol-sur-Ternoise
IntercommunalityCC Ternois
Government
  Mayor (20082014) Claude Hoguet
Area
1
6.22 km2 (2.40 sq mi)
Population
 (2017-01-01)[1]
300
  Density48/km2 (120/sq mi)
Time zoneUTC+01:00 (CET)
  Summer (DST)UTC+02:00 (CEST)
INSEE/Postal code
62581 /62134
Elevation60–138 m (197–453 ft)
(avg. 68 m or 223 ft)
1 French Land Register data, which excludes lakes, ponds, glaciers > 1 km2 (0.386 sq mi or 247 acres) and river estuaries.

Geography

Monchy-Cayeux is situated 29 miles (47 km) northwest of Arras, in the Ternoise river valley and on the D343 road.

Population

Population history
1962196819751982199019992006
283313286277297274290
Census count starting from 1962: Population without duplicates

Places of interest

  • The church and the chapel of St.Pierre.
  • An eighteenth-century chateau.
gollark: ```go log.Println("Fetching feeds...") var feeds []*rss.Feed var wg sync.WaitGroup for _, source := range sources { wg.Add(1) src := source go func() { defer wg.Done() feed, err := rss.Fetch(src.String()) if err != nil { log.Printf("Error fetching %s: %s", src.String(), err.Error()) return } feeds = append(feeds, feed) log.Printf("Fetched %s", feed.Title) }() } wg.Wait()```So here is something which is meant to fetch a bunch of RSS feeds in parallel.
gollark: Somewhat? There doesn't seem to be a better way to do it.
gollark: Hold on, I worked on a tiny bit of Go code, I'll dredge some up as a sample.
gollark: It does not avoid those. You just reimplement them oddly.
gollark: Explicit doesn't mean very good.

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.