Skip to content

Commit

Permalink
20240331
Browse files Browse the repository at this point in the history
  • Loading branch information
urbanjost committed Mar 31, 2024
1 parent 9aafb76 commit 22e28de
Show file tree
Hide file tree
Showing 106 changed files with 2,878 additions and 2,418 deletions.
2 changes: 1 addition & 1 deletion docs/BOOK_M_strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="generator" content="vi(1)/vim(1)" />
<meta name="description" content="@(#)M_strings::BOOK_M_strings: BOOK composed of pages for man(1) topic M_strings"/>
<meta name="author" content="urbanjs" />
<meta name="date" content="2023-09-17" />
<meta name="date" content="2024-03-31" />
<meta name="keywords" content="Fortran, Fortran code, source code repository, Fortran library, Fortran archive, source code" />
<!--
Pick your favorite style sheet from among the eight offerings:
Expand Down
2 changes: 1 addition & 1 deletion docs/BOOK_M_strings__oop.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="generator" content="vi(1)/vim(1)" />
<meta name="description" content="@(#)M_strings__oop::BOOK_M_strings__oop: BOOK composed of pages for man(1) topic M_strings__oop"/>
<meta name="author" content="urbanjs" />
<meta name="date" content="2023-09-17" />
<meta name="date" content="2024-03-31" />
<meta name="keywords" content="Fortran, Fortran code, source code repository, Fortran library, Fortran archive, source code" />
<!--
Pick your favorite style sheet from among the eight offerings:
Expand Down
16 changes: 12 additions & 4 deletions docs/M_strings.3m_strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ <H3>SYNOPSIS</H3>
public entities:
<P>
<PRE>
use M_strings,only : split, sep, delim, chomp, strtok
use M_strings,only : split, slice, sep, delim, chomp, strtok
use M_strings,only : split2020, find_field
use M_strings,only : substitute, change, modif, transliterate, &
& reverse, squeeze
Expand Down Expand Up @@ -142,9 +142,14 @@ <H4>&nbsp; &nbsp; TOKENS</H4>
function interface to split(3f)
</TD></TR>
<TR valign=top><TD width=6% nowrap>
<B>slice</B> </TD><TD valign=bottom>
subroutine parses string using specified delimiter characters
and stores beginning and ending positions in arrays
</TD></TR>
<TR valign=top><TD width=6% nowrap>
<B>delim</B> </TD><TD valign=bottom>
subroutine parses string using specified delimiter characters
and store tokens into an array
and store tokens into an array and records beginning and end
</TD></TR>
<TR valign=top><TD width=6% nowrap>
<B>chomp</B> </TD><TD valign=bottom>
Expand All @@ -154,7 +159,10 @@ <H4>&nbsp; &nbsp; TOKENS</H4>
<TR valign=top><TD colspan=2>
<B>paragraph</B> </TD></TR><TR valign=top><TD width=6%>&nbsp;</TD><TD>
convert a string into a paragraph
strtok tokenize a string like C strtok(3c) routine
</TD></TR>
<TR valign=top><TD width=6% nowrap>
<B>strtok</B> </TD><TD valign=bottom>
tokenize a string like C strtok(3c) routine
</TD></TR>
<TR></TR></TABLE></BLOCKQUOTE>
<A name=>
Expand Down Expand Up @@ -713,7 +721,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>M_strings (3m_strings)</TD> <TD align=right width=33%><I>September 17, 2023</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 12bcdcd5-9a4c-488e-b5f3-3ac26f93fcd2 using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>M_strings (3m_strings)</TD> <TD align=right width=33%><I>March 31, 2024</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 4d51bc25-e35f-4783-93e3-4da3fd876373 using man macros.</FONT>
<br><br><center><img src="images/M_strings.gif"></center>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions docs/M_strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ append("s2c.3m_strings.html");
append("s2v.3m_strings.html");
append("s2vs.3m_strings.html");
append("sep.3m_strings.html");
append("slice.3m_strings.html");
append("split.3m_strings.html");
append("split2020.3m_strings.html");
append("squeeze.3m_strings.html");
Expand Down
2 changes: 1 addition & 1 deletion docs/M_strings__oop.3m_strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>M_strings__oop (3m_strings)</TD> <TD align=right width=33%><I>September 17, 2023</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from c7e68c85-9ced-4f25-bef0-356eb1959189 using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>M_strings__oop (3m_strings)</TD> <TD align=right width=33%><I>March 31, 2024</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 941fc287-69bc-47b5-ae70-563bf8241466 using man macros.</FONT>
<br><br><center><img src="images/M_strings__oop.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/adjustc.3m_strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>adjustc (3m_strings)</TD> <TD align=right width=33%><I>September 17, 2023</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 0f8549cd-1797-40a9-946d-4b3335e0a253 using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>adjustc (3m_strings)</TD> <TD align=right width=33%><I>March 31, 2024</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from e497f9fb-6f8b-4da5-a2aa-5c3763b9f7d5 using man macros.</FONT>
<br><br><center><img src="images/adjustc.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/aton.3m_strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>aton (3m_strings)</TD> <TD align=right width=33%><I>September 17, 2023</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 552171f9-109f-4ca9-9730-212a30558219 using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>aton (3m_strings)</TD> <TD align=right width=33%><I>March 31, 2024</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from ec031b86-5283-4f88-ac96-c5d284748e60 using man macros.</FONT>
<br><br><center><img src="images/aton.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/base.3m_strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>base (3m_strings)</TD> <TD align=right width=33%><I>September 17, 2023</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from a0fcfbf6-519c-43d1-b244-dfecf5339eba using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>base (3m_strings)</TD> <TD align=right width=33%><I>March 31, 2024</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 016538a9-5a6e-4f48-98a9-afdb281b540f using man macros.</FONT>
<br><br><center><img src="images/base.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/base2.3m_strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>base2 (3m_strings)</TD> <TD align=right width=33%><I>September 17, 2023</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 0b37fa8a-f6f2-4ec3-b1e1-eaa96f67b8f8 using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>base2 (3m_strings)</TD> <TD align=right width=33%><I>March 31, 2024</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 2ef755d5-2879-4267-871e-ee60eed1ae81 using man macros.</FONT>
<br><br><center><img src="images/base2.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/bundle.3m_strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>bundle (3m_strings)</TD> <TD align=right width=33%><I>September 17, 2023</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from a61b92a9-b040-4e9d-8c10-37481087e27a using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>bundle (3m_strings)</TD> <TD align=right width=33%><I>March 31, 2024</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 5b52d629-f03b-4a98-9c15-ad2a17e848be using man macros.</FONT>
<br><br><center><img src="images/bundle.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/c2s.3m_strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>c2s (3m_strings)</TD> <TD align=right width=33%><I>September 17, 2023</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 39cdac77-b62c-441f-b752-091891faa562 using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>c2s (3m_strings)</TD> <TD align=right width=33%><I>March 31, 2024</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 7f3b00f4-f485-40ab-88fa-98604f7f8404 using man macros.</FONT>
<br><br><center><img src="images/c2s.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/change.3m_strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>change (3m_strings)</TD> <TD align=right width=33%><I>September 17, 2023</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from bbb05c67-1feb-4e1f-a5b0-d59a21cc39fb using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>change (3m_strings)</TD> <TD align=right width=33%><I>March 31, 2024</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from be081c88-0922-4776-b2e7-a69bb2e3fbd8 using man macros.</FONT>
<br><br><center><img src="images/change.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/chomp.3m_strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>chomp (3m_strings)</TD> <TD align=right width=33%><I>September 17, 2023</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 37a42d9a-f2a3-4f74-aa4d-b13be6c97533 using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>chomp (3m_strings)</TD> <TD align=right width=33%><I>March 31, 2024</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 7a7e37d6-c3d4-42c0-ac72-d3a7793ef701 using man macros.</FONT>
<br><br><center><img src="images/chomp.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/clip.3m_strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>clip (3m_strings)</TD> <TD align=right width=33%><I>September 17, 2023</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 7dbac537-9c01-4514-8894-0eea671072f1 using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>clip (3m_strings)</TD> <TD align=right width=33%><I>March 31, 2024</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from cd4e346f-2eb3-487f-9a31-938e927bbece using man macros.</FONT>
<br><br><center><img src="images/clip.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/codebase.3m_strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>codebase (3m_strings)</TD> <TD align=right width=33%><I>September 17, 2023</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 126d0eea-a7c6-4b7b-9135-fff4106a18e2 using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>codebase (3m_strings)</TD> <TD align=right width=33%><I>March 31, 2024</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from d9e2a365-e736-4d6a-8a6a-d94e1e4df004 using man macros.</FONT>
<br><br><center><img src="images/codebase.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/compact.3m_strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>compact (3m_strings)</TD> <TD align=right width=33%><I>September 17, 2023</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 846e1193-bc35-468c-b499-2884bfe3893e using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>compact (3m_strings)</TD> <TD align=right width=33%><I>March 31, 2024</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 12f5fa9b-9493-40c9-a2ca-b56570276c71 using man macros.</FONT>
<br><br><center><img src="images/compact.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/cpad.3m_strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>cpad (3m_strings)</TD> <TD align=right width=33%><I>September 17, 2023</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 7be64c18-d895-4d45-abfa-9bca3777bfe1 using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>cpad (3m_strings)</TD> <TD align=right width=33%><I>March 31, 2024</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from c6afcfc0-6bdc-4b1e-b39e-482892f909b4 using man macros.</FONT>
<br><br><center><img src="images/cpad.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/crop.3m_strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>crop (3m_strings)</TD> <TD align=right width=33%><I>September 17, 2023</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from bb1ef8fb-eddc-4316-83ff-be580fcbeb5c using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>crop (3m_strings)</TD> <TD align=right width=33%><I>March 31, 2024</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from d8fe639e-ecc3-4bf2-b896-30f4ad5c6655 using man macros.</FONT>
<br><br><center><img src="images/crop.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/dble.3m_strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>dble (3m_strings)</TD> <TD align=right width=33%><I>September 17, 2023</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 99b7236c-6c10-4723-999f-a1e941c4d901 using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>dble (3m_strings)</TD> <TD align=right width=33%><I>March 31, 2024</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from f601792b-dead-410e-a9a6-38d0a66a3d61 using man macros.</FONT>
<br><br><center><img src="images/dble.gif"></center>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/decodebase.3m_strings.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <H3>LICENSE</H3>
Public Domain
</BLOCKQUOTE>
<P><HR>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>decodebase (3m_strings)</TD> <TD align=right width=33%><I>September 17, 2023</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from 67b7af30-c0a0-4df6-89a5-0356df8a8a05 using man macros.</FONT>
<TABLE width=100%><TR> <TD width=33%><I>Nemo Release 3.1</I></TD> <TD width=33% align=center>decodebase (3m_strings)</TD> <TD align=right width=33%><I>March 31, 2024</I></TD> </TR></TABLE><FONT SIZE=-1>Generated by <A HREF="http://www.squarebox.co.uk/download/manServer.shtml">manServer 1.08</A> from a56d8827-cc53-4bca-acde-465da1ecbfaf using man macros.</FONT>
<br><br><center><img src="images/decodebase.gif"></center>
</div>
</div>
Expand Down
Loading

0 comments on commit 22e28de

Please sign in to comment.