All public logs
Combined display of all available logs of the change wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:53, 1 September 2022 Elie talk contribs created page Code:number-pairs-to-array-file.c (Created page with "The main use-case of this code, is to take certain SQL results and convert them to array files that can be used in the image generator. Example of how this was used: The results of a query in Code:food1.sql were used to generate File:yields.data-float64-895x1 which was used in generating File:food-crop-production1.png. ==Code== <syntaxhighlight lang="c"> // takes pairs of numbers from stdin // reads them as "index" and "value" // put...")