HJY bio photo

HJY

A Code Lover. Also good at cooking

Github

All Posts

2014

My own linux memo

some linux commands I found useful

My own vim tips

a small memo about how to use vim

2013

[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...

Syntax Highlighting Post

Demo post displaying the various ways of highlighting code in Markdown.

Sample Link Post

iOS tutorial: Create a Subclass of UIView with xib

In this tutorial, I will create a subclass of UIView with xib. In iOS, UI can be created by purely code or xib. Pers...

My Co-op experience with Compunetix part2 (May.2013-August.2013)

In my last Co-op rotation(May to August), I continued working on iOS and built AVerEG. AVer is the partner company wi...

Some Useful External Objective-C API

The followings are some iOS API that I found useful. fmdb. A Cocoa / Objective-C wrapper around SQLite   Instead o...

Post with Large Feature Image and Text

Custom written post descriptions are the way to go... if you're not lazy.

A Post with Images

Examples and code for displaying images in posts.

My Co-op experience with Compunetix part1 (January.2013-May.2013)

My second and third Co-op rotation is from January to August 2013 with Compunetix. I separated them into two posts. P...

Sqlite3 notes: a pitfall of sqlite3_close

I had an interesting bug today, when I used SQlite C interface. Take a look at the following code: [code lang="c"] ...

My Co-op experience with Philips Healthcare (January.2012 - May.2012)

My first Co-op rotation is with Philips Healthcare from January to May 2012. During the 4-month Co-op, I made two iPa...

2012

Testing Readability with a Bunch of Text

A ton of text to test readability.

2011

Sample Post

Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more.