Gabriel Wu

Gabriel Wu @lucifer1004

About: A writer. Writing academic papers, blogs, codes, documents, essays, novels, poems, and translations.

Location:
Beijing
Joined:
Dec 29, 2018

Gabriel Wu
articles - 11 total

Compile OpenCV4

Since OpenCV4 does not generata .pc file by default, we need to compile it from source and turn on...

Learn More 2 0May 6 '19

My GDAL CLI snippets

To crop a raster file according to a shapefile gdalwarp -overwrite -s_srs EPSG:32649 -q...

Learn More 12 0Mar 7 '19

How I wrote my own React wrapper for Google Map

A few months ago, when I started the Neighborhood Map project of Udacity, I f...

Learn More 26 12Feb 27 '19

Simple way to diff server/browser rendering results

I found this answer at StackOverflow. I think it is useful, so I share with you here. ...

Learn More 5 0Feb 24 '19

It is NOT always right to pin your dependencies

TL;DR; If you are writing a library/package, make sure you will update your dependencies in time...

Learn More 7 0Feb 19 '19

The fastest way to learn the syntax of a new programming language

There are many sites like Leetcode, Codewars and so on, where people solve various coding problems....

Learn More 5 2Jan 18 '19

`yarn global` under the hood (2) -- the source

Dive into the source code of `yarn global`

Learn More 5 0Jan 14 '19

`yarn global` under the hood

yarn global helps us manage global npm packages, which is especially useful for CLI tools. How does...

Learn More 11 0Jan 13 '19

A few pip tips

I record these tips mainly for future references, but I would be glad if you also find this post...

Learn More 4 1Jan 6 '19

Developing your first CLI (command line interface) tool using NodeJS

Most programmers prefer CLI to GUI, why? They are smaller in size. Batch proc...

Learn More 28 3Jan 5 '19

Test-driven development of an HTTP server with Koa.js

pkuosa-gabriel / koa-http-server ...

Learn More 13 0Jan 3 '19