I hereby claim:
- I am chevdor on github.
- I am chevdor (https://keybase.io/chevdor) on keybase.
- I have a public key whose fingerprint is 1E21 93D2 2146 E6E5 B28C 8E91 D109 91A3 3805 A62A
To claim this, I am signing this object:
| <link rel="import" href="../core-scaffold/core-scaffold.html"> | |
| <link rel="import" href="../core-header-panel/core-header-panel.html"> | |
| <link rel="import" href="../core-menu/core-menu.html"> | |
| <link rel="import" href="../core-item/core-item.html"> | |
| <link rel="import" href="../core-icon-button/core-icon-button.html"> | |
| <link rel="import" href="../core-toolbar/core-toolbar.html"> | |
| <link rel="import" href="../core-field/core-field.html"> | |
| <link rel="import" href="../core-icon/core-icon.html"> | |
| <link rel="import" href="../core-input/core-input.html"> | |
| <link rel="import" href="../core-icons/core-icons.html"> |
| <link rel="import" href="../chart-js/chart-js.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; | |
| width: 100%; | |
| height: 100%; |
I hereby claim:
To claim this, I am signing this object:
| Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions | |
| Enable-RemoteDesktop | |
| cinst git-credential-winstore | |
| cinst console-devel | |
| cinst sublimetext2 | |
| cinst notepadplusplus | |
| cinst IIS-WebServerRole -source windowsfeatures |
| <link rel="import" href="../polymer/polymer.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: absolute; | |
| width: 100%; | |
| height: 100%; |
| <link rel="import" href="../polymer/polymer.html"> | |
| <polymer-element name="my-element"> | |
| <template> | |
| <style> | |
| :host { | |
| position: static; | |
| width: 12%; | |
| height: 12%; |
| # This GUID ** MUST BE ** unique. If you doubt, make a new one. Do NOT reuse that one !!! | |
| $guid = [guid]"4e3f9abc-c3c8-4355-b7d8-688e70c50124" | |
| $brokerName = "TIS.ServiceBroker.YourBroker" | |
| $brokerSystemName = $brokerName | |
| $brokerDLL = "$($brokerName).dll" # Make sure that matched the name of your file | |
| $displayName = $brokerName -replace '\.',' ' # you can be creative here if you prefer... | |
| $brokerDescription = "Whatever blabla" | |
| Function GetK2InstallPath([string]$machine = $env:computername) { |
| var pjson = require("./package.json"); | |
| var gulp = require('gulp'); | |
| var replace = require('gulp-replace'); | |
| var shell = require('gulp-shell'); | |
| var zip = require('gulp-zip'); | |
| var md5 = require("gulp-md5"); | |
| var print = require('gulp-print'); | |
| var clean = require('gulp-rimraf'); | |
| var debug = require('gulp-debug'); | |
| var bump = require('gulp-bump'); |
| # New GUID: [guid]::NewGuid() | |
| $guid = [guid]"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" # This GUID ** MUST BE ** unique. If you doubt, make a new one. | |
| $brokerName = "your.broker.name" | |
| $brokerSystemName = $brokerName | |
| $brokerDLL = "$($brokerName).dll" # Make sure that matched the name of your file | |
| $displayName = $brokerName -replace '\.',' ' # you can be creative here if you prefer... | |
| $brokerDescription = "some desc" | |
| Function GetK2InstallPath([string]$machine = $env:computername) { | |
| <# |
| Bundler could not find compatible versions for gem "rack": | |
| In Gemfile: | |
| rails (~> 2.3.5) ruby depends on | |
| rack (~> 1.1.0) ruby | |
| rack (1.0.1) | |
| Bundler could not find compatible versions for gem "activesupport": | |
| In Gemfile: | |
| rails (~> 2.3.5) ruby depends on |