Le Poët

Le Poët is a commune in the Hautes-Alpes department in southeastern France.

Le Poët
Coat of arms
Location of Le Poët
Le Poët
Le Poët
Coordinates: 44°17′38″N 5°53′51″E
CountryFrance
RegionProvence-Alpes-Côte d'Azur
DepartmentHautes-Alpes
ArrondissementGap
CantonLaragne-Montéglin
IntercommunalityLaragne
Government
  Mayor (20082014) Alain Montay
Area
1
15.51 km2 (5.99 sq mi)
Population
 (2017-01-01)[1]
798
  Density51/km2 (130/sq mi)
Time zoneUTC+01:00 (CET)
  Summer (DST)UTC+02:00 (CEST)
INSEE/Postal code
05103 /05300
Elevation460–678 m (1,509–2,224 ft)
(avg. 585 m or 1,919 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.±%
1962424    
1968429+1.2%
1975511+19.1%
1982515+0.8%
1990587+14.0%
1999690+17.5%
2008734+6.4%
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.