This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
// (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"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Path Width="40.5" Stretch="Uniform" Fill="#FF2B4B5C" Data="M 0.499999,2.00006L 40.5,6.10352e-005L 39.6667,1044L 38,1047.33L 37.1667,1044.17L 36.8333,1034.25L 36.1667,1032.42L 30.8333,1039L 30.8333,1052.5L 29,1055.5L 26.6667,1052.33L 26.6667,1040.83L 24,1039.67L 24.1667,1030.17L 21.6667,1027.33L 20.6667,1029.33L 20.8333,1042.17L 19,1045.33L 16.75,1041.83L 16.8333,1028L 14.1667,1025.5L 12.6667,1028.83L 12.6667,1043.5L 11,1045.67L 9.33333,1043L 9.16667,1026L 8,1024.08L 3.83333,1032.5L 3.33333,1051.08L 1.90517,1053.05L 0,1051.08L 0.499999,2.00006 Z " UseLayoutRounding="False" d:LayoutOverrides="HorizontalMargin"> | |
<Path.Effect> | |
<DropShadowEffect ShadowDepth="0" Color="#FF2D2D2D"/> | |
</Path.Effect> | |
</Path> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function read(query, user, request) { | |
var queryComponents = query.getComponents(); | |
/* | |
{ filters: null, | |
selections: [], | |
projection: null, | |
ordering: {}, | |
skip: null, | |
take: 50, | |
table: 'test', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |