pwsh comaptible version of the AzureAD powershell 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
{"prompt": "<prompt text>", "completion": "<ideal generated text>"} |
This file has been truncated, but you can view the full file.
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
// ==UserScript== | |
// @name Instruction Selection | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Select each instruction | |
// @author You | |
// @match https://*.cloudacademy.com/* | |
// @match https://*.app.qa.com/* | |
// @grant none | |
// @require https://code.jquery.com/jquery-3.6.0.min.js |
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
# Copyright 2018 Google Inc. All rights reserved. | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software | |
# distributed under the License is distributed on an "AS IS" BASIS, |
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
// ==UserScript== | |
// @name Lab SEO | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description Displays the SEO description | |
// @author Andrew Burchill | |
// @grant none | |
// @match https://*.cloudacademy.com/* | |
// @run-at document-start | |
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js |
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
<# | |
Azure Nested VM Host Configuration | |
.File Name | |
- InstallHyperV.ps1 | |
.What calls this script? | |
- This is a PowerShell Script run as a Custom Script extention called by azure-deploy.json | |
.What does this script do? | |
- Downloads NuGet package provider | |
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
// ==UserScript== | |
// @name Pulse Lab | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description Provide links to open in admin | |
// @author You | |
// @match https://*.cloudacademy.com/* | |
// @grant GM_setClipboard | |
// @grant window.focus | |
// @require https://code.jquery.com/jquery-3.6.0.min.js |
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
// ==UserScript== | |
// @name lab suite | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Suite of lab helpers | |
// @author You | |
// @match https://*.cloudacademy.com/* | |
// @grant none | |
// @require https://code.jquery.com/jquery-3.6.0.min.js | |
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js |
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
// ==UserScript== | |
// @name Admin link | |
// @namespace http://tampermonkey.net/ | |
// @version 0.7 | |
// @description Provide links to open in admin | |
// @author You | |
// @match https://*.cloudacademy.com/* | |
// @match https://*.app.qa.com/* | |
// @grant none | |
// @require https://code.jquery.com/jquery-3.6.0.min.js |
NewerOlder