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).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 21:25, 21 April 2026 Srakrn talk contribs created page PromptCode (Created page with "{{PromptCode Instructions}}")
- 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...")
- 21:23, 21 April 2026 Srakrn talk contribs created page PromptCode/5 (Created page with "{{PromptCode Instruction}} <pre> def tr(n, memo={}): if n in memo: return memo[n] if n <= 2: return n memo[n] = tr(n-1, memo) + tr(n-2, memo) + tr...")
- 15:57, 21 April 2026 Srakrn talk contribs created page Template:PromptCode Instruction (Created page with "'''PromptCode challenge:''' * Given the following code, use an LLM to generate a snippet of code that will function the same. * You can't cheat, which are basically: ** Feed...")
- 15:43, 21 April 2026 Srakrn talk contribs created page MediaWiki:Common.css (Created page with "CSS placed here will be applied to all skins: .censored:hover { color: inherit; background-color: inherit !important; } .censored:hover { background-color: inheri...")
- 15:40, 21 April 2026 Srakrn talk contribs created page Template:Censored (Created page with "<span class="censored">{{{1|}}}</span> <noinclude> {{C|ข้อความนี้ถูกเซ็นเซอร์ ซึ่งในปัจจุบัน กา...")
- 16:33, 20 April 2026 Srakrn talk contribs created page PromptCode/4 (Created page with "'''PromptCode challenge:''' * Given the following code, use an LLM to generate a snippet of code that will function the same. * You can't cheat, which are basically: ** Feed...")