Rosetta Code is a wiki-based programming chrestomathy website with implementations of common algorithms and solutions to various programming problems in...
9 KB (740 words) - 12:01, 17 January 2025
The Rosetta Stone is a stele of granodiorite inscribed with three versions of a decree issued in 196 BC during the Ptolemaic dynasty of Egypt, on behalf...
82 KB (9,181 words) - 20:06, 18 May 2025
Rosetta is a dynamic binary translator developed by Apple Inc. for macOS, an application compatibility layer between different instruction set architectures...
12 KB (1,105 words) - 07:32, 11 May 2025
Look up rosetta in Wiktionary, the free dictionary. Rosetta is a city in Egypt. Rosetta may also refer to: Rosetta, Belfast, a ward in Northern Ireland...
3 KB (463 words) - 21:11, 20 May 2024
pp. 385–392. Huffman coding in various languages on Rosetta Code Huffman codes (python implementation) Canonical Huffman codes (C implementation) A visualization...
36 KB (4,567 words) - 17:13, 19 April 2025
Programming Interviews Exposed. Wiley, 2014, pp. 65-67 Rosetta Code: Fizz Buzz at Rosetta Code Euler's FizzBuzz, an unorthodox programmatic solution making...
3 KB (399 words) - 11:09, 23 May 2025
programming languages, including C, C++, Java and Python can be found at Rosetta Code. Since the Game of Life's inception, new, similar cellular automata have...
56 KB (6,408 words) - 13:52, 19 May 2025
Doxygen (category Code navigation tools)
"Documentation". Rosetta Code (Wiki). 2015-11-22. "Documentation: C". Rosetta Code (Wiki). 2015-11-22. "Documentation: Objective-C". Rosetta Code (Wiki). 2015-11-22...
10 KB (909 words) - 11:26, 29 March 2025
Digital rain (redirect from Matrix source code)
Matrix digital rain in Rust Examples of Matrix digital rain implementations on Rosetta Code Creator of The Matrix code reveals its mysterious origins...
6 KB (576 words) - 17:24, 19 March 2025
"Wireworld". Archived from the original on 2011-02-04. Mark Owen. "The Wireworld Computer". Wireworld on Rosetta Code The Wireworld computer in Java...
3 KB (272 words) - 05:46, 2 April 2025
Rosetta@home is a volunteer computing project researching protein structure prediction on the Berkeley Open Infrastructure for Network Computing (BOINC)...
86 KB (8,602 words) - 11:51, 24 May 2025
June 2024. Retrieved 29 June 2024. Luhn test of credit card numbers on Rosetta Code: Luhn algorithm/formula implementation in 160 programming languages as...
9 KB (987 words) - 00:17, 13 May 2025
Run-length encoding (redirect from Run-length coded)
Run-length encoding implemented in different programming languages (on Rosetta Code) Single Header Run-Length Encoding Library smallest possible implementation...
11 KB (1,340 words) - 17:35, 31 January 2025
the ACM, vol. 17, pp. 32–42, 1974 Polygon clipping and filling Describes the algorithm using images that are easy to understand. Rosetta Code example...
5 KB (609 words) - 10:26, 5 June 2024
"Sudokusolver" (C++). GitHub. Rhollor. Retrieved 8 December 2016. "Sudoku - Rosetta Code". rosettacode.org. Retrieved 2021-11-30. Hanson, Robert M. (16 August...
15 KB (1,945 words) - 08:11, 28 February 2025
Structures [online], U.S. National Institute of Standards and Technology, retrieved 2 November 2016 Rosetta Code implementations of Levenshtein distance...
21 KB (2,434 words) - 07:35, 10 March 2025
a + b] count = count + 1 } return a } Eliasen, Alan. "Frink (official website)". Retrieved 2011-07-30. Official website Frink examples at Rosetta Code...
2 KB (132 words) - 15:35, 9 November 2024
Cambridge University Press. ISBN 978-0-52169269-4. Mutual recursion at Rosetta Code "Example demonstrating good use of mutual recursion", "Are there any...
15 KB (2,013 words) - 19:17, 16 March 2024
Topology Suite, contains Java implementation of many algorithms, including the Douglas-Peucker algorithm Rosetta Code (Implementations in many languages)...
12 KB (1,189 words) - 03:53, 14 March 2025
2001 [1994] "Entropy" Archived 4 June 2016 at the Wayback Machine at Rosetta Code—repository of implementations of Shannon entropy in different programming...
72 KB (10,264 words) - 06:07, 14 May 2025
knapsack problems?") Knapsack Problem solutions in many languages at Rosetta Code Dynamic Programming algorithm to 0/1 Knapsack problem Knapsack Problem...
49 KB (7,799 words) - 12:31, 12 May 2025
constant. Implementation written in different programming languages (on Rosetta Code) Dr Dobbs article 100+ Times Faster Weighted Median Filter Circle median...
12 KB (1,619 words) - 00:09, 1 April 2025
Nested function (category Source code)
nested functions?, comp.lang.c FAQ "Nested function - Rosetta Code". "Nested function - Rosetta Code". answer by Dave Vandervies, Aug 28 '09 at 17:45, to...
20 KB (2,290 words) - 01:46, 11 February 2025
original on December 2, 2013. Retrieved November 23, 2013. "Statistics - Rosetta Code". rosettacode.org. Retrieved 2021-05-01. "Статистика" [Statistics]. Рувики...
40 KB (1,193 words) - 17:39, 21 May 2025
November 1, 2014. Einstein's Puzzle on OpenCog's wiki Zebra puzzle on Rosetta Code Einstein's Riddle on Brainzilla Einstein's puzzle as Alloy model Watson...
7 KB (785 words) - 03:10, 1 March 2025
Mandelbrot set (section Python code)
interface Various algorithms for calculating the Mandelbrot set (on Rosetta Code) Fractal calculator written in Lua by Deyan Dobromiroiv, Sofia, Bulgaria...
70 KB (8,802 words) - 15:34, 22 May 2025
"Hello, World!" program (category Articles with example code)
topic of: Hello world The Hello World Collection "Hello world/Text". Rosetta Code. 23 May 2024. "GitHub – leachim6/hello-world: Hello world in every computer...
27 KB (1,942 words) - 18:45, 12 May 2025
craigslist and others employing an inverted index. Example implementations on Rosetta Code Caltech Large Scale Image Search Toolbox: a Matlab toolbox implementing...
8 KB (875 words) - 15:30, 5 March 2025
original self-referential formula Tupper's self-referential formula in Rosetta Code, implementation in several programming languages TupperPlot, an implementation...
9 KB (880 words) - 21:15, 14 April 2025
Variadic function (category Articles with example C code)
page". Tcl/Tk Documentation. "args". Tcler's Wiki. Variadic function. Rosetta Code task showing the implementation of variadic functions in over 120 programming...
29 KB (3,551 words) - 11:09, 19 March 2025