Skip to content

Instantly share code, notes, and snippets.

View wmaurer's full-sized avatar

Wayne Maurer wmaurer

View GitHub Profile
@wmaurer
wmaurer / _ReactiveUI_CodeSnippets_README.md
Last active July 27, 2016 15:47 — forked from rzhw/README.md
ReactiveUI read/wite property code snippet
  • Separate public/private literals
  • For RxUI 6
  • With private, because that's the way I like it
  • Single line get/set

Forked from rzhw/README.md

@wmaurer
wmaurer / 0_reuse_code.js
Created January 9, 2014 10:35
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