Difference between revisions of "Software:Tools"
From CAC Wiki
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
| valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" | | | valign="top" width="50%" style="padding:1em; border:1px solid #aaaaaa; background-color:#e1eaf1; border-radius:7px" | | ||
− | + | The table below contains Development Tools such as editors, compilers, debuggers, etc., as well as other tools such as visualization software. | |
In many cases there is no need to do a separate set-up for this software, as it is usually installed in systems directories. | In many cases there is no need to do a separate set-up for this software, as it is usually installed in systems directories. | ||
If a set-up is required, it is usually done with the '''usepackage''' facility, i.e. through the '''use''' command. | If a set-up is required, it is usually done with the '''usepackage''' facility, i.e. through the '''use''' command. | ||
Line 15: | Line 15: | ||
|| nedit || Multi-purpose text editor for Xwindow, easy to use, graphical user interface. || n/a || [[Software:nedit|Info]] | || nedit || Multi-purpose text editor for Xwindow, easy to use, graphical user interface. || n/a || [[Software:nedit|Info]] | ||
|- | |- | ||
− | || | + | || nano || Text editor for Unix and Unix-based computer systems. Very simple. || n/a || [[Software:nano|Info]] |
|- | |- | ||
|| vi || Default Unix editor, no GUI, works everywhere but has a learning curve. || n/a || [[Software:vi|Info]] | || vi || Default Unix editor, no GUI, works everywhere but has a learning curve. || n/a || [[Software:vi|Info]] | ||
Line 41: | Line 41: | ||
|| paraview || Powerful visualization software including batch mode || use paraview || [[Software:paraview|Info]] | || paraview || Powerful visualization software including batch mode || use paraview || [[Software:paraview|Info]] | ||
|} | |} | ||
− | |||
|} | |} |
Latest revision as of 18:07, 20 May 2016
The table below contains Development Tools such as editors, compilers, debuggers, etc., as well as other tools such as visualization software. In many cases there is no need to do a separate set-up for this software, as it is usually installed in systems directories. If a set-up is required, it is usually done with the usepackage facility, i.e. through the use command.
|