Skip to content

Instantly share code, notes, and snippets.

function Install-WinDbg {
param(
[switch] $Start
)
# Change default progress preference (faster downloads)
$DefaultProgressPreference = $ProgressPreference
$ProgressPreference = 'SilentlyContinue'
Write-Host "Downloading windbg.appinstaller (XML manifest file)"
@mukabron
mukabron / wpmu-subdir-loader.php
Last active December 11, 2024 19:58 — forked from richardtape/subdir-loader.php
Allow WordPress-MU plugins to be loaded automatically from a sub directory
<?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/
*
@mukabron
mukabron / index.html
Created February 2, 2023 23:18
solitaire-js
<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>