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
| $results | | |
| Group-Object { | |
| if ($_.ContainerId) { | |
| $_.ContainerId | |
| } else { | |
| $_.InstanceId | |
| } | |
| } | | |
| ForEach-Object { $_.Group | Select-Object -First 1 } | | |
| Select-Object @{ |
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
| type LegacyFullscreenElement = HTMLElement & { | |
| webkitRequestFullscreen?: () => Promise<void> | void; | |
| webkitRequestFullScreen?: () => Promise<void> | void; | |
| mozRequestFullScreen?: () => Promise<void> | void; | |
| msRequestFullscreen?: () => Promise<void> | void; | |
| }; | |
| type LegacyFullscreenDocument = Document & { | |
| webkitFullscreenElement?: Element | null; | |
| webkitExitFullscreen?: () => Promise<void> | void; |
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
| ## Desktop binaries (`deno desktop`) | |
| Requires **Deno 2.9+** (`deno upgrade`); the desktop subcommand does not exist | |
| in 2.7/2.8. Experimental upstream — expect churn. | |
| - `deno task desktop:shell` → `dist/LP-OS/` | |
| - `deno task desktop:member` → `dist/LP-OS-Member/` | |
| On Windows each bundle is a directory: `<Name>.bat` launcher, | |
| `laufey_webview.exe` (the webview host), and `<Name>.dll` (the compiled app |
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
| Walk a TikTok Shop sample through its full resale lifecycle using my Thirsty skills, and show me the money at each step: | |
| 1. Import + assign — use the samples-import flow to add the attached TikTok Shop product IDs to inventory, assigned to creator @wizardofdealz: | |
| 2. Cleared to Sell — use the sample-lifecycle skill to set the "VivoNu Cayenne Pepper Softgels Supplement, Supports Leg Vein, Heart and Blood Vessel Health, with Vitamin E D3+K2 and Extracts of Grape Seed, Hawthorn, Beetroot and Others (240 Softge /1 Bag)" sample's status to cleared_to_sell. | |
| 3. List on eBay — use list_on_marketplace to draft an eBay listing for it at $44.80, then use the ebay-listing browser skill to open eBay's create-listing page pre-filled (do not publish). | |
| 4. Mark sold — use the sample-lifecycle skill to mark it sold on eBay for $44.80, attributing the resale revenue to @wizardofdealz. |
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
| { | |
| id: "SNES Controller (Vendor: 057e Product: 2017)", | |
| index: 0, | |
| connected: true, | |
| timestamp: 391044.5, | |
| mapping: "", | |
| axes: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0], | |
| buttons: [{ | |
| pressed: false, | |
| touched: false, |
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
| Get-ChildItem C:\ -Directory -Force -ErrorAction SilentlyContinue | ForEach-Object { | |
| $size = (Get-ChildItem $_.FullName -Recurse -File -Force -ErrorAction SilentlyContinue | | |
| Measure-Object Length -Sum).Sum / 1GB | |
| [PSCustomObject]@{ Folder = $_.FullName; GB = [math]::Round($size,2) } | |
| } | Sort-Object GB -Descending | Select-Object -First 15 | Format-Table -AutoSize |
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
| 1iavfie5ggdbkcqf07besckrg8inpqfdfnen6eptuih0dq17gocq | |
| rls4mj8hosbac8r0v6n2f6krgdu4dr74rikqt4smj3a0edu2a74 | |
| https://thirsty.store/api/upc-lookup/0631656718577 | |
| https://thirsty.store/api/barcode/0631656718577.png | |
| 2e29ca7e4a88192a8753fa9ed6e97fd6e9f2d7879d079c468689baf84ac44e80 |
NewerOlder