openpgp4fpr:3057B3A23A272B93408E34C4ADFE984091983F93
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
#!/usr/bin/env python3 | |
""" | |
https://github.com/bluesky-social/indigo/tree/main/cmd/goat | |
goat repo export username.bsky.social | |
goat repo unpack username.car | |
python bluesky_heatmap.py did:plc:string/ | |
""" | |
import json | |
import pandas as pd |
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
# https://github.com/bluesky-social/indigo/tree/main/cmd/goat | |
# goat repo export username.bsky.social | |
# goat repo unpack username.car | |
# python thread_replies.py did:plc:string/ > threaded_replies.txt | |
import json | |
import os | |
import sys | |
def read_json(filename): |
- Obtain a list of all possible items that can be sold and their creators from Teresa Booth.
- As items are sold, mark them off on master list as either pick-up or delivery.
- Enter each delivery item into Microsoft Streets & Trips and rename the pushpin as the code with no leading zeros (A-9 vs A-009). Include pick-up items if purchased with deliverable trees (A-9, TT-5, D-15).
- Change pushpins to icons for numbers 1-10 for cardinal directions.
- Saturday A.M. walk the showroom floor and find every item not marked as sold for delivery or pickup.
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
<html ng-app="textInputExample"> | |
<head> | |
<base href="/QRCodeInHTML/"> | |
<link rel="stylesheet" href="bootstrap.min.css"> | |
<style>p, span { font-size: x-large; }</style> | |
</head> | |
<body ng-controller="QRController" style="margin: 1em;"> | |
<?php | |
$credential = shell_exec('vipaccess provision -t VSMT -p'); | |
$credentials = explode("\n", $credential); |
I have no interest in organizing using CC's Collections and prefer to use folder hierarchy from Classic.
- Keep Import folder separate to catch problems!
Preferences, Lightroom Sync, Location, Specify location for Lightroom's Synced images
- Set
Catalog Settings > Metadata > Automatically write changes into XMP
so removing from Classic to add back some data is recovered - Video edits don't propagate, but if added to CC first, they can be moved among synced Collections
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
<html> | |
<head> | |
<title>Section G Mortgage Calculator</title> | |
<style type="text/css"> | |
TH { text-align: left; font-weight: normal; border: thin solid black; } | |
INPUT { text-align: right; } | |
</style> | |
<script type="text/javascript"> | |
function cents(amount) { |
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
CLS | |
WakeupTime$ = "11:02:00" | |
OPEN "COM1:9600,N,8,1,BIN" FOR OUTPUT AS #1 ' Open the COM port | |
LOCATE 10, 10, 0: PRINT "Current Time: "; | |
LOCATE 11, 10, 0: PRINT " Wakeup Time: "; WakeupTime$; | |
DO | |
LOCATE 10, 24, 0: PRINT TIME$; |
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
<%@ Page EnableViewState="false" EnableEventValidation="false" Language="VB" %> | |
<%@ Import Namespace="System.Data" %> | |
<%@ Import Namespace="System.Data.OleDb" %> | |
<script language="VB" runat="server"> | |
Sub Page_Load(Src as object, E as EventArgs) | |
End Sub | |
Sub btnRunQuery_OnClick(Sender As Object, E As EventArgs) | |
Dim objConnection As OleDbConnection |
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
# Must use DVD or netinst images. CD image does not boot into UEFI mode. | |
# Disable CSM in BIOS. | |
# Clear secure boot keys. | |
# Expert install | |
# Alt+F2 to open shell | |
cd /target | |
mount --rbind /proc proc/ | |
mount --rbind /sys sys/ | |
mount --rbind /dev dev/ |
NewerOlder