Main public logs
Appearance
Combined display of all available logs of Rosetta Code. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:02, 22 February 2025 Dfg2 talk contribs created page Rank languages/Popularity (Redirected page to Rosetta Code/Rank languages by popularity/Full list) Tag: New redirect
- 08:15, 20 February 2025 Dfg2 talk contribs moved page User:Dfg2/Sandbox/Befunge to User:Dfg2/Sandbox/Dart
- 05:55, 20 February 2025 Dfg2 talk contribs created page User:Dfg2/Sandbox/Befunge (Created page with "{{my_Unim|Befunge}}")
- 17:23, 16 February 2025 Dfg2 talk contribs created page Count examples (Redirected page to Rosetta Code/Count examples/Full list) Tags: New redirect Mobile edit Mobile web edit
- 07:38, 16 February 2025 Dfg2 talk contribs created page User:Dfg2/Sandbox/Uiua (Created page with "{{my_Unim|Uiua}}")
- 07:36, 16 February 2025 Dfg2 talk contribs moved page User:Dfg2/Sandbox to User:Dfg2/Sandbox/Golfscript
- 05:26, 16 February 2025 Dfg2 talk contribs created page User:Dfg2/freq (Created page with "<pre> ((' ', ' '), 15) ((';', '\n'), 11) (('\n', '{'), 9) (('}', ':'), 8) (('\n', ' '), 6) (('1', '$'), 5) (('{', '.'), 4) (('@', '}'), 4) (('}', '*'), 4) ((' ', '{'), 4) (('\n', '\n'), 4) ((' ', 'puts'), 3) (('puts', ' '), 3) (('@', '@'), 3) (('1', '>'), 3) (('+', '}'), 3) ((' ', '}'), 3) (('}', '{'), 3) (('}', 'if'), 3) (('$', '1'), 2) (('\n', '1'), 2) (('.', '@'), 2) (('*', 'd'), 2) (('>', '{'), 2) ((')', '}'), 2) (('>', '}'), 2) (('>', "''"), 2) (("''", '+'), 2) (('...")
- 03:46, 16 February 2025 Dfg2 talk contribs created page Category:Labyrinth (Created page with "{{stub}}{{language|site=https://github.com/m-ender/labyrinth}}")
- 03:45, 16 February 2025 Dfg2 talk contribs created page Labyrinth (Created page with "{{language|site=https://github.com/m-ender/labyrinth}}")
- 14:31, 14 February 2025 Dfg2 talk contribs moved page Lib.gs to Dfg2/lib.gs
- 14:29, 14 February 2025 Dfg2 talk contribs created page Lib.gs (Redirected page to User:Dfg2/lib.gs) Tag: New redirect
- 09:18, 14 February 2025 Dfg2 talk contribs created page Category:Lib.gs (Redirected page to User:Dfg2/lib.gs) Tag: New redirect
- 08:48, 14 February 2025 Dfg2 talk contribs moved page User:Dfg2/gs helpers to User:Dfg2/lib.gs
- 04:53, 14 February 2025 Dfg2 talk contribs created page Template:Try (Created page with "{{infobox_begin}}Can't install {{{1}}} locally?<br>Try {{{1}}} on-line!<br> {{{2}}} {{infobox_end}}")
- 04:44, 14 February 2025 Dfg2 talk contribs created page Category:Convex (Created page with "Convex is a stack-based golfing esolang based on Golfscript and CJam. {{language|site=https://github.com/ZekNikZ/Convex}} {{language_programming_paradigm|Concatenative}}")
- 04:47, 12 February 2025 Dfg2 talk contribs created page GolfScript (Redirected page to Category:Golfscript) Tag: New redirect
- 06:12, 9 February 2025 Dfg2 talk contribs created page User:Dfg2/gs helpers (Created page with "Helper functions for Golfscript. <pre> {:v;:x;.x)>\x<v+\+}:at; {\@.@.)\@<\@>@\++}:at; # (a lot worse) </pre>")
- 08:25, 8 February 2025 Dfg2 talk contribs created page User:Dfg2/CJam (Created page with "{{my_Unim|CJam}}")
- 08:14, 8 February 2025 Dfg2 talk contribs created page CJam (Redirected page to Category:CJam) Tag: New redirect
- 08:13, 8 February 2025 Dfg2 talk contribs created page Category:CJam (add another language)
- 09:35, 7 February 2025 Dfg2 talk contribs created page Template:My Unim (Created page with "<includeonly>{{uc:{{{1}}}}}</includeonly> {{#invoke:Test/2|page|{{{1}}}}} <noinclude>{{template}}</noinclude>")
- 08:58, 7 February 2025 Dfg2 talk contribs created page User:Dfg2/loc/final (Created page with "<pre> 1090 Clipper 903 Comefrom0x10 602 PDP-8 Assembly 550 q 373 Lambdatalk 372 Never 369 Malbolge 315 Fexl 281 Mond 261 DBL 258 Myrddin 253 DM 247 ML/I 222 Ceylon 215 Mojo 201 CSS 194 JCL 189 ATS 185 Bare Bones 184 J 183 Onyx 174 newLISP 171 MoonScript 169 YAMLScript 167 MACRO-10 164 AArch64 Assembly 162 Order 161 ARM Assembly 151 LLVM 148 EDSAC order code 146 Eero 145 Tiny BASIC 142 Z80 Assembly 131 Chapel 129 Grain 128 LIL 125 Pony...")
- 08:34, 7 February 2025 Dfg2 talk contribs moved page User:Dfg/loc to User:Dfg2/loc (Misspelled title)
- 08:26, 7 February 2025 Dfg2 talk contribs created page User:Dfg/loc (Created page with "<pre> # just User:Dfg2/tmp/2, but with a repl import requests from bs4 import BeautifulSoup p = 'https://rosettacode.org/wiki/' def loc(s): return len(s.split('\n')) progs = {} try: while True: req = requests.get(p+input()).text soup = BeautifulSoup(req, 'html.parser') working = "" for item in soup.find_all('pre'): x = item tmp = x.previous_siblings out = "" for v in tmp:...")
- 07:28, 7 February 2025 Dfg2 talk contribs created page User:Dfg2/tmp/2 (Created page with "<pre> # import requests from bs4 import BeautifulSoup # p = 'https://rosettacode.org/wiki/' # req = requests.get(p+"Least common multiple") out = open('out.txt').read() soup = BeautifulSoup(out, 'html.parser') langs = [] for x in soup.find_all('h2'): langs.append(x.text.rstrip()) progs = [] for x in soup.find_all('pre'): print(x, progs) input() found = False tmp = x.previous_siblings for i, v in enumerate(tmp): print(i, str(v))...")
- 06:48, 7 February 2025 Dfg2 talk contribs created page User:Dfg2/langs (Created page with "<pre> Phix Wren Julia Raku FreeBASIC Perl Nim Python Go Java J C++ C Ruby Mathematica Jq Haskell REXX Kotlin Racket ALGOL 68 Sidef Rust 11l Zkl Ada Factor C sharp D Tcl Scala Delphi Lua XPL0 EasyLang F Sharp PicoLisp Ring AutoHotkey JavaScript Arturo Common Lisp RPL Quackery PureBasic Pascal AWK BASIC OCaml Fortran Clojure FutureBasic Forth Swift PARI/GP R Unicon BBC BASIC Yabasic PascalABC.NET Icon Action! Elixir V Erlang M2000 Interpreter Groovy PowerShell BASIC256 Pro...")
- 05:28, 7 February 2025 Dfg2 talk contribs created page Tasks not implemented in Stax (Created page with "{{#invoke:Test/2|page|Stax}}")
- 05:25, 7 February 2025 Dfg2 talk contribs moved page User:Dfg2/tmp.lua to User:Dfg2/tmp
- 04:53, 7 February 2025 Dfg2 talk contribs created page User:Dfg2/tmp.lua (Created page with "<pre> local temp = Hello world/Text FizzBuzz 99 bottles of beer 100 doors Factorial Comments Fibonacci sequence A+B Empty program Reverse a string Loops/Infinite Ackermann function Function definition Arrays Loops/For Conditional structures Loops/While Array concatenation Arithmetic/Integer Greatest element of a list Greatest common divisor Repeat a string Even or odd Increment a numerical string Sieve of Eratosthenes Array length Binary digits Averages/Arithmetic mean...")
- 04:41, 7 February 2025 Dfg2 talk contribs created page Module:Test/2 (Created page with "local p = {} local SEP = "|" local o = [[Hello world/Text FizzBuzz 99 bottles of beer 100 doors Factorial Comments Fibonacci sequence A+B Empty program Reverse a string Loops/Infinite Ackermann function Function definition Arrays Loops/For Conditional structures Loops/While Array concatenation Arithmetic/Integer Greatest element of a list Greatest common divisor Repeat a string Even or odd Increment a numerical string Sieve of Eratosthenes Array length Binary digits Ave...")
- 03:42, 7 February 2025 Dfg2 talk contribs created page Module:Calc/doc (Created page with "See: Arithmetic/Integer")
- 03:41, 7 February 2025 Dfg2 talk contribs created page Module:Calc (Created page with "-- Arithmetic/Integer p = {} function p.a(frame) return frame.args[1] + frame.args[2] end return p")
- 02:12, 7 February 2025 Dfg2 talk contribs created page User:Dfg2/Tasks (Created page with "* Hello world/Text * FizzBuzz * 99 bottles of beer * 100 doors * Factorial * Comments * Fibonacci sequence * A+B * Empty program * Reverse a string * Loops/Infinite * Ackermann function * Function definition * Arrays * Loops/For * Conditional structures * Loops/While * Array concatenation * Arithmetic/Integer * Greatest element of a list * Greatest common divisor * Repeat a string * [...")
- 01:59, 7 February 2025 Dfg2 talk contribs created page Module:Test/doc (Created page with "Same as Module:Unimplemented, but with some modifications to make parsing easier.")
- 01:54, 7 February 2025 Dfg2 talk contribs created page Module:Test (Created page.)
- 01:37, 7 February 2025 Dfg2 talk contribs created page User:Dfg2/Sandbox (Created page with "{{#invoke:Test|page|Stax}}")
- 14:15, 6 February 2025 Dfg2 talk contribs created page Tasks not implemented in Golfscript (Created page with "{{unimpl_Page|Golfscript}}")
- 04:26, 6 February 2025 Dfg2 talk contribs created page User:Dfg2 (Just do a stub for now.)
- 07:13, 29 January 2025 User account Dfg2 talk contribs was created