-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploying to gh-pages from @ 59a8508 🚀
- Loading branch information
1 parent
77da337
commit 487c106
Showing
52 changed files
with
192 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<meta name="author" content="Jacob Williams" > | ||
<link rel="icon" href="./favicon.png"> | ||
|
||
<title> fortran-csv-module </title> | ||
<title> csv-fortran </title> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> | ||
|
@@ -26,7 +26,7 @@ | |
<div class="container-fluid mb-sm-4 mb-xl-2"> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="./index.html">fortran-csv-module </a> | ||
<a class="navbar-brand" href="./index.html">csv-fortran </a> | ||
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar" | ||
aria-expanded="false" aria-controls="navbar" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"> | ||
|
@@ -63,29 +63,29 @@ | |
<p>Read and Write CSV Files Using Modern Fortran</p> | ||
<p> Find us on…</p> | ||
<p> | ||
<a class="btn btn-lg btn-primary" href="https://github.com/jacobwilliams/fortran-csv-module" role="button">GitHub</a> | ||
<a class="btn btn-lg btn-primary" href="https://github.com/jacobwilliams/csv-fortran" role="button">GitHub</a> | ||
</p> | ||
</div> | ||
|
||
<div class="row" id='text'> | ||
<div class=col-md-8> | ||
<h1>fortran-csv-module</h1> | ||
<h1><img alt="fortran-csv-module" src="media/logo.png"></h1> | ||
<h1>csv-fortran</h1> | ||
<h1><img alt="csv-fortran" src="media/logo.png"></h1> | ||
<p><a href="https://github.com/topics/fortran"><img alt="Language" src="https://img.shields.io/badge/-Fortran-734f96?logo=fortran&logoColor=white"></a> | ||
<a href="https://github.com/jacobwilliams/fortran-csv-module/releases/latest"><img alt="GitHub release" src="https://img.shields.io/github/release/jacobwilliams/fortran-csv-module.svg"></a> | ||
<a href="https://github.com/jacobwilliams/fortran-csv-module/actions"><img alt="Build Status" src="https://github.com/jacobwilliams/fortran-csv-module/actions/workflows/CI.yml/badge.svg"></a> | ||
<a href="https://codecov.io/gh/jacobwilliams/fortran-csv-module"><img alt="codecov" src="https://codecov.io/gh/jacobwilliams/fortran-csv-module/branch/master/graph/badge.svg?token=43HK33CSMY"></a> | ||
<a href="https://github.com/jacobwilliams/fortran-csv-module/commits/master"><img alt="last-commit" src="https://img.shields.io/github/last-commit/jacobwilliams/fortran-csv-module"></a></p> | ||
<a href="https://github.com/jacobwilliams/csv-fortran/releases/latest"><img alt="GitHub release" src="https://img.shields.io/github/release/jacobwilliams/csv-fortran.svg"></a> | ||
<a href="https://github.com/jacobwilliams/csv-fortran/actions"><img alt="Build Status" src="https://github.com/jacobwilliams/csv-fortran/actions/workflows/CI.yml/badge.svg"></a> | ||
<a href="https://codecov.io/gh/jacobwilliams/csv-fortran"><img alt="codecov" src="https://codecov.io/gh/jacobwilliams/csv-fortran/branch/master/graph/badge.svg?token=43HK33CSMY"></a> | ||
<a href="https://github.com/jacobwilliams/csv-fortran/commits/master"><img alt="last-commit" src="https://img.shields.io/github/last-commit/jacobwilliams/csv-fortran"></a></p> | ||
<h3>Description</h3> | ||
<p>A modern Fortran library for reading and writing CSV (comma-separated value) files.</p> | ||
<h3>Latest Release</h3> | ||
<p><a href="https://github.com/jacobwilliams/fortran-csv-module/releases/latest"><img alt="GitHub release" src="https://img.shields.io/github/release/jacobwilliams/fortran-csv-module.svg?style=plastic"></a></p> | ||
<p><a href="https://github.com/jacobwilliams/csv-fortran/releases/latest"><img alt="GitHub release" src="https://img.shields.io/github/release/jacobwilliams/csv-fortran.svg?style=plastic"></a></p> | ||
<h3>Documentation</h3> | ||
<p>The latest API documentation for the <code>master</code> branch can be found <a href="https://jacobwilliams.github.io/fortran-csv-module/">here</a>. This was generated from the source code using <a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>.</p> | ||
<p>The latest API documentation for the <code>master</code> branch can be found <a href="https://jacobwilliams.github.io/csv-fortran/">here</a>. This was generated from the source code using <a href="https://github.com/Fortran-FOSS-Programmers/ford">FORD</a>.</p> | ||
<h3>Getting started</h3> | ||
<h4>Get the code</h4> | ||
<div class="codehilite"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/jacobwilliams/fortran-csv-module | ||
<span class="nb">cd</span><span class="w"> </span>fortran-csv-module | ||
<div class="codehilite"><pre><span></span><code>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/jacobwilliams/csv-fortran | ||
<span class="nb">cd</span><span class="w"> </span>csv-fortran | ||
</code></pre></div> | ||
|
||
<h4>Dependencies</h4> | ||
|
@@ -100,9 +100,9 @@ <h4>Build with <a href="https://github.com/fortran-lang/fpm">fortran-lang/fpm</a | |
<div class="codehilite"><pre><span></span><code>fpm<span class="w"> </span>build | ||
</code></pre></div> | ||
|
||
<p>To use <code>fortran-csv-module</code> within your fpm project, add the following to your <code>fpm.toml</code> file:</p> | ||
<p>To use <code>csv-fortran</code> within your fpm project, add the following to your <code>fpm.toml</code> file:</p> | ||
<div class="codehilite"><pre><span></span><code><span class="k">[dependencies]</span> | ||
<span class="n">fortran-csv-module</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">git</span><span class="o">=</span><span class="s">"https://github.com/jacobwilliams/fortran-csv-module.git"</span><span class="w"> </span><span class="p">}</span> | ||
<span class="n">csv-fortran</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="p">{</span><span class="w"> </span><span class="n">git</span><span class="p">=</span><span class="s2">"https://github.com/jacobwilliams/csv-fortran.git"</span><span class="w"> </span><span class="p">}</span> | ||
</code></pre></div> | ||
|
||
<h3>Examples</h3> | ||
|
@@ -184,7 +184,7 @@ <h3>Examples</h3> | |
|
||
<p>Various options are user-selectable for specifying the format (e.g., changing the quote or delimiter characters). You can choose to enclose strings (or all fields) in quotes or not. The library works pretty well, and there are probably additional improvements that could be made. For one thing, it doesn't properly handle the case of a string that contains the delimiter character (I'll eventually fix this). If anybody has any other improvements, fork it and send me a pull request.</p> | ||
<h3>License</h3> | ||
<p>This library is released under a <a href="https://github.com/jacobwilliams/fortran-csv-module/blob/master/LICENSE">BSD-3 license</a>.</p> | ||
<p>This library is released under a <a href="https://github.com/jacobwilliams/csv-fortran/blob/master/LICENSE">BSD-3 license</a>.</p> | ||
</div> | ||
<div class="col-md-4"> | ||
<div class="card card-body bg-light"> | ||
|
@@ -249,7 +249,7 @@ <h3>Derived Types</h3> | |
<footer> | ||
<div class="container"> | ||
<div class="row justify-content-between"> | ||
<div class="col"><p>fortran-csv-module was developed by Jacob Williams<br>© 2023 | ||
<div class="col"><p>csv-fortran was developed by Jacob Williams<br>© 2023 | ||
</p> | ||
</div> | ||
<div class="col"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<meta name="author" content="Jacob Williams" > | ||
<link rel="icon" href="../favicon.png"> | ||
|
||
<title>All Files – fortran-csv-module | ||
<title>All Files – csv-fortran | ||
</title> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
|
@@ -27,7 +27,7 @@ | |
<div class="container-fluid mb-sm-4 mb-xl-2"> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="../index.html">fortran-csv-module </a> | ||
<a class="navbar-brand" href="../index.html">csv-fortran </a> | ||
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar" | ||
aria-expanded="false" aria-controls="navbar" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"> | ||
|
@@ -208,7 +208,7 @@ <h4 class="modal-title" id="-graph-help-label">Graph Key</h4> | |
<footer> | ||
<div class="container"> | ||
<div class="row justify-content-between"> | ||
<div class="col"><p>fortran-csv-module was developed by Jacob Williams<br>© 2023 | ||
<div class="col"><p>csv-fortran was developed by Jacob Williams<br>© 2023 | ||
</p> | ||
</div> | ||
<div class="col"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<meta name="author" content="Jacob Williams" > | ||
<link rel="icon" href="../favicon.png"> | ||
|
||
<title>All Modules – fortran-csv-module | ||
<title>All Modules – csv-fortran | ||
</title> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
|
@@ -27,7 +27,7 @@ | |
<div class="container-fluid mb-sm-4 mb-xl-2"> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="../index.html">fortran-csv-module </a> | ||
<a class="navbar-brand" href="../index.html">csv-fortran </a> | ||
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar" | ||
aria-expanded="false" aria-controls="navbar" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"> | ||
|
@@ -251,7 +251,7 @@ <h4 class="modal-title" id="-graph-help-label">Graph Key</h4> | |
<footer> | ||
<div class="container"> | ||
<div class="row justify-content-between"> | ||
<div class="col"><p>fortran-csv-module was developed by Jacob Williams<br>© 2023 | ||
<div class="col"><p>csv-fortran was developed by Jacob Williams<br>© 2023 | ||
</p> | ||
</div> | ||
<div class="col"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<meta name="author" content="Jacob Williams" > | ||
<link rel="icon" href="../favicon.png"> | ||
|
||
<title>All Procedures – fortran-csv-module | ||
<title>All Procedures – csv-fortran | ||
</title> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
|
@@ -27,7 +27,7 @@ | |
<div class="container-fluid mb-sm-4 mb-xl-2"> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="../index.html">fortran-csv-module </a> | ||
<a class="navbar-brand" href="../index.html">csv-fortran </a> | ||
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar" | ||
aria-expanded="false" aria-controls="navbar" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"> | ||
|
@@ -799,7 +799,7 @@ <h4 class="modal-title" id="-graph-help-label">Graph Key</h4> | |
<footer> | ||
<div class="container"> | ||
<div class="row justify-content-between"> | ||
<div class="col"><p>fortran-csv-module was developed by Jacob Williams<br>© 2023 | ||
<div class="col"><p>csv-fortran was developed by Jacob Williams<br>© 2023 | ||
</p> | ||
</div> | ||
<div class="col"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<meta name="author" content="Jacob Williams" > | ||
<link rel="icon" href="../favicon.png"> | ||
|
||
<title>All Types – fortran-csv-module | ||
<title>All Types – csv-fortran | ||
</title> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
|
@@ -27,7 +27,7 @@ | |
<div class="container-fluid mb-sm-4 mb-xl-2"> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="../index.html">fortran-csv-module </a> | ||
<a class="navbar-brand" href="../index.html">csv-fortran </a> | ||
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar" | ||
aria-expanded="false" aria-controls="navbar" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"> | ||
|
@@ -161,7 +161,7 @@ <h4 class="modal-title" id="-graph-help-label">Graph Key</h4> | |
<footer> | ||
<div class="container"> | ||
<div class="row justify-content-between"> | ||
<div class="col"><p>fortran-csv-module was developed by Jacob Williams<br>© 2023 | ||
<div class="col"><p>csv-fortran was developed by Jacob Williams<br>© 2023 | ||
</p> | ||
</div> | ||
<div class="col"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<meta name="author" content="Jacob Williams" > | ||
<link rel="icon" href="../favicon.png"> | ||
|
||
<title>csv_kinds – fortran-csv-module</title> | ||
<title>csv_kinds – csv-fortran</title> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> | ||
|
@@ -26,7 +26,7 @@ | |
<div class="container-fluid mb-sm-4 mb-xl-2"> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="../index.html">fortran-csv-module </a> | ||
<a class="navbar-brand" href="../index.html">csv-fortran </a> | ||
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar" | ||
aria-expanded="false" aria-controls="navbar" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"> | ||
|
@@ -510,7 +510,7 @@ <h2>Variables</h2> | |
<footer> | ||
<div class="container"> | ||
<div class="row justify-content-between"> | ||
<div class="col"><p>fortran-csv-module was developed by Jacob Williams<br>© 2023 | ||
<div class="col"><p>csv-fortran was developed by Jacob Williams<br>© 2023 | ||
</p> | ||
</div> | ||
<div class="col"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<meta name="author" content="Jacob Williams" > | ||
<link rel="icon" href="../favicon.png"> | ||
|
||
<title>csv_module – fortran-csv-module</title> | ||
<title>csv_module – csv-fortran</title> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> | ||
|
@@ -26,7 +26,7 @@ | |
<div class="container-fluid mb-sm-4 mb-xl-2"> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="../index.html">fortran-csv-module </a> | ||
<a class="navbar-brand" href="../index.html">csv-fortran </a> | ||
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar" | ||
aria-expanded="false" aria-controls="navbar" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"> | ||
|
@@ -216,8 +216,8 @@ <h3 class="card-header card-title bg-light">Uses</h3> | |
<li class="list-group-item"> | ||
<ul class="list-inline"> | ||
<li class="list-inline-item"><a href='../module/csv_kinds.html'>csv_kinds</a></li> | ||
<li class="list-inline-item"><a href='http://fortranwiki.org/fortran/show/iso_fortran_env'>iso_fortran_env</a></li> | ||
<li class="list-inline-item"><a href='../module/csv_utilities.html'>csv_utilities</a></li> | ||
<li class="list-inline-item"><a href='http://fortranwiki.org/fortran/show/iso_fortran_env'>iso_fortran_env</a></li> | ||
<li class="list-inline-item"><a href='../module/csv_parameters.html'>csv_parameters</a></li> | ||
</ul> | ||
</li> | ||
|
@@ -670,7 +670,7 @@ <h4>Components</h4> | |
</tr> | ||
<tr> | ||
<td> | ||
<span class="anchor" id="variable-chunk_size~3"></span> | ||
<span class="anchor" id="variable-chunk_size"></span> | ||
integer, | ||
</td> | ||
<td>private</td> | ||
|
@@ -1165,7 +1165,7 @@ <h4>Arguments</h4> | |
</tr> | ||
<tr> | ||
<td> | ||
<span class="anchor" id="variable-chunk_size~4"></span> | ||
<span class="anchor" id="variable-chunk_size~2"></span> | ||
integer, | ||
</td> | ||
<td>intent(in),</td> | ||
|
@@ -1532,7 +1532,7 @@ <h4>Arguments</h4> | |
</tr> | ||
<tr> | ||
<td> | ||
<span class="anchor" id="variable-val~2"></span> | ||
<span class="anchor" id="variable-val"></span> | ||
class(*), | ||
</td> | ||
<td>intent(in)</td> | ||
|
@@ -1634,7 +1634,7 @@ <h4>Arguments</h4> | |
</tr> | ||
<tr> | ||
<td> | ||
<span class="anchor" id="variable-val~3"></span> | ||
<span class="anchor" id="variable-val~2"></span> | ||
class(*), | ||
</td> | ||
<td>intent(in),</td> | ||
|
@@ -1738,7 +1738,7 @@ <h4>Arguments</h4> | |
</tr> | ||
<tr> | ||
<td> | ||
<span class="anchor" id="variable-val~4"></span> | ||
<span class="anchor" id="variable-val~3"></span> | ||
class(*), | ||
</td> | ||
<td>intent(in),</td> | ||
|
@@ -2529,7 +2529,7 @@ <h4>Arguments</h4> | |
</tr> | ||
<tr> | ||
<td> | ||
<span class="anchor" id="variable-val~5"></span> | ||
<span class="anchor" id="variable-val~4"></span> | ||
class(*), | ||
</td> | ||
<td>intent(out)</td> | ||
|
@@ -3367,7 +3367,7 @@ <h4>Arguments</h4> | |
</tr> | ||
<tr> | ||
<td> | ||
<span class="anchor" id="variable-chunk_size~5"></span> | ||
<span class="anchor" id="variable-chunk_size~3"></span> | ||
integer, | ||
</td> | ||
<td>intent(in)</td> | ||
|
@@ -3415,7 +3415,7 @@ <h4>Arguments</h4> | |
<footer> | ||
<div class="container"> | ||
<div class="row justify-content-between"> | ||
<div class="col"><p>fortran-csv-module was developed by Jacob Williams<br>© 2023 | ||
<div class="col"><p>csv-fortran was developed by Jacob Williams<br>© 2023 | ||
</p> | ||
</div> | ||
<div class="col"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
<meta name="author" content="Jacob Williams" > | ||
<link rel="icon" href="../favicon.png"> | ||
|
||
<title>csv_parameters – fortran-csv-module</title> | ||
<title>csv_parameters – csv-fortran</title> | ||
|
||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous"> | ||
|
@@ -26,7 +26,7 @@ | |
<div class="container-fluid mb-sm-4 mb-xl-2"> | ||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="../index.html">fortran-csv-module </a> | ||
<a class="navbar-brand" href="../index.html">csv-fortran </a> | ||
<button type="button" class="navbar-toggler" data-bs-toggle="collapse" data-bs-target="#navbar" | ||
aria-expanded="false" aria-controls="navbar" aria-label="Toggle navigation"> | ||
<span class="navbar-toggler-icon"> | ||
|
@@ -515,7 +515,7 @@ <h2>Variables</h2> | |
<footer> | ||
<div class="container"> | ||
<div class="row justify-content-between"> | ||
<div class="col"><p>fortran-csv-module was developed by Jacob Williams<br>© 2023 | ||
<div class="col"><p>csv-fortran was developed by Jacob Williams<br>© 2023 | ||
</p> | ||
</div> | ||
<div class="col"> | ||
|
Oops, something went wrong.