Skip to content

Instantly share code, notes, and snippets.

@lrakai
lrakai / README.md
Last active April 23, 2024 04:12
azureadcore

pwsh comaptible version of the AzureAD powershell module

@lrakai
lrakai / test.jsonl
Created September 7, 2023 06:04
jsonl sample
{"prompt": "<prompt text>", "completion": "<ideal generated text>"}
This file has been truncated, but you can view the full file.
@lrakai
lrakai / instruction-selection.js
Last active June 12, 2022 19:38
Instruction Selection
// ==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
# 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,
// ==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
@lrakai
lrakai / HyperVInit.ps1
Last active January 14, 2022 22:37
Azure Windows Server Nested VM Host Init
<#
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
@lrakai
lrakai / pulse-lab
Last active January 20, 2022 22:42
// ==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
@lrakai
lrakai / lab-suite
Last active October 23, 2021 22:57
// ==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
@lrakai
lrakai / admin-link
Last active October 13, 2022 05:44