String Editing Problem

2025年2月22日

The string editing problem arises in many applications, notably in text editing, molecular sequence comparison, etc. Algorithmic aspects of this probl […]

differencing algorithms

2025年1月30日

Given two (sets of) objects \(o_1, o_2\), the learn function generates a program p. When given \(o_1\), the program p recovers \(o_2\). When given ano […]

How git stores revisions

2025年1月29日

In this article, I will inspect the internals of git by experiments. I will create repositories, make commits, and use git plumbing commands to reveal […]

Customize search engines

2025年1月18日

In Firefox, go to about:config, add key browser.urlbar.update2.engineAliasRefresh to true. Otherwise you can’t manually add search engines or ru […]

修改标准键盘布局以便适应自己的workload

2025年1月1日

2010年我使用了半年以上的德沃夏克Dvorak键盘布局。当时测试了快蹄qwerty布局和Dvorak的打字速度,发现训练半年后Dvorak的速度还是qwerty的三分之二。 主要原因有三: 1. Dvorak的按键操作精密,手背的筋有抽筋的感觉。 2. 非标准布局的支持问题:学校电脑、公司电脑、手 […]

Powershell命令笔记

2024年12月31日

搜索哪些文件含有指定字符串 Get-ChildItem ..\scripts\*azz* |Select-String 571 867161.xml:301:<t id=”571″>[author]\033Y黑客联盟 \033B-%s\033X[/author]&#x5Btext colwid […]