Anastase
Anastase is a Basque feminine given name derived from the Ancient Greek name Anastasíā.[1] may refer to:
Anastasia | |
---|---|
Variations of the given name |
|
Variations of the surname |
|
^indicates a separate given name article above | |
Given names
- Anastase Alfieri (1892 – 1971), Italian entomologist
- Anastase Dragomir (1896–1966), Romanian inventor
- Anastase Gasana (born 1950), Rwandan diplomat
- Anastase Murekezi (born 1952), Rwandan politician
- Anastase Shyaka, Rwandan academic and politician
- Anastase Stolojan (1836– 1901), Romanian politician
Middle names
- Henri Joseph Anastase Perrotin (1845 – 1904), French astronomer
Surnames
- Roberta Anastase (born 1976), Romanian politician
gollark: Not all Lua is created equal.
gollark: It's maaaaaagic.
gollark: From potatOS sandboxing somewhere.
gollark: ```luafunction new.find(wildcard) local function recurse_spec(results, path, spec) -- From here: https://github.com/Sorroko/cclite/blob/62677542ed63bd4db212f83da1357cb953e82ce3/src/emulator/native_api.lua local segment = spec:match('([^/]*)'):gsub('/', '') local pattern = '^' .. segment:gsub('[*]', '.+'):gsub('?', '.') .. '$' if new.isDir(path) then for _, file in ipairs(new.list(path)) do if file:match(pattern) then local f = new.combine(path, file) if new.isDir(f) then recurse_spec(results, f, spec:sub(#segment + 2)) end if spec == segment then table.insert(results, f) end end end end end local results = {} recurse_spec(results, '', wildcard) return results end```
gollark: Yes, occasionally.
See also
- All pages with titles beginning with Anastase
- All pages with titles containing Anastase
- Anastasie
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.