CZ:Code: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Dmitrii Kouznetsov
imported>Dmitrii Kouznetsov
Line 41: Line 41:
*[[TetrationAsymptoticParameters00]] , generator of [[contour plot]] of asymptotic parameters of analytic [[tetration]] <math>F_b</math> versus <math>\ln(b)</math>.
*[[TetrationAsymptoticParameters00]] , generator of [[contour plot]] of asymptotic parameters of analytic [[tetration]] <math>F_b</math> versus <math>\ln(b)</math>.


==List of imges that use the downloadded codes==
==Imges that use the downloadable codes==
===Graphics of functions===
====Simple plots====
[[Image:ExampleEquationLog01.png|100px]]
[[Image:TetrationAsymptoticParameters01.jpg|100px]]
====Contour plots====
[[Image:ContourPlotExample.jpg|100px]]
[[Image:AnalyticTetrationBaseSqrt2v00.jpg|100px]]
[[Image:AnalyticTetrationBaseSqrt2u00.png|100px]]
===Generators of tables===
===Scientific schemes and diagrams===
===Other codes===
<br>
<br>
Back to [[CZ:Subpages|Subpages]]
Back to [[CZ:Subpages|Subpages]]

Revision as of 01:56, 31 May 2008

This page contains standards and regulations related to Code subpages.

What are Code pages?

In these pages, users should upload the codes used to create CZ articles; especially tables and images. The code can be a scrypt designed for some specific operation system interface, as well as source in some of widely used programming languages: Postscript, Latex, Mathematica, Maple, Matlab, C++, Fortran, Assembler, etc.

Purpose

See talk page

Heading and format standards

Usually, the code is easier to read, if it is formatted as sequence of lines. In order to provide such formatting, each new line should begin with spacebar (character with decimal ascii number 32). At the header, it desirable to specify, what does the code do. It may be good idea, to specify the header as a "comment" in such a way, that it has no need to be removed before the compillation or execution of the code. All the codes are supposed to be in ascii; special unicode characters are allowed only if their use is essential, for example, illustrating a text in a foreign language. In particular, the Mathematica and Maple codes should be converted to ascii (plain text) before saving.

Guidelines for editing

Editing of codes after the last test-run is not recommended at all. Small error (for example, O instead of 0, or I instead of |, any specific unicode character that look identical to some ascii character) may affect the execution of code, while is difficult to detect at the visual revision.

Content Policy

The proof of significance of a code is that it generates some content, used in CZ. It is desirable to indicate, what pictures of tables were generated using the code. If used many times, it may worth to indicate the tree. Such a specification may look like a poem This Is the House That Jack Built, being something like this:

This code is Programs/FFT/simple/FFT.cin
That is used as a function, is inputted in
Programs/FFT/example.cc to generate the file
File:Fast Fourier Transform figure 3version02.jpg that is used, for a while
by the Fast Fourier Transform
by Fourier Analysis
by Periodic Functions
and by Table 1 in the article
Uniform convergence of series

... and so on. (Now some of files mentioned above are absent, but they may appear in future.)

Such an indication (if all clickable) makes it easy to check that the code is essential for the CZ, and without such a content, the encyclopedy cannot be considered as self-consistent.

List of codepages with sources downloaded

Imges that use the downloadable codes

Graphics of functions

Simple plots

ExampleEquationLog01.png TetrationAsymptoticParameters01.jpg

Contour plots

ContourPlotExample.jpg AnalyticTetrationBaseSqrt2v00.jpg AnalyticTetrationBaseSqrt2u00.png

Generators of tables

Scientific schemes and diagrams

Other codes


Back to Subpages