All public logs

Jump to navigation Jump to search

Combined display of all available logs of srakrn | Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 21:24, 21 April 2026 Srakrn talk contribs created page PromptCode/6 (Created page with "{{PromptCode Instruction}} <pre> def sc(lst, t, lo=0, hi=None): if hi is None: hi = len(lst) - 1 if lo > hi: return -1 mid = (lo + hi) // 2 if...")