flowchart TD
subgraph CLIENT[Client]
A["POHJC\n(Plain Old HTML/JS/CSS)"]
AJS["navigator.credentials\n(WebAuthn / Passkeys)"]
A --> AJS
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
| @font-face { | |
| font-family: 'Source Code Pro'; | |
| font-style: normal; | |
| font-weight: 300; | |
| src: url(SourceCodePro-300.woff) format('woff'); |
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
| <# | |
| .SYNOPSIS | |
| Build a safe Hyper-V NAT lab + Ubuntu VM without unaliving your host network. | |
| .DESCRIPTION | |
| - Creates an internal host-only Hyper-V switch and a Windows NAT so VMs get outbound internet without touching your physical NIC. |
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
| <# | |
| .SYNOPSIS | |
| Purges audio devices and driver packages for a clean OEM reinstall. | |
| .DESCRIPTION | |
| This script removes present audio-related PnP devices (classes MEDIA, AudioEndpoint, and SoftwareComponent entries that look audio-related), |
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
| { | |
| "$help": "https://aka.ms/terminal-documentation", | |
| "$schema": "https://aka.ms/terminal-profiles-schema", | |
| "actions": [ | |
| { | |
| "command": { | |
| "action": "copy", | |
| "singleLine": false | |
| }, | |
| "id": "User.copy.644BA8F2" |
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
| #!/usr/bin/env python3 | |
| # -*- coding: utf-8 -*- | |
| """ | |
| SnekSynth | |
| A seemingly simple, self-sufficient serpentine sonic synthesizer script. | |
| Voicing: | |
| • Bass: sine oscillator with a slightly longer ADSR | |
| • Stabs: detuned, band-limited saw pair with a snappier ADSR |
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
| W,T,F,N,I,D,D,A=[b'eJzFWF1zojAU/UH7gh3HwYd9oGBp+BAttIpvLd1iQMGttZT++g1KIQlJDLYz+3CmJSQnNycnl1x1aMBNHkhiHgPPXqxloWvxcPc4kQXQjXYeNBZg49t3cnHqB3uRohjSP/JIvP8zJmnXOke4q+FSzzJw8XVD9Dc+h9O8GgVQ8wH6HfDk+aHXXW/iYWvGdWD0lebXXuFmh/yxu0V7XzTeaWF03+MxMft9cv4v8H1yef83c+PzEHEmcuftR+InYm5jpPcF0110rpm6y0IQ/1n9qDFkf87a5eOygcx5wdfPjZuxX1Q/eszxbPH7dM4hC0DLCd9LxdXTRzJraYDikcz9oE+c0v68cG0VLvp+yOgu7cdv637WL41vsLMW4zrlsqDHts8E/wk27dMObtS3p9LdWnAXh6aWza7mo9nWipalYEy1Z5DHN353Siu2ygg9R5mjF/FqMjC9+8E0QPDN8YuA12a1O1t1C458dZupwWBhgaDmrAGeyiGbl6EB4oQAahne9rwdp4GfpxZckdyBepDToMgY/RDn6v3par5/gc+xrYcJUL6415GEBu9MTSZfHEoSJmoSbsew5qza3c4YSgOLsX8zhdCzwbRq9+98O12/CjUw1NSheY0dk7OCoxxjVUN9R8eLaXCtstb/MmFzVgjTAbAq/97M93wN7gD4pH1xHdupgBdOxxVvaKhcDZaVx3W360EI/gIYIc/lSYfbP3nb8bkanPotLP7Zuf0gOR8ab4+4GkzWTX/fVNm85jXOe9++G3I1wH10z4vX2LS8S6X1NVcD7a3lVdicyCu4BrPyI635yHNJnoVR4yWfw4tp8KBrh2BZHPOBR3mdygeHY8572HNirbCq580zlNMylq6gmw9GFe+jID+H1Xp8F+LadfoxcqKVDsb8WBEv+Xyg9oqlQT0uZOZPBnj9mN8FtC+/HLZmZJw8rYTfxmHM/wYOu3qe0QBDFurKm7NR9ytznoByWkSGgvJCJBpz0qB756zr9a82o |
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
| <# | |
| .SYNOPSIS | |
| Updates PSReadLine module cleanly. | |
| .DESCRIPTION | |
| Uninstalls older conflicting versions of PSReadLine and installs the latest version | |
| from the PowerShell Gallery. Ensures the latest version is imported. | |
| .NOTES | |
| Author: Dylan Magar <85457381+DJStompZone@users.noreply.github.com> | |
| License: MIT | |
| GitHub: https://github.com/djstompzone/placeholder |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.