119 lines
3.7 KiB
HTML
119 lines
3.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>README</title>
|
|
<link rel="stylesheet" href="../documentation/style.css" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<header>
|
|
<img src="../thumbnails/gtk-logo-rgb.gif" alt="GTK Logo" />
|
|
<img src="../thumbnails/mongoose.png" alt="OpenEuphoria Logo" />
|
|
|
|
<h2>EuGTK 4.11.7</h2>
|
|
</header>
|
|
|
|
<h3>This folder contains some more-complex examples</h3>
|
|
|
|
<p>Click on the link below the picture to view the source code.</p>
|
|
|
|
<figure style="float:left; border:solid thin black;">
|
|
<img src="../screenshots/worldflags.jpg" alt="worldflags.ex" height="250px" />
|
|
<figcaption><a href="worldflags.ex">World Flags</a> <small>test your memory</small></figcaption>
|
|
</figure>
|
|
|
|
<figure style="float: left; border:solid thin black;">
|
|
<img src="../screenshots/hangman.jpg" alt="hangman.ex" height="250px" />
|
|
<figcaption><a href="hangman.ex">Hangman</a> <small>guess the word game</small></figcaption>
|
|
</figure>
|
|
|
|
<figure style="float: left; border:solid thin black;">
|
|
<img src="../screenshots/passwords.png" alt="passwords" height="250px" />
|
|
<figcaption><a href="passwords.ex">Password Generator <small>requires apg</small></a></figcaption>
|
|
</figure>
|
|
|
|
<figure style="float: left; border:solid thin black;">
|
|
<img src="../screenshots/webserver.png" alt="webserver" width="350px" />
|
|
<figcaption><a href="webserver.ex">Web Server</a></figcaption>
|
|
</figure>
|
|
|
|
<figure style="float: left; border:solid thin black;">
|
|
<a href="../screenshots/webkit_test.png" title="Click to see a larger version" />
|
|
<img src="../screenshots/webkit_test.png" alt="webkit" height="250px" />
|
|
</a>
|
|
<figcaption><a href="webkit.ex">Webkit</a> <small>build your own browser!</small></figcaption>
|
|
</figure>
|
|
|
|
<figure style="float: left; border:solid thin black;">
|
|
<img src="../screenshots/Resistor Color Codes.png" alt="color codes" />
|
|
<figcaption><a href="color_codes.ex">Color codes</a></figcaption>
|
|
</figure>
|
|
|
|
<figure style="float: left; border:solid thin black;">
|
|
<a href="../screenshots/icons2.png" title="Click to see a larger version" />
|
|
<img src="../screenshots/icons.png" alt="icons" height="250px" />
|
|
</a>
|
|
<figcaption><a href="icons.ex">Icon Viewer</a></figcaption>
|
|
</figure>
|
|
|
|
<figure style="float: left; border:solid thin black;">
|
|
<a href="../screenshots/browser.png" title="Click to see a larger version" />
|
|
<img src="../screenshots/browser.png" alt="browser" height="250px" />
|
|
</a>
|
|
<figcaption><a href="../browser.ex">Eu Browser</a></figcaption>
|
|
</figure>
|
|
|
|
<figure style="float: left; border:solid thin black;">
|
|
<a href="../screenshots/leaktest.png" title="Click to see a larger version" />
|
|
<img src="../screenshots/leaktest.png" alt="leaktest" height="350px" />
|
|
</a>
|
|
<figcaption><a href="../examples/leak.ex">Leak Test</a></figcaption>
|
|
</figure>
|
|
|
|
<br clear="all" />
|
|
|
|
<h3>Utilities</h3>
|
|
<p>
|
|
<ul>
|
|
<li><a href="audio_converter.ex">Audio Converter</a>
|
|
<dfn>convert between various audio formats; requires ffmpeg</dfn>
|
|
</li>
|
|
|
|
<li><a href="base_converter.ex">Convert numbers</a>
|
|
<dfn>convert between Gray, binary, hex, decimal bases</dfn>
|
|
</li>
|
|
|
|
<li><a href="talk.ex">Talk</a>
|
|
<dfn>give your computer a voice (more than one, actually); requires spd-say</dfn>
|
|
</li>
|
|
|
|
<li><a href="xpm_to_eu_include.ex">xpm_to_eu_include</a>
|
|
<dfn>Convert xpm data to an image as a Euphoria include file</dfn>
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</p>
|
|
|
|
<footer>
|
|
<div class="hint">
|
|
<img class="hint" src="../thumbnails/mongoose.png" alt="hint" align="left" float="right" />
|
|
<p>
|
|
This page edited by The <a href="README.html#bear">Bear</a>,
|
|
a web-page and programming editor
|
|
written in <a href="OpenEuphoria.org">Euphoria</a>.
|
|
</p>
|
|
<p>
|
|
Updated for EuGTK version 4.11.10 June 15, 2016<br />
|
|
All code © 2016 by Irv Mullins
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
|
|
|
|
</body>
|
|
</html>
|
|
|