Skip to content

Instantly share code, notes, and snippets.

View chevdor's full-sized avatar

Chevdor chevdor

View GitHub Profile
<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">
@chevdor
chevdor / designer.html
Created August 3, 2014 01:31
designer
<link rel="import" href="../chart-js/chart-js.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;

Keybase proof

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:

@chevdor
chevdor / K2BoxBasic
Created September 18, 2014 14:01
K2BoxBasic
Set-WindowsExplorerOptions -EnableShowHiddenFilesFoldersDrives -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
cinst git-credential-winstore
cinst console-devel
cinst sublimetext2
cinst notepadplusplus
cinst IIS-WebServerRole -source windowsfeatures
@chevdor
chevdor / designer.html
Last active August 29, 2015 14:10
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@chevdor
chevdor / designer.html
Last active August 29, 2015 14:10
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: static;
width: 12%;
height: 12%;
@chevdor
chevdor / chocolateyInstall.ps1
Created March 24, 2015 12:56
K2 Service Type registration
# 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');
@chevdor
chevdor / chocolateyInstall.ps1
Created April 30, 2015 13:20
K2 Service Broker - Chocolatey scripts
# 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