diff options
author | jaseg <git@jaseg.de> | 2025-06-30 15:37:11 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2025-06-30 15:37:11 +0200 |
commit | 754e3c8c02c249dfb328d3f37ed96e6aa6b8d620 (patch) | |
tree | 726a284ccae80d91403e2b433788d1fb8d29782a /projects/index.xml | |
parent | 16655c00e0a84f6bfe58870c918fbfc016fe58ec (diff) | |
parent | 458a5fdfc598517b9fbddd02d3e1ae7cc70ceb9d (diff) | |
download | blog-754e3c8c02c249dfb328d3f37ed96e6aa6b8d620.tar.gz blog-754e3c8c02c249dfb328d3f37ed96e6aa6b8d620.tar.bz2 blog-754e3c8c02c249dfb328d3f37ed96e6aa6b8d620.zip |
deploy.py auto-commit
Diffstat (limited to 'projects/index.xml')
-rw-r--r-- | projects/index.xml | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/projects/index.xml b/projects/index.xml new file mode 100644 index 0000000..5a88e71 --- /dev/null +++ b/projects/index.xml @@ -0,0 +1,69 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> + <channel> + <title>Projects on Home</title> + <link>http://jaseg.de/projects/</link> + <description>Recent content in Projects on Home</description> + <generator>Hugo</generator> + <language>en-us</language> + <copyright>Jan Sebastian Götte</copyright> + <lastBuildDate>Wed, 04 Oct 2023 23:42:00 +0200</lastBuildDate> + <atom:link href="http://jaseg.de/projects/index.xml" rel="self" type="application/rss+xml" /> + <item> + <title>KiMesh</title> + <link>http://jaseg.de/projects/kimesh/</link> + <pubDate>Wed, 04 Oct 2023 23:42:00 +0200</pubDate> + <guid>http://jaseg.de/projects/kimesh/</guid> + <description><div class="document">


<p>KiMesh is a KiCad plugin that automatically creates security meshes with two or traces covering an arbitrarily-shaped outline on the board.</p>
</div></description> + </item> + <item> + <title>8seg</title> + <link>http://jaseg.de/projects/8seg/</link> + <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> + <guid>http://jaseg.de/projects/8seg/</guid> + <description><div class="document">


<p>8seg is an experimental textual display. It is made from a 45m by 1.5m large lacework banner that can be put up in a variety of spaces, conforming to the space's size and shape through bending and folding.</p>
</div></description> + </item> + <item> + <title>Gerbolyze</title> + <link>http://jaseg.de/projects/gerbolyze/</link> + <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> + <guid>http://jaseg.de/projects/gerbolyze/</guid> + <description><div class="document">


<p>Gerbolyze is a tool that allows the modification of Gerber PCB artwork with a vector graphics editor like Inkscape. Gerbolyze directly converts between SVG and Gerber, and accurately reproduces details that other tools can not.</p>
</div></description> + </item> + <item> + <title>Gerbonara</title> + <link>http://jaseg.de/projects/gerbonara/</link> + <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> + <guid>http://jaseg.de/projects/gerbonara/</guid> + <description><div class="document">


<p>Gerbonara is a user-friendly, powerful tool for reading, writing, modification and rendering of Gerber PCB artwork from the command line or from Python code. Gerbonara supports the Gerber dialects of all industry-standard EDA tools.</p>
</div></description> + </item> + <item> + <title>lolcat-c</title> + <link>http://jaseg.de/projects/lolcat-c/</link> + <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> + <guid>http://jaseg.de/projects/lolcat-c/</guid> + <description><div class="document">


<p>lolcat-c is a small, high-performance re-implementation of the <a class="reference external" href="https://github.com/busyloop/lolcat">lolcat</a> rainbow cat utility. lolcat-c is meant as a lolcat that you can actually use in production. It is fast, not slowing down whatever you pipe through it, and it robustly handles real-world terminal output including escape sequences.</p>
</div></description> + </item> + <item> + <title>python-mpv</title> + <link>http://jaseg.de/projects/python-mpv/</link> + <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> + <guid>http://jaseg.de/projects/python-mpv/</guid> + <description><div class="document">


<p>python-mpv is a small, ctypes-based Python library wrapping the libmpv media player library. Despite its small size and simple API, python-mpv allows advanced control over libmpv and beyond simple remote control of mpv can be used to embed mpv in OpenGL, Qt, and GTK-based Python applications.</p>
</div></description> + </item> + <item> + <title>svg-flatten</title> + <link>http://jaseg.de/projects/svg-flatten/</link> + <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> + <guid>http://jaseg.de/projects/svg-flatten/</guid> + <description><div class="document">


<p>svg-flatten is a command-line utility that performs vector occlusion and clipping on SVG files, producing a flattened SVG file without overlapping elements, without changing what the file looks like. svg-flatten is used as a part of gerbolyze.</p>
</div></description> + </item> + <item> + <title>wsdiff</title> + <link>http://jaseg.de/projects/wsdiff/</link> + <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate> + <guid>http://jaseg.de/projects/wsdiff/</guid> + <description><div class="document">


<p>wsdiff is a command-line utility that produces self-contained, syntax-highlighted, HTML-formatted diffs that support both unified and side-by-side diffs from a single source file using nothing but CSS magic.</p>
</div></description> + </item> + </channel> +</rss> |