Skip to content

Instantly share code, notes, and snippets.

@lundeen-bryan
lundeen-bryan / ClsidWin10.md
Last active April 19, 2024 05:35
All CLSIDs in Win10

All CLSIDs for Windows 10

About This File

This md file stored in gist is a list of all CLSIDs for Windows10 that I could find. It's a growing list.

When you want to run this in Run menu Win+r and typs Shell:::{[the clsid number here]}

Last Updated

ACRExtensions_bookmarklet_README

The Bookmarklet

Note, it appears to not work anymore, but some of it is documented in the following ccimpoiACRExtensions Amazon Cloud Reader extensions

javascript:(()%3D%3E%7Bfunction%20enhanceKindleContextMenu()%7Bvar%20e%3Dnull%2Cn%3Dnull%2Co%3Dnull%3Bif(void%200!%3D%3Dwindow.KindleReaderContextMenu)e%3Dwindow%3Belse%20if(window.length)for(var%20t%3D0%3Bt%3Cwindow.length%3Bt%2B%2B)if(void%200!%3D%3Dwindow%5Bt%5D.KindleReaderContextMenu)%7Be%3Dwindow%5Bt%5D%3Bbreak%7Dif(%22object%22%3D%3Dtypeof%20e)if(o%3De.KindleReaderContextMenu%2Cn%3De.document%2Cvoid%200%3D%3D%3Do.ACRExtensions)%7Bo.ACRExtensions%3D!0%3Bvar%20i%3Do.show%3Bo.show%3Dfunction()%7Bvar%20e%3Di.apply(o%2Carguments)%2Ct%3Dnull%2Cs%3Dnull%3Bif(void%200!%3D%3Darguments%5B3%5D%26%26void%200!%3D%3Darguments%5B3%5D.start)%7Bvar%20d%3Darguments%5B3%5D.start%2Cr%3Darguments%5B3%5D.end%3B%24(%22iframe%22%2Cn).each((function(e%2Cn)%7Bvar%20o%3D%24(n
@lundeen-bryan
lundeen-bryan / get_query_data.py
Last active March 31, 2024 06:11
sync with a SharePoint list to xl
# %%
import xlwings as xw
# Define the path to your .iqy file
iqy_file_path = 'query.iqy'
# Initialize variables to hold the data you're interested in
sharepoint_application_url = ''
list_view_id = ''
list_name_id = ''
@lundeen-bryan
lundeen-bryan / Boolean_Indexing_Masking_Tutorial.ipynb
Last active March 25, 2024 19:57
Boolean_Indexing_Masking_ChatGPT_Tutorial
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lundeen-bryan
lundeen-bryan / len_home_settings.json
Created March 1, 2024 03:50
len_home_settings.json
{
// use "Settings Sync: Show Synced Data" in the palette.
// https://code.visualstudio.com/docs/getstarted/settings
// Use the compact view of the toolbar
"window.menuBarVisibility": "compact",
"window.zoomLevel": 1,
// Set this file to be machine specific: home machine
"sync.machineSpecific": true,
// Vim settings section
"vim.vimrc.path": "$HOME/.vim/_vimrc",
@lundeen-bryan
lundeen-bryan / classes.yaml
Last active January 15, 2024 05:04
index of Udemy courses
# CLASSES TO TAKE IN ORDER
- title: "Learn SQL in a Day: ChatGPT Enhanced Crash Course"
description: "A modern day, ChatGPT assisted approach to learning SQL in an optimal manner including how to learn with ChatGPT"
length: "2h 6m"
sales_url: "https://www.udemy.com/course/learn-sql-in-a-day-chatgpt-enhanced-crash-course/"
course_url: "https://www.udemy.com/course/learn-sql-in-a-day-chatgpt-enhanced-crash-course/learn/"
instructor_name: "Joshua Beauchamp"
instructor_courses: "https://www.udemy.com/home/my-courses/learning/?instructor_filter=225463566"
@lundeen-bryan
lundeen-bryan / tab_config.json
Last active January 9, 2024 15:00
tab_config file
{
"alwaysNewTab": false,
"bgColor": "#1b2b34",
"caretColor": "auto",
"clockSize": "2em",
"defaultCommand": "g",
"fontSize": "1.75em",
"gistID": "",
"militaryClock": false,
"showClock": true,
@lundeen-bryan
lundeen-bryan / Refresh_all_Queries_2023-11-26.html
Last active November 26, 2023 18:32
vba loop to refresh queries
<!DOCTYPE html>
<html lang="en-US" data-theme="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="https://chat.openai.com/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Refresh all Queries</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/github-dark.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
<script>
@lundeen-bryan
lundeen-bryan / keybindings.json
Last active November 23, 2023 18:46
vscode_settings_nsh
// This keybindings file needs to go in the user folder
// under appdata>code>user
[
{
"key": "ctrl+k tab",
"command": "type",
"args": { "text": "\t" },
"when": "editorTextFocus"
},
{
@lundeen-bryan
lundeen-bryan / VsCode_Keybindings.json
Last active September 21, 2023 19:30
vs code keybindings
// Place your key bindings in this file to override the defaultsauto
[
{
"key": "ctrl+shift+u",
"command": "workbench.action.output.toggleOutput",
"when": "workbench.panel.output.active"
},
{
"key": "ctrl+k tab",
"command": "type",