Utkarsh555 के सदस्य योगदान

A user with 1,456 edits. Account created on 15 अक्टूबर 2020.
योगदान खोजेंविस्तार करेंछोटा करें
⧼contribs-top⧽
⧼contribs-date⧽
(सबसे नया | सबसे पुराना) देखें (नए 50) () (20 | 50 | 100 | 250 | 500)

18 अप्रैल 2024

13 अप्रैल 2024

11 अप्रैल 2024

9 अप्रैल 2024

6 अप्रैल 2024

  • 11:2411:24, 6 अप्रैल 2024 अन्तर इतिहास +3,936 Module:Exponential search/docनया पृष्ठ: This module provides a generic exponential search algorithm. This kind of search can be useful when you want to find a key in some kind of sorted array, and you want to do it by checking as few array elements as possible. This could include situations like: * Finding the highest archive number in a set of archives without checking whether they all exist. * Finding the number of positional arguments in frame.args without having to expand the wikitext for each o... वर्तमान टैग: 2017 स्रोत संपादन
  • 11:2311:23, 6 अप्रैल 2024 अन्तर इतिहास +1,092 Module:Exponential searchनया पृष्ठ: -- This module provides a generic exponential search algorithm. requirestrict 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,... वर्तमान
  • 11:2111:21, 6 अप्रैल 2024 अन्तर इतिहास +841 Module:Language/data/docनया पृष्ठ: {{language templates}} The <code>redirects</code> table in Module:Language/data connects Wikipedia language codes to the corresponding code used on the English Wiktionary. wikt:Wiktionary:Language treatment records this relationship for ISO codes. For instance, all of <code>bs</code> (Bosnian), <code>hr</code> (Croatian), <code>sr</code> (Serbian), <code>cnr</code> (Montenegrin), <code>kjv</code> (Kajkavian) are placed under the header for <code>sh</code>... वर्तमान टैग: 2017 स्रोत संपादन
  • 11:2011:20, 6 अप्रैल 2024 अन्तर इतिहास +15,427 Module:Language/dataनया पृष्ठ: local U = mw.ustring.char -- Diacritics, from the Combining Diacritical Marks block. local grave = U(0x300) local acute = U(0x301) local circumflex = U(0x302) local tilde = U(0x303) local macron = U(0x304) local breve = U(0x306) local dot = U(0x307) local diaeresis = U(0x308) local double_acute = U(0x30B) local caron = U(0x30C) local double_grave = U(0x30F) local invbreve = U(0x311) local dot_below... वर्तमान
  • 11:1911:19, 6 अप्रैल 2024 अन्तर इतिहास +3,433 Module:Language/docनया पृष्ठ: {{Module rating|beta}} {{Language templates}} {{Lua|Module:Language/data|Module:Unicode data}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> This module is used by {{tlx|wikt-lang}}. It is inspired by the templates {{((}}m{{))}} and {{((}}l{{))}} and their associated modules on Wiktionary. It has a Wiktionary link function that links to th... वर्तमान टैग: 2017 स्रोत संपादन
  • 11:1811:18, 6 अप्रैल 2024 अन्तर इतिहास +9,797 Module:Language+ मॉड्यूल निर्माण वर्तमान

26 मार्च 2024

10 मार्च 2024

9 मार्च 2024

5 मार्च 2024

3 मार्च 2024

2 मार्च 2024

  • 10:5410:54, 2 मार्च 2024 अन्तर इतिहास −22 टर्न ए गुंडमनामांकन निरस्त कराया: वार्ता में पृष्ठ निर्मरण करने वाले सदय ने ज्ञानसन्दूक पूर्ण कराया है, जो की इस एक धारावाहिक/शृंखला को "प्रचार लेख" से अलग करता है। टैग: 2017 स्रोत संपादन

29 फ़रवरी 2024

16 फ़रवरी 2024

2 फ़रवरी 2024

(सबसे नया | सबसे पुराना) देखें (नए 50) () (20 | 50 | 100 | 250 | 500)