feature image Photo Credit: Texture Lovers
HJY bio photo

HJY

A Code Lover. Also good at cooking

Github

Recent Posts

My own linux memo

some linux commands I found useful

My own vim tips

a small memo about how to use vim

[OpenMp Notes] Set Up IDE On Windows and Mac

A brief note about how to setup ide for openmp. Windows: Visual studio: In solution configuration c++ language set...

Opengl Note: glutLookAt and glLoadIdentity Trap

A tricky bug of my openGl project. Considering following code: [code lang="c"] glMatrixMode(GL_PROJECTION); glLoadId...

Let's Python!

**A article I wrote to convince my group members to use Python for project rather than Java. So we can finish the pro...