使用Katex渲染数学公式

KaTex是一个由KhanAcademy推出的,基于Javascript的,轻量级的,速度飞快的,数学公式渲染库(与之相对的是功能较丰富的MathJax)。 ...

October 30, 2021

安装Wolfram Engine for Developer

Mathematica是wolfram的数学计算工具,好用但是贼贵。 Wolfram Engine for Developers可以看作是Mathematica的内核,缺乏GUI,只有命令行界面,其他功能上不知是否有欠缺。但是好处是对对开发者免费。Launching Today: Free Wolfram Engine for Developers对此做了介绍。 ...

September 19, 2021

笔记工具logseq

随着RoamResearch的火热,同类软件风起云涌,logseq就是其中的佼佼者。其开源项目地址是https://github.com/logseq/logseq。 ...

September 5, 2021

使用Hound检索代码

hound-search/hound是基于https://github.com/google/codesearch的搜索工具,后者的原理是基于Trigram的,参考http://swtch.com/~rsc/regexp/regexp4.html。 ...

August 21, 2021

基于Webview的Blazor

.NET 6 Gets Blazor WebView Controls for WPF, WinForms提到.NET 6 Preview 3为WPF和WinForms提供了BlazorWebView。有点好奇BlazorWebView到底是什么。 ...

August 3, 2021

在非系统盘安装WSL

...

July 17, 2021

使用Chezmoi管理配置文件

chezmoi是一款基于模板的dot配置管理器,使用go语言编写,并使用https://pkg.go.dev/text/template来对配置进行模板化以适应不同平台差异。 ...

July 15, 2021

Ubuntu架设Clash服务

目标操作系统:Ubuntu20.04。 ...

July 6, 2021

和WinUI测试相关的一些问题收集

...

June 29, 2021

VisualStudio的自动FileNesting

讲述Visual Studio中的文件嵌套(FileNesting)。 ...

May 31, 2021

在emacs中开发racket

不断更新贴,介绍如何在emacs中开发racket。 ...

April 19, 2021

Windows下编译libedit失败记

记一次失败的折腾。 ...

March 20, 2021