Diff2html: Displaying changes between two versions of a git repository diff2html is a package which can be used to display differences between two commits of a git repository in HTML format. Suppose that we are …
Makefile for applications based on LibTorch C++ API Code using LibTorch C++ APIs can be compiled using CMake, as suggested in this page. Alternatively, one can compile the code by writing a …
Add posts to Hugo blog using Jupyter notebook In this post, I record some tips for using Jupyter notebook, which is a web-based tool for interactively editing, coding, and running Python …
Setup working environment on a new machine Recently I replaced my old laptop with a new one. This post records the steps to install some neccessary packages on the new machine after …
Interface C++/Python codes using swig swig is a software development tool that connects codes written in different languages. In this post, I give an example and show how it can …
Latexdiff: display differences between two versions of a tex document latexdiff is a tool to display the differences between two tex files. Suppose the old version and the new version of a draft are in …
Some useful commands under Ubuntu In this post we record several useful commands/softwares under Ubuntu. convert is a very powerful command for post-processing images. For …
Hugo+Firebase: building blog and adding new posts This blog is built using Hugo and is hosted at Google’s servers using Firebase. See Quick Start for installation and setting up sites with …