Passage Pommeraye

The Passage Pommeraye is a small shopping mall in central Nantes, France, named after its property developer, Louis Pommeraye. Construction started at the end of 1840 and was completed on 4 July 1843. The Passage Pommeraye is a passage between two streets, the rue Santeuil and rue de la Fosse, with one 9.40 m higher than the other. Midway, there is a flight of steps and the mall then continues on another floor. Two architects, Jean-Baptiste Buron and Hippolyte Durand Gasselin, contributed to its design, which is very elaborate and includes renaissance style sculptures. The Passage Pommeraye has been classified as a historic monument since 1976.

Passage Pommeraye, Nantes

Movies

The Passage Pommeraye can be seen in several movies :

Sources

Photos

gollark: ```scheme(define actually-forgiving-grudge (lambda (x y) (let* ( (defection-count (length (filter (lambda (m) (= m 1)) x))) (lookback (+ 1 (inexact->exact (floor (expt 1.8 defection-count))))) (result (if (member '(1 0) (take lookback (zip x y))) 1 0)) ) result)))```I think this detects betrayals properly now.
gollark: Wow, BEE the memq function?
gollark: We are investigating MANY things.
gollark: This is quite complex, but here you go.
gollark: ```lualocal mathfloor, mathpow = math.floor, math.powstrats.actually_vaguely_forgiving_grudger = function(prev, opponent, memory) -- gollarious² if #opponent == 0 then return true end if memory.defections == nil then memory.defections = 0 end if opponent[#opponent] == false then memory.defections = memory.defections + 1 return false end local lookback = mathfloor(mathpow(2, memory.defections)) for i = #opponent, (#opponent - lookback), -1 do if opponent[i] == false and prev[i] == true then return false end end return trueend```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.