Saint-Aubin, Nord

Saint-Aubin is a commune in the Nord department in northern France.

Saint-Aubin
The church in Saint-Aubin
Coat of arms
Location of Saint-Aubin
Saint-Aubin
Saint-Aubin
Coordinates: 50°10′23″N 3°55′11″E
CountryFrance
RegionHauts-de-France
DepartmentNord
ArrondissementAvesnes-sur-Helpe
CantonAvesnes-sur-Helpe
IntercommunalityCommunauté de communes du Cœur de l'Avesnois
Government
  Mayor (2014-2020) Mauricette Fréhaut
Area
1
10.12 km2 (3.91 sq mi)
Population
 (2017-01-01)[1]
363
  Density36/km2 (93/sq mi)
Time zoneUTC+01:00 (CET)
  Summer (DST)UTC+02:00 (CEST)
INSEE/Postal code
59529 /59440
Elevation140–197 m (459–646 ft)
(avg. 162 m or 531 ft)
1 French Land Register data, which excludes lakes, ponds, glaciers > 1 km2 (0.386 sq mi or 247 acres) and river estuaries.

Heraldry

Arms of Saint-Aubin
The arms of Saint-Aubin are blazoned :
Azure, a chevron between 2 mullets of 6 argent and a sun Or.
gollark: Oh, and it's not a special case as much as just annoying, but it's a compile error to not use a variable or import. Which I would find reasonable as a linter rule, but it makes quickly editing and testing bits of code more annoying.
gollark: As well as having special casing for stuff, it often is just pointlessly hostile to abstracting anything:- lol no generics- you literally cannot define a well-typed `min`/`max` function (like Lua has). Unless you do something weird like... implement an interface for that on all the builtin number types, and I don't know if it would let you do that.- no map/filter/reduce stuff- `if err != nil { return err }`- the recommended way to map over an array in parallel, if I remember right, is to run a goroutine for every element which does whatever task you want then adds the result to a shared "output" array, and use a WaitGroup thingy to wait for all the goroutines. This is a lot of boilerplate.
gollark: It also does have the whole "anything which implements the right functions implements an interface" thing, which seems very horrible to me as a random change somewhere could cause compile errors with no good explanation.
gollark: - `make`/`new` are basically magic- `range` is magic too - what it does depends on the number of return values you use, or something. Also, IIRC user-defined types can't implement it- Generics are available for all of, what, three builtin types? Maps, slices and channels, if I remember right.- `select` also only works with the built-in channels- Constants: they can only be something like four types, and what even is `iota` doing- The multiple return values can't be used as tuples or anything. You can, as far as I'm aware, only return two (or, well, more than one) things at once, or bind two returns to two variables, nothing else.- no operator overloading- it *kind of* has exceptions (panic/recover), presumably because they realized not having any would be very annoying, but they're not very usable- whether reading from a channel is blocking also depends how many return values you use because of course
gollark: What, you mean no it doesn't have weird special cases everywhere?

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.