Denise Fabre

Denise Fabre (born 5 September 1942) is a French former television personality, best known for her role as an in-vision continuity announcer. She is now municipal advisor to the presiding mayor of Nice, Christian Estrosi.[1]

Denise Fabre
Born (1942-09-05) 5 September 1942
NationalityFrench
OccupationTelevision host; political appointee

Biography

Fabre, born in Cagnes-sur-Mer, began her career with Télé Monte Carlo in 1961 before she progressed to announcing work with Antenne 2 (now France 2) and most famously, TF1, where Fabre was chief announcer until live continuity was axed in 1992. She co-hosted the Eurovision Song Contest 1978 which was staged in Paris, as well as a variety of French television programmes during the 1970s and 1980s.

gollark: Also, in that version there, patterns got fed in as a table with numeric indices from 1-9 representing each slot of the crafting table plus an optional qty key for how much the recipe produces.
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```
gollark: Also, implementing whatever is done internally for finding free space to transfer to is hard!
gollark: I'm unlikely to have stupidly large autocrafting trees.

See also

References

  1. "Denise Fabre - News & actus people sur Premiere". Premiere. 7 September 2009. Retrieved 4 January 2010.

Media related to Denise Fabre at Wikimedia Commons

Preceded by
Angela Rippon
Eurovision Song Contest presenter
(with Léon Zitrone)
1978
Succeeded by
Daniel Pe'er and Yardena Arazi


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