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
{ | |
"$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 <[email protected]> | |
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.
graph TD
A[Can I work Wednesday?] -->|Yes| B[See you Wednesday!]
A -->|No| C[Can I work Monday?]
C -->|Yes| D[See you Monday!]
C -->|No| E[See you next week!]
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
#ifdef GL_ES | |
precision mediump float; | |
#endif | |
uniform float time; | |
uniform vec2 resolution; | |
uniform float u_value; | |
uniform float u_value2; | |
uniform float u_value3; | |
uniform float u_value4; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder