This file contains 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
$.fn.equaliseHeight = function () { | |
var maxHeight = -1; | |
// reset all heights to auto first so they can be re-measured. | |
this.each(function () { | |
$(this).height('auto'); | |
}); | |
this.each(function () { |
This file contains 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
// from root directory | |
git submodule add https://github.com/wellcomelibrary/wellcomeplayer-treeviewleftpanel-module.git src/modules/wellcomeplayer-treeviewleftpanel-module |
This file contains 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
<link rel="import" href="../components/polymer/polymer.html"> | |
<polymer-element name="my-counter" attributes="counter"> | |
<template> | |
<style> | |
</style> | |
<div id="label"> | |
<content></content> | |
</div> |
This file contains 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
shutdown -r -t 0 |
This file contains 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
.\build\atom-shell\atom.exe %cd%\src\ |
This file contains 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
:: add C:\Program Files\7-Zip\;C:\node-webkit-v0.10.1-win-ia32\ to PATH | |
7za a -tzip %cd%\build\app.nw %cd%\src\* | |
nw %cd%\build\app.nw |
This file contains 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
cup Atom |
This file contains 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
git reset HEAD mymodule |
This file contains 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
<Application | |
xmlns="http://schemas.wsick.com/fayde" | |
xmlns:x="http://schemas.wsick.com/fayde/x" | |
ThemeName="Metro"> | |
<Grid> | |
<Canvas Width="800" Height="600" Background="Gray"> | |
<Rectangle | |
Canvas.Left="100" | |
Canvas.Top="100" | |
Fill="#222222" |
This file contains 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
mklink /D src ..\..\..\src |
OlderNewer