1940–1945 Colonial War Effort Medal

The 1940–1945 Colonial War Effort Medal (French: Médaille de l'Effort de Guerre Colonial 1940-1945, Dutch: Medaille voor de Koloniale Oorlogsinspanning 1940-1945) was a Belgian war service medal established by royal decree of the Regent on 30 January 1947 and awarded to government civil servants, magistrates, volunteer members of the female auxiliary service, missionaries, civilian agents of the different departments and civilians who served honourably for at least one year in the Belgian Congo or Ruanda-Urundi colonies of the Kingdom of Belgium in Africa between 10 May 1940 and 7 May 1945.[1]

1940-1945 Colonial War Effort Medal
1940-1945 Colonial War Effort Medal (obverse)
Awarded by Kingdom of Belgium
TypeWar medal
EligibilityBelgian citizens
Awarded forService in Belgian colonies during World War II
StatusNo longer awarded
Statistics
Established30 January 1947

Persons eligible for the award of both the 1940–1945 Colonial War Effort Medal and the 1940–1945 African War Medal could only receive one of the two, usually the one earned for the longest service.[1]

Award description

The 1940–1945 Colonial War Effort Medal was a 31mm wide by 52mm high bronze rectangular medal with sloping upper corners. Its obverse bore at its upper center an embossed five pointed star above the relief inscription on five rows "1940" "1945" "PRO PATRIA" "ET" "VICTORIA" between vertical laurel leaves. The smooth reverse was plain.[1]

The medal is suspended by a ring through a lateral suspension hole from a 37mm wide yellow silk moiré ribbon with 5mm wide light blue edge stripes.[1]

Notable recipients (partial list)

gollark: Or Great Information Transfer.
gollark: Git stands for GIT Is Tremendous.
gollark: The stages of git clone are: Receive a "pack" file of all the objects in the repo database Create an index file for the received pack Check out the head revision (for a non-bare repo, obviously)"Resolving deltas" is the message shown for the second stage, indexing the pack file ("git index-pack").Pack files do not have the actual object IDs in them, only the object content. So to determine what the object IDs are, git has to do a decompress+SHA1 of each object in the pack to produce the object ID, which is then written into the index file.An object in a pack file may be stored as a delta i.e. a sequence of changes to make to some other object. In this case, git needs to retrieve the base object, apply the commands and SHA1 the result. The base object itself might have to be derived by applying a sequence of delta commands. (Even though in the case of a clone, the base object will have been encountered already, there is a limit to how many manufactured objects are cached in memory).In summary, the "resolving deltas" stage involves decompressing and checksumming the entire repo database, which not surprisingly takes quite a long time. Presumably decompressing and calculating SHA1s actually takes more time than applying the delta commands.In the case of a subsequent fetch, the received pack file may contain references (as delta object bases) to other objects that the receiving git is expected to already have. In this case, the receiving git actually rewrites the received pack file to include any such referenced objects, so that any stored pack file is self-sufficient. This might be where the message "resolving deltas" originated.
gollark: UPDATE: this is wrong.
gollark: > Git uses delta encoding to store some of the objects in packfiles. However, you don't want to have to play back every single change ever on a given file in order to get the current version, so Git also has occasional snapshots of the file contents stored as well. "Resolving deltas" is the step that deals with making sure all of that stays consistent.

See also

  • List of Orders, Decorations and Medals of the Kingdom of Belgium

References

  1. "Royal Decree of the Regent of 30 January 1947 creating the 1940-1945 Colonial War Effort Medal". Belgian Government. 30 January 1947. Cite journal requires |journal= (help)
  2. "Recipients of the 1940-1945 Colonial War Effort Medal compiled from the ARS MORIENDI web site" (in French). ARS MORIENDI. 6 July 2012. Retrieved 15 September 2012.

Other sources

  • Quinot H., 1950, Recueil illustré des décorations belges et congolaises, 4e Edition. (Hasselt)
  • Cornet R., 1982, Recueil des dispositions légales et réglementaires régissant les ordres nationaux belges. 2e Ed. N.pl., (Brussels)
  • Borné A.C., 1985, Distinctions honorifiques de la Belgique, 1830-1985 (Brussels)

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