Skip to content

Instantly share code, notes, and snippets.

View jwu's full-sized avatar
🖖
wuhu......

Johnny Wu jwu

🖖
wuhu......
  • @xmfunny
  • Xia Men,Fu Jian,China
View GitHub Profile
@jwu
jwu / 0_reuse_code.js
Created March 28, 2014 03:56
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@jwu
jwu / orthodoxc++.md
Created March 8, 2016 07:59 — forked from bkaradzic/orthodoxc++.md
Orthodox C++

Orthodox C++

What is Orthodox C++?

Orthodox C++ (sometimes referred as C+) is minimal subset of C++ that improves C, but avoids all unnecessary things from so called Modern C++. It's exactly opposite of what Modern C++ suppose to be.

Why not Modern C++?