<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Andy&#39;s links bookmarks</title>
    <link>https://links.alderwick.co.uk</link>
    <description>All public bookmarks are sent to this feed.</description>
    <pubDate>11 Sep 26 20:34 BST</pubDate>
    <item>
      <title>Lua 5.1 Reference Manual</title>
      <description><![CDATA[
<h2><a href="https://lua.org/manual/5.1/manual.html">Lua 5.1 Reference Manual</a></h2>
<p>🔗 <a href="https://lua.org/manual/5.1/manual.html">lua.org/manual/5.1/manual.html</a></p>
<p>🏷 <a href="/tag/lua">lua</a></p>
<article class="mycomarkup-doc">
</article>

]]></description>
      <author>andy</author>
      <link>https://lua.org/manual/5.1/manual.html</link>
      <pubDate>06 Sep 26 09:09 UTC</pubDate>
    </item>
    <item>
      <title>Monocypher manual</title>
      <description><![CDATA[
<h2><a href="https://monocypher.org/manual/">Monocypher manual</a></h2>
<p>🔗 <a href="https://monocypher.org/manual/">monocypher.org/manual</a></p>
<p>🏷 <a href="/tag/c">c</a>, <a href="/tag/crypto">crypto</a></p>
<article class="mycomarkup-doc">
	<blockquote>
		<p>
			Monocypher is a cryptographic library. It provides functions for authenticated encryption, hashing, password hashing and key derivation, key exchange, and public key signatures.
		</p>
	</blockquote>
</article>

]]></description>
      <author>andy</author>
      <link>https://monocypher.org/manual/</link>
      <pubDate>06 Sep 26 00:54 UTC</pubDate>
    </item>
    <item>
      <title>Unison manual</title>
      <description><![CDATA[
<h2><a href="https://html-preview.github.io/?url=https://raw.githubusercontent.com/bcpierce00/unison/documentation/unison-manual.html">Unison manual</a></h2>
<p>🔗 <a href="https://html-preview.github.io/?url=https://raw.githubusercontent.com/bcpierce00/unison/documentation/unison-manual.html">html-preview.github.io?url=https://raw.githubusercontent.com/bcpierce00/unison/documentation/unison-manual.html</a></p>
<p>🏷 <a href="/tag/unison">unison</a></p>
<article class="mycomarkup-doc">
	<blockquote>
		<p>
			Unison is a file-synchronization tool for POSIX-compliant systems (e.g. BSDs, GNU/Linux, macOS) and Windows. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other.
		</p>
	</blockquote>
	<p>
		(Also, this link uses html-preview.github.io, which seems to be a useful service in itself.)
	</p>
</article>

]]></description>
      <author>andy</author>
      <link>https://html-preview.github.io/?url=https://raw.githubusercontent.com/bcpierce00/unison/documentation/unison-manual.html</link>
      <pubDate>06 Sep 26 00:49 UTC</pubDate>
    </item>
    <item>
      <title>Built-in Functions</title>
      <description><![CDATA[
<h2><a href="https://docs.python.org/3/library/functions.html">Built-in Functions</a></h2>
<p>🔗 <a href="https://docs.python.org/3/library/functions.html">docs.python.org/3/library/functions.html</a></p>
<p>🏷 <a href="/tag/python">python</a></p>
<article class="mycomarkup-doc">
	<blockquote>
		<p>
			The Python interpreter has a number of functions and types built into it that are always available.
		</p>
	</blockquote>
	<p>
		If what I&#39;m looking for isn&#39;t here, it&#39;s probably in <a class="wikilink wikilink_external wikilink_https" href="https://docs.python.org/3/library/itertools.html">itertools</a>.
	</p>
</article>

]]></description>
      <author>andy</author>
      <link>https://docs.python.org/3/library/functions.html</link>
      <pubDate>06 Sep 26 00:44 UTC</pubDate>
    </item>
    <item>
      <title>Python Built-in Types</title>
      <description><![CDATA[
<h2><a href="https://docs.python.org/3/library/stdtypes.html">Python Built-in Types</a></h2>
<p>🔗 <a href="https://docs.python.org/3/library/stdtypes.html">docs.python.org/3/library/stdtypes.html</a></p>
<p>🏷 <a href="/tag/python">python</a></p>
<article class="mycomarkup-doc">
	<blockquote>
		<p>
			Built-in Types
		</p>
		<p>
			The following sections describe the standard types that are built into the interpreter.
		</p>
		<p>
			The principal built-in types are numerics, sequences, mappings, classes, instances and exceptions.
		</p>
	</blockquote>
</article>

]]></description>
      <author>andy</author>
      <link>https://docs.python.org/3/library/stdtypes.html</link>
      <pubDate>06 Sep 26 00:43 UTC</pubDate>
    </item>
    <item>
      <title>Python library documentation: re</title>
      <description><![CDATA[
<h2><a href="https://docs.python.org/3/library/re.html">Python library documentation: re</a></h2>
<p>🔗 <a href="https://docs.python.org/3/library/re.html">docs.python.org/3/library/re.html</a></p>
<p>🏷 <a href="/tag/python">python</a></p>
<article class="mycomarkup-doc">
	<p>
		The documentation for the <code>re</code> module. Since the <code>re</code> can be replaced with any module name, it&#39;s a useful springboard.
	</p>
</article>

]]></description>
      <author>andy</author>
      <link>https://docs.python.org/3/library/re.html</link>
      <pubDate>06 Sep 26 00:42 UTC</pubDate>
    </item>
    <item>
      <title>Scribus Scripter API</title>
      <description><![CDATA[
<h2><a href="https://impagina.org/scribus-scripter-api/">Scribus Scripter API</a></h2>
<p>🔗 <a href="https://impagina.org/scribus-scripter-api/">impagina.org/scribus-scripter-api</a></p>
<p>🏷 <a href="/tag/scribus">scribus</a></p>
<article class="mycomarkup-doc">
	<blockquote>
		<p>
			Scribus Python interface module
		</p>
		<p>
			This module is the Python interface for Scribus. It provides functions to control scribus and to manipulate objects on the canvas.
		</p>
	</blockquote>
</article>

]]></description>
      <author>andy</author>
      <link>https://impagina.org/scribus-scripter-api/</link>
      <pubDate>06 Sep 26 00:40 UTC</pubDate>
    </item>
  </channel>
</rss>
