Wikipediýa tkwiki https://tk.wikipedia.org/wiki/Ba%C5%9F_Sahypa MediaWiki 1.47.0-wmf.18 first-letter Media Ýörite Çekişme Ulanyjy Ulanyjy çekişme Wikipediýa Wikipediýa çekişme Faýl Faýl çekişme MediaWiki MediaWiki çekişme Şablon Şablon çekişme Ýardam Ýardam çekişme Kategoriýa Kategoriýa çekişme TimedText TimedText talk Module Module talk Event Event talk Elektrik dwigateli 0 12975 270491 232775 2026-09-04T00:30:21Z InternetArchiveBot 21623 Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5 270491 wikitext text/x-wiki '''Elektrik dwigateli''', elektrik energiýasyny mehaniki energiýa öwürýän guraldyr. [[Faýl:Motors01CJC.jpg|thumb|Dürli-dürli elektrik dwigatelleri.]] == Daşarky çykgytlar == * [http://ukrelektrik.com/publ/publ_instrukcii_po_ehkspluatacii_raznoe_instrukcii_po_ehkspluatacii_razn/instrukcii_po_ehkspluatacii_raznoe/zashhita_asinkhronnykh_dvigatelej/22-1-0-1053 Защита асинхронных двигателей ] {{Webarchive|url=https://web.archive.org/web/20130711082016/http://ukrelektrik.com/publ/publ_instrukcii_po_ehkspluatacii_raznoe_instrukcii_po_ehkspluatacii_razn/instrukcii_po_ehkspluatacii_raznoe/zashhita_asinkhronnykh_dvigatelej/22-1-0-1053 |date=2013-07-11 }} * [http://ukrelektrik.com/publ/publ_instrukcii_po_ehkspluatacii_raznoe_instrukcii_po_ehkspluatacii_razn/instrukcii_po_ehkspluatacii_raznoe/skhema_podkljuchenija_ehlektrodvigatelja/22-1-0-1052 Схема подключения электродвигателя ] {{Webarchive|url=https://web.archive.org/web/20130726134451/http://ukrelektrik.com/publ/publ_instrukcii_po_ehkspluatacii_raznoe_instrukcii_po_ehkspluatacii_razn/instrukcii_po_ehkspluatacii_raznoe/skhema_podkljuchenija_ehlektrodvigatelja/22-1-0-1052 |date=2013-07-26 }} * [http://ukrelektrik.com/publ/publ_instrukcii_po_ehkspluatacii_raznoe_instrukcii_po_ehkspluatacii_razn/instrukcii_po_ehkspluatacii_raznoe/poteri_ehnergii_i_kpd_asinkhronnykh_dvigatelej/22-1-0-1054 Потери энергии и КПД асинхронных двигателей ] {{Webarchive|url=https://web.archive.org/web/20130726163252/http://ukrelektrik.com/publ/publ_instrukcii_po_ehkspluatacii_raznoe_instrukcii_po_ehkspluatacii_razn/instrukcii_po_ehkspluatacii_raznoe/poteri_ehnergii_i_kpd_asinkhronnykh_dvigatelej/22-1-0-1054 |date=2013-07-26 }} * [http://ukrelektrik.com/publ/publ_instrukcii_po_ehkspluatacii_raznoe_instrukcii_po_ehkspluatacii_razn/instrukcii_po_ehkspluatacii_raznoe/rabochie_kharakteristiki_asinkhronnogo_dvigatelja/22-1-0-1055 Рабочие характеристики асинхронного двигателя] {{Webarchive|url=https://web.archive.org/web/20130417104443/http://ukrelektrik.com/publ/publ_instrukcii_po_ehkspluatacii_raznoe_instrukcii_po_ehkspluatacii_razn/instrukcii_po_ehkspluatacii_raznoe/rabochie_kharakteristiki_asinkhronnogo_dvigatelja/22-1-0-1055 |date=2013-04-17 }} * [http://ukrelektrik.com/publ/publ_instrukcii_po_ehkspluatacii_raznoe_instrukcii_po_ehkspluatacii_razn/instrukcii_po_ehkspluatacii_raznoe/pusk_ehlektrodvigatelja_s_faznym_rotorom/22-1-0-1056 Пуск электродвигателя с фазным ротором] {{Webarchive|url=https://web.archive.org/web/20130726132005/http://ukrelektrik.com/publ/publ_instrukcii_po_ehkspluatacii_raznoe_instrukcii_po_ehkspluatacii_razn/instrukcii_po_ehkspluatacii_raznoe/pusk_ehlektrodvigatelja_s_faznym_rotorom/22-1-0-1056 |date=2013-07-26 }} * [http://www.youtube.com/watch?v=1XP_5CBOZv4 Строение асинхронного электродвигателя — видео, 3D] * [http://elektromehanicka.narod.ru/ Конструкции электрических машин] * [http://eleronnet.cc.ua/eleronnet.sss.html Подключение электродвигателя] {{Webarchive|url=https://web.archive.org/web/20130301020809/http://eleronnet.cc.ua/eleronnet.sss.html |date=2013-03-01 }} [[Kategoriýa:Fizika]] [[Kategoriýa:Elektrik]] [[Kategoriýa:Gurallar]] {{elektrik-ownuk}}{{fizika-ownuk}} a8e5u3a3e7h8vk9fnso4sqw1kkb8p4p Module:TableTools 828 14839 270487 209474 2026-09-03T13:12:20Z Hamish 18902 Update from [[d:Special:GoToLinkedPage/enwiki/Q15408619|master]] using [[mw:Synchronizer| #Synchronizer]] 270487 Scribunto text/plain ------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke. -- ------------------------------------------------------------------------------------ local libraryUtil = require('libraryUtil') local p = {} -- Define often-used variables and functions. local floor = math.floor local infinity = math.huge local checkType = libraryUtil.checkType local checkTypeMulti = libraryUtil.checkTypeMulti ------------------------------------------------------------------------------------ -- isPositiveInteger -- -- This function returns true if the given value is a positive integer, and false -- if not. Although it doesn't operate on tables, it is included here as it is -- useful for determining whether a given table key is in the array part or the -- hash part of a table. ------------------------------------------------------------------------------------ function p.isPositiveInteger(v) return type(v) == 'number' and v >= 1 and floor(v) == v and v < infinity end ------------------------------------------------------------------------------------ -- isNan -- -- This function returns true if the given number is a NaN value, and false if -- not. Although it doesn't operate on tables, it is included here as it is useful -- for determining whether a value can be a valid table key. Lua will generate an -- error if a NaN is used as a table key. ------------------------------------------------------------------------------------ function p.isNan(v) return type(v) == 'number' and v ~= v end ------------------------------------------------------------------------------------ -- shallowClone -- -- This returns a clone of a table. The value returned is a new table, but all -- subtables and functions are shared. Metamethods are respected, but the returned -- table will have no metatable of its own. ------------------------------------------------------------------------------------ function p.shallowClone(t) checkType('shallowClone', 1, t, 'table') local ret = {} for k, v in pairs(t) do ret[k] = v end return ret end ------------------------------------------------------------------------------------ -- removeDuplicates -- -- This removes duplicate values from an array. Non-positive-integer keys are -- ignored. The earliest value is kept, and all subsequent duplicate values are -- removed, but otherwise the array order is unchanged. ------------------------------------------------------------------------------------ function p.removeDuplicates(arr) checkType('removeDuplicates', 1, arr, 'table') local isNan = p.isNan local ret, exists = {}, {} for _, v in ipairs(arr) do if isNan(v) then -- NaNs can't be table keys, and they are also unique, so we don't need to check existence. ret[#ret + 1] = v elseif not exists[v] then ret[#ret + 1] = v exists[v] = true end end return ret end ------------------------------------------------------------------------------------ -- numKeys -- -- This takes a table and returns an array containing the numbers of any numerical -- keys that have non-nil values, sorted in numerical order. ------------------------------------------------------------------------------------ function p.numKeys(t) checkType('numKeys', 1, t, 'table') local isPositiveInteger = p.isPositiveInteger local nums = {} for k in pairs(t) do if isPositiveInteger(k) then nums[#nums + 1] = k end end table.sort(nums) return nums end ------------------------------------------------------------------------------------ -- affixNums -- -- This takes a table and returns an array containing the numbers of keys with the -- specified prefix and suffix. For example, for the table -- {a1 = 'foo', a3 = 'bar', a6 = 'baz'} and the prefix "a", affixNums will return -- {1, 3, 6}. ------------------------------------------------------------------------------------ function p.affixNums(t, prefix, suffix) checkType('affixNums', 1, t, 'table') checkType('affixNums', 2, prefix, 'string', true) checkType('affixNums', 3, suffix, 'string', true) local function cleanPattern(s) -- Cleans a pattern so that the magic characters ()%.[]*+-?^$ are interpreted literally. return s:gsub('([%(%)%%%.%[%]%*%+%-%?%^%$])', '%%%1') end prefix = prefix or '' suffix = suffix or '' prefix = cleanPattern(prefix) suffix = cleanPattern(suffix) local pattern = '^' .. prefix .. '([1-9]%d*)' .. suffix .. '$' local nums = {} for k in pairs(t) do if type(k) == 'string' then local num = mw.ustring.match(k, pattern) if num then nums[#nums + 1] = tonumber(num) end end end table.sort(nums) return nums end ------------------------------------------------------------------------------------ -- numData -- -- Given a table with keys like {"foo1", "bar1", "foo2", "baz2"}, returns a table -- of subtables in the format -- {[1] = {foo = 'text', bar = 'text'}, [2] = {foo = 'text', baz = 'text'}}. -- Keys that don't end with an integer are stored in a subtable named "other". The -- compress option compresses the table so that it can be iterated over with -- ipairs. ------------------------------------------------------------------------------------ function p.numData(t, compress) checkType('numData', 1, t, 'table') checkType('numData', 2, compress, 'boolean', true) local ret = {} for k, v in pairs(t) do local prefix, num = mw.ustring.match(tostring(k), '^([^0-9]*)([1-9][0-9]*)$') if num then num = tonumber(num) local subtable = ret[num] or {} if prefix == '' then -- Positional parameters match the blank string; put them at the start of the subtable instead. prefix = 1 end subtable[prefix] = v ret[num] = subtable else local subtable = ret.other or {} subtable[k] = v ret.other = subtable end end if compress then local other = ret.other ret = p.compressSparseArray(ret) ret.other = other end return ret end ------------------------------------------------------------------------------------ -- compressSparseArray -- -- This takes an array with one or more nil values, and removes the nil values -- while preserving the order, so that the array can be safely traversed with -- ipairs. ------------------------------------------------------------------------------------ function p.compressSparseArray(t) checkType('compressSparseArray', 1, t, 'table') local ret = {} local nums = p.numKeys(t) for _, num in ipairs(nums) do ret[#ret + 1] = t[num] end return ret end ------------------------------------------------------------------------------------ -- sparseIpairs -- -- This is an iterator for sparse arrays. It can be used like ipairs, but can -- handle nil values. ------------------------------------------------------------------------------------ function p.sparseIpairs(t) checkType('sparseIpairs', 1, t, 'table') local nums = p.numKeys(t) local i = 0 local lim = #nums return function () i = i + 1 if i <= lim then local key = nums[i] return key, t[key] else return nil, nil end end end ------------------------------------------------------------------------------------ -- size -- -- This returns the size of a key/value pair table. It will also work on arrays, -- but for arrays it is more efficient to use the # operator. ------------------------------------------------------------------------------------ function p.size(t) checkType('size', 1, t, 'table') local i = 0 for _ in pairs(t) do i = i + 1 end return i end local function defaultKeySort(item1, item2) -- "number" < "string", so numbers will be sorted before strings. local type1, type2 = type(item1), type(item2) if type1 ~= type2 then return type1 < type2 elseif type1 == 'table' or type1 == 'boolean' or type1 == 'function' then return tostring(item1) < tostring(item2) else return item1 < item2 end end ------------------------------------------------------------------------------------ -- keysToList -- -- Returns an array of the keys in a table, sorted using either a default -- comparison function or a custom keySort function. ------------------------------------------------------------------------------------ function p.keysToList(t, keySort, checked) if not checked then checkType('keysToList', 1, t, 'table') checkTypeMulti('keysToList', 2, keySort, {'function', 'boolean', 'nil'}) end local arr = {} local index = 1 for k in pairs(t) do arr[index] = k index = index + 1 end if keySort ~= false then keySort = type(keySort) == 'function' and keySort or defaultKeySort table.sort(arr, keySort) end return arr end ------------------------------------------------------------------------------------ -- sortedPairs -- -- Iterates through a table, with the keys sorted using the keysToList function. -- If there are only numerical keys, sparseIpairs is probably more efficient. ------------------------------------------------------------------------------------ function p.sortedPairs(t, keySort) checkType('sortedPairs', 1, t, 'table') checkType('sortedPairs', 2, keySort, 'function', true) local arr = p.keysToList(t, keySort, true) local i = 0 return function () i = i + 1 local key = arr[i] if key ~= nil then return key, t[key] else return nil, nil end end end ------------------------------------------------------------------------------------ -- isArray -- -- Returns true if the given value is a table and all keys are consecutive -- integers starting at 1. ------------------------------------------------------------------------------------ function p.isArray(v) if type(v) ~= 'table' then return false end local i = 0 for _ in pairs(v) do i = i + 1 if v[i] == nil then return false end end return true end ------------------------------------------------------------------------------------ -- isArrayLike -- -- Returns true if the given value is iterable and all keys are consecutive -- integers starting at 1. ------------------------------------------------------------------------------------ function p.isArrayLike(v) if not pcall(pairs, v) then return false end local i = 0 for _ in pairs(v) do i = i + 1 if v[i] == nil then return false end end return true end ------------------------------------------------------------------------------------ -- invert -- -- Transposes the keys and values in an array. For example, {"a", "b", "c"} -> -- {a = 1, b = 2, c = 3}. Duplicates are not supported (result values refer to -- the index of the last duplicate) and NaN values are ignored. ------------------------------------------------------------------------------------ function p.invert(arr) checkType("invert", 1, arr, "table") local isNan = p.isNan local map = {} for i, v in ipairs(arr) do if not isNan(v) then map[v] = i end end return map end ------------------------------------------------------------------------------------ -- listToSet -- -- Creates a set from the array part of the table. Indexing the set by any of the -- values of the array returns true. For example, {"a", "b", "c"} -> -- {a = true, b = true, c = true}. NaN values are ignored as Lua considers them -- never equal to any value (including other NaNs or even themselves). ------------------------------------------------------------------------------------ function p.listToSet(arr) checkType("listToSet", 1, arr, "table") local isNan = p.isNan local set = {} for _, v in ipairs(arr) do if not isNan(v) then set[v] = true end end return set end ------------------------------------------------------------------------------------ -- deepCopy -- -- Recursive deep copy function. Preserves identities of subtables. ------------------------------------------------------------------------------------ local function _deepCopy(orig, includeMetatable, already_seen) if type(orig) ~= "table" then return orig end -- already_seen stores copies of tables indexed by the original table. local copy = already_seen[orig] if copy ~= nil then return copy end copy = {} already_seen[orig] = copy -- memoize before any recursion, to avoid infinite loops for orig_key, orig_value in pairs(orig) do copy[_deepCopy(orig_key, includeMetatable, already_seen)] = _deepCopy(orig_value, includeMetatable, already_seen) end if includeMetatable then local mt = getmetatable(orig) if mt ~= nil then setmetatable(copy, _deepCopy(mt, true, already_seen)) end end return copy end function p.deepCopy(orig, noMetatable, already_seen) checkType("deepCopy", 3, already_seen, "table", true) return _deepCopy(orig, not noMetatable, already_seen or {}) end ------------------------------------------------------------------------------------ -- sparseConcat -- -- Concatenates all values in the table that are indexed by a number, in order. -- sparseConcat{a, nil, c, d} => "acd" -- sparseConcat{nil, b, c, d} => "bcd" ------------------------------------------------------------------------------------ function p.sparseConcat(t, sep, i, j) local arr = {} local arr_i = 0 for _, v in p.sparseIpairs(t) do arr_i = arr_i + 1 arr[arr_i] = v end return table.concat(arr, sep, i, j) end ------------------------------------------------------------------------------------ -- length -- -- Finds the length of an array, or of a quasi-array with keys such as "data1", -- "data2", etc., using an exponential search algorithm. It is similar to the -- operator #, but may return a different value when there are gaps in the array -- portion of the table. Intended to be used on data loaded with mw.loadData. For -- other tables, use #. -- Note: #frame.args in frame object always be set to 0, regardless of the number -- of unnamed template parameters, so use this function for frame.args. ------------------------------------------------------------------------------------ function p.length(t, prefix) -- requiring module inline so that [[Module:Exponential search]] which is -- only needed by this one function doesn't get millions of transclusions local expSearch = require("Module:Exponential search") checkType('length', 1, t, 'table') checkType('length', 2, prefix, 'string', true) return expSearch(function (i) local key if prefix then key = prefix .. tostring(i) else key = i end return t[key] ~= nil end) or 0 end ------------------------------------------------------------------------------------ -- inArray -- -- Returns true if searchElement is a member of the array, and false otherwise. -- Equivalent to JavaScript array.includes(searchElement) or -- array.includes(searchElement, fromIndex), except fromIndex is 1 indexed ------------------------------------------------------------------------------------ function p.inArray(array, searchElement, fromIndex) checkType("inArray", 1, array, "table") -- if searchElement is nil, error? fromIndex = tonumber(fromIndex) if fromIndex then if (fromIndex < 0) then fromIndex = #array + fromIndex + 1 end if fromIndex < 1 then fromIndex = 1 end for _, v in ipairs({unpack(array, fromIndex)}) do if v == searchElement then return true end end else for _, v in pairs(array) do if v == searchElement then return true end end end return false end ------------------------------------------------------------------------------------ -- merge -- -- Given the arrays, returns an array containing the elements of each input array -- in sequence. ------------------------------------------------------------------------------------ function p.merge(...) local arrays = {...} local ret = {} for i, arr in ipairs(arrays) do checkType('merge', i, arr, 'table') for _, v in ipairs(arr) do ret[#ret + 1] = v end end return ret end ------------------------------------------------------------------------------------ -- extend -- -- Extends the first array in place by appending all elements from the second -- array. ------------------------------------------------------------------------------------ function p.extend(arr1, arr2) checkType('extend', 1, arr1, 'table') checkType('extend', 2, arr2, 'table') for _, v in ipairs(arr2) do arr1[#arr1 + 1] = v end end return p 4n03zk6kcoeg4gz82mieeh94c1szcjy Saad al-Gamdi 0 18665 270492 264295 2026-09-04T01:25:45Z InternetArchiveBot 21623 Rescuing 114 sources and tagging 0 as dead.) #IABot (v2.0.9.5 270492 wikitext text/x-wiki '''Саад ал-Гамди''' (Saad al-Ghamdi) – это профессиональный чтец [[Kuran|Корана]]. Полный аудио чтение Корана можно скачать на этом [[https://freequranmp3.com/ghamdi/full-quran-al-ghamdi.zip ссылке]] (1,4GB). # Сура 1 «Открывающая Книгу = Аль-Фатиха = الفاتحة», (количество аятов: 7) [https://freequranmp3.com/ghamdi/001-al-fatihah.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122013234/https://freequranmp3.com/ghamdi/001-al-fatihah.mp3 |date=2021-01-22 }} # Сура 2 «Корова = Аль-Бакара = البقرة», (количество аятов: 286) [https://freequranmp3.com/ghamdi/002-al-baqarah.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122211213/https://freequranmp3.com/ghamdi/002-al-baqarah.mp3 |date=2021-01-22 }} # Сура 3 «Семейство Имрана = Али ‘Имран = آل عمران», (количество аятов: 200) [https://freequranmp3.com/ghamdi/003-al-imran.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210123190138/https://freequranmp3.com/ghamdi/003-al-imran.mp3 |date=2021-01-23 }} # Сура 4 «Женщины = Ан-Ниса’ = النساء», (количество аятов: 176) [https://freequranmp3.com/ghamdi/004-an-nisa.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122013845/https://freequranmp3.com/ghamdi/004-an-nisa.mp3 |date=2021-01-22 }} # Сура 5 «Трапеза = Аль-Маида = المائدة», (количество аятов: 120) [https://freequranmp3.com/ghamdi/005-al-maidah.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210124000531/https://freequranmp3.com/ghamdi/005-al-maidah.mp3 |date=2021-01-24 }} # Сура 6 «Скот = Аль-Ан‘ам = الأنعام», (количество аятов: 165) [https://freequranmp3.com/ghamdi/006-al-anam.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122191449/https://freequranmp3.com/ghamdi/006-al-anam.mp3 |date=2021-01-22 }} # Сура 7 «Ограды = Аль-А‘раф = الأعراف», (количество аятов: 206) [https://freequranmp3.com/ghamdi/007-al-araf.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122180101/https://freequranmp3.com/ghamdi/007-al-araf.mp3 |date=2021-01-22 }} # Сура 8 «Трофеи = Аль-Анфаль = الأنفال», (количество аятов: 75) [https://freequranmp3.com/ghamdi/008-al-anfal.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122175612/https://freequranmp3.com/ghamdi/008-al-anfal.mp3 |date=2021-01-22 }} # Сура 9 «Покаяние = Ат-Тауба = التوبة», (количество аятов: 129) [https://freequranmp3.com/ghamdi/009-at-taubah.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210121043101/https://freequranmp3.com/ghamdi/009-at-taubah.mp3 |date=2021-01-21 }} # Сура 10 «Иона = Йунус = يونس», (количество аятов: 109) [https://freequranmp3.com/ghamdi/010-yunus.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122211132/https://freequranmp3.com/ghamdi/010-yunus.mp3 |date=2021-01-22 }} # Сура 11 «Худ = Худ = هود», (количество аятов: 123) [https://freequranmp3.com/ghamdi/011-hud.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122044154/https://freequranmp3.com/ghamdi/011-hud.mp3 |date=2021-01-22 }} # Сура 12 «Иосиф = Йусуф = يوسف», (количество аятов: 111) [https://freequranmp3.com/ghamdi/012-yusuf.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122191312/https://freequranmp3.com/ghamdi/012-yusuf.mp3 |date=2021-01-22 }} # Сура 13 «Гром = Ар-Ра‘д = الرعد», (количество аятов: 43) [https://freequranmp3.com/ghamdi/013-ar-rad.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122211320/https://freequranmp3.com/ghamdi/013-ar-rad.mp3 |date=2021-01-22 }} # Сура 14 «Авраам = Ибрахим = إبراهيم», (количество аятов: 52) [https://freequranmp3.com/ghamdi/014-ibrahim.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122010334/https://freequranmp3.com/ghamdi/014-ibrahim.mp3 |date=2021-01-22 }} # Сура 15 «Хиджр = Аль-Хиджр = الحجر», (количество аятов: 99) [https://freequranmp3.com/ghamdi/015-al-hijr.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210124004156/https://freequranmp3.com/ghamdi/015-al-hijr.mp3 |date=2021-01-24 }} # Сура 16 «Пчёлы = Ан-Нахль = النحل», (количество аятов: 128) [https://freequranmp3.com/ghamdi/016-an-nahl.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122012635/https://freequranmp3.com/ghamdi/016-an-nahl.mp3 |date=2021-01-22 }} # Сура 17 «Ночной перенос = Аль-Исра’ = الإسراء», (количество аятов: 111) [https://freequranmp3.com/ghamdi/017-al-isra.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122051912/https://freequranmp3.com/ghamdi/017-al-isra.mp3 |date=2021-01-22 }} # Сура 18 «Пещера = Аль-Кахф = الكهف», (количество аятов: 110) [https://freequranmp3.com/ghamdi/018-al-kahf.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122010120/https://freequranmp3.com/ghamdi/018-al-kahf.mp3 |date=2021-01-22 }} # Сура 19 «Мария = Марйам = مريم», (количество аятов: 98) [https://freequranmp3.com/ghamdi/019-maryam.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122175227/https://freequranmp3.com/ghamdi/019-maryam.mp3 |date=2021-01-22 }} # Сура 20 «Та Ха = Та Ха = طه», (количество аятов: 135) [https://freequranmp3.com/ghamdi/020-ta-ha.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122043835/https://freequranmp3.com/ghamdi/020-ta-ha.mp3 |date=2021-01-22 }} # Сура 21 «Пророки = Аль-Анбийа’ = الأنبياء», (количество аятов: 112) [https://freequranmp3.com/ghamdi/021-al-anbiya.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122045002/https://freequranmp3.com/ghamdi/021-al-anbiya.mp3 |date=2021-01-22 }} # Сура 22 «Паломничество = Аль-Хаджж = الحج», (количество аятов: 78) [https://freequranmp3.com/ghamdi/022-al-hajj.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210124000654/https://freequranmp3.com/ghamdi/022-al-hajj.mp3 |date=2021-01-24 }} # Сура 23 «Верующие = Аль-Му’минун = المؤمنون», (количество аятов: 118) [https://freequranmp3.com/ghamdi/023-al-muminun.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210121053022/https://freequranmp3.com/ghamdi/023-al-muminun.mp3 |date=2021-01-21 }} # Сура 24 «Свет = Ан-Нур = النور», (количество аятов: 64)&nbsp; [https://freequranmp3.com/ghamdi/024-an-nur.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122045022/https://freequranmp3.com/ghamdi/024-an-nur.mp3 |date=2021-01-22 }} # Сура 25 «Различение = Аль-Фуркан = الفرقان», (количество аятов: 77) [https://freequranmp3.com/ghamdi/025-al-furqan.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122175731/https://freequranmp3.com/ghamdi/025-al-furqan.mp3 |date=2021-01-22 }} # Сура 26 «Поэты = Аш-Шу‘ара’ = الشعراء», (количество аятов: 227) [https://freequranmp3.com/ghamdi/026-ash-shuara.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122191210/https://freequranmp3.com/ghamdi/026-ash-shuara.mp3 |date=2021-01-22 }} # Сура 27 «Муравьи = Ан-Намль = النمل», (количество аятов: 93) [https://freequranmp3.com/ghamdi/027-an-naml.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122175555/https://freequranmp3.com/ghamdi/027-an-naml.mp3 |date=2021-01-22 }} # Сура 28 «Рассказ = Аль-Касас = القصص», (количество аятов: 88) [https://freequranmp3.com/ghamdi/028-al-qasas.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122043653/https://freequranmp3.com/ghamdi/028-al-qasas.mp3 |date=2021-01-22 }} # Сура 29 «Паук = Аль-‘Анкабут = العنكبوت», (количество аятов: 69) [https://freequranmp3.com/ghamdi/029-al-ankabut.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122191436/https://freequranmp3.com/ghamdi/029-al-ankabut.mp3 |date=2021-01-22 }} # Сура 30 «Римляне = Ар-Рум = الروم», (количество аятов: 60) [https://freequranmp3.com/ghamdi/030-ar-rum.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122013628/https://freequranmp3.com/ghamdi/030-ar-rum.mp3 |date=2021-01-22 }} # Сура 31 «Лукман = Лукман = لقمان», (количество аятов: 34) [https://freequranmp3.com/ghamdi/031-luqman.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210128033308/https://freequranmp3.com/ghamdi/031-luqman.mp3 |date=2021-01-28 }} # Сура 32 «Земной поклон = Ас-Саджда = السجدة», (количество аятов: 30) [https://freequranmp3.com/ghamdi/032-as-sajdah.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122180145/https://freequranmp3.com/ghamdi/032-as-sajdah.mp3 |date=2021-01-22 }} # Сура 33 «Союзники = Аль-Ахзаб = الأحزاب», (количество аятов: 73) [https://freequranmp3.com/ghamdi/033-al-ahzab.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210121043120/https://freequranmp3.com/ghamdi/033-al-ahzab.mp3 |date=2021-01-21 }} # Сура 34 «Сава = Саба’ = سبأ», (количество аятов: 54) [https://freequranmp3.com/ghamdi/034-saba.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122182059/https://freequranmp3.com/ghamdi/034-saba.mp3 |date=2021-01-22 }} # Сура 35 «Творец = Фатыр = فاطر», (количество аятов: 45) [https://freequranmp3.com/ghamdi/035-fatir.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210124002700/https://freequranmp3.com/ghamdi/035-fatir.mp3 |date=2021-01-24 }} # Сура 36 «Йа Син = Йа Син = يس», (количество аятов: 83) [https://freequranmp3.com/ghamdi/036-ya-sin.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122024227/https://freequranmp3.com/ghamdi/036-ya-sin.mp3 |date=2021-01-22 }} # Сура 37 «Выстроившиеся в ряды = Ас-Саффат = الصافات», (количество аятов: 182) [https://freequranmp3.com/ghamdi/037-as-saffat.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122050457/https://freequranmp3.com/ghamdi/037-as-saffat.mp3 |date=2021-01-22 }} # Сура 38 «Сад = Сад = ص», (количество аятов: 88) [https://freequranmp3.com/ghamdi/038-sad.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122044428/https://freequranmp3.com/ghamdi/038-sad.mp3 |date=2021-01-22 }} # Сура 39 «Толпы = Аз-Зумар = الزمر», (количество аятов: 75) [https://freequranmp3.com/ghamdi/039-az-zumar.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122211824/https://freequranmp3.com/ghamdi/039-az-zumar.mp3 |date=2021-01-22 }} # Сура 40 «Прощающий = Гафир = غافر», (количество аятов: 85) [https://freequranmp3.com/ghamdi/040-ghafir.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122052347/https://freequranmp3.com/ghamdi/040-ghafir.mp3 |date=2021-01-22 }} # Сура 41 «Разъяснены = Фуссылят = فصلت», (количество аятов: 54) [https://freequranmp3.com/ghamdi/041-fussilat.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210121042421/https://freequranmp3.com/ghamdi/041-fussilat.mp3 |date=2021-01-21 }} # Сура 42 «Совет = аш-Шура = الشورى», (количество аятов: 53) [https://freequranmp3.com/ghamdi/042-ash-shura.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210121042639/https://freequranmp3.com/ghamdi/042-ash-shura.mp3 |date=2021-01-21 }} # Сура 43 «Украшения = Аз-Зухруф = الزخرف», (количество аятов: 89) [https://freequranmp3.com/ghamdi/043-az-zukhruf.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122175504/https://freequranmp3.com/ghamdi/043-az-zukhruf.mp3 |date=2021-01-22 }} # Сура 44 «Дым = Ад-Духан = الدخان», (количество аятов: 59) [https://freequranmp3.com/ghamdi/044-ad-dukhan.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122043619/https://freequranmp3.com/ghamdi/044-ad-dukhan.mp3 |date=2021-01-22 }} # Сура 45 «Коленопреклоненные = Аль-Джасийа = الجاثية», (количество аятов: 37) [https://freequranmp3.com/ghamdi/045-al-jathiyah.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122213629/https://freequranmp3.com/ghamdi/045-al-jathiyah.mp3 |date=2021-01-22 }} # Сура 46 «Барханы = Аль-Ахкаф = الأحقاف», (количество аятов: 35) [https://freequranmp3.com/ghamdi/046-al-ahqaf.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122180134/https://freequranmp3.com/ghamdi/046-al-ahqaf.mp3 |date=2021-01-22 }} # Сура 47 «Мухаммад = Мухаммад = محمد», (количество аятов: 38) [https://freequranmp3.com/ghamdi/047-muhammad.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210121043115/https://freequranmp3.com/ghamdi/047-muhammad.mp3 |date=2021-01-21 }} # Сура 48 «Победа = Аль-Фатх = الفتح», (количество аятов: 29) [https://freequranmp3.com/ghamdi/048-al-fath.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122211616/https://freequranmp3.com/ghamdi/048-al-fath.mp3 |date=2021-01-22 }} # Сура 49 «Комнаты = Аль-Худжурат = الحجرات», (количество аятов: 18) [https://freequranmp3.com/ghamdi/049-al-hujurat.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122180206/https://freequranmp3.com/ghamdi/049-al-hujurat.mp3 |date=2021-01-22 }} # Сура 50 «Каф = Каф = ق», (количество аятов: 45) [https://freequranmp3.com/ghamdi/050-qaf.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210129031303/https://freequranmp3.com/ghamdi/050-qaf.mp3 |date=2021-01-29 }} # Сура 51 «Рассеивающие прах = Аз-Зарийат = الذاريات», (количество аятов: 60) [https://freequranmp3.com/ghamdi/051-adh-dhariyat.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210124152732/https://freequranmp3.com/ghamdi/051-adh-dhariyat.mp3 |date=2021-01-24 }} # Сура 52 «Гора = Ат-Тур = الطور», (количество аятов: 49) [https://freequranmp3.com/ghamdi/052-at-tur.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122180026/https://freequranmp3.com/ghamdi/052-at-tur.mp3 |date=2021-01-22 }} # Сура 53 «Звезда = Ан-Наджм = النجم», (количество аятов: 62) [https://freequranmp3.com/ghamdi/053-an-najm.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210128034342/https://freequranmp3.com/ghamdi/053-an-najm.mp3 |date=2021-01-28 }} # Сура 54 «Месяц = Аль-Камар = القمر», (количество аятов: 55) [https://freequranmp3.com/ghamdi/054-al-qamar.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210128033353/https://freequranmp3.com/ghamdi/054-al-qamar.mp3 |date=2021-01-28 }} # Сура 55 «Милостивый = Ар-Рахман = الرحمن», (количество аятов: 78) [https://freequranmp3.com/ghamdi/055-ar-rahman.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122052040/https://freequranmp3.com/ghamdi/055-ar-rahman.mp3 |date=2021-01-22 }} # Сура 56 «Событие = Аль-Ваки‘а = الواقعة», (количество аятов: 96) [https://freequranmp3.com/ghamdi/056-al-waqiah.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210123175103/https://freequranmp3.com/ghamdi/056-al-waqiah.mp3 |date=2021-01-23 }} # Сура 57 «Железо = Аль-Хадид = الحديد», (количество аятов: 29) [https://freequranmp3.com/ghamdi/057-al-hadid.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210124000858/https://freequranmp3.com/ghamdi/057-al-hadid.mp3 |date=2021-01-24 }} # Сура 58 «Препирающаяся = Аль-Муджадаля = المجادلة», (количество аятов: 22) [https://freequranmp3.com/ghamdi/058-al-mujadilah.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210123184135/https://freequranmp3.com/ghamdi/058-al-mujadilah.mp3 |date=2021-01-23 }} # Сура 59 «Сбор = Аль-Хашр = الحشر», (количество аятов: 24) [https://freequranmp3.com/ghamdi/059-al-hashr.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122045400/https://freequranmp3.com/ghamdi/059-al-hashr.mp3 |date=2021-01-22 }} # Сура 60 «Испытуемая = Аль-Мумтахана = الممتحنة», (количество аятов: 13) [https://freequranmp3.com/ghamdi/060-al-mumtahanah.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122010031/https://freequranmp3.com/ghamdi/060-al-mumtahanah.mp3 |date=2021-01-22 }} # Сура 61 «Ряды = Ас-Сафф = الصف», (количество аятов: 14) [https://freequranmp3.com/ghamdi/061-as-saff.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122211632/https://freequranmp3.com/ghamdi/061-as-saff.mp3 |date=2021-01-22 }} # Сура 62 «Собрание = Аль-Джуму‘а = الجمعة», (количество аятов: 11) [https://freequranmp3.com/ghamdi/062-al-jumuah.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122180127/https://freequranmp3.com/ghamdi/062-al-jumuah.mp3 |date=2021-01-22 }} # Сура 63 «Лицемеры = Аль-Мунафикун = المنافقون», (количество аятов: 11) [https://freequranmp3.com/ghamdi/063-al-munafiqun.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210121042818/https://freequranmp3.com/ghamdi/063-al-munafiqun.mp3 |date=2021-01-21 }} # Сура 64 «Взаимное обделение = Ат-Тагабун = التغابن», (количество аятов: 18) [https://freequranmp3.com/ghamdi/064-at-taghabun.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210121042431/https://freequranmp3.com/ghamdi/064-at-taghabun.mp3 |date=2021-01-21 }} # Сура 65 «Развод = Ат-Таляк = الطلاق», (количество аятов: 12) [https://freequranmp3.com/ghamdi/065-at-talaq.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122052052/https://freequranmp3.com/ghamdi/065-at-talaq.mp3 |date=2021-01-22 }} # Сура 66 «Запрещение = Ат-Тахрим = التحريم», (количество аятов: 12) [https://freequranmp3.com/ghamdi/066-at-tahrim.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210121042741/https://freequranmp3.com/ghamdi/066-at-tahrim.mp3 |date=2021-01-21 }} # Сура 67 «Власть = Аль-Мульк = الملك», (количество аятов: 30) [https://freequranmp3.com/ghamdi/067-al-mulk.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122014800/https://freequranmp3.com/ghamdi/067-al-mulk.mp3 |date=2021-01-22 }} # Сура 68 «Письменная трость = Аль-Калям = القلم», (количество аятов: 52) [https://freequranmp3.com/ghamdi/068-al-qalam.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122010701/https://freequranmp3.com/ghamdi/068-al-qalam.mp3 |date=2021-01-22 }} # Сура 69 «Неминуемое = Аль-Хакка = الحاقة», (количество аятов: 52)&nbsp; [https://freequranmp3.com/ghamdi/069-al-haqqah.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210123194248/https://freequranmp3.com/ghamdi/069-al-haqqah.mp3 |date=2021-01-23 }} # Сура 70 «Ступени = Аль-Ма‘аридж = المعارج», (количество аятов: 44) [https://freequranmp3.com/ghamdi/070-al-maarij.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210121042427/https://freequranmp3.com/ghamdi/070-al-maarij.mp3 |date=2021-01-21 }} # Сура 71 «Ной = Нух = نوح», (количество аятов: 28) [https://freequranmp3.com/ghamdi/071-nuh.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122045339/https://freequranmp3.com/ghamdi/071-nuh.mp3 |date=2021-01-22 }} # Сура 72 «Джинны = Аль-Джинн = الجن», (количество аятов: 28) [https://freequranmp3.com/ghamdi/072-al-jinn.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210121042814/https://freequranmp3.com/ghamdi/072-al-jinn.mp3 |date=2021-01-21 }} # Сура 73 «Закутавшийся = Аль-Муззаммиль = المزمل», (количество аятов: 20) [https://freequranmp3.com/ghamdi/073-al-muzammil.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122211515/https://freequranmp3.com/ghamdi/073-al-muzammil.mp3 |date=2021-01-22 }} # Сура 74 «Завернувшийся = Аль-Муддассир = المدثر», (количество аятов: 56) [https://freequranmp3.com/ghamdi/074-al-muddaththir.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122180201/https://freequranmp3.com/ghamdi/074-al-muddaththir.mp3 |date=2021-01-22 }} # Сура 75 «Воскресение = Аль-Кийама = القيامة», (количество аятов: 40) [https://freequranmp3.com/ghamdi/075-al-qiyamah.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122045045/https://freequranmp3.com/ghamdi/075-al-qiyamah.mp3 |date=2021-01-22 }} # Сура 76 «Человек = Аль-Инсан = الإنسان», (количество аятов: 31) [https://freequranmp3.com/ghamdi/076-al-insan.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122010137/https://freequranmp3.com/ghamdi/076-al-insan.mp3 |date=2021-01-22 }} # Сура 77 «Посылаемые = Аль-Мурсалят = المرسلات», (количество аятов: 50) [https://freequranmp3.com/ghamdi/077-al-mursalat.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210121042634/https://freequranmp3.com/ghamdi/077-al-mursalat.mp3 |date=2021-01-21 }} # Сура 78 «Весть = Ан-Наба’ = النبأ», (количество аятов: 40) [https://freequranmp3.com/ghamdi/078-an-naba.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122044331/https://freequranmp3.com/ghamdi/078-an-naba.mp3 |date=2021-01-22 }} # Сура 79 «Исторгающие = Ан-Нази‘ат = النازعات», (количество аятов: 46) [https://freequranmp3.com/ghamdi/079-an-naziat.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122012822/https://freequranmp3.com/ghamdi/079-an-naziat.mp3 |date=2021-01-22 }} # Сура 80 «Нахмурился = ‘Абаса = عبس», (количество аятов: 42) [https://freequranmp3.com/ghamdi/080-abasa.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122054134/https://freequranmp3.com/ghamdi/080-abasa.mp3 |date=2021-01-22 }} # Сура 81 «Скручивание = Ат-Таквир = التكوير», (количество аятов: 29) [https://freequranmp3.com/ghamdi/081-at-takwir.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122011439/https://freequranmp3.com/ghamdi/081-at-takwir.mp3 |date=2021-01-22 }} # Сура 82 «Раскалывание = Аль-Инфитар = الانفطار», (количество аятов: 19) [https://freequranmp3.com/ghamdi/082-al-infitar.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122012843/https://freequranmp3.com/ghamdi/082-al-infitar.mp3 |date=2021-01-22 }} # Сура 83 «Обвешивающие = Аль-Мутаффифин = المطففون», (количество аятов: 36) [https://freequranmp3.com/ghamdi/083-al-mutaffifin.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210121042723/https://freequranmp3.com/ghamdi/083-al-mutaffifin.mp3 |date=2021-01-21 }} # Сура 84 «Разверзнется = Аль-Иншикак = الانشقاق», (количество аятов: 25) [https://freequranmp3.com/ghamdi/084-al-inshiqaq.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122045115/https://freequranmp3.com/ghamdi/084-al-inshiqaq.mp3 |date=2021-01-22 }} # Сура 85 «Созвездия Зодиака = Аль-Бурудж = البروج», (количество аятов: 22) [https://freequranmp3.com/ghamdi/085-al-buruj.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210123184825/https://freequranmp3.com/ghamdi/085-al-buruj.mp3 |date=2021-01-23 }} # Сура 86 «Ночной путник = Ат-Тарик = الطارق», (количество аятов: 17) [https://freequranmp3.com/ghamdi/086-at-tariq.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122011222/https://freequranmp3.com/ghamdi/086-at-tariq.mp3 |date=2021-01-22 }} # Сура 87 «Всевышний = Аль-А‘ля = الأعلى», (количество аятов: 19) [https://freequranmp3.com/ghamdi/087-al-ala.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122010438/https://freequranmp3.com/ghamdi/087-al-ala.mp3 |date=2021-01-22 }} # Сура 88 «Покрывающее = Аль-Гашийа = الغاشية», (количество аятов: 26) [https://freequranmp3.com/ghamdi/088-al-ghashiyah.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122013652/https://freequranmp3.com/ghamdi/088-al-ghashiyah.mp3 |date=2021-01-22 }} # Сура 89 «Заря = Аль-Фаджр = الفجر», (количество аятов: 30) [https://freequranmp3.com/ghamdi/089-al-fajr.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122013049/https://freequranmp3.com/ghamdi/089-al-fajr.mp3 |date=2021-01-22 }} # Сура 90 «Город = Аль-Баляд = البلد», (количество аятов: 20) [https://freequranmp3.com/ghamdi/090-al-balad.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122013052/https://freequranmp3.com/ghamdi/090-al-balad.mp3 |date=2021-01-22 }} # Сура 91 «Солнце = Аш-Шамс = الشمس», (количество аятов: 15) [https://freequranmp3.com/ghamdi/091-ash-shams.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210124000513/https://freequranmp3.com/ghamdi/091-ash-shams.mp3 |date=2021-01-24 }} # Сура 92 «Ночь = Аль-Лейл = الليل», (количество аятов: 21) [https://freequranmp3.com/ghamdi/092-al-lail.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122010457/https://freequranmp3.com/ghamdi/092-al-lail.mp3 |date=2021-01-22 }} # Сура 93 «Утро = Ад-Духа = الضحى», (количество аятов: 11) [https://freequranmp3.com/ghamdi/093-ad-duha.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210123213349/https://freequranmp3.com/ghamdi/093-ad-duha.mp3 |date=2021-01-23 }} # Сура 94 «Раскрытие = Аль-Инширах = الشرح», (количество аятов: 8) [https://freequranmp3.com/ghamdi/094-ash-sharh.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122191334/https://freequranmp3.com/ghamdi/094-ash-sharh.mp3 |date=2021-01-22 }} # Сура 95 «Смоковница = Ат-Тин = التين», (количество аятов: 8) [https://freequranmp3.com/ghamdi/095-at-tin.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20231203225423/https://freequranmp3.com/ghamdi/095-at-tin.mp3 |date=2023-12-03 }} # Сура 96 «Сгусток крови = Аль-‘Аляк = العلق», (количество аятов: 19) [https://freequranmp3.com/ghamdi/096-al-alaq.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122175728/https://freequranmp3.com/ghamdi/096-al-alaq.mp3 |date=2021-01-22 }} # Сура 97 «Предопределение = Аль-Кадр = القدر», (количество аятов: 5) [https://freequranmp3.com/ghamdi/097-al-qadr.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122175639/https://freequranmp3.com/ghamdi/097-al-qadr.mp3 |date=2021-01-22 }} # Сура 98 «Ясное знамение = Аль-Баййина = البينة», (количество аятов: 8) [https://freequranmp3.com/ghamdi/098-al-baiyyinah.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122211256/https://freequranmp3.com/ghamdi/098-al-baiyyinah.mp3 |date=2021-01-22 }} # Сура 99 «Сотрясение = Аз-Зальзаля = الزلزلة», (количество аятов: 8) [https://freequranmp3.com/ghamdi/099-az-zalzalah.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122180143/https://freequranmp3.com/ghamdi/099-az-zalzalah.mp3 |date=2021-01-22 }} # Сура 100 «Скачущие = Аль-‘Адийат = العاديات», (количество аятов: 11) [https://freequranmp3.com/ghamdi/100-al-adiyat.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210123232819/https://freequranmp3.com/ghamdi/100-al-adiyat.mp3 |date=2021-01-23 }} # Сура 101 «Великое бедствие = Аль-Кари‘а = القارعة», (количество аятов: 11) [https://freequranmp3.com/ghamdi/101-al-qariah.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210124011753/https://freequranmp3.com/ghamdi/101-al-qariah.mp3 |date=2021-01-24 }} # Сура 102 «Страсть к приумножению = Ат-Такасур = التكاثر», (количество аятов: 8) [https://freequranmp3.com/ghamdi/102-at-takathur.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122011315/https://freequranmp3.com/ghamdi/102-at-takathur.mp3 |date=2021-01-22 }} # Сура 103 «Предвечернее время = Аль-‘Аср = العصر», (количество аятов: 3) [https://freequranmp3.com/ghamdi/103-al-asr.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122044253/https://freequranmp3.com/ghamdi/103-al-asr.mp3 |date=2021-01-22 }} # Сура 104 «Хулитель = Аль-Хумаза = الهمزة», (количество аятов: 9) [https://freequranmp3.com/ghamdi/104-al-humazah.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122051515/https://freequranmp3.com/ghamdi/104-al-humazah.mp3 |date=2021-01-22 }} # Сура 105 «Слон = Аль-Филь = الفيل», (количество аятов: 5) [https://freequranmp3.com/ghamdi/105-al-fil.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210121043130/https://freequranmp3.com/ghamdi/105-al-fil.mp3 |date=2021-01-21 }} # Сура 106 «Курейшиты = Курайш = قريش», (количество аятов: 4) [https://freequranmp3.com/ghamdi/106-quraish.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210124150104/https://freequranmp3.com/ghamdi/106-quraish.mp3 |date=2021-01-24 }} # Сура 107 «Мелочь = Аль-Ма‘ун = الماعون», (количество аятов: 7) [https://freequranmp3.com/ghamdi/107-al-maun.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210128063036/https://freequranmp3.com/ghamdi/107-al-maun.mp3 |date=2021-01-28 }} # Сура 108 «Изобилие = Аль-Каусар = الكوثر», (количество аятов: 3) [https://freequranmp3.com/ghamdi/108-al-kauthar.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122010610/https://freequranmp3.com/ghamdi/108-al-kauthar.mp3 |date=2021-01-22 }} # Сура 109 «Неверующие = Аль-Кафирун = الكافرون», (количество аятов: 6) [https://freequranmp3.com/ghamdi/109-al-kafirun.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210129071756/https://freequranmp3.com/ghamdi/109-al-kafirun.mp3 |date=2021-01-29 }} # Сура 110 «Помощь = Ан-Наср = النصر», (количество аятов: 3) [https://freequranmp3.com/ghamdi/110-an-nasr.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210121042408/https://freequranmp3.com/ghamdi/110-an-nasr.mp3 |date=2021-01-21 }} # Сура 111 «Пальмовые волокна = Сура Аль-Масад = المسد», (количество аятов: 5) [https://freequranmp3.com/ghamdi/111-al-masad.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210123190436/https://freequranmp3.com/ghamdi/111-al-masad.mp3 |date=2021-01-23 }} # Сура 112 «Очищение веры = Сура Аль-Ихляс = الإخلاص», (количество аятов: 4) [https://freequranmp3.com/ghamdi/112-al-ikhlas.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122191002/https://freequranmp3.com/ghamdi/112-al-ikhlas.mp3 |date=2021-01-22 }} # Сура 113 «Рассвет = Аль-Фаляк = الفلق», (количество аятов: 5) [https://freequranmp3.com/ghamdi/113-al-falaq.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210122013118/https://freequranmp3.com/ghamdi/113-al-falaq.mp3 |date=2021-01-22 }} # Сура 114 «Люди = Ан-Нас = الناس» (количество аятов: 6)&nbsp;[https://freequranmp3.com/ghamdi/114-an-nas.mp3 скачать 🔊⬇️] {{Webarchive|url=https://web.archive.org/web/20210127223318/https://freequranmp3.com/ghamdi/114-an-nas.mp3 |date=2021-01-27 }} == См. также == [[:Kategoriýa:Kary]] == Ссылки == * [https://docs.google.com/uc?id=11O65RPo92a4ZG_Z7BaleSiBP3uyCHd61&export=download Священный Коран на арабском языке. Книга в формате PDF (размер 14 мегабайт).]{{Dead link|date=May 2022 |bot=InternetArchiveBot |fix-attempted=yes }} * [http://media.quran-online.ru/quran.zip Толкование Священного Корана — Смысловой перевод Корана на русский язык, с комментариями Абд ар-Рахмана ас-Саади (88мб)] {{Webarchive|url=https://web.archive.org/web/20220401214007/http://media.quran-online.ru/quran.zip |date=2022-04-01 }} [[Category:Чтецы_Корана]] [[Category:Kary]] t3fmyzncjj9wiy9y8dcv515uy0qj07i Ary baly 0 22454 270488 262804 2026-09-03T14:15:43Z Juan Emilio Prades Bel 30032 270488 wikitext text/x-wiki '''Ary baly''' — [[bal ary]]nyň taýynlaýan baly. Ary bu baly özi iýmek üçin taýynlaýar, emma ondan adamlar hem peýdalanýar. Aryň balyny esasy dermanlyk üçin ulanmalydyr. [[File:Barattolini_di_miele.jpg|180px|thumb]] == Salgylanmalar == * [[Faýl:Miel en su panal.jpg|thumb|Ary baly]]https://en.wikipedia.org/wiki/Honey [[Kategoriýa:Balçylyk hojalygy]] [[Kategoriýa:Bal]] 29xphmfhy0fhpy2q1em7vzjgz8wzkry Buhara welaýaty 0 24362 270490 268246 2026-09-04T00:17:14Z InternetArchiveBot 21623 Rescuing 1 sources and tagging 0 as dead.) #IABot (v2.0.9.5 270490 wikitext text/x-wiki {{IN |status = welaýat |türkmençe ady = Buhara welaýaty |asyl ady = |surat = Magʻoki attori masjidi (Мечеть Магоки-Аттари, Бухара, Magok-i-Attari Mosque).jpg |surat beýany = |tabynlyk = |ýurt = |tugra = |baýdak = |tugra beýany = |baýdak beýany = |tugra derek = |baýdak derek = |territoriýa görnüşi = |tablisada territoriýa = |ýurt kartasy ölçegi = |sebit kartasy ölçegi = |etrap kartasy ölçegi = |sebit görnüşi = |sebit = |tablisada sebit = |etrap görnüşi = |etrap = |tablisada etrap = |obşina okrugy görnüşi = |obşina okrugy = |tablisada obşina okrugy = |içerki bölünme = |häkim görnüşi = |häkim = |düýbüni tutma senesi = |ilkinji agzalma = |öňki ady = |status = |meýdan = |beýiklik görnüşi = |IN merkez beýikligi = |klimat = |resmi dil = |ilat = |ilat ýazuwy ýyly = |gürlük = |aglomerasiýa = |milli düzüm = |konfessional düzüm = |etnohoronim = |sagat guşaklygy = |DST = |telefon kody = |poçta indeksi = |poçta indeksleri = |awtoulag kody = |identifikator görnüşi = |sanly identifikator = |Commons kategoriýasy = |saýt = |saýt dili = }} '''Buhara welaýaty''' — Özbegistan Respublikasynyň 12 welaýatyniň byry. Özbegistanda Nawoi welaýatynden soň ikinji uly welayatdir. 1938 ýylyň 15 ýanwarynda döredildi. Buhara welaýatyniň territoriýasy esasan Gyzylgum çölünde ýerleşýär. Günorta-gündogary Zerewşan jülgesi eýeleýär. Ol demirgazyk-günbatarda Horezm welaýaty we [[Garagalpagystan]] Respublikasy, demirgazykda we gündogarda Nawoi welaýaty, günorta-gündogarda [[Kaşkaderýa welaýaty]] we günorta-günbatarda [[Türkmenistan]] bilen serhetleşýär. Meýdany 40,2 müň km2. Ilaty 2,107,000 adamdyr<ref>{{cite web|url=https://www.buxstat.uz/uz/|title=BUXORO VILOYATI RAQAMLARDA (2022- YIL YANVAR-SENTABR HOLATIGA)|access-date=2026-03-28|archive-date=2026-04-11|archive-url=https://web.archive.org/web/20260411140400/https://www.buxstat.uz/uz/|url-status=dead}}</ref>. Buhara welaýatyne 11 etrap ([[Buhara etrapy|Buhara]], [[Wobkent etrapy|Wobkent]], [[Jondor etrapy|Jondor]], [[Kogon etrapy|Kogon]], [[Olot etrapy|Olot]], [[Peşko etrapy|Peşko]], [[Romitan etrapy|Romitan]], [[Şofirkon etrapy|Şofirkon]], [[Garawulbazar etrapy|Garawulbazar]], [[Garaköl etrapy|Garaköl]], [[Gijduwan etrapy|Gijduwan]]), 11 şäher (Buhara, Kogan, Galaosiýo, Wobkent, Gazli, Olot, Romitan, Şofirkon, Garawulbazar, Gijduwan), 68 şäher (Jondor, Zafarabad, Ýangibazar bilen birlikde) we 1473 oba ilatly ýeri girýär. Buhara welaýatyniň ilatynyň etniki düzümi esasan özbeklerden we ruslardan, parslardan (eýranlylardan), türkmenlerden, täjiklerden, ukrainlerden, koreýlerden, tatarlardan we beýlekilerden ybarat. Merkezi Buhara şäheridir. == Taryh == Buhara sebiti 1938 ýylyň 15 ýanwarynda döredildi. Ofylyň ahyryna çenli Surhandary etraby, Beşkent, Buhara, Wobkent, Gijduwan, Guzor, Dehqonabad, Kogan, Kamaşi, Karakul, Karşi, Koson, Konimekh, Karmana, Gyzylpepa, Kitab, Romyl, Şirdok Onuň gurluşyna kakkabog etraplary we Buhara, Gijduwan, Kogan, Karşi we Şahrisabz şäherleri girdi. 1941 ýylyň 6 martynda Surhandaýa etraby Buhara sebitinden bölünip, Surhandaryýa sebitine öwrüldi. 1943 ýylyň 20 ýanwarynda Beşkent, Guzar, Dehqonobad, Gamaşy, Karşi, Koson, Kitap, Çyrokçin, Şährisabz, Yakkabag sebitleri we Karşi we Şährisabz şäherleri Buharadan täze Kaşkaderýa sebitine geçirildi. 1943 ýylyň 13 fewralynda Olot etraby, 1943 ýylyň 2 awgustynda bolsa Tomdi etraby Garagalpagystan ASSR-den Buhara sebitine geçirildi. 1950 ýylyň 15 aprelinde Peşku etraby, 1952 ýylyň 16 aprelinde bolsa Galaosiýo etraby döredildi. 1958 ýylyň 22 sentýabrynda Karmana etraby Nowai diýlip atlandyryldy. 1959 ýylda Galaosiýo, Peşku (1959 ýylyň 19 marty) we Olot (1959 ýylyň 9 dekabry) etraplary, 1962 ýylyň dekabrynda bolsa Kogon, Konimeh, Gyzyltepa, Swerdlowsk we Şofirkan etraplary ýatyryldy. 1964 ýylyň 31 dekabrynda Kogon, 1965 ýylda Konimeh, 1967 ýylyň 9 ýanwarynda Swerdlowsk, 1968 ýylda Şofirkan, 1970 ýylda Gyzyltepa, 1973 ýylda Olot, 1972 ýylda Peşku, 1980 ýylyň 12 martynda Nawbahor, 1982 ýylda bolsa Gazly we Üçkuduk etraplary döredildi. 1972 ýylda Zarafşon sebitiň tabynlygyndaky şäher, 1978 ýylda bolsa Üçkuduk sebitiň tabynlygyndaky şäher statusyny aldy. 1982 ýylyň 20 aprelinde Buhara sebitinden Konimeh, Gyzyltepa, Nawbahor, Nawoi, Tomdi we Üçkuduk etraplary, şeýle hem Zarafşon we Üçkuduk şäherleri Nawoi sebitine goşuldy. 1984 ýylda Gazli etraby ýatyryldy. == Tebigy == Buhara sebitiniň relýefi, geomorfologik aýratynlyklary sebäpli, birneme çylşyrymly düzlüklerden ybarat. Iň beýik nokady Kuljuktow dag gerişidir. Kuljuktow we Zarafşon derýasynyň jülgeleriniň arasynda Oýakogitma çöketligi ýerleşýär. Buhara sebitinde aşakdaky relýef görnüşlerini tapawutlandyrmak bolýar: * Aýratyn beýan edilen pes daglar, platolar (Kuljuktow, Tuzkoý, Jargok, Sarytoş); * Tekiz ýüzli platolar we gerişler (Karakol, Dengizkul, Üçboş, Karakir); * Derýa we köl çökündileri bilen örtülen we ýeliň täsiri bilen emele gelen akkumulyasiýa düzlükleri; * Aýratyn beýan edilen dik çöketlikler (Karahotin, Oýakogitma, Dengizkul); * Tekiz ýüzli oazislerde 5-15 metr beýiklikdäki depeler duş gelýär. Daglar, esasan, Silur, Devon, Kömür, Bor, Paleogen we Neogen döwürleriniň gaýalaryndan emele gelýär. Düzlükler we gum depeleri dörtlük geologik döwrüň tebigy faktorlarynyň täsiri bilen üýtgedi. Mineral baýlyklardan nebit we gaz ýataklary, grafit ýataklary, hek daşy, bentonit (toýun) we granit ýataklary Setalantepada, Jargokda, Gazlyda, Üçkirda gazynda, Kemaçyda, Zikride we Ortabulokda tapyldy. Buhara sebitinde köp sanly mineral suw gorlary açyldy. Kuljuktow, Garaxotin, Jingildi we Oýakogytma basseýnleriniň golaýynda tapylan suw oba hojalygynda bölekleýin ulanylýar. Sebit seýsmiki taýdan 7 ballyk ýertitreme zolagynda ýerleşýär, diňe Gazly şäheriniň töweregi 9 ballyk ýertitreme zolagynda ýerleşýär. Howasy çynlakaý kontinental: tomus yssy, uzyn we gurak; iýul aýynyň ortaça temperaturasy 28-32°, gum depelerinde 60-70° çenli ýokarlanýar. Ýanwar aýynyň ortaça temperaturasy 0° -dan −2° -a çenli. Ýyllyk ýagyş 90–150 mm. Ýagyş esasan ýazda we gyşda ýagýar. Ösümlik döwri 220 gün. Buhara sebitiniň esasy suw çeşmesi Amu-Buhara maşyn kanalydyr. Kuýimozor, Todakul we Şorkul suw howdanlary uly ähmiýete eýedir. Mundan başga-da, Deňizkul, Karakir, Katta Tuzkon we Dewhona ýaly köller bar, şol ýerde oazisleriň töweregine aryklar we hapa suwlar akdyrylýar. Buhara sebitinde ekin meýdanlarynyň 94,4% -i dürli derejede şorlaşypdyr. Çöl zolagy pes gumusly goňur-çal reňkden çägeli topraga öwrülenden soň, azyk senagatynda guramaçylyk we ykdysady özgertmeler geçirildi. == Salgylanmalar == {{Salgylanmalar}} [[Kategoriýa:Özbegistan welaýatlary]] kl1s03gs0ceqzkuny5puotzal0gvoxu Module:Exponential search 828 24918 270489 2026-09-03T21:51:05Z Hamish 18902 [IPE-NEXT] Quick edit imported from [[:w:en:Module:Exponential search]] 270489 Scribunto text/plain -- This module provides a generic exponential search algorithm. require[[strict]] local checkType = require('libraryUtil').checkType local floor = math.floor local function midPoint(lower, upper) return floor(lower + (upper - lower) / 2) end local function search(testFunc, i, lower, upper) if testFunc(i) then if i + 1 == upper then return i end lower = i if upper then i = midPoint(lower, upper) else i = i * 2 end return search(testFunc, i, lower, upper) else upper = i i = midPoint(lower, upper) return search(testFunc, i, lower, upper) end end return function (testFunc, init) checkType('Exponential search', 1, testFunc, 'function') checkType('Exponential search', 2, init, 'number', true) if init and (init < 1 or init ~= floor(init) or init == math.huge) then error(string.format( "invalid init value '%s' detected in argument #2 to " .. "'Exponential search' (init value must be a positive integer)", tostring(init) ), 2) end init = init or 2 if not testFunc(1) then return nil end return search(testFunc, init, 1, nil) end jqqi8l27tb73lglksbukg2g3bzt3fmv