about summary refs log tree commit diff stats
path: root/dev/index.html
blob: 20e2c222caf3449630dc868cacb3401c390fcf4c (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!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>

        <h2 id="scr">Source Code Revision</h2>

        <ul>
            <li><a href="git.html">Git</a>
                <ul>
                    <li><a href="git.html#teamwork">Team workflow</a></li>
                    <li><a href="git.html#feature">Feature</a></li>
                    <li><a href="git.html#release">Release</a></li>
                    <li><a href="git.html#hotfix">Hotfix</a></li>
                    <li><a href="git.html#tags">Tags</a></li>
                    <li><a href="git.html#local">Local</a></li>
                </ul>
            </li>
        </ul>

        <h2 id="c">C</h2>

        <ul>
            <li><a href="http://inti.sourceforge.net/tutorial/libinti/autotoolsproject.html">Autotools</a></li>
            <li><a href="gdbc.html">GDB</a></li>
        </ul>

        <h2>Shell Script</h2>
        <h3 id="bash">Dash</h3>

        <ul>
            <li>Dash</li>
        </ul>


        <h3 id="bash">Bash</h3>

        <ul>
            <li>Bash</li>
        </ul>

        <h2>Python</h2>
        <ul>
            <li>Python</li>
        </ul>

        <h2>Perl</h2>
        <ul>
            <li>Perl</li>
        </ul>

        <h2>JavaScript</h2>
        <ul>
            <li>JavaScript</li>
        </ul>

        <h2>PHP</h2>

        <ul>
            <li>PHP</li>
        </ul>

        <ul>
            <li>PHP Unit</li>
        </ul>

        <a href="../index.html">Documentation Index</a>
        <p>
        This is part of the c9-doc Manual.
        Copyright (C) 2016
        c9 team.
        See the file <a href="../fdl-1.3-standalone.html">Gnu Free Documentation License</a>
        for copying conditions.</p>


    </body>

</html>