How to develop on macOS and compile on linux efficiently

25 Apr 2020

I write web program with c++ in my macbook, deploy in customer's linux server. So, I must compile my code in a linux virtual machine, then put the binary file to my customer's server via sftp. It's a trouble for me, I write a shell program to make it automatic.

For Kid's Programming: Common words (Part 2)

29 Feb 2020

I sort out 100 high-frequency words that I use in programming, Python and C++. Here are the second ten.

For Kid's Programming: Common words (Part 1)

27 Feb 2020

Learning English is the first task of learning programming for children in non-native English speaking countries.

A Gold price voice reporter for macOS

26 Feb 2020

Write a shell program that automatically announce gold price in a specified time period according to the set frequency.