Skip to content

Instantly share code, notes, and snippets.

@yys
yys / .gitignore
Last active August 29, 2015 14:10 — forked from kmorcinek/.gitignore
# Download this file using PowerShell v3 under Windows with the following comand
# Invoke-WebRequest https://gist.githubusercontent.com/kmorcinek/2710267/raw/ -OutFile .gitignore
# User-specific files
*.suo
*.user
*.sln.docstates
# Build results
@yys
yys / query.js
Created November 2, 2013 14:25 — forked from joshtwist/query.js
function read(query, user, request) {
var queryComponents = query.getComponents();
/*
{ filters: null,
selections: [],
projection: null,
ordering: {},
skip: null,
take: 50,
table: 'test',
@yys
yys / gist:2924744
Created June 13, 2012 15:22 — forked from longzheng/gist:2308859
Windows 8 default XAML templates and styles
<!--
// (c) Copyright Microsoft Corporation.
// This source is subject to [###LICENSE_NAME###].
// Please see [###LICENSE_LINK###] for details.
// All other rights reserved.
//
-->
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">