Install OpenCV on macOS with Homebrew

I've been working with camera videos using OpenCV recently. On Linux, installing OpenCV can be quite cumbersome because it needs to be manually compiled. However, Homebrew makes everything easy on ...

- READ MORE -

Visualize web log with GoAccess

GoAccess is an open-source web log analyzer and interactive viewer that runs in a terminal or through your browser. It provides fast and valuable HTTP statistics for system administrators that requ...

- READ MORE -

Implement hash table in C with uthash library

This article briefly introduces how to create a hash table using uthash, as well as perform operations such as adding, deleting, looking up an item, printing the table, and clearing the table.

- READ MORE -

memos - a lightweight, self-hosted memo hub

memos is a free, open source, and self-hosted memo hub. You can post your ideas, code, todo list, whatever, on it, just like a personal facebook. Recently, memos released "Ask AI," which allows you...

- READ MORE -

Build a mail server with docker-mailserver

docker-mailserver is a production-ready fullstack but simple mail server that runs inside a container. Building a mail server is quite complicated, and for a beginner, it may be unclear how to star...

- READ MORE -