Posts

Contributing for the open-souce projects to classmates

It is fun to help others' projects because I get the chance to learn different methodologies to implement the same logic. In the Release 0.1, I added supports for the Word document and Eslint to two classmates' Github projects. I improved my programming skills by reading many documentations when finding third party packages to fix the issues. It's a good way to learn.

Building the vscode

I forked the vscode repository from Microsoft's Github. It is a very popular editor nowadays and I want to make some contributions to it hopefully.  The building process was simple and straight forward. I followed the instruction on the official readme and install all the dependencies. Although there was some troubles such as the version issue of python on my Mac, I was still able to make it through. It's quite amazing to see the whole building process of vscode and finally the editor window pops up.

My first post

I found a cool open source project on GitHub called "Detectron". It is a Facebook AI research project used for object detection. This project is started 5 days ago with 2 contributors but it has 14 issues need to be solved. The main written language is Python. The link:  https://github.com/facebookresearch/Detectron