Lavendálio

Multi tool use
Lavendálio
|
|
Nascimento
|
1066 Acre
|
Morte
|
11 de dezembro de 1121 (55 anos)
|
Ocupação
|
político
|
Religião
|
Islã, Xiismo
|
[edite no Wikidata]
|
Lavendálio (em latim: Lavendalius; 1066-11 de dezembro de 1121) ou Elafdálio (em latim: Elafdalio), também conhecido como Malique Alfadal ibne Badir Aljamali Xaanxá (em árabe: الأفضل شاهنشاه بن بدر الجمالي; transl.: al-Malik al-Afdal ibn Badr al-Jamali Shahanshah), foi um vizir dos califas fatímidas do Egito.
Ascensão ao poder |
Nasceu em Acre, filho de Badir Aljamali, um arménio muçulmano[1]. Badir foi vizir fatímida no Cairo de 1074 até a sua morte em 1094, quando Alfadal lhe sucedeu. O califa fatímida Almostancir do Cairo faleceria pouco depois e Alfadal elegeu Almostali, uma criança, em vez de Nizar, o irmão mais velho de Almostali. Nizar revoltou-se e foi derrotado em 1095; os seus seguidores, liderados por Haçane Alçabá, fugiram para o oeste onde Hassan estabeleceu uma comunidade Ismaili, por vezes erradamente chamada de assassinos.
Por essa época o poder fatímida na Palestina fora diminuído pela chegada dos turcos seljúcidas. Em 1097, ele retoma Tiro aos Seljúcidas, e em 1098 toma Jerusalém. Alfadal restitui grande parte do controlo da Palestina aos fatímidas, pelo menos temporariamente.
Referências
↑ War and society in the eastern Mediterranean, 7th-15th centuries por Yaacov Lev, p.122
Portal de biografias
Portal da história
Portal da Armênia
5wKY62QsFY7nA,n1EnI,0oiNv4Wy,fyi 5Ju
Popular posts from this blog
0
I found a lot of questions abount appendices and ToC. Many users want appendices to be grouped in an Appendix part, however some problems arise with ToC, hyperref, PDF viewer bookmarks, and so on. There are different solutions which require extra packages, command patching and other extra code, however none of them satisfies me. I almost found an easy way to accomplish a good result, where appendices are added to bookmarks in the right way and hyperref links point to the right page. However, the number of the "Appendix" part page is wrong (it's the number of appendix A). Is there any EASY way to fix that? This is a MWE: documentclass{book} usepackage[nottoc,notlot,notlof]{tocbibind} usepackage{hyperref} begin{document} frontmatter tableofcontents mainmatter part{First} chapter{...
1
In the sklearn.model_selection.cross_val_predict page it is stated: Generate cross-validated estimates for each input data point. It is not appropriate to pass these predictions into an evaluation metric. Can someone explain what does it mean? If this gives estimate of Y (y prediction) for every Y (true Y), why can't I calculate metrics such as RMSE or coefficient of determination using these results?
python scikit-learn cross-validation
share | improve this question
edited Nov 28 '18 at 17:52
desertnaut
20.3k 7 43 79
...
0
I have problem with inserting data to MySQL from modal. My modal: <a href="#" class="badge badge-pill badge-success">6 komentarzy</a> <a href="#" class="badge badge-pill badge-danger">brak komentarzy</a> <a data-toggle="modal" href="#add_desk_comm_{$desk_['desk_id']}" data-target="#add_desk_comm_{$desk_['desk_id']}" class="ediiit">(dodaj)</a> <div class="modal fade" id="add_desk_comm_{$desk_['desk_id']}" tabindex="-1" role="dialog" aria-labelledby="edit_printer" aria-hidden="true"> <div class="modal-dialog" role="document"> ...