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 Install-WinDbg { | |
| param( | |
| [switch] $Start | |
| ) | |
| # Change default progress preference (faster downloads) | |
| $DefaultProgressPreference = $ProgressPreference | |
| $ProgressPreference = 'SilentlyContinue' | |
| Write-Host "Downloading windbg.appinstaller (XML manifest file)" |
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
| <?php | |
| /** | |
| * Plugin Name: MU plugins subdirectory loader | |
| * Plugin URI: http://code.ctlt.ubc.ca | |
| * Description: Enables the loading of plugins sitting in mu-plugins (as folders) | |
| * Version: 0.1 | |
| * Author: iamfriendly, CTLT | |
| * Author URI: http://ubc.ca/ | |
| * |
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
| <div class="container"> | |
| <div id="score"> | |
| <div class="timer"> | |
| <button id="play-pause"> | |
| <i id="play">Play</i> | |
| <i id="pause">Pause</i> | |
| </button> | |
| <label>Timer:</label> | |
| <span>00:00</span> |