openpgp4fpr:3057B3A23A272B93408E34C4ADFE984091983F93
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
| // Substack versions → per-day ASCII timeline + window-independent total. | |
| // Paste into console on a /publish/post/{id} page. | |
| (async () => { | |
| const CHUNK_MINUTES = 5; // bucket size for both display and totals | |
| const START_HOUR = 8; // display window start (local) | |
| const END_HOUR = 2; // display window end (next day, local) | |
| const ACTIVE_CHAR = "━"; // writing | |
| const INACTIVE_CHAR = "·"; // idle | |
| const FOLLOW_PREVIOUS = true; // walk previousBucket chain |
- 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.
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 XMPso 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 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
| 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 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
| # 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/ |
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
| # Remove all empty folders | |
| find . -maxdepth 1 -type d -empty -print0 > empty.txt; xargs -0 rmdir < empty.txt | |
| # Remove empty folders 2 levels deep, and their parent | |
| find . -maxdepth 2 -type d -empty > empty.txt; rmdir $(<empty.txt) | |
| find . -maxdepth 1 -type d -empty > empty.txt; rmdir $(<empty.txt) | |
| # Move all folders with certain name into their own named folder | |
| find -maxdepth 2 -name 'lavajava' -printf '%h\n' > lavajava.txt; mkdir lavajava; mv $(<lavajava.txt) lavajava/ |
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
| <?php | |
| if ($_GET["password"] != "password") { ?> | |
| <p>Private search feature. Intrusion logged.</p> | |
| <?php | |
| return; } | |
| set_time_limit(300); | |
| $journal_dir = "C:\documents and settings\michael dayah\my documents\lj backup"; | |
| $username = "lucent"; | |
| $entry_array = array (); |
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
| https://open.spotify.com/local///Here%20Comes%20The%20Boom%20-%20Nelly/235 | |
| https://open.spotify.com/local///The%20Living%20Tombstone%20Gypsy%20Bard%20%5Bremix%5D/196 | |
| https://open.spotify.com/track/19X5dUlxVWC5jDg3eOysMz | |
| https://open.spotify.com/track/316r1KLN0bcmpr7TZcMCXT | |
| https://open.spotify.com/track/0ibdklhZmwLo3bzHqF435c | |
| https://open.spotify.com/track/7pSJmBTlbA4S5zSLsj6Pzz | |
| https://open.spotify.com/track/5q10Ov2JEbODDK2tk4NYWW | |
| https://open.spotify.com/track/6rEr7AsF3cmfUR3birakRF | |
| https://open.spotify.com/track/6Fe3Flc9SjE03pqwD6PVQl | |
| https://open.spotify.com/track/0HDaKOlVAfUWXdFR2RhBtN |
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
| Verifying my Blockstack ID is secured with the address 1GcuXgjPPyChs53Ka2kj2upAgRgpBdzcGY https://explorer.blockstack.org/address/1GcuXgjPPyChs53Ka2kj2upAgRgpBdzcGY |
NewerOlder