Chapelle-lez-Herlaimont

Chapelle-lez-Herlaimont is a Walloon municipality located in the Belgian province of Hainaut. On January 1, 2006, Chapelle-lez-Herlaimont had a total population of 14,022. The total area is 18.10 km² which gives a population density of 775 inhabitants per km².

Chapelle-lez-Herlaimont
Flag
Coat of arms
Chapelle-lez-Herlaimont
Location in Belgium
Location of Chapelle-lez-Herlaimont in Hainaut
Coordinates: 50°28′N 04°17′E
CountryBelgium
CommunityFrench Community
RegionWallonia
ProvinceHainaut
ArrondissementCharleroi
Government
  MayorPatrick Moriau
  Governing party/iesPS
Area
  Total18.10 km2 (6.99 sq mi)
Population
 (2018-01-01)[1]
  Total14,900
  Density820/km2 (2,100/sq mi)
Postal codes
7160
Area codes064
Websitewww.chapelle-lez-herlaimont.be

The municipality consists of the following sub-municipalities: Chapelle-lez-Herlaimont proper, Godarville, and Piéton.

Famous inhabitants

gollark: ```c#include <stdio.h>#include <signal.h>#include <string.h>#include <stdlib.h>#include <sys/mman.h>#include <unistd.h>static void handler(int sig, siginfo_t *info, void *literally_bee) { printf("oh bee oh apio segfault %08x\n", info->si_addr); int ps = getpagesize(); long ad = (long)info->si_addr; ad = ad - (ad % ps); mmap((void*)ad, 0x10000, PROT_NONE, MAP_ANONYMOUS|MAP_FIXED, -1, 0);}int main() { struct sigaction sa; sigemptyset(&sa.sa_mask); sa.sa_flags = SA_NODEFER; sa.sa_sigaction = handler; sigaction(SIGSEGV, &sa, NULL); *(int*)NULL = -3; printf("thing done\n"); return 0;}```
gollark: Unfortunately, mmap appears to be uncooperative.
gollark: I wanted to implement coral's `idea: trap segfaults and mmap data at the erroring position`.
gollark: 🐝 that, safety = 🐝.
gollark: Well, Windows bad.

References

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