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
| FilterInput | |
| Init | |
| click -> DropdownActiveWithAllOptions | |
| DropdownActiveWithAllOptions | |
| type -> DropdownFilteredToOne | |
| DropdownFilteredToOne | |
| typeEnter -> InverseMode | |
| InverseMode | |
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
| // Available variables: | |
| // - Machine | |
| // - interpret | |
| // - assign | |
| // - send | |
| // - sendParent | |
| // - spawn | |
| // - raise | |
| // - actions |
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
| socat \ | |
| -v -d -d \ | |
| TCP-LISTEN:1234,crlf,reuseaddr,fork \ | |
| SYSTEM:" | |
| echo HTTP/1.1 200 OK; | |
| echo Content-Type\: text/plain; | |
| echo; | |
| echo \"Server: \$SOCAT_SOCKADDR:\$SOCAT_SOCKPORT\"; | |
| echo \"Client: \$SOCAT_PEERADDR:\$SOCAT_PEERPORT\"; | |
| " |
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
| Terraform will perform the following actions: | |
| # aws_lightsail_instance.vps will be replaced, as requested | |
| -/+ resource "aws_lightsail_instance" "vps" { | |
| ~ arn = "arn:aws:lightsail:eu-central-1:422874730227:Instance/f5d87ed2-85f3-4dc4-8adf-5c87fd49ff83" -> (known after apply) | |
| ~ cpu_count = 1 -> (known after apply) | |
| ~ created_at = "2021-08-25T06:03:29Z" -> (known after apply) | |
| ~ id = "vps" -> (known after apply) | |
| ~ ipv6_address = "2a05:d014:c17:e500:216a:baed:35f8:44ae" -> (known after apply) | |
| ~ ipv6_addresses = [ |
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
| Time Field | |
| Hour Focused | |
| Hour Focused Init* | |
| update -> Hour Focused Init | |
| digit typed -> Hour Focused Typed | |
| Hour Focused Typed | |
| digit typed -> Minute Focused Init | |
| Minute Focused | |
| Minute Focused Init* | |
| digit typed -> Minute Focused Typed |
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
| Time Part Field | |
| focused -> Init | |
| Init* | |
| typed non-finishing digit -> Init | |
| typed finishing digit -> Finished | |
| Finished |
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
| # ported from https://github.com/gre/bezier-easing/blob/master/src/index.js | |
| # Takes CSS-compliant bezier args and an X value and returns the Y value. | |
| # Playground for bezier args: https://cubic-bezier.com/ | |
| # Example usage: | |
| # scripted = ScriptClip(part, """ | |
| # x = float(current_frame) / float(len) | |
| # val = bezier(1, 0.55, 0.45, 1, 0.5) | |
| # overlay(blankclip(c, color=color), opacity=(val)) | |
| # """, args="len,color,c", local=true) |
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
| # [2023-05-25] Added Copilot Chat, and VSCode Insiders | |
| # [2023-05-20] Add VSCode Insiders variant | |
| # [2023-02-22] Added Copilot Labs | |
| # Fix Github Co-pilot self-signed cert problem | |
| # See: https://github.com/orgs/community/discussions/8866#discussioncomment-3517831 | |
| # Note | |
| # | |
| # To make Github Copilot/Nightly/Labs/Chat work, you might need additional |
OlderNewer