Open Source Disk Usage Analyzers for Windows
28 Oct 2022These days I find my disks almost full, and want to find some tools to scan my disks and find out the large files that occupy the space.
These days I find my disks almost full, and want to find some tools to scan my disks and find out the large files that occupy the space.
How to package and encrypt files or folders easily using symmetry password in unix way? tar
-> gzip
-> gpg
to rescue. Here is my quick note.
This is the quick note before and after installing Windows 10 pro.
A few days ago, I wanted to transfer photos from my iPhone to my computer. But it was very annoying that after copying for a while, the process stopped with some errors occured.
In Windows 10 Anniversary Update and later Creators Update, if we press “shift” key and right click on desktop, drive, folder, folder blackground, we could see the menu “Open PowerShell window here”. It’s convenient for development. But how to reveal the menu?
继 2014 年 Adobe 发布思源黑体之后,现在 2017 年 Adobe 发布了思源宋体!两者都开源!不要钱!走过路过不要错过!这是一种什么精神?!一种国际主义精神!
This post shows how to use Electron as the GUI component of Python applications. (Updated version of one of my previous posts.) The frontend and backend communicate with each other using zerorpc
. The complete code is on GitHub repo.
topological sorting can be solved using DFS and BFS in asymptotical time complexity $O(V + E)$.
Remember the core idea in React: UI = func(const props, state)
.