mirror of
https://github.com/c-cube/iter.git
synced 2025-12-06 03:05:29 -05:00
50 lines
1.7 KiB
HTML
50 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset='utf-8' />
|
|
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
|
|
<meta name="description" content="Sequence : Simple sequence abstract datatype, intented to transfer a finite number of elements from one data structure to another." />
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
|
|
|
|
<title>Sequence</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- HEADER -->
|
|
<div id="header_wrap" class="outer">
|
|
<header class="inner">
|
|
<a id="forkme_banner" href="https://github.com/c-cube/sequence">View on GitHub</a>
|
|
|
|
<h1 id="project_title">Sequence</h1>
|
|
<h2 id="project_tagline">Simple sequence abstract datatype, intented to transfer a finite number of elements from one data structure to another.</h2>
|
|
|
|
<section id="downloads">
|
|
<a class="zip_download_link" href="https://github.com/c-cube/sequence/zipball/master">Download this project as a .zip file</a>
|
|
<a class="tar_download_link" href="https://github.com/c-cube/sequence/tarball/master">Download this project as a tar.gz file</a>
|
|
</section>
|
|
</header>
|
|
</div>
|
|
|
|
<!-- MAIN CONTENT -->
|
|
<div id="main_content_wrap" class="outer">
|
|
<section id="main_content" class="inner">
|
|
<h2>Sequence</h2>
|
|
Here is the <a href="api/">documentation</a> generated from the source.
|
|
</section>
|
|
</div>
|
|
|
|
<!-- FOOTER -->
|
|
<div id="footer_wrap" class="outer">
|
|
<footer class="inner">
|
|
<p class="copyright">Sequence maintained by <a href="https://github.com/c-cube">c-cube</a></p>
|
|
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
|
|
</footer>
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|