<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="atom-style.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<id>https://jsdurand.xyz/atom.xml</id>
<title>JSDurand's codes</title>
<author>
<name>JSDurand</name>
<uri> https://jsdurand.xyz </uri>
<email>mmemmew@gmail.com</email>
</author>
<link rel="self" type="applicatoin/atom+xml" href="https://jsdurand.xyz/code-atom.xml"/>
<rights>Copyright (c) 2021, JSDurand</rights>
<updated>2026-07-10T00:47:57+08:00</updated>
<generator uri="https://www.gnu.org/software/emacs/" version="28.0.50">Emacs</generator>

<entry>
<title type="text">The second simple music converter / generator</title>
<updated>2026-05-20T21:36:11+08:00</updated>
<id>https://jsdurand.xyz/music-converter-2.html</id>
<link rel="self" type="text/html" href="https://jsdurand.xyz/music-converter-2.html"/>
<published>2022-08-24T23:51:00+08:00</published>
<content type="html">
In the past I posted an &lt;a href="https://jsdurand.xyz/music-converter.html"&gt;article&lt;/a&gt; about my little project of generating
music and converting from music sheets to audio files.  But that
version is quite unsatisfying and has several problems that I would
like to solve.  Then comes this second project, where I try to solve
the previous problems.

</content>
</entry>
<entry>
<title type="text">Tricks for Eshell</title>
<updated>2026-05-20T21:36:11+08:00</updated>
<id>https://jsdurand.xyz/eshell-tricks.html</id>
<link rel="self" type="text/html" href="https://jsdurand.xyz/eshell-tricks.html"/>
<published>2021-09-05T16:44:00+08:00</published>
<content type="html">
This post summarizes some of the Emacs Lisp functions I wrote for
Eshell.

</content>
</entry>
<entry>
<title type="text">rten-brel: An indexing program</title>
<updated>2026-05-20T21:36:11+08:00</updated>
<id>https://jsdurand.xyz/rten-brel.html</id>
<link rel="self" type="text/html" href="https://jsdurand.xyz/rten-brel.html"/>
<published>2021-08-21T16:39:00+08:00</published>
<content type="html">
This article talks about the program &lt;i&gt;rten-brel&lt;/i&gt;.  It is a program to
index documents.  Since it is not finished yet, this article will be
updated once in a while.

</content>
</entry>
<entry>
<title type="text">A simple music converter/generator</title>
<updated>2026-05-20T21:36:11+08:00</updated>
<id>https://jsdurand.xyz/music-converter.html</id>
<link rel="self" type="text/html" href="https://jsdurand.xyz/music-converter.html"/>
<published>2021-08-21T11:57:00+08:00</published>
<content type="html">
This article talks about one of my little projects: a program that can
convert a text music sheet, in a custom, arbitrary format, to audio
files.

</content>
</entry>
</feed>