Skip to content

Instantly share code, notes, and snippets.

View mumblepins's full-sized avatar

Daniel Sullivan mumblepins

  • Twin Cities, MN
View GitHub Profile
@mumblepins
mumblepins / CLion_Ninja.md
Created September 15, 2017 17:58 — forked from nevkontakte/CLion_Ninja.md
Ninja support for CLion IDE

Ninja support for CLion IDE

This script enables Ninja-powered builds in CLion IDE by wrapping around CMake, which it uses. See my blog post for details.

Disclaimer

This script is provided AS IS with no guarantees given or responsibilities taken by the author. This script relies on undocumented features of CLion IDE and may lead to instability of build and/or IDE. Use it on your own risk under WTFPL terms.

@mumblepins
mumblepins / 0_reuse_code.js
Created September 13, 2017 16:16
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