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
| /* CENTERED QUICK INPUT (CMD+P) */ | |
| .quick-input-widget { | |
| background-color: var(--vscode-quickInput-background) !important; | |
| top: 50% !important; | |
| translate: -50px -300px !important; | |
| outline: 9999px solid rgba(0, 0, 0, 0.25) !important; /* hack for black backdrop */ | |
| padding: 5px !important; | |
| border-radius: 10px !important; | |
| border: 1px solid rgba(255, 255, 255, 0.075) !important; |
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
| import { appleAI } from "@meridius-labs/apple-on-device-ai"; | |
| import { | |
| stepCountIs, | |
| streamText, | |
| tool, | |
| type ToolCallPart, | |
| type ToolResultPart, | |
| type ModelMessage, | |
| } from "ai"; | |
| import { z } from "zod"; |
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
| #!/bin/sh | |
| # Check if running as root | |
| if [ "$(id -u)" != "0" ]; then | |
| echo "This script must be run as root" 1>&2 | |
| exit 1 | |
| fi | |
| token=`cat /System/Applications/Mail.app/Contents/Info.plist | grep -A1 "PluginCompatibilityUUID" | grep string | sed 's/<string>//' | sed 's/<\/string>//'` | |
| path="/Library/Mail/Bundles/AltPlugin.mailbundle/Contents/Info.plist" |
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
| // ==UserScript== | |
| // @name Powerschool graphing | |
| // @version 1.0 | |
| // @author You | |
| // @require https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.18.2/babel.js | |
| // @require https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.16.0/polyfill.js | |
| // @require https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.2/Chart.min.js | |
| // --------------------------------------------------------------- | |
| // ------------------ UPDATE THE URL YOURSELF -------------------- | |
| // @match https://powerschool.*.net/guardian/scores.html?* |
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
| REM Replace this file with cmd.exe in C:\Windows\System32\ | |
| @echo off | |
| title C:\WINDOWS\system32\cmd.exe | |
| echo Microsoft Windows [Version 10.0.16299.309] | |
| echo (c) 2017 Microsoft Corporation. All rights reserved. | |
| echo. |