Github-Pages

Rong Zheng’s Github Page

Go to the last section, click here

Take a look at the readme file

Sections:

Who am I?

My name is Rong Zheng, and I am a freshman sophomore student.

My favorite sports are:

I can speak:

My favorite formula:

E = mc^2

My favorite game:

I love playing rubik’s cube:

Education

I am a CSE student.

My CS Experience

  1. C++
    • I am good at C++
  2. C#
  3. Java
  4. Python

My favorite code:

float InvSqrt (float x){
    float xhalf = 0.5f*x;
    int i = *(int*)&x;
    i = 0x5f3759df - (i>>1);
    x = *(float*)&i;
    x = x*(1.5f - xhalf*x*x);
    return x;
}

Source: Lomont

That’s All

Thank you!