Since OpenCV4 does not generata .pc file by default, we need to compile it from source and turn on...
To crop a raster file according to a shapefile gdalwarp -overwrite -s_srs EPSG:32649 -q...
A few months ago, when I started the Neighborhood Map project of Udacity, I f...
I found this answer at StackOverflow. I think it is useful, so I share with you here. ...
TL;DR; If you are writing a library/package, make sure you will update your dependencies in time...
There are many sites like Leetcode, Codewars and so on, where people solve various coding problems....
Dive into the source code of `yarn global`
yarn global helps us manage global npm packages, which is especially useful for CLI tools. How does...
I record these tips mainly for future references, but I would be glad if you also find this post...
Most programmers prefer CLI to GUI, why? They are smaller in size. Batch proc...
pkuosa-gabriel / koa-http-server ...