about summary refs log tree commit diff stats
path: root/dev/index.html
blob: 461b99e650dd446d608e65e1e74e8fc8620e9bc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html dir="ltr" lang="en">
    <head>
	<meta charset='utf-8'>
	<title>Development</title>
    </head>
    <body>

	<a href="../index.html">Documentation Index</a>
	<h1>Development</h1>

	<p>Tools for development and debugging</p>

        <dl>
            <dt><a href="git/index.html">Git</a></dt>
            <dd>Git is a distributed version control system, for example this document is meant to be distributed using git.</dd>
            <dt><a href="c/index.html">C &amp; GDB</a></dt>
            <dd>C is compiled language created by Dennis Ritchie. BSD, Linux and Minix kernels use this language as primary language.</dd>

            <dt><a href="shell/index.html">Shell scriptiong</a></dt>
	    <dd>Script files that start with "#!/bin/sh" use dash (in crux), /bin/sh is a link to dash, while files that start with "#!/bin/bash" use bash;</dd>
            <dt><a href="python/index.html">Python</a></dt>

            <dd>Python is an interpreted, interactive, object-oriented programming language.</dd>

            <dt><a href="perl/index.html">Perl</a></dt>
            <dd>Perl is a family of two high-level, general-purpose, interpreted, dynamic programming languages. "Perl" usually refers to Perl 5, but it may also refer to its redesigned "sister language", Perl 6.</dd>

            <dt><a href="javascript/index.html">JavaScript</a></dt>
            <dd>JavaScript is a high-level, interpreted programming language that conforms to the ECMAScript specification. JavaScript has curly-bracket syntax, dynamic typing, prototype-based object-orientation, and first-class functions.</dd>

            <dt><a href="php/index.html">PHP</a></dt>

            <dd>PHP (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.</dd>
        </dl>
	<a href="../index.html">Documentation Index</a>
	<p>
	This is part of the Tribu System Documentation.
	Copyright (C) 2020
	Tribu Team.
	See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
	for copying conditions.</p>
    </body>

</html>