Posts by Year

2022

Hi Here is Shaofeng Wu, David

less than 1 minute read

I am a PhD student from CSE department, CUHK. My current research direction is SmartNIC/DPU. I like exploring Linux kernel and networking technologies.

Minimal Mistake Tips

less than 1 minute read

This website is built with minimal mistake theme. I have some tips in customizing your own github page with minimal mistake theme.

Bash

less than 1 minute read

IO in C

1 minute read

Here lists several methods for input/output in C.

Linkage in C

2 minute read

As a C programmer, you may occasionally notice the usage of keywords static and extern in other people’s code. What’s more, you may also notice the combinat...

Back to Top ↑

2021

Maximum Subarray Problem

1 minute read

Problem Description Input: An array A[1,…,n] consists of integer elements Output: An array A[i,…,j], it is a subarray of A[1,…,n] and the sum of its elemm...

Catalan Number

2 minute read

Definition Catalan number is a group of numbers that satisfy a specific recurrence relationship. If we use Ck to represent the kth catalan number, then it fo...

How to Use Git?

2 minute read

What is Git Git is a distributed open-source version control tool. Developers use Git to collaborate their work and control program versions.

Back to Top ↑