<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://script.spoken-tutorial.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://script.spoken-tutorial.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=St-admin</id>
		<title>Script | Spoken-Tutorial - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://script.spoken-tutorial.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=St-admin"/>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Special:Contributions/St-admin"/>
		<updated>2026-05-02T01:26:39Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.17</generator>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/KTouch/S1/Getting-Started-with-Ktouch/English-timed</id>
		<title>KTouch/S1/Getting-Started-with-Ktouch/English-timed</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/KTouch/S1/Getting-Started-with-Ktouch/English-timed"/>
				<updated>2013-02-08T08:03:02Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: Created page with 'test page'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;test page&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/File:LCAD_MeetMinutes_AUT_12072010.txt</id>
		<title>File:LCAD MeetMinutes AUT 12072010.txt</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/File:LCAD_MeetMinutes_AUT_12072010.txt"/>
				<updated>2012-12-28T10:30:41Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/File:LCAD_MeetMinutes_AL_29072010.txt</id>
		<title>File:LCAD MeetMinutes AL 29072010.txt</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/File:LCAD_MeetMinutes_AL_29072010.txt"/>
				<updated>2012-12-28T10:29:01Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/File:LCAD_MeetMinutes_Physics202_250810.txt</id>
		<title>File:LCAD MeetMinutes Physics202 250810.txt</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/File:LCAD_MeetMinutes_Physics202_250810.txt"/>
				<updated>2012-12-28T10:26:28Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/File:LCAD_MeetMinutes_Physics202_080910.txt</id>
		<title>File:LCAD MeetMinutes Physics202 080910.txt</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/File:LCAD_MeetMinutes_Physics202_080910.txt"/>
				<updated>2012-12-28T10:14:32Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Gnuplot/Glossary</id>
		<title>Gnuplot/Glossary</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Gnuplot/Glossary"/>
				<updated>2012-12-28T10:08:35Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: Created page with '==Glossary== *Axis : A graph may have up to four labelled axes. Various commands have the name of an axis built into their names, such as set xlabel. Other commands have one or m…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Glossary==&lt;br /&gt;
*Axis : A graph may have up to four labelled axes. Various commands have the name of an axis built into their names, such as set xlabel. Other commands have one or more axis names as options, such as set logscale xy. The names of the four axes for these usages are &amp;quot;x&amp;quot; for the axis along the bottom border of the plot, &amp;quot;y&amp;quot; for the left border, &amp;quot;x2&amp;quot; for the top border, and &amp;quot;y2&amp;quot; for the right border. &amp;quot;z&amp;quot; also occurs in commands used with 3-d plotting.&lt;br /&gt;
*Graph : A plot contains one &amp;quot;graph&amp;quot;. A graph is defined by an abscissa and an ordinate, although these need not actually appear on it.A graph may contain one or more &amp;quot;lines&amp;quot;.&lt;br /&gt;
*Dummy : The set dummy command changes the default dummy variable names.&lt;br /&gt;
&lt;br /&gt;
Syntax:&lt;br /&gt;
&lt;br /&gt;
      set dummy {&amp;lt;dummy-var&amp;gt;} {,&amp;lt;dummy-var&amp;gt;}&lt;br /&gt;
      show dummy&lt;br /&gt;
&lt;br /&gt;
By default, gnuplot assumes that the independent, or &amp;quot;dummy&amp;quot;, variable for the plot command is &amp;quot;t&amp;quot; if in parametric or polar mode, or &amp;quot;x&amp;quot; otherwise. Similarly the independent variables for the splot command are &amp;quot;u&amp;quot; and &amp;quot;v&amp;quot; in parametric mode (splot cannot be used in polar mode), or &amp;quot;x&amp;quot; and &amp;quot;y&amp;quot; otherwise.&lt;br /&gt;
*Isosamples : The isoline density (grid) for plotting functions as surfaces may be changed by the set isosamples command.&lt;br /&gt;
&lt;br /&gt;
Syntax:&lt;br /&gt;
&lt;br /&gt;
      set isosamples &amp;lt;iso_1&amp;gt; {,&amp;lt;iso_2&amp;gt;}&lt;br /&gt;
      show isosamples&lt;br /&gt;
&lt;br /&gt;
Each function surface plot will have &amp;lt;iso_1&amp;gt; iso-u lines and &amp;lt;iso_2&amp;gt; iso-v lines. If you only specify &amp;lt;iso_1&amp;gt;, &amp;lt;iso_2&amp;gt; will be set to the same value as &amp;lt;iso_1&amp;gt;. By default, sampling is set to 10 isolines per u or v axis. &lt;br /&gt;
*Key :The set key enables a key (or legend) describing plots on a plot.The contents of the key, i.e., the names given to each plotted data set and function and samples of the lines and/or symbols used to represent them, are determined by the title and with options of the {s}plot command. Please see plot title and plot with for more information.&lt;br /&gt;
&lt;br /&gt;
Syntax:&lt;br /&gt;
&lt;br /&gt;
      set key {  left | right | top | bottom | outside | below&lt;br /&gt;
               | &amp;lt;position&amp;gt;}&lt;br /&gt;
              {Left | Right} {{no}reverse}&lt;br /&gt;
              {samplen &amp;lt;sample_length&amp;gt;} {spacing &amp;lt;vertical_spacing&amp;gt;}&lt;br /&gt;
              {width &amp;lt;width_increment&amp;gt;}&lt;br /&gt;
              {title &amp;quot;&amp;lt;text&amp;gt;&amp;quot;}&lt;br /&gt;
              {{no}box { {linestyle | ls &amp;lt;line_style&amp;gt;}&lt;br /&gt;
                         | {linetype | lt &amp;lt;line_type&amp;gt;}&lt;br /&gt;
                           {linewidth | lw &amp;lt;line_width&amp;gt;}}}&lt;br /&gt;
      set nokey&lt;br /&gt;
      show key&lt;br /&gt;
&lt;br /&gt;
By default the key is placed in the upper right corner of the graph. The keywords left, right, top, bottom, outside and below may be used to place the key in the other corners inside the graph or to the right (outside) or below the graph. They may be given alone or combined.&lt;br /&gt;
&lt;br /&gt;
Justification of the labels within the key is controlled by Left or Right (default is Right). The text and sample can be reversed (reverse) and a box can be drawn around the key (box {...}) in a specified linetype and linewidth, or a user-defined linestyle. Note that not all terminal drivers support linewidth selection, though.&lt;br /&gt;
&lt;br /&gt;
The length of the sample line can be controlled by samplen. The sample length is computed as the sum of the tic length and &amp;lt;sample_length&amp;gt; times the character width. samplen also affects the positions of point samples in the key since these are drawn at the midpoint of the sample line, even if it is not drawn. &amp;lt;sample_length&amp;gt; must be an integer.&lt;br /&gt;
&lt;br /&gt;
The vertical spacing between lines is controlled by spacing. The spacing is set equal to the product of the pointsize, the vertical tic size, and &amp;lt;vertical_spacing&amp;gt;. The program will guarantee that the vertical spacing is no smaller than the character height.&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;width_increment&amp;gt; is a number of character widths to be added to or subtracted from the length of the string. This is useful only when you are putting a box around the key and you are using control characters in the text. gnuplot simply counts the number of characters in the string when computing the box width; this allows you to correct it.&lt;br /&gt;
*Labels : Arbitrary labels can be placed on the plot using the set label command.&lt;br /&gt;
&lt;br /&gt;
Syntax:&lt;br /&gt;
&lt;br /&gt;
      set label {&amp;lt;tag&amp;gt;} {&amp;quot;&amp;lt;label_text&amp;gt;&amp;quot;} {at &amp;lt;position&amp;gt;}&lt;br /&gt;
                {&amp;lt;justification&amp;gt;} {{no}rotate} {font &amp;quot;&amp;lt;name&amp;gt;&amp;lt;,size&amp;gt;&amp;quot;}&lt;br /&gt;
      set nolabel {&amp;lt;tag&amp;gt;}&lt;br /&gt;
      show label&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;position&amp;gt; is specified by either x,y or x,y,z, and may be preceded by first, second, graph, or screen to select the coordinate system. See coordinates for details. &lt;br /&gt;
*Line : A line is a single function or data set. &amp;quot;Line&amp;quot; is also a plotting style.The lines on a graph may have individual names. &lt;br /&gt;
*Page : A &amp;quot;page&amp;quot; or &amp;quot;screen&amp;quot; is the entire area addressable by gnuplot. On a monitor, it is the full screen; on a plotter, it is a single sheet of paper.&lt;br /&gt;
*Parametric :The set parametric command changes the meaning of plot (splot) from normal functions to parametric functions. The command set noparametric restores the plotting style to normal, single-valued expression plotting.&lt;br /&gt;
*Plot : It operates in either rectangular or polar coordinates.It is the primary command for drawing plots with gnuplot. It creates plots of functions and data in many, many ways. plot is used to draw 2-d functions and data.&lt;br /&gt;
Syntax:&lt;br /&gt;
&lt;br /&gt;
     plot {&amp;lt;ranges&amp;gt;}&lt;br /&gt;
          {&amp;lt;function&amp;gt; | {&amp;quot;&amp;lt;datafile&amp;gt;&amp;quot; {datafile-modifiers}}}&lt;br /&gt;
          {axes &amp;lt;axes&amp;gt;} {&amp;lt;title-spec&amp;gt;} {with &amp;lt;style&amp;gt;}&lt;br /&gt;
          {, {definitions,} &amp;lt;function&amp;gt; ...}&lt;br /&gt;
&lt;br /&gt;
where either a &amp;lt;function&amp;gt; or the name of a data file enclosed in quotes is supplied. A function is a mathematical expression or a pair of mathematical expressions in parametric mode. The expressions may be defined completely or in part earlier in the stream of gnuplot commands (see user-defined). *Polar : The set polar command changes the meaning of the plot from rectangular coordinates to polar coordinates. &lt;br /&gt;
*Samples : The sampling rate of functions, or for interpolating data, may be changed by the set samples command.&lt;br /&gt;
Syntax:&lt;br /&gt;
&lt;br /&gt;
      set samples &amp;lt;samples_1&amp;gt; {,&amp;lt;samples_2&amp;gt;}&lt;br /&gt;
      show samples&lt;br /&gt;
&lt;br /&gt;
*Screen : A screen may contain one or more &amp;quot;plots&amp;quot;. A plot is defined by an abscissa and an ordinate, although these need not actually appear on it, as well as the margins and any text written therein.&lt;br /&gt;
*Size : The set size command scales the displayed size of the plot.&lt;br /&gt;
&lt;br /&gt;
Syntax:&lt;br /&gt;
&lt;br /&gt;
      set size {{no}square | ratio &amp;lt;r&amp;gt; | noratio} {&amp;lt;xscale&amp;gt;,&amp;lt;yscale&amp;gt;}&lt;br /&gt;
      show size&lt;br /&gt;
&lt;br /&gt;
The &amp;lt;xscale&amp;gt; and &amp;lt;yscale&amp;gt; values are the scaling factors for the size of the plot, which includes the graph and the margins. &lt;br /&gt;
*Splot :It draws 2-d projections of 3-d surfaces and data. Plot and splot contain many common features.&lt;br /&gt;
*style :Default styles are chosen with the set function style and set data style commands. See plot with for information about how to override the default plotting style for individual functions and data sets. &lt;br /&gt;
*Title : A title can be put on the key (title &amp;quot;&amp;lt;text&amp;gt;&amp;quot;)---see also syntax for the distinction between text in single- or double-quotes. The key title uses the same justification as do the plot titles.&lt;br /&gt;
*xlabel : The set xlabel command sets the x axis label. Similar commands set labels on the other axes.&lt;br /&gt;
&lt;br /&gt;
Syntax:&lt;br /&gt;
&lt;br /&gt;
      set xlabel {&amp;quot;&amp;lt;label&amp;gt;&amp;quot;} {&amp;lt;xoff&amp;gt;}{,&amp;lt;yoff&amp;gt;} {&amp;quot;&amp;lt;font&amp;gt;{,&amp;lt;size&amp;gt;}&amp;quot;}&lt;br /&gt;
      show xlabel&lt;br /&gt;
&lt;br /&gt;
The same syntax applies to x2label, ylabel, y2label and zlabel. &lt;br /&gt;
*xrange :The set xrange command sets the horizontal range that will be displayed. A similar command exists for each of the other axes, as well as for the polar radius r and the parametric variables t, u, and v.&lt;br /&gt;
&lt;br /&gt;
Syntax:&lt;br /&gt;
&lt;br /&gt;
      set xrange [{{&amp;lt;min&amp;gt;}:{&amp;lt;max&amp;gt;}}] {{no}reverse} {{no}writeback}&lt;br /&gt;
      show xrange&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;min&amp;gt; and &amp;lt;max&amp;gt; terms are constants, expressions or an asterisk to set autoscaling. If the data are time/date, you must give the range as a quoted string according to the set timefmt format. Any value omitted will not be changed.&lt;br /&gt;
The same syntax applies to yrange, zrange, x2range, y2range, rrange, trange, urange and vrange.&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/File:GTorg.tex</id>
		<title>File:GTorg.tex</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/File:GTorg.tex"/>
				<updated>2012-12-28T10:02:56Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/File:New-flowchart-for-eda.png</id>
		<title>File:New-flowchart-for-eda.png</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/File:New-flowchart-for-eda.png"/>
				<updated>2012-12-24T15:02:07Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/GEDA</id>
		<title>GEDA</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/GEDA"/>
				<updated>2012-12-24T14:57:49Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: Reverted edits by Gyan (Talk) to last revision by Minal&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Introduction to gEDA =&lt;br /&gt;
EDA is an abbreviation for '''E'''lectronic '''D'''esign '''A'''utomation which means electronic circuit design on a digital computer. gEDA is an acronym for '''G'''eneral Public Licensed '''E'''lectronic '''D'''esign '''A'''utomation. It is a collection of free software which can be used for electrical and electronic circuit design, schematic capture, simulation, prototyping, and production. gEDA is available at [http://www.gpleda.org/index.html http://www.gpleda.org/index.html]. GPL means '''G'''eneral '''P'''ublic '''L'''icense. This is the software license under which majority of the free software are released. This license gives the user freedom to use, modify, and share the software. For more information on the meaning of Free Software and GPL please see http://www.fsf.org/. More information on gEDA is also available here: http://en.wikipedia.org/wiki/GEDA.&lt;br /&gt;
&lt;br /&gt;
The Spoken Tutorial Effort for gEDA is being contributed by '''R S Ananda Murthy''', Associate Professor and Head of Department of Electrical &amp;amp; Electronics Engineering, S. J. College of Engineering, Mysore 570 006.&lt;br /&gt;
&lt;br /&gt;
=== Platforms ===&lt;br /&gt;
gEDA collection of tools are all developed on GNU Linux platform. However they can also be compiled and run on other platforms like Microsoft Windows, Mac OS X, and Unix. However, all the tutorials listed below have been targeted only for GNU Linux platform. All major GNU Linux distributions have gEDA tools as precompiled packages which can be installed using the software manager of that distribution. Tutorial on installing software packages in Ubuntu GNU Linux is given here: http://spoken-tutorial.org/wiki/index.php/Ubuntu. Tutorial showing how to install software packages on a Zenwalk GNU Linux system is given here: http://spoken-tutorial.org/wiki/index.php/Zenwalk.&lt;br /&gt;
&lt;br /&gt;
=== Pre-requisites for using gEDA ===&lt;br /&gt;
* Circuit Theory.&lt;br /&gt;
* Basics of Analog and Digital Electronics.&lt;br /&gt;
* Skills in operating GNU Linux systems (since gEDA is mostly run on such systems).&lt;br /&gt;
* Basics of circuit simulation.&lt;br /&gt;
* Knowledge of PCB making process.&lt;br /&gt;
&lt;br /&gt;
=== Who can use gEDA? ===&lt;br /&gt;
gEDA is useful for anybody who wants to design an electronic circuit and prepare its PCB using a very inexpensive software. This is especially beneficial to students, teachers, engineering colleges, R&amp;amp;D organizations, electronic hobbyists. It is possible to make professional quality simulations and PCB using gEDA tools. For more information on the capabilities of gEDA see here:http://www.geda.seul.org/wiki/geda:links#projects_created_using_geda&lt;br /&gt;
&lt;br /&gt;
=== Components of gEDA ===&lt;br /&gt;
gEDA consists of the following software components:&lt;br /&gt;
&lt;br /&gt;
* '''gEDA Suite''' -- Schematic capture, netlister, symbols, symbol checker, and utilities.&lt;br /&gt;
* '''Ngspice''' – An improved free mixed-level/mixed-signal circuit simulator based on SPICE.&lt;br /&gt;
* '''Gnucap''' – Another free mixed-mode/mixed-level circuit simulator not based on SPICE.&lt;br /&gt;
* '''GSpiceUI''' – A graphical front end for Ngspice and Gnucap.&lt;br /&gt;
* '''gwave''' – Analog waveform viewer.&lt;br /&gt;
* '''xgsch2pcb''' – Graphical front-end for the schematic to PCB work flow.&lt;br /&gt;
* '''pcb''' – Printed Circuit Board layout tool.&lt;br /&gt;
* '''Gerbv''' – Gerber file viewer.&lt;br /&gt;
* '''Icarius''' – Verilog simulation and synthesis tool.&lt;br /&gt;
* '''GtkWave''' – A waveform viewer to view output of Verilog or VHDL simulation.&lt;br /&gt;
* '''gattrib''' – A spread-sheet like component attribute editor.&lt;br /&gt;
* '''gsymcheck''' – Checks for errors in schematic symbols.&lt;br /&gt;
* '''refdes_renum''' – Automatically renumbers parts in a schematic.&lt;br /&gt;
* '''tragesym''' – Creates schematic symbols from text files.&lt;br /&gt;
&lt;br /&gt;
The following software, though not part of gEDA project, are useful in EDA: &lt;br /&gt;
&lt;br /&gt;
* '''EasySpice''' – Graphical front-end for Ngspice available at http://easy-spice.sourceforge.net/.&lt;br /&gt;
* '''KJWaves''' – Graphical front-end for Ngspice available at http://www.comefly.us/. This is a Java application which can run on multiple platforms.&lt;br /&gt;
* '''gaw''' – Analog waveform viewer (alternative to Gwave).&lt;br /&gt;
----&lt;br /&gt;
=== Work Flow in EDA ===&lt;br /&gt;
Workflow in EDA will be as shown in the flow chart below. Colors indicate software tools to be used at different stages in the flow.&lt;br /&gt;
&lt;br /&gt;
[[File:New-flowchart-for-eda.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;background-color: lemonchiffon; border: solid thin grey;&amp;quot;&amp;gt;&lt;br /&gt;
[[gEDA Slide Template]]  &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;&lt;br /&gt;
[[gEDA/Glossary|Glossary]]&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
----&lt;br /&gt;
= Tutorials on gEDA =&lt;br /&gt;
The following tutorials about how to use various software components of gEDA are available here:&lt;br /&gt;
&lt;br /&gt;
=== Beginner's Level Tutorials ===&lt;br /&gt;
# Using gSchem to draw a schematic for simulation using Ngspice. &amp;amp;nbsp; &amp;amp;nbsp; &lt;br /&gt;
# Using gSchem to prepare a schematic for simulation using Gnucap. &lt;br /&gt;
# Using Ngspice for circuit simulation. &lt;br /&gt;
# Using Gnucap for circuit simulation. &lt;br /&gt;
# Using Gaw to view simulation output waveforms. &lt;br /&gt;
&lt;br /&gt;
=== Intermediate Level Tutorials ===&lt;br /&gt;
# Simulation of systems having subcircuits using Ngspice.  &lt;br /&gt;
# Digital circuit simulation using Ngspice. &lt;br /&gt;
# Mixed-level circuit simulation using Ngspice. &lt;br /&gt;
# Simulation of systems having subcircuits using Gnucap.  &lt;br /&gt;
# Digital circuit simulation using Gnucap. &lt;br /&gt;
# Mixed-level circuit simulation using Gnucap. &lt;br /&gt;
&lt;br /&gt;
=== Advanced Level Tutorials ===&lt;br /&gt;
# How to create symbols using gSchem. &amp;amp;nbsp; &amp;amp;nbsp;   &lt;br /&gt;
# How to create footprints of components. &amp;amp;nbsp; &amp;amp;nbsp;  &lt;br /&gt;
# Making PCB layout using PCB. &lt;br /&gt;
# Using gerbv for PCB manufacturing. s&lt;br /&gt;
# Creating different types of netlists for manufacturing.  &lt;br /&gt;
# Using Icarius Verilog for digital system design.&lt;br /&gt;
# Using gtkwave.  &lt;br /&gt;
# Demonstration of gattrib.&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Main_Page"/>
				<updated>2012-12-24T10:01:23Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== [http://spoken-tutorial.org/script/index.php/Lexicon Lexicon] ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Software with substantial progress ==&lt;br /&gt;
[[Blender | Blender]]&lt;br /&gt;
&lt;br /&gt;
[[C&amp;amp;C++ | C&amp;amp;C++]]&lt;br /&gt;
&lt;br /&gt;
[[Geogebra | Geogebra]]&lt;br /&gt;
&lt;br /&gt;
[[Java | Java]]&lt;br /&gt;
&lt;br /&gt;
[[KTurtle | KTurtle]]&lt;br /&gt;
&lt;br /&gt;
[[K3b | K3b]]&lt;br /&gt;
&lt;br /&gt;
[[LaTeX | LaTeX]]       [[Xfig | Xfig]]&lt;br /&gt;
&lt;br /&gt;
[[LibreOffice_Suite | LibreOffice Suite]]&lt;br /&gt;
&lt;br /&gt;
[[Linux | Linux]]     [[Ubuntu | Ubuntu Linux]]&lt;br /&gt;
&lt;br /&gt;
[[Meet_the_GIMP | Meet the GIMP]]&lt;br /&gt;
&lt;br /&gt;
[[Mozilla_FireFox | Mozilla FireFox]]&lt;br /&gt;
&lt;br /&gt;
[[Netbeans | Netbeans]]&lt;br /&gt;
&lt;br /&gt;
[[OpenFOAM | OpenFOAM]]&lt;br /&gt;
&lt;br /&gt;
Orca [[Orca-Version1 | Version1]]&lt;br /&gt;
&lt;br /&gt;
Orca [[Orca-Version2 | Version2]]&lt;br /&gt;
&lt;br /&gt;
[[PHP_and_MySQL | PHP &amp;amp; MySQL]]&lt;br /&gt;
&lt;br /&gt;
Python  [[Python_Version2 | Version2]]&lt;br /&gt;
&lt;br /&gt;
[[QCad | QCad]]&lt;br /&gt;
&lt;br /&gt;
[[Scilab | Scilab]]&lt;br /&gt;
&lt;br /&gt;
[[Thunderbird | Thunderbird]]&lt;br /&gt;
&lt;br /&gt;
'''Typing software series'''&lt;br /&gt;
&lt;br /&gt;
[[KTouch | KTouch]]&lt;br /&gt;
&lt;br /&gt;
[[TuxTyping | TuxTyping]]&lt;br /&gt;
&lt;br /&gt;
== Software in Progress ==&lt;br /&gt;
&lt;br /&gt;
[[Cell_Designer | Cell Designer]]&lt;br /&gt;
&lt;br /&gt;
[[CSS | CSS(Cascading Style Sheets)]]&lt;br /&gt;
&lt;br /&gt;
[[CSharp | CSharp]]&lt;br /&gt;
&lt;br /&gt;
[[DAQ | DAQ]]&lt;br /&gt;
&lt;br /&gt;
[[Drupal | Drupal]]&lt;br /&gt;
&lt;br /&gt;
[[GCC | GCC]]&lt;br /&gt;
&lt;br /&gt;
[[gEDA | gEDA]]&lt;br /&gt;
&lt;br /&gt;
[[GNS3 | GNS3]]&lt;br /&gt;
&lt;br /&gt;
[[GNURadio | GNURadio]]&lt;br /&gt;
&lt;br /&gt;
[[HTML | HTML]]&lt;br /&gt;
&lt;br /&gt;
[[Inkscape | Inkscape]]&lt;br /&gt;
&lt;br /&gt;
[[Jmeter | Jmeter]]&lt;br /&gt;
&lt;br /&gt;
[[kicad | kicad]]&lt;br /&gt;
&lt;br /&gt;
[[Ktechlab | Ktechlab]]&lt;br /&gt;
&lt;br /&gt;
[[ Linux Text Editors]] (gedit, vi, VIM, Emacs, nano)&lt;br /&gt;
&lt;br /&gt;
[[Modeller | MODELLER]]&lt;br /&gt;
&lt;br /&gt;
[[Ruby | Ruby]]&lt;br /&gt;
&lt;br /&gt;
[[Ruby_on_Rails| Ruby on Rails]]&lt;br /&gt;
&lt;br /&gt;
[[R | R]]&lt;br /&gt;
&lt;br /&gt;
[[Selenium | Selenium]]&lt;br /&gt;
&lt;br /&gt;
[[Step | Step]]&lt;br /&gt;
&lt;br /&gt;
[[Testlink | Testlink]]&lt;br /&gt;
&lt;br /&gt;
[[VLC_Player | VLC Player]]&lt;br /&gt;
&lt;br /&gt;
== Software in Pipeline==&lt;br /&gt;
[[Arduino | Arduino]]&lt;br /&gt;
&lt;br /&gt;
[[AVR_Studio | AVR Studio]]&lt;br /&gt;
&lt;br /&gt;
[[ASCEND | ASCEND]]&lt;br /&gt;
&lt;br /&gt;
[[C_with_GCC | C programming with GCC]]&lt;br /&gt;
&lt;br /&gt;
[[ DSpace ]]&lt;br /&gt;
&lt;br /&gt;
[[GNUKhata | GNUKhata]]&lt;br /&gt;
&lt;br /&gt;
[[Gnuplot | Gnuplot]]&lt;br /&gt;
&lt;br /&gt;
[[Javascript | Javascript]]&lt;br /&gt;
&lt;br /&gt;
[[Joomla | Joomla]]&lt;br /&gt;
&lt;br /&gt;
[[Low_Cost_Access_Device | Low Cost Access Device]]&lt;br /&gt;
&lt;br /&gt;
[[Meep | Meep]]&lt;br /&gt;
&lt;br /&gt;
[[MediaWiki | MediaWiki]]&lt;br /&gt;
&lt;br /&gt;
[[Moodle | Moodle]]&lt;br /&gt;
&lt;br /&gt;
[[NGSpice | NGSpice]]&lt;br /&gt;
&lt;br /&gt;
[[Nmap | Nmap]]&lt;br /&gt;
&lt;br /&gt;
[[Ns-3 | ns-3]]&lt;br /&gt;
&lt;br /&gt;
[[OpenMRS | OpenMRS]]&lt;br /&gt;
&lt;br /&gt;
[[PSTricks | PSTricks]]&lt;br /&gt;
&lt;br /&gt;
[[Pylons_Spoken_Tutorial | Pylons web application framework]]&lt;br /&gt;
&lt;br /&gt;
[[Radiance | RADIANCE]]&lt;br /&gt;
&lt;br /&gt;
[[Signal-Processing | Signal Processing]]&lt;br /&gt;
&lt;br /&gt;
[[Single_Board_Heater_System | Single Board Heater System]]&lt;br /&gt;
&lt;br /&gt;
[[SUMO | SUMO]]&lt;br /&gt;
&lt;br /&gt;
[[Zenwalk | Zenwalk GNU Linux]]&lt;br /&gt;
&lt;br /&gt;
== Archived Software==&lt;br /&gt;
&lt;br /&gt;
[[GIMP | GIMP (OLD)]]&lt;br /&gt;
&lt;br /&gt;
[[Inkscape_OLD | Inkscape (OLD)]]&lt;br /&gt;
&lt;br /&gt;
[[Java_OLD | Java (OLD)]]&lt;br /&gt;
&lt;br /&gt;
[[Open_office | Open Office]]&lt;br /&gt;
&lt;br /&gt;
[[PHP_%26_MySQL_OLD | PHP &amp;amp; MySQL (OLD)]]&lt;br /&gt;
&lt;br /&gt;
[[Python_for_Scientific_Computing_Version1 | Python Version1]]&lt;br /&gt;
&lt;br /&gt;
[[VLC_Player_OLD | VLC Player (OLD)]]&lt;br /&gt;
&lt;br /&gt;
== Useful Links for Electronics==&lt;br /&gt;
[http://scilab.in/EDA_Tools Useful Links:Electronics Design Automation Tools]&lt;br /&gt;
&lt;br /&gt;
== Wiki Editing ==&lt;br /&gt;
Those who are not familiar &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.diamondlinks.net/ &amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;&amp;quot;&amp;gt;link building&amp;lt;/span&amp;gt;]  with mediawiki syntax can use [http://www.openoffice.org OpenOffice] with [http://extensions.services.openoffice.org/project/wikipublisher WikiPublisher plugin]&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Main_Page"/>
				<updated>2012-12-24T10:00:40Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== [http://spoken-tutorial.org/script/index.php/Lexicon Lexicon] ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Software with substantial progress ==&lt;br /&gt;
[[Blender | Blender]]&lt;br /&gt;
&lt;br /&gt;
[[C&amp;amp;C++ | C&amp;amp;C++]]&lt;br /&gt;
&lt;br /&gt;
[[Geogebra | Geogebra]]&lt;br /&gt;
&lt;br /&gt;
[[Java | Java]]&lt;br /&gt;
&lt;br /&gt;
[[KTurtle | KTurtle]]&lt;br /&gt;
&lt;br /&gt;
[[K3b | K3b]]&lt;br /&gt;
&lt;br /&gt;
[[LaTeX | LaTeX]]     [[Xfig | Xfig]]&lt;br /&gt;
&lt;br /&gt;
[[LibreOffice_Suite | LibreOffice Suite]]&lt;br /&gt;
&lt;br /&gt;
[[Linux | Linux]]     [[Ubuntu | Ubuntu Linux]]&lt;br /&gt;
&lt;br /&gt;
[[Meet_the_GIMP | Meet the GIMP]]&lt;br /&gt;
&lt;br /&gt;
[[Mozilla_FireFox | Mozilla FireFox]]&lt;br /&gt;
&lt;br /&gt;
[[Netbeans | Netbeans]]&lt;br /&gt;
&lt;br /&gt;
[[OpenFOAM | OpenFOAM]]&lt;br /&gt;
&lt;br /&gt;
Orca [[Orca-Version1 | Version1]]&lt;br /&gt;
&lt;br /&gt;
Orca [[Orca-Version2 | Version2]]&lt;br /&gt;
&lt;br /&gt;
[[PHP_and_MySQL | PHP &amp;amp; MySQL]]&lt;br /&gt;
&lt;br /&gt;
Python  [[Python_Version2 | Version2]]&lt;br /&gt;
&lt;br /&gt;
[[QCad | QCad]]&lt;br /&gt;
&lt;br /&gt;
[[Scilab | Scilab]]&lt;br /&gt;
&lt;br /&gt;
[[Thunderbird | Thunderbird]]&lt;br /&gt;
&lt;br /&gt;
'''Typing software series'''&lt;br /&gt;
&lt;br /&gt;
[[KTouch | KTouch]]&lt;br /&gt;
&lt;br /&gt;
[[TuxTyping | TuxTyping]]&lt;br /&gt;
&lt;br /&gt;
== Software in Progress ==&lt;br /&gt;
&lt;br /&gt;
[[Cell_Designer | Cell Designer]]&lt;br /&gt;
&lt;br /&gt;
[[CSS | CSS(Cascading Style Sheets)]]&lt;br /&gt;
&lt;br /&gt;
[[CSharp | CSharp]]&lt;br /&gt;
&lt;br /&gt;
[[DAQ | DAQ]]&lt;br /&gt;
&lt;br /&gt;
[[Drupal | Drupal]]&lt;br /&gt;
&lt;br /&gt;
[[GCC | GCC]]&lt;br /&gt;
&lt;br /&gt;
[[gEDA | gEDA]]&lt;br /&gt;
&lt;br /&gt;
[[GNS3 | GNS3]]&lt;br /&gt;
&lt;br /&gt;
[[GNURadio | GNURadio]]&lt;br /&gt;
&lt;br /&gt;
[[HTML | HTML]]&lt;br /&gt;
&lt;br /&gt;
[[Inkscape | Inkscape]]&lt;br /&gt;
&lt;br /&gt;
[[Jmeter | Jmeter]]&lt;br /&gt;
&lt;br /&gt;
[[kicad | kicad]]&lt;br /&gt;
&lt;br /&gt;
[[Ktechlab | Ktechlab]]&lt;br /&gt;
&lt;br /&gt;
[[ Linux Text Editors]] (gedit, vi, VIM, Emacs, nano)&lt;br /&gt;
&lt;br /&gt;
[[Modeller | MODELLER]]&lt;br /&gt;
&lt;br /&gt;
[[Ruby | Ruby]]&lt;br /&gt;
&lt;br /&gt;
[[Ruby_on_Rails| Ruby on Rails]]&lt;br /&gt;
&lt;br /&gt;
[[R | R]]&lt;br /&gt;
&lt;br /&gt;
[[Selenium | Selenium]]&lt;br /&gt;
&lt;br /&gt;
[[Step | Step]]&lt;br /&gt;
&lt;br /&gt;
[[Testlink | Testlink]]&lt;br /&gt;
&lt;br /&gt;
[[VLC_Player | VLC Player]]&lt;br /&gt;
&lt;br /&gt;
== Software in Pipeline==&lt;br /&gt;
[[Arduino | Arduino]]&lt;br /&gt;
&lt;br /&gt;
[[AVR_Studio | AVR Studio]]&lt;br /&gt;
&lt;br /&gt;
[[ASCEND | ASCEND]]&lt;br /&gt;
&lt;br /&gt;
[[C_with_GCC | C programming with GCC]]&lt;br /&gt;
&lt;br /&gt;
[[ DSpace ]]&lt;br /&gt;
&lt;br /&gt;
[[GNUKhata | GNUKhata]]&lt;br /&gt;
&lt;br /&gt;
[[Gnuplot | Gnuplot]]&lt;br /&gt;
&lt;br /&gt;
[[Javascript | Javascript]]&lt;br /&gt;
&lt;br /&gt;
[[Joomla | Joomla]]&lt;br /&gt;
&lt;br /&gt;
[[Low_Cost_Access_Device | Low Cost Access Device]]&lt;br /&gt;
&lt;br /&gt;
[[Meep | Meep]]&lt;br /&gt;
&lt;br /&gt;
[[MediaWiki | MediaWiki]]&lt;br /&gt;
&lt;br /&gt;
[[Moodle | Moodle]]&lt;br /&gt;
&lt;br /&gt;
[[NGSpice | NGSpice]]&lt;br /&gt;
&lt;br /&gt;
[[Nmap | Nmap]]&lt;br /&gt;
&lt;br /&gt;
[[Ns-3 | ns-3]]&lt;br /&gt;
&lt;br /&gt;
[[OpenMRS | OpenMRS]]&lt;br /&gt;
&lt;br /&gt;
[[PSTricks | PSTricks]]&lt;br /&gt;
&lt;br /&gt;
[[Pylons_Spoken_Tutorial | Pylons web application framework]]&lt;br /&gt;
&lt;br /&gt;
[[Radiance | RADIANCE]]&lt;br /&gt;
&lt;br /&gt;
[[Signal-Processing | Signal Processing]]&lt;br /&gt;
&lt;br /&gt;
[[Single_Board_Heater_System | Single Board Heater System]]&lt;br /&gt;
&lt;br /&gt;
[[SUMO | SUMO]]&lt;br /&gt;
&lt;br /&gt;
[[Zenwalk | Zenwalk GNU Linux]]&lt;br /&gt;
&lt;br /&gt;
== Archived Software==&lt;br /&gt;
&lt;br /&gt;
[[GIMP | GIMP (OLD)]]&lt;br /&gt;
&lt;br /&gt;
[[Inkscape_OLD | Inkscape (OLD)]]&lt;br /&gt;
&lt;br /&gt;
[[Java_OLD | Java (OLD)]]&lt;br /&gt;
&lt;br /&gt;
[[Open_office | Open Office]]&lt;br /&gt;
&lt;br /&gt;
[[PHP_%26_MySQL_OLD | PHP &amp;amp; MySQL (OLD)]]&lt;br /&gt;
&lt;br /&gt;
[[Python_for_Scientific_Computing_Version1 | Python Version1]]&lt;br /&gt;
&lt;br /&gt;
[[VLC_Player_OLD | VLC Player (OLD)]]&lt;br /&gt;
&lt;br /&gt;
== Useful Links for Electronics==&lt;br /&gt;
[http://scilab.in/EDA_Tools Useful Links:Electronics Design Automation Tools]&lt;br /&gt;
&lt;br /&gt;
== Wiki Editing ==&lt;br /&gt;
Those who are not familiar &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.diamondlinks.net/ &amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;&amp;quot;&amp;gt;link building&amp;lt;/span&amp;gt;]  with mediawiki syntax can use [http://www.openoffice.org OpenOffice] with [http://extensions.services.openoffice.org/project/wikipublisher WikiPublisher plugin]&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Main_Page"/>
				<updated>2012-12-24T05:06:42Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== [http://spoken-tutorial.org/script/index.php/Lexicon Lexicon] ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Software with substantial progress ==&lt;br /&gt;
[[Blender | Blender]]&lt;br /&gt;
&lt;br /&gt;
[[C&amp;amp;C++ | C&amp;amp;C++]]&lt;br /&gt;
&lt;br /&gt;
[[Geogebra | Geogebra]]&lt;br /&gt;
&lt;br /&gt;
[[Java | Java]]&lt;br /&gt;
&lt;br /&gt;
[[KTurtle | KTurtle]]&lt;br /&gt;
&lt;br /&gt;
[[K3b | K3b]]&lt;br /&gt;
&lt;br /&gt;
[[Xfig | Xfig]]&lt;br /&gt;
&lt;br /&gt;
[[LibreOffice_Suite | LibreOffice Suite]]&lt;br /&gt;
&lt;br /&gt;
[[Linux | Linux]]     [[Ubuntu | Ubuntu Linux]]&lt;br /&gt;
&lt;br /&gt;
[[Meet_the_GIMP | Meet the GIMP]]&lt;br /&gt;
&lt;br /&gt;
[[Mozilla_FireFox | Mozilla FireFox]]&lt;br /&gt;
&lt;br /&gt;
[[Netbeans | Netbeans]]&lt;br /&gt;
&lt;br /&gt;
[[OpenFOAM | OpenFOAM]]&lt;br /&gt;
&lt;br /&gt;
Orca [[Orca-Version1 | Version1]]&lt;br /&gt;
&lt;br /&gt;
Orca [[Orca-Version2 | Version2]]&lt;br /&gt;
&lt;br /&gt;
[[PHP_and_MySQL | PHP &amp;amp; MySQL]]&lt;br /&gt;
&lt;br /&gt;
Python  [[Python_Version2 | Version2]]&lt;br /&gt;
&lt;br /&gt;
[[QCad | QCad]]&lt;br /&gt;
&lt;br /&gt;
[[Scilab | Scilab]]&lt;br /&gt;
&lt;br /&gt;
[[Thunderbird | Thunderbird]]&lt;br /&gt;
&lt;br /&gt;
'''Typing software series'''&lt;br /&gt;
&lt;br /&gt;
[[KTouch | KTouch]]&lt;br /&gt;
&lt;br /&gt;
[[TuxTyping | TuxTyping]]&lt;br /&gt;
&lt;br /&gt;
== Software in Progress ==&lt;br /&gt;
&lt;br /&gt;
[[Cell_Designer | Cell Designer]]&lt;br /&gt;
&lt;br /&gt;
[[CSS | CSS(Cascading Style Sheets)]]&lt;br /&gt;
&lt;br /&gt;
[[CSharp | CSharp]]&lt;br /&gt;
&lt;br /&gt;
[[DAQ | DAQ]]&lt;br /&gt;
&lt;br /&gt;
[[Drupal | Drupal]]&lt;br /&gt;
&lt;br /&gt;
[[GCC | GCC]]&lt;br /&gt;
&lt;br /&gt;
[[gEDA | gEDA]]&lt;br /&gt;
&lt;br /&gt;
[[GNS3 | GNS3]]&lt;br /&gt;
&lt;br /&gt;
[[GNURadio | GNURadio]]&lt;br /&gt;
&lt;br /&gt;
[[HTML | HTML]]&lt;br /&gt;
&lt;br /&gt;
[[Inkscape | Inkscape]]&lt;br /&gt;
&lt;br /&gt;
[[Jmeter | Jmeter]]&lt;br /&gt;
&lt;br /&gt;
[[kicad | kicad]]&lt;br /&gt;
&lt;br /&gt;
[[Ktechlab | Ktechlab]]&lt;br /&gt;
&lt;br /&gt;
[[ Linux Text Editors]] (gedit, vi, VIM, Emacs, nano)&lt;br /&gt;
&lt;br /&gt;
[[Modeller | MODELLER]]&lt;br /&gt;
&lt;br /&gt;
[[Ruby | Ruby]]&lt;br /&gt;
&lt;br /&gt;
[[Ruby_on_Rails| Ruby on Rails]]&lt;br /&gt;
&lt;br /&gt;
[[R | R]]&lt;br /&gt;
&lt;br /&gt;
[[Selenium | Selenium]]&lt;br /&gt;
&lt;br /&gt;
[[Step | Step]]&lt;br /&gt;
&lt;br /&gt;
[[Testlink | Testlink]]&lt;br /&gt;
&lt;br /&gt;
[[VLC_Player | VLC Player]]&lt;br /&gt;
&lt;br /&gt;
== Software in Pipeline==&lt;br /&gt;
[[Arduino | Arduino]]&lt;br /&gt;
&lt;br /&gt;
[[AVR_Studio | AVR Studio]]&lt;br /&gt;
&lt;br /&gt;
[[ASCEND | ASCEND]]&lt;br /&gt;
&lt;br /&gt;
[[C_with_GCC | C programming with GCC]]&lt;br /&gt;
&lt;br /&gt;
[[ DSpace ]]&lt;br /&gt;
&lt;br /&gt;
[[GNUKhata | GNUKhata]]&lt;br /&gt;
&lt;br /&gt;
[[Gnuplot | Gnuplot]]&lt;br /&gt;
&lt;br /&gt;
[[Javascript | Javascript]]&lt;br /&gt;
&lt;br /&gt;
[[Joomla | Joomla]]&lt;br /&gt;
&lt;br /&gt;
[[Low_Cost_Access_Device | Low Cost Access Device]]&lt;br /&gt;
&lt;br /&gt;
[[Meep | Meep]]&lt;br /&gt;
&lt;br /&gt;
[[MediaWiki | MediaWiki]]&lt;br /&gt;
&lt;br /&gt;
[[Moodle | Moodle]]&lt;br /&gt;
&lt;br /&gt;
[[NGSpice | NGSpice]]&lt;br /&gt;
&lt;br /&gt;
[[Nmap | Nmap]]&lt;br /&gt;
&lt;br /&gt;
[[Ns-3 | ns-3]]&lt;br /&gt;
&lt;br /&gt;
[[OpenMRS | OpenMRS]]&lt;br /&gt;
&lt;br /&gt;
[[PSTricks | PSTricks]]&lt;br /&gt;
&lt;br /&gt;
[[Pylons_Spoken_Tutorial | Pylons web application framework]]&lt;br /&gt;
&lt;br /&gt;
[[Radiance | RADIANCE]]&lt;br /&gt;
&lt;br /&gt;
[[Signal-Processing | Signal Processing]]&lt;br /&gt;
&lt;br /&gt;
[[Single_Board_Heater_System | Single Board Heater System]]&lt;br /&gt;
&lt;br /&gt;
[[SUMO | SUMO]]&lt;br /&gt;
&lt;br /&gt;
[[Zenwalk | Zenwalk GNU Linux]]&lt;br /&gt;
&lt;br /&gt;
== Archived Software==&lt;br /&gt;
&lt;br /&gt;
[[GIMP | GIMP (OLD)]]&lt;br /&gt;
&lt;br /&gt;
[[Inkscape_OLD | Inkscape (OLD)]]&lt;br /&gt;
&lt;br /&gt;
[[Java_OLD | Java (OLD)]]&lt;br /&gt;
&lt;br /&gt;
[[Open_office | Open Office]]&lt;br /&gt;
&lt;br /&gt;
[[PHP_%26_MySQL_OLD | PHP &amp;amp; MySQL (OLD)]]&lt;br /&gt;
&lt;br /&gt;
[[Python_for_Scientific_Computing_Version1 | Python Version1]]&lt;br /&gt;
&lt;br /&gt;
[[VLC_Player_OLD | VLC Player (OLD)]]&lt;br /&gt;
&lt;br /&gt;
== Useful Links for Electronics==&lt;br /&gt;
[http://scilab.in/EDA_Tools Useful Links:Electronics Design Automation Tools]&lt;br /&gt;
&lt;br /&gt;
== Wiki Editing ==&lt;br /&gt;
Those who are not familiar &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.diamondlinks.net/ &amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;&amp;quot;&amp;gt;link building&amp;lt;/span&amp;gt;]  with mediawiki syntax can use [http://www.openoffice.org OpenOffice] with [http://extensions.services.openoffice.org/project/wikipublisher WikiPublisher plugin]&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/File:Linux_template.zip</id>
		<title>File:Linux template.zip</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/File:Linux_template.zip"/>
				<updated>2012-12-19T10:59:43Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/File:ST_3T_Logo.pdf</id>
		<title>File:ST 3T Logo.pdf</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/File:ST_3T_Logo.pdf"/>
				<updated>2012-12-13T06:10:58Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/PHP-and-MySQL/C3/MySQL-Part-4/English</id>
		<title>PHP-and-MySQL/C3/MySQL-Part-4/English</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/PHP-and-MySQL/C3/MySQL-Part-4/English"/>
				<updated>2012-12-06T11:52:53Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: Created page with '{| border=1 !Time !Narration |- |0:0 |Welcome to the Spoken Tutorial on the fourth part of My SQL and php tutorials. |- |0:10 |In the last tutorial, I used &amp;quot;mysql_query&amp;quot; function…'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| border=1&lt;br /&gt;
!Time&lt;br /&gt;
!Narration&lt;br /&gt;
|-&lt;br /&gt;
|0:0&lt;br /&gt;
|Welcome to the Spoken Tutorial on the fourth part of My SQL and php tutorials.&lt;br /&gt;
|-&lt;br /&gt;
|0:10&lt;br /&gt;
|In the last tutorial, I used &amp;quot;mysql_query&amp;quot; function to insert some values into our table. &lt;br /&gt;
|-&lt;br /&gt;
|0:20&lt;br /&gt;
|I made a mistake here by putting the date as current date, which isn't my date of birth. &lt;br /&gt;
|-&lt;br /&gt;
|0:26&lt;br /&gt;
|I was able to update here. I was also able to specify where I wanted to update. &lt;br /&gt;
|-&lt;br /&gt;
|0:31&lt;br /&gt;
|Using a unique ID key, I was able to specify exactly where I wanted to update.&lt;br /&gt;
|-&lt;br /&gt;
|0:35&lt;br /&gt;
|So we've already seen the &amp;quot;update&amp;quot; in mysql code.&lt;br /&gt;
|-&lt;br /&gt;
|0:40&lt;br /&gt;
|This is very useful.&lt;br /&gt;
|-&lt;br /&gt;
|0:41&lt;br /&gt;
|This query and code is the one that is mostly used while working with tables or if you're working with mysql in general.&lt;br /&gt;
|-&lt;br /&gt;
|0:52&lt;br /&gt;
|The next thing I'll show you is how to get data from your table and how to display it really well.&lt;br /&gt;
|-&lt;br /&gt;
|1:04&lt;br /&gt;
|So I will call this &amp;quot;update data&amp;quot; so that we know what that is. &lt;br /&gt;
|-&lt;br /&gt;
|1:14&lt;br /&gt;
|Here, we will say &amp;quot;extract data&amp;quot;. &lt;br /&gt;
|-&lt;br /&gt;
|1:17&lt;br /&gt;
|That's a good word to use.&lt;br /&gt;
|-&lt;br /&gt;
|1:18&lt;br /&gt;
|Now, again we will say &amp;quot;extract&amp;quot; and we will create a variable. &lt;br /&gt;
|-&lt;br /&gt;
|1:24&lt;br /&gt;
|This again is &amp;quot;mysql query&amp;quot; and here is some code.&lt;br /&gt;
|-&lt;br /&gt;
|1:28&lt;br /&gt;
|This is slightly more complicated than using these single line queries.&lt;br /&gt;
|-&lt;br /&gt;
|1:37&lt;br /&gt;
|We use single line queries here, but we could have some code after this in order to display properly.&lt;br /&gt;
|-&lt;br /&gt;
|1:44&lt;br /&gt;
|First I will create another record in the table. &lt;br /&gt;
|-&lt;br /&gt;
|1:50&lt;br /&gt;
|So we don't need this &amp;quot;current date&amp;quot; function anymore. &lt;br /&gt;
|-&lt;br /&gt;
|1:52&lt;br /&gt;
|I need this &amp;quot;write&amp;quot; to be shown. Lets create some new value.&lt;br /&gt;
|-&lt;br /&gt;
|1:59&lt;br /&gt;
|I'll say &amp;quot;Kyle Headen&amp;quot; and I'll set a date of birth here. This one is month. So that is the 7th and lets say here, 24th.&lt;br /&gt;
|-&lt;br /&gt;
|2:16&lt;br /&gt;
|So now we got the date of birth.  &lt;br /&gt;
|-&lt;br /&gt;
|2:18&lt;br /&gt;
|Now we've got male and then we've got &amp;quot;Kyle Headen&amp;quot; and we are again inserting this into our database.&lt;br /&gt;
|-&lt;br /&gt;
|2:26&lt;br /&gt;
|Lets refresh.&lt;br /&gt;
|-&lt;br /&gt;
|2:28&lt;br /&gt;
|Here I'll create another new value.&lt;br /&gt;
|-&lt;br /&gt;
|2:32&lt;br /&gt;
|I'll say &amp;quot;Emily Headen&amp;quot; and I'll just leave the date of birth as it is for now. &lt;br /&gt;
|-&lt;br /&gt;
|2:44&lt;br /&gt;
|This will be &amp;quot;Female&amp;quot; because I'll extract these records at one point.&lt;br /&gt;
|-&lt;br /&gt;
|2:48&lt;br /&gt;
|Refresh this again.&lt;br /&gt;
|-&lt;br /&gt;
|2:50&lt;br /&gt;
|So we've created 3 records here.&lt;br /&gt;
|-&lt;br /&gt;
|2:53&lt;br /&gt;
|I'll comment this &amp;quot;write&amp;quot;. Backup my database.&lt;br /&gt;
|-&lt;br /&gt;
|2:56&lt;br /&gt;
|I'll click on browse in this specific table and you can see that I've got 3 records.&lt;br /&gt;
|-&lt;br /&gt;
|3:02&lt;br /&gt;
|Each one of these is called a &amp;quot;record of data&amp;quot;. &lt;br /&gt;
|-&lt;br /&gt;
|3:05&lt;br /&gt;
|We can see this id has also automatically incremented.&lt;br /&gt;
|-&lt;br /&gt;
|3:07&lt;br /&gt;
|We've got the data that we specified and everything that we need.&lt;br /&gt;
|-&lt;br /&gt;
|3:12&lt;br /&gt;
|Ok, so we are extracting data here and I will uncomment this.&lt;br /&gt;
|-&lt;br /&gt;
|3:19&lt;br /&gt;
|Our mysql query is going to start with &amp;quot;select&amp;quot;. &lt;br /&gt;
|-&lt;br /&gt;
|3:23&lt;br /&gt;
|This will be either specific records or we can use asterisk (*) to get all the data we need.&lt;br /&gt;
|-&lt;br /&gt;
|3:32&lt;br /&gt;
|Now I'll use an asterisk (*).&lt;br /&gt;
|-&lt;br /&gt;
|3:35&lt;br /&gt;
|What you could do is type &amp;quot;select firstname&amp;quot;. &lt;br /&gt;
|-&lt;br /&gt;
|3:40&lt;br /&gt;
|But usually, when you have table, you will need most of the data and it'll take longer to do.&lt;br /&gt;
|-&lt;br /&gt;
|3:46&lt;br /&gt;
|Depending on the source of the table, this won't take very long. &lt;br /&gt;
|-&lt;br /&gt;
|3:52&lt;br /&gt;
|So you already have a couple of records or fields. &lt;br /&gt;
|-&lt;br /&gt;
|3:55&lt;br /&gt;
|But for now I'll say select asterisk (*), which is a star. &lt;br /&gt;
|-&lt;br /&gt;
|4:00&lt;br /&gt;
|We can say select star and then we say FROM. &lt;br /&gt;
|-&lt;br /&gt;
|4:04&lt;br /&gt;
|Again we say, the specified table which is &amp;quot;people&amp;quot;. &lt;br /&gt;
|-&lt;br /&gt;
|4:08&lt;br /&gt;
|Here, we can say WHERE and how can you ummm...... filter for the data you want.&lt;br /&gt;
|-&lt;br /&gt;
|4:18&lt;br /&gt;
|So I can say &amp;quot;SELECT star (*) FROM people WHERE firstname= &amp;quot;Alex'&amp;quot;. &lt;br /&gt;
|-&lt;br /&gt;
|4:22&lt;br /&gt;
|This query will return only one value because we can see that if we open up here, there is only one record with &amp;quot;Alex&amp;quot;. &lt;br /&gt;
|-&lt;br /&gt;
|4:33&lt;br /&gt;
|We can do this by using another really useful function called &amp;quot;mysql numrows&amp;quot; and what I can do is echo this out.&lt;br /&gt;
|-&lt;br /&gt;
|4:44&lt;br /&gt;
|I'll say &amp;quot;echo mysql_num_rows&amp;quot;. This is the reason we have given these variables here to be stored in.&lt;br /&gt;
|-&lt;br /&gt;
|4:54&lt;br /&gt;
|Here we can just type &amp;quot;extract&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|4:56&lt;br /&gt;
|Our &amp;quot;extract&amp;quot; variable holds our query and our function here tells us how many rows are there in the query that is given out.&lt;br /&gt;
|-&lt;br /&gt;
|5:09&lt;br /&gt;
|Presuming that we gave firstname as &amp;quot;Alex&amp;quot;, it'll show when we refresh. &lt;br /&gt;
|-&lt;br /&gt;
|5:14&lt;br /&gt;
|However you get 1. &lt;br /&gt;
|-&lt;br /&gt;
|5:15&lt;br /&gt;
|Lets change this. Lets put something that's common to two people in this database.&lt;br /&gt;
|-&lt;br /&gt;
|5:21&lt;br /&gt;
|That would be the &amp;quot;gender&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|5:23&lt;br /&gt;
|So that'll be &amp;quot;Male&amp;quot; or &amp;quot;Female&amp;quot; . Here we can say &amp;quot;WHERE gender = M&amp;quot; and when we refresh, we get two records.&lt;br /&gt;
|-&lt;br /&gt;
|5:35&lt;br /&gt;
|So we can tell how many records we are getting out.&lt;br /&gt;
|-&lt;br /&gt;
|5:38&lt;br /&gt;
|This is really useful for saying how many people in my database are male, for example.&lt;br /&gt;
|-&lt;br /&gt;
|5:44&lt;br /&gt;
|And we can see how many males or females are registered to our website.&lt;br /&gt;
|-&lt;br /&gt;
|5:49&lt;br /&gt;
|So you can store registered information inside here. &lt;br /&gt;
|-&lt;br /&gt;
|5:55&lt;br /&gt;
|What we can also do is order the records.&lt;br /&gt;
|-&lt;br /&gt;
|5:59&lt;br /&gt;
|So I'll say &amp;quot;ORDER BY id&amp;quot; and we can choose descending that is &amp;quot;DESC&amp;quot; or we can choose ascending, which is &amp;quot;ASC&amp;quot;. &lt;br /&gt;
|-&lt;br /&gt;
|6:08&lt;br /&gt;
|But for now I'll take this out because we haven't actually echoed out our data yet. &lt;br /&gt;
|-&lt;br /&gt;
|6:13&lt;br /&gt;
|We haven't displayed out our data to the users that has been selected.&lt;br /&gt;
|-&lt;br /&gt;
|6:16&lt;br /&gt;
|So there is no point in using that at the moment.&lt;br /&gt;
|-&lt;br /&gt;
|6:19&lt;br /&gt;
|Now, here I'll say select star (*) from &amp;quot;people&amp;quot; because I want to select all the data from this table here. &lt;br /&gt;
|-&lt;br /&gt;
|6:29&lt;br /&gt;
|So I can manipulate and show it to the user the way I want.&lt;br /&gt;
|-&lt;br /&gt;
|6:31&lt;br /&gt;
|I'll create something here called &amp;quot;numrows&amp;quot;;  &amp;quot;numrows =&amp;quot; that.&lt;br /&gt;
|-&lt;br /&gt;
|6:42&lt;br /&gt;
|I'll use a &amp;quot;while&amp;quot; loop. This will use a specific function which is &amp;quot;mysql_fetch_assoc&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
|6:58&lt;br /&gt;
|It puts this into an associative array.&lt;br /&gt;
|-&lt;br /&gt;
|7:02&lt;br /&gt;
|If you don't know what an associative array is, check out &amp;quot;Arrays&amp;quot; tutorial. &lt;br /&gt;
|-&lt;br /&gt;
|7:06&lt;br /&gt;
|Coming back,  &amp;quot;WHILE the row= mysql_fetch_aasoc&amp;quot; or associative is what I will say and this is inside the &amp;quot;extract&amp;quot; query.&lt;br /&gt;
|-&lt;br /&gt;
|7:21&lt;br /&gt;
|We are selecting &amp;quot;row&amp;quot; as array name and we are selecting this as an array for all the selected data.&lt;br /&gt;
|-&lt;br /&gt;
|7:31&lt;br /&gt;
|I'll stop here.  In the next tutorial I'll show you how to echo out this data. &lt;br /&gt;
|-&lt;br /&gt;
|7:37&lt;br /&gt;
|I'll probably explain this a bit more in detail.&lt;br /&gt;
|-&lt;br /&gt;
|7:40&lt;br /&gt;
|This is Juanita Jayakar dubbing for the Spoken Tutorial Project.&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Main_Page"/>
				<updated>2012-12-04T14:01:15Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Index ==&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/How_to_use_OpenOffice_script_template Using OpenOffice3 Template to write Spoken Tutorial script] &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; [http://spoken-tutorial.org/script/index.php/Linux_Spoken_Tutorial/Basic_Level_Tutorial_Set/Linux-part1 &amp;lt;span style=&amp;quot;background-color:yellow&amp;quot;&amp;gt; Sample Script 1 &amp;lt;/span&amp;gt;]  &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; [http://spoken-tutorial.org/script/index.php/Linux_Spoken_Tutorial/Basic_Level_Tutorial_Set/Linux-part2 &amp;lt;span style=&amp;quot;background-color:yellow&amp;quot;&amp;gt; Sample Script 2 &amp;lt;/span&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Spoken_Tutorial_Processes Spoken Tutorial Processes]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Spoken_Tutorial_Brochures Spoken Tutorial Brochures]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Spoken-Tutorial-Workshop-Requirement Spoken Tutorial Workshop Requirement]&lt;br /&gt;
&lt;br /&gt;
== How to create spoken tutorials ==&lt;br /&gt;
=== Technology ===&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Spoken_Tutorial_Technology Spoken Tutorial Technology] &lt;br /&gt;
&lt;br /&gt;
  '''Includes''' &lt;br /&gt;
  * [http://spoken-tutorial.org/script/index.php/Spoken_Tutorial_Technology/Creation_of_spoken_tutorial_using_recordMyDesktop How to use recordMyDesktop]&lt;br /&gt;
  * [http://spoken-tutorial.org/script/index.php/Spoken_Tutorial_Technology/Dubbing_a_spoken_tutorial_using_Audacity_and_ffmpeg How to Dub using Audacity and ffmpeg]&lt;br /&gt;
  * [http://spoken-tutorial.org/script/index.php/Spoken_Tutorial_Technology/Editing_using_Audacity Editing using Audacity]&lt;br /&gt;
  * [http://spoken-tutorial.org/script/index.php/Spoken_Tutorial_Technology/Creation_of_Spoken_Tutorial_using_Camstudio How to use Camstudio]&lt;br /&gt;
  * [http://spoken-tutorial.org/script/index.php/Spoken_Tutorial_Technology/Dubbing_spoken_tutorial_using_Movie_Maker How to Dub using Windows Movie Maker]&lt;br /&gt;
  * [http://spoken-tutorial.org/script/index.php/Spoken_Tutorial_Technology/Editing_spoken_tutorial_using_Movie_Maker How to Edit using Windows Movie Maker]&lt;br /&gt;
   &amp;lt;br&amp;gt;'''and tutorials on various guidelines'''.&lt;br /&gt;
&lt;br /&gt;
=== Processes  ===&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;background-color: cornsilk; border: solid thin grey;&amp;quot;&amp;gt;&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/FOSS_Stages Creation Stages] &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;  [http://spoken-tutorial.org/script/index.php/FOSS_Stages/Summary Click here for Quick Summary]&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/FOSS_Stages/Checklist Guidelines Checklist]&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/Dubbing_Stages Dubbing Stages]&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/What-to-do-after-Dubbing What to do after Dubbing]&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/Compatible_File_Formats Compatible File Formats]&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== How to conduct Spoken Tutorial Workshops ==&lt;br /&gt;
===Processes===&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;background-color: cornsilk; border: solid thin grey;&amp;quot;&amp;gt;&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/Workshop/Introduction-to-SELF-Workshops Introduction to SELF Workshops]&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/Workshop/How-to-organise-a-Workshop-in-your-College How to organise a Workshop in your College]&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/Workshop/SWAT SELF Workshop Assessment Test (SWAT)]&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Technology===&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;background-color: cornsilk; border: solid thin grey;&amp;quot;&amp;gt;&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/Workshop/Instructions-for-FTP-link-for-Workshops Instructions for FTP link for Workshops]&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/Instructions-to-install-Ubuntu-Linux-OS Instructions to install Ubuntu Linux OS]&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [http://spoken-tutorial.org/script/index.php/Lexicon Lexicon] ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Software with substantial progress ==&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Blender Blender]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/C&amp;amp;C++ C&amp;amp;C++]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Geogebra Geogebra]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Java Java]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/KTurtle KTurtle]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/K3b K3b]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/LaTeX LaTeX] &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; [http://spoken-tutorial.org/script/index.php/Xfig Xfig]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/LibreOffice_Suite LibreOffice Suite]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Linux Linux] &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; [http://spoken-tutorial.org/script/index.php/Ubuntu Ubuntu Linux]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Meet_the_GIMP Meet the GIMP]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Mozilla_FireFox Mozilla FireFox]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Netbeans Netbeans]&lt;br /&gt;
&lt;br /&gt;
Orca [http://spoken-tutorial.org/script/index.php/Orca-Version1 Version1]&lt;br /&gt;
&lt;br /&gt;
Orca [http://spoken-tutorial.org/script/index.php/Orca-Version2 Version2]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/PHP_and_MySQL PHP &amp;amp; MySQL]&lt;br /&gt;
&lt;br /&gt;
Python  [http://spoken-tutorial.org/script/index.php/Python_Version2 Version2]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/QCad QCad]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Scilab Scilab]&lt;br /&gt;
&lt;br /&gt;
'''Typing software series'''&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/KTouch KTouch]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/TuxTyping TuxTyping]&lt;br /&gt;
&lt;br /&gt;
== Software in Progress ==&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/CSS CSS(Cascading Style Sheets)]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/CSharp CSharp]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/DAQ DAQ]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Drupal Drupal]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/GCC GCC]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/gEDA gEDA]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/GNURadio GNURadio]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/HTML HTML]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Inkscape Inkscape]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Jmeter Jmeter]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Ktechlab Ktechlab]&lt;br /&gt;
&lt;br /&gt;
[[ Linux Text Editors]] (gedit, vi, VIM, Emacs, nano)&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/R R]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Selenium Selenium]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Step Step]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Testlink Testlink]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Thunderbird Thunderbird]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/VLC_Player VLC Player]&lt;br /&gt;
&lt;br /&gt;
== Software in Pipeline==&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Arduino Arduino]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/AVR_Studio AVR Studio]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/ASCEND ASCEND]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/C_with_GCC C programming with GCC]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Cell_Designer  Cell Designer]&lt;br /&gt;
&lt;br /&gt;
[[ DSpace ]]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/GNS3 GNS3]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/GNUKhata GNUKhata]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Gnuplot Gnuplot]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Javascript Javascript]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Joomla Joomla]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/kicad kicad]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Low_Cost_Access_Device Low Cost Access Device]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Meep Meep]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Mediascript Mediascript]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Modeller MODELLER]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Moodle Moodle]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/NGSpice NGSpice]&lt;br /&gt;
&lt;br /&gt;
[http://www.spoken-tutorial.org/script/index.php/Nmap Nmap]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Ns-3 ns-3]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/OpenFOAM OpenFOAM]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/OpenMRS  OpenMRS]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/PSTricks PSTricks]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Pylons_Spoken_Tutorial Pylons web application framework]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Radiance RADIANCE]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Ruby_on_Rails  Ruby on Rails]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Signal-Processing  Signal Processing]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Single_Board_Heater_System Single Board Heater System]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/SUMO SUMO]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Zenwalk Zenwalk GNU Linux]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Cell_Designer  Cell Designer]&lt;br /&gt;
&lt;br /&gt;
== Archived Software==&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/GIMP GIMP (OLD)]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Inkscape_OLD Inkscape (OLD)]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Java_OLD Java (OLD)]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Open_office Open Office]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/PHP_%26_MySQL_OLD PHP &amp;amp; MySQL (OLD)]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Python_for_Scientific_Computing_Version1 Python Version1]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/VLC_Player_OLD VLC Player (OLD)]&lt;br /&gt;
&lt;br /&gt;
== Useful Links for Electronics==&lt;br /&gt;
[http://scilab.in/EDA_Tools Useful Links:Electronics Design Automation Tools]&lt;br /&gt;
&lt;br /&gt;
== script Editing ==&lt;br /&gt;
Those who are not familiar &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.diamondlinks.net/ &amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;&amp;quot;&amp;gt;link building&amp;lt;/span&amp;gt;]  with mediascript syntax can use [http://www.openoffice.org OpenOffice] with [http://extensions.services.openoffice.org/project/scriptpublisher scriptPublisher plugin]&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Main_Page"/>
				<updated>2012-12-04T12:06:18Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: Replaced content with 'Welcome to spoken-tutorial.org'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Welcome to spoken-tutorial.org&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Main_Page</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Main_Page"/>
				<updated>2012-12-04T06:08:30Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Index ==&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/How_to_use_OpenOffice_script_template Using OpenOffice3 Template to write Spoken Tutorial script] &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; [http://spoken-tutorial.org/script/index.php/Linux_Spoken_Tutorial/Basic_Level_Tutorial_Set/Linux-part1 &amp;lt;span style=&amp;quot;background-color:yellow&amp;quot;&amp;gt; Sample Script 1 &amp;lt;/span&amp;gt;]  &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; [http://spoken-tutorial.org/script/index.php/Linux_Spoken_Tutorial/Basic_Level_Tutorial_Set/Linux-part2 &amp;lt;span style=&amp;quot;background-color:yellow&amp;quot;&amp;gt; Sample Script 2 &amp;lt;/span&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Spoken_Tutorial_Processes Spoken Tutorial Processes]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Spoken_Tutorial_Brochures Spoken Tutorial Brochures]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Spoken-Tutorial-Workshop-Requirement Spoken Tutorial Workshop Requirement]&lt;br /&gt;
&lt;br /&gt;
== How to create spoken tutorials ==&lt;br /&gt;
=== Technology ===&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Spoken_Tutorial_Technology Spoken Tutorial Technology] &lt;br /&gt;
&lt;br /&gt;
  '''Includes''' &lt;br /&gt;
  * [http://spoken-tutorial.org/script/index.php/Spoken_Tutorial_Technology/Creation_of_spoken_tutorial_using_recordMyDesktop How to use recordMyDesktop]&lt;br /&gt;
  * [http://spoken-tutorial.org/script/index.php/Spoken_Tutorial_Technology/Dubbing_a_spoken_tutorial_using_Audacity_and_ffmpeg How to Dub using Audacity and ffmpeg]&lt;br /&gt;
  * [http://spoken-tutorial.org/script/index.php/Spoken_Tutorial_Technology/Editing_using_Audacity Editing using Audacity]&lt;br /&gt;
  * [http://spoken-tutorial.org/script/index.php/Spoken_Tutorial_Technology/Creation_of_Spoken_Tutorial_using_Camstudio How to use Camstudio]&lt;br /&gt;
  * [http://spoken-tutorial.org/script/index.php/Spoken_Tutorial_Technology/Dubbing_spoken_tutorial_using_Movie_Maker How to Dub using Windows Movie Maker]&lt;br /&gt;
  * [http://spoken-tutorial.org/script/index.php/Spoken_Tutorial_Technology/Editing_spoken_tutorial_using_Movie_Maker How to Edit using Windows Movie Maker]&lt;br /&gt;
   &amp;lt;br&amp;gt;'''and tutorials on various guidelines'''.&lt;br /&gt;
&lt;br /&gt;
=== Processes  ===&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;background-color: cornsilk; border: solid thin grey;&amp;quot;&amp;gt;&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/FOSS_Stages Creation Stages] &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp;  [http://spoken-tutorial.org/script/index.php/FOSS_Stages/Summary Click here for Quick Summary]&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/FOSS_Stages/Checklist Guidelines Checklist]&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/Dubbing_Stages Dubbing Stages]&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/What-to-do-after-Dubbing What to do after Dubbing]&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/Compatible_File_Formats Compatible File Formats]&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== How to conduct Spoken Tutorial Workshops ==&lt;br /&gt;
===Processes===&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;background-color: cornsilk; border: solid thin grey;&amp;quot;&amp;gt;&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/Workshop/Introduction-to-SELF-Workshops Introduction to SELF Workshops]&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/Workshop/How-to-organise-a-Workshop-in-your-College How to organise a Workshop in your College]&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/Workshop/SWAT SELF Workshop Assessment Test (SWAT)]&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Technology===&lt;br /&gt;
&amp;lt;blockquote style=&amp;quot;background-color: cornsilk; border: solid thin grey;&amp;quot;&amp;gt;&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/Workshop/Instructions-for-FTP-link-for-Workshops Instructions for FTP link for Workshops]&lt;br /&gt;
*[http://spoken-tutorial.org/script/index.php/Instructions-to-install-Ubuntu-Linux-OS Instructions to install Ubuntu Linux OS]&lt;br /&gt;
&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== [http://spoken-tutorial.org/script/index.php/Lexicon Lexicon] ==&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
== Software with substantial progress ==&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Blender Blender]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/C&amp;amp;C++ C&amp;amp;C++]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Geogebra Geogebra]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Java Java]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/KTurtle KTurtle]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/K3b K3b]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/LaTeX LaTeX] &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; [http://spoken-tutorial.org/script/index.php/Xfig Xfig]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/LibreOffice_Suite LibreOffice Suite]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Linux Linux] &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; &amp;amp;nbsp; [http://spoken-tutorial.org/script/index.php/Ubuntu Ubuntu Linux]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Meet_the_GIMP Meet the GIMP]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Mozilla_FireFox Mozilla FireFox]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Netbeans Netbeans]&lt;br /&gt;
&lt;br /&gt;
Orca [http://spoken-tutorial.org/script/index.php/Orca-Version1 Version1]&lt;br /&gt;
&lt;br /&gt;
Orca [http://spoken-tutorial.org/script/index.php/Orca-Version2 Version2]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/PHP_and_MySQL PHP &amp;amp; MySQL]&lt;br /&gt;
&lt;br /&gt;
Python  [http://spoken-tutorial.org/script/index.php/Python_Version2 Version2]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/QCad QCad]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Scilab Scilab]&lt;br /&gt;
&lt;br /&gt;
'''Typing software series'''&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/KTouch KTouch]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/TuxTyping TuxTyping]&lt;br /&gt;
&lt;br /&gt;
== Software in Progress ==&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/CSS CSS(Cascading Style Sheets)]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/CSharp CSharp]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/DAQ DAQ]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Drupal Drupal]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/GCC GCC]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/gEDA gEDA]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/GNURadio GNURadio]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/HTML HTML]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Inkscape Inkscape]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Jmeter Jmeter]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Ktechlab Ktechlab]&lt;br /&gt;
&lt;br /&gt;
[[ Linux Text Editors]] (gedit, vi, VIM, Emacs, nano)&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/R R]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Selenium Selenium]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Step Step]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Testlink Testlink]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Thunderbird Thunderbird]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/VLC_Player VLC Player]&lt;br /&gt;
&lt;br /&gt;
== Software in Pipeline==&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Arduino Arduino]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/AVR_Studio AVR Studio]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/ASCEND ASCEND]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/C_with_GCC C programming with GCC]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Cell_Designer  Cell Designer]&lt;br /&gt;
&lt;br /&gt;
[[ DSpace ]]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/GNS3 GNS3]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/GNUKhata GNUKhata]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Gnuplot Gnuplot]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Javascript Javascript]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Joomla Joomla]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/kicad kicad]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Low_Cost_Access_Device Low Cost Access Device]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Meep Meep]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Mediascript Mediascript]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Modeller MODELLER]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Moodle Moodle]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/NGSpice NGSpice]&lt;br /&gt;
&lt;br /&gt;
[http://www.spoken-tutorial.org/script/index.php/Nmap Nmap]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Ns-3 ns-3]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/OpenFOAM OpenFOAM]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/OpenMRS  OpenMRS]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/PSTricks PSTricks]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Pylons_Spoken_Tutorial Pylons web application framework]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Radiance RADIANCE]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Ruby_on_Rails  Ruby on Rails]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Signal-Processing  Signal Processing]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Single_Board_Heater_System Single Board Heater System]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/SUMO SUMO]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Zenwalk Zenwalk GNU Linux]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Cell_Designer  Cell Designer]&lt;br /&gt;
&lt;br /&gt;
== Archived Software==&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/GIMP GIMP (OLD)]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Inkscape_OLD Inkscape (OLD)]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Java_OLD Java (OLD)]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Open_office Open Office]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/PHP_%26_MySQL_OLD PHP &amp;amp; MySQL (OLD)]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/Python_for_Scientific_Computing_Version1 Python Version1]&lt;br /&gt;
&lt;br /&gt;
[http://spoken-tutorial.org/script/index.php/VLC_Player_OLD VLC Player (OLD)]&lt;br /&gt;
&lt;br /&gt;
== Useful Links for Electronics==&lt;br /&gt;
[http://scilab.in/EDA_Tools Useful Links:Electronics Design Automation Tools]&lt;br /&gt;
&lt;br /&gt;
== script Editing ==&lt;br /&gt;
Those who are not familiar &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.diamondlinks.net/ &amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;&amp;quot;&amp;gt;link building&amp;lt;/span&amp;gt;]  with mediascript syntax can use [http://www.openoffice.org OpenOffice] with [http://extensions.services.openoffice.org/project/scriptpublisher scriptPublisher plugin]&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Xfig/C2/Simple-block-diagram/Urdu</id>
		<title>Xfig/C2/Simple-block-diagram/Urdu</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Xfig/C2/Simple-block-diagram/Urdu"/>
				<updated>2012-12-02T14:31:02Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Xfig_simple_diagram_Urdu.pdf]]&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/Xfig/C2/Simple-block-diagram/Urdu</id>
		<title>Xfig/C2/Simple-block-diagram/Urdu</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/Xfig/C2/Simple-block-diagram/Urdu"/>
				<updated>2012-12-02T14:27:29Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: Created page with '/wiki/images/7/7c/Xfig_simple_diagram_Urdu.pdf'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/wiki/images/7/7c/Xfig_simple_diagram_Urdu.pdf&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/File:Xfig_simple_diagram_Urdu.pdf</id>
		<title>File:Xfig simple diagram Urdu.pdf</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/File:Xfig_simple_diagram_Urdu.pdf"/>
				<updated>2012-12-02T14:26:30Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	<entry>
		<id>https://script.spoken-tutorial.org/index.php/File:Working_with_cells.zip</id>
		<title>File:Working with cells.zip</title>
		<link rel="alternate" type="text/html" href="https://script.spoken-tutorial.org/index.php/File:Working_with_cells.zip"/>
				<updated>2012-11-29T15:11:33Z</updated>
		
		<summary type="html">&lt;p&gt;St-admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>St-admin</name></author>	</entry>

	</feed>