<?xml version="1.0" encoding="UTF-8" ?>
      <rss version="2.0">
      <channel>
      <title>Chen Yu's Website (English / 中文)</title>
      <description>English first</description>
<item>
            <title>在LaTeX中模仿那些由一个又一个表格组成的Word文档</title>
            <link>https://chenyu76.github.io/writings/deans-office-latex.html</link>
            <description><![CDATA[]]></description>
            <pubDate>Wed, 22 Jul 2026 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/writings/deans-office-latex.html</guid>
          </item>
<item>
            <title>Tetris, but hexagons fall toward the center / 俄罗斯方块，但是六边形往中心落</title>
            <link>https://chenyu76.github.io/program/hextris/index.html</link>
            <description><![CDATA[A Tetris variant where blocks fall toward the center of a hexagon grid.

六边形向中心坠落的俄罗斯方块变体。]]></description>
            <pubDate>Sun, 07 Jun 2026 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/program/hextris/index.html</guid>
          </item>
<item>
            <title>Copilot 键可以用来切换输入法</title>
            <link>https://chenyu76.github.io/writings/copilot-key-as-input-method-switch.html</link>
            <description><![CDATA[]]></description>
            <pubDate>Mon, 25 May 2026 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/writings/copilot-key-as-input-method-switch.html</guid>
          </item>
<item>
            <title>A interesting test of MATLAB language features / 奇妙的MATLAB语言特性小测试</title>
            <link>https://chenyu76.github.io/writings/matlab_behavior_test/index.html</link>
            <description><![CDATA[I hate MATLAB.

我讨厌MATLAB。]]></description>
            <pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/writings/matlab_behavior_test/index.html</guid>
          </item>
<item>
            <title>内网穿透：使用frp远程访问SSH</title>
            <link>https://chenyu76.github.io/writings/how-to-expose-ssh-to-the-internet-with-frp/index.html</link>
            <description><![CDATA[]]></description>
            <pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/writings/how-to-expose-ssh-to-the-internet-with-frp/index.html</guid>
          </item>
<item>
            <title>4D sokoban / 4D推箱子</title>
            <link>https://chenyu76.github.io/program/4d-sokoban/index.html</link>
            <description><![CDATA[Everyone's played 2D Sokoban games, so let's try a 4D one. (Is this really for humans?)

相信大家都玩过2D的推箱子游戏，那让我们试试4D的。（这真是给人类玩的吗）]]></description>
            <pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/program/4d-sokoban/index.html</guid>
          </item>
<item>
            <title>Draftsman.nvim</title>
            <link>https://github.com/chenyu76/draftsman.nvim</link>
            <description><![CDATA[(GitHub link) Neovim plugin. A feature-rich ASCII diagramming tool for Neovim. Draw boxes, arrows, lines, and text, and edit them easily.

（Github链接）Neovim插件。功能丰富的ASCII图表绘制工具，支持绘制方框、箭头、线条和文字，并可轻松编辑。]]></description>
            <pubDate>Fri, 13 Feb 2026 00:00:00 GMT</pubDate>
            <guid>https://github.com/chenyu76/draftsman.nvim</guid>
          </item>
<item>
            <title>Writing a README in LaTeX on GitHub / 在Github上用LaTeX写README</title>
            <link>https://github.com/chenyu76/github-latex-readme</link>
            <description><![CDATA[(Github link) Use GitHub Actions to automatically compile LaTeX files into SVG, thus enabling you to write README files on Github in LaTeX.

（Github链接）使用 GitHub Actions 将 LaTeX 文件自动编译为 SVG，从而用 LaTeX 编写 Github 上的 README 文件。]]></description>
            <pubDate>Mon, 26 Jan 2026 00:00:00 GMT</pubDate>
            <guid>https://github.com/chenyu76/github-latex-readme</guid>
          </item>
<item>
            <title>宝宝也能上手的校园网穿透教程</title>
            <link>https://chenyu76.github.io/writings/college-reverse-proxy.html</link>
            <description><![CDATA[我们将在校园网内计算机上使用frp配置反向代理并安装WireGuard实现在校外访问校内的网络资源。以及一些相关的注意事项。]]></description>
            <pubDate>Sun, 21 Dec 2025 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/writings/college-reverse-proxy.html</guid>
          </item>
<item>
            <title>Glyph ASCII Canvas</title>
            <link>https://github.com/chenyu76/glyph-ascii-canvas</link>
            <description><![CDATA[(GitHub link) A Python program that generates ASCII art from images using a sliding window template matching approach. Considers shape and spatial relationships by comparing image patches against rendered font templates using MSE.]]></description>
            <pubDate>Fri, 21 Nov 2025 00:00:00 GMT</pubDate>
            <guid>https://github.com/chenyu76/glyph-ascii-canvas</guid>
          </item>
<item>
            <title>多角星的生成</title>
            <link>https://chenyu76.github.io/program/draw-n-pointed-star/readme.html</link>
            <description><![CDATA[我们都知道，正五角星只有一种画法（除去平凡的正五边形情形），但当点数增大时，画法就有很多了。我感觉当点数增加时，绘制的形状应该会很好看。]]></description>
            <pubDate>Tue, 15 Jul 2025 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/program/draw-n-pointed-star/readme.html</guid>
          </item>
<item>
            <title>由算法控制难度的俄罗斯方块</title>
            <link>https://chenyu76.github.io/program/tetris/readme.html</link>
            <description><![CDATA[如果一个俄罗斯方块每次给你的方块不是随机的，而是暗中由算法控制，或是帮助你，或是阻止你。<br>将难度调到1享受要啥没啥的狗屎版俄罗斯方块；还附带一个可以自己玩俄罗斯方块的AI，也许你可以看着它玩用于解闷。]]></description>
            <pubDate>Sat, 07 Jun 2025 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/program/tetris/readme.html</guid>
          </item>
<item>
            <title>给reMarkable 1做的保护套</title>
            <link>https://chenyu76.github.io/writings/remarkable_cover.html</link>
            <description><![CDATA[便宜实用手感好，避免屏幕被划伤，但是不耐脏？]]></description>
            <pubDate>Sat, 12 Apr 2025 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/writings/remarkable_cover.html</guid>
          </item>
<item>
            <title>使用Inkscape给LaTeX文档绘图时在其中插入公式</title>
            <link>https://chenyu76.github.io/writings/latex-with-inkscape.html</link>
            <description><![CDATA[没有附带一个Inkscape教程]]></description>
            <pubDate>Tue, 11 Mar 2025 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/writings/latex-with-inkscape.html</guid>
          </item>
<item>
            <title>在LaTeX中添加参考文献</title>
            <link>https://chenyu76.github.io/writings/Add-citation-in-LaTeX.html</link>
            <description><![CDATA[有同学问我怎么引用文章，就有了这一篇基础的LaTeX引用方法]]></description>
            <pubDate>Thu, 20 Feb 2025 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/writings/Add-citation-in-LaTeX.html</guid>
          </item>
<item>
            <title>新年新主题！</title>
            <link>https://chenyu76.github.io/writings/new-year-new-theme.html</link>
            <description><![CDATA[蛇年的全新网站样式！动态随机生成的js背景！]]></description>
            <pubDate>Thu, 06 Feb 2025 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/writings/new-year-new-theme.html</guid>
          </item>
<item>
            <title>some SZU LaTeX templates</title>
            <link>https://chenyu76.github.io/writings/some-szu-LaTeX-template.html</link>
            <description><![CDATA[]]></description>
            <pubDate>Thu, 01 Aug 2024 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/writings/some-szu-LaTeX-template.html</guid>
          </item>
<item>
            <title>新年新主题！ / 本网页背景上的元素现在随风摆动</title>
            <link>https://chenyu76.github.io/writings/new-year-new-theme.html</link>
            <description><![CDATA[可能需要稍等一会才会有风吹来。<br>也许会对您的设备有些许性能影响（虽然我已经尽量优化了）。]]></description>
            <pubDate>Fri, 09 Jan 2026 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/writings/new-year-new-theme.html</guid>
          </item>
<item>
            <title>颜色战争 · 改</title>
            <link>https://chenyu76.github.io/program/color_wars/index.html</link>
            <description><![CDATA[来自JindoBlu的1 2 3 4 Player Games 里有一个叫Color wars的游戏，原版是只有一个方形地图的2～4人对抗游戏。我寻思着可以加点东西，于是就写了这个。增加了更多地图类型和更多玩家。]]></description>
            <pubDate>Sat, 14 Jun 2025 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/program/color_wars/index.html</guid>
          </item>
<item>
            <title>Julia集的计算机艺术</title>
            <link>https://chenyu76.github.io/writings/julia-set.pdf</link>
            <description><![CDATA[（pdf文件)（某课程作业）简单的迭代居然能生成复杂而迷人的图形。]]></description>
            <pubDate>Sun, 15 Dec 2024 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/writings/julia-set.pdf</guid>
          </item>
<item>
            <title>Hirota D 算子的 Mathematica 实现</title>
            <link>https://github.com/chenyu76/MMA-Hirota-D-operators</link>
            <description><![CDATA[（Github 链接）]]></description>
            <pubDate>Sun, 17 Nov 2024 00:00:00 GMT</pubDate>
            <guid>https://github.com/chenyu76/MMA-Hirota-D-operators</guid>
          </item>
<item>
            <title>README / 一个拼图游戏</title>
            <link>https://chenyu76.github.io/program/7-piece-puzzle/Readme and solution.html</link>
            <description><![CDATA[关卡随机生成的拼图游戏]]></description>
            <pubDate>Mon, 09 Sep 2024 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/program/7-piece-puzzle/Readme and solution.html</guid>
          </item>
<item>
            <title>Tractor Battle 3D / 一个对抗游戏</title>
            <link>https://chenyu76.github.io/program/TractorBattle3D/readme.html</link>
            <description><![CDATA[生成障碍阻碍对手的多人本地游戏，Godot练习]]></description>
            <pubDate>Thu, 01 Aug 2024 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/program/TractorBattle3D/readme.html</guid>
          </item>
<item>
            <title>以网格形式批量查看有命名规范的图片的Qt程序</title>
            <link>https://github.com/chenyu76/MatrixGraphViewer</link>
            <description><![CDATA[（Github链接）]]></description>
            <pubDate>Mon, 26 Aug 2024 00:00:00 GMT</pubDate>
            <guid>https://github.com/chenyu76/MatrixGraphViewer</guid>
          </item>
<item>
            <title>关于这个网站 / 关于本站</title>
            <link>https://chenyu76.github.io/writings/about-the-website.html</link>
            <description><![CDATA[第一篇文章]]></description>
            <pubDate>Thu, 20 Jun 2024 00:00:00 GMT</pubDate>
            <guid>https://chenyu76.github.io/writings/about-the-website.html</guid>
          </item>
</channel>
      </rss>