Skip to content

Instantly share code, notes, and snippets.

View novascreen's full-sized avatar

Thomas Hermann novascreen

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-menu/core-submenu.html">
<polymer-element name="my-element">
<link rel="import" href="../core-drawer-panel/core-drawer-panel.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-header-panel/core-header-panel.html">
<link rel="import" href="../core-menu/core-submenu.html">
<link rel="import" href="../core-item/core-item.html">
<link rel="import" href="../core-scroll-header-panel/core-scroll-header-panel.html">
<polymer-element name="my-element">
@novascreen
novascreen / index.html
Created May 31, 2015 08:14
Knockout components IE8
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Knockout components IE8</title>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/knockout/3.3.0/knockout-min.js"></script>
<script>
document.createElement('ko-app')
@novascreen
novascreen / gist:307b247ba412e1208f2a
Last active October 28, 2015 04:19
boxstarter-win-10
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
# Enable-RemoteDesktop
Update-ExecutionPolicy Unrestricted
# Windows Features
cinst -y Microsoft-Hyper-V-All -source windowsFeatures
cinst -y IIS-WebServerRole -source windowsfeatures
# Chocolatey packages
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<meta property="og:image" content="http://wildwithin.ca/UI/images/iconics/forests/big/iconics-forests.jpg" />
</head>
<body>
<ko-img itemscope itemtype="http://schema.org/ImageObject">
<link itemprop="image" content="http://wildwithin.ca/UI/images/iconics/forests/big/iconics-forests.jpg" />
@novascreen
novascreen / API.md
Last active September 9, 2015 19:32 — forked from iros/API.md
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method:

# Basic setup
Update-ExecutionPolicy Unrestricted
Set-WindowsExplorerOptions -EnableShowHiddenFiles -EnableShowProtectedOSFiles -EnableShowFileExtensions
Enable-RemoteDesktop
Disable-InternetExplorerESC
Disable-UAC
Set-TaskbarOptions -Size small
# Install-WindowsUpdate -AcceptEula
@novascreen
novascreen / gist:1216bc07f2739cd50113
Created November 18, 2015 05:11
vagrant provision error
==> default: Running provisioner: shell...
C:/HashiCorp/Vagrant/embedded/gems/gems/winrm-fs-0.2.0/lib/winrm-fs/core/command_executor.rb:59:in `assert_command_success': uninitialized constant WinRM::FS::Core::CommandExecutor::WinRMUploadError (NameError)
from C:/HashiCorp/Vagrant/embedded/gems/gems/winrm-fs-0.2.0/lib/winrm-fs/core/command_executor.rb:47:in `run_cmd'
from C:/HashiCorp/Vagrant/embedded/gems/gems/winrm-fs-0.2.0/lib/winrm-fs/core/command_executor.rb:38:in `run_powershell'
from C:/HashiCorp/Vagrant/embedded/gems/gems/winrm-fs-0.2.0/lib/winrm-fs/core/upload_orchestrator.rb:97:in `remote_checksum'
from C:/HashiCorp/Vagrant/embedded/gems/gems/winrm-fs-0.2.0/lib/winrm-fs/core/upload_orchestrator.rb:86:in `out_of_date?'
from C:/HashiCorp/Vagrant/embedded/gems/gems/winrm-fs-0.2.0/lib/winrm-fs/core/upload_orchestrator.rb:40:in `block in upload_file'
from C:/HashiCorp/Vagrant/embedded/gems/gems/winrm-fs-0.2.0/lib/winrm-fs/core/upload_orchestrator.rb:72:in `wi
cinst -y 7zip.install
cinst -y adobe-creative-cloud
cinst -y adobereader
cinst -y Firefox
cinst -y git
cinst -y google-chrome-x64
cinst -y GoogleChrome.Canary
cinst -y googledrive
cinst -y IrfanView
cinst -y irfanviewplugins
@novascreen
novascreen / fix-bin-links.js
Last active September 19, 2018 16:45
Workaround for Yarn bin links problem