Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
recompiled, added ignore *.pyc, removed python bytecode files
Browse files Browse the repository at this point in the history
  • Loading branch information
Brice Fernandes committed Mar 10, 2010
1 parent eed4f42 commit a054feb
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 47 deletions.
4 changes: 4 additions & 0 deletions .hgignore
@@ -0,0 +1,4 @@
syntax: glob

*~
*.pyc
98 changes: 51 additions & 47 deletions html/Diode.html
@@ -1,47 +1,51 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title id="title">An Introduction to Electronics</title>
<link rel="stylesheet" type="text/css" href="../static/style.css"/>
<link rel="stylesheet" type="text/css" href="../static/code-color.css"/>
</head>
<body>
<div id="topnav">PHY342: An Introduction to electronics</div>

<div id="main"><h1 id="diodes">Diodes</h1>
<p>Diodes are electronic component with two terminals, that conduct electricity in one
direction only. It allows current to flow without any considerable resistance if the right terminal
is connected (forward direction), and completely blocks the current if the direction of current is reversed (reverse direction).</p>
<h2 id="electrical-symbol-of-diode-is">Electrical symbol of diode is</h2>
<p class="centre">
<img alt="diode symbol" src="../resources/dio_sym.svg" /></p>
<p>Diodes has two thresholds. The first one has to be reached to make diode conduct (usualy very small, in region of 0.7V), If this voltage is not present, diode acts like insulator. The second threshold can be reached if a very large voltage is applied in reverse direction, which breaks the diode and makes it conduct.</p></div>

<div id="valid">
<a href="http://validator.w3.org/check?uri=referer">
<img
src="http://www.w3.org/Icons/valid-xhtml10-blue"
alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>

<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img
style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!"/></a>

<a href="http://www.anybrowser.org/campaign/">
<img
src="../static/valid_br.png"
alt="Viewable in any browser"/>
</a>
</div>
<!--
<p class="endnote">
This work is licenced under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/">Creative Commons Licence</a>.
</p>-->

</body>
</html>

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title id="title">An Introduction to Electronics</title>
<link rel="stylesheet" type="text/css" href="../static/style.css"/>
<link rel="stylesheet" type="text/css" href="../static/code-color.css"/>
</head>
<body>
<div id="topnav">PHY342: An Introduction to electronics</div>

<div id="main"><h1>Diodes</h1>
<p>Diodes are electronic component with two terminals, that conduct electricity in one
direction only. It allows current to flow without any considerable resistance if the right terminal
is connected (forward direction), and completely blocks the current if the direction of current is reversed (reverse direction).
</p>

<h2>Electrical symbol of diode is</h2>
<p class="centre">
<img src="../resources/dio_sym.svg" alt="diode symbol"/>
</p>
<p>Diodes has two thresholds. The first one has to be reached to make diode conduct (usualy very small, in region of 0.7V), If this voltage is not present, diode acts like insulator. The second threshold can be reached if a very large voltage is applied in reverse direction, which breaks the diode and makes it conduct.
</p></div>

<div id="valid">
<a href="http://validator.w3.org/check?uri=referer">
<img
src="http://www.w3.org/Icons/valid-xhtml10-blue"
alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>

<a href="http://jigsaw.w3.org/css-validator/check/referer">
<img
style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
alt="Valid CSS!"/></a>

<a href="http://www.anybrowser.org/campaign/">
<img
src="../static/valid_br.png"
alt="Viewable in any browser"/>
</a>
</div>
<!--
<p class="endnote">
This work is licenced under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/2.0/uk/">Creative Commons Licence</a>.
</p>-->

</body>
</html>

Binary file removed utils/PyMeld.pyc
Binary file not shown.
Binary file removed utils/md2html.pyc
Binary file not shown.

0 comments on commit a054feb

Please sign in to comment.