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
| <?xml version="1.0" encoding="UTF-8"?><svg version="1.1" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><circle cx="24" cy="24" r="18" fill="#5b86bf"/></svg> |
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
| /// <summary> | |
| /// Handles the slightly odd version of chunked HTTP/1.1 | |
| /// that the S3 SDK uses, but .Net does not handle correctly. | |
| /// </summary> | |
| private static async Task CopyS3ChunkedStream(Stream input, Stream output) | |
| { | |
| // If this is a 'chunk-signature' stream, we expect to see | |
| // - an ascii string hex number (e.g. 5E24) -- this is the chunk length | |
| // - the string ";chunk-signature=" | |
| // - a 64-char SHA256 hash check-sum (e.g. "e2617d7cf2c7c91a3b650b16726847b39a6f333577df6617ecd7267e66631df1") |
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
| -- Disconnect any stray connections (like from background tasks) | |
| SELECT | |
| pg_terminate_backend(pid) | |
| FROM | |
| pg_stat_activity | |
| WHERE -- don't kill my own connection! | |
| pid <> pg_backend_pid(); |
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://download.oracle.com/otn-pub/java/jdk/16.0.1+9/7147401fd7354114ac51ef3e1328291f/jdk-16.0.1_windows-x64_bin.exe | |
| https://download.oracle.com/otn-pub/java/jdk/11.0.11%2B9/ab2da78f32ed489abb3ff52fd0a02b1c/jdk-11.0.11_windows-x64_bin.exe |
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://telerik-fiddler.s3.amazonaws.com/fiddler/FiddlerSetup.exe |
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
| The quick brown fox jumps over the lazy dog; | |
| Crazy Fredericka bought many very exquisite opal jewels! | |
| A sphinx of black quartz judges my vow: | |
| New farmhand proves strong but lazy, picking just six quince? | |
| About sixty codfish eggs with make a quarter-pound of (very fizzy) jelly. | |
| Grumpy wizards make toxic brew for the evil Queen and Jack. |
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
| To reset dino world secret diary, hold 1, 3, and 0 together until it opens (about 3 seconds) | |
| then enter new 4 digit code and press # |
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
| Hurricane | |
| Tornado | |
| Typhoon | |
| Cyclone | |
| Storm | |
| Blizzard | |
| Derecho | |
| Thunder | |
| Tempest | |
| Squall |
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
| $headers = New-Object "System.Collections.Generic.Dictionary[[String],[String]]" | |
| $headers.Add("Accept", "application/json") | |
| $headers.Add("Authorization", "Bearer $($_MY_BEARER_TOKEN_)") | |
| $headers.Add("Content-Type", "application/json") | |
| try { | |
| $reponse = Invoke-RestMethod $_MY_URL_ -Method Post -Body $_MY_PAYLOAD_STRING_ -UseBasicParsing -Headers $($headers) | |
| # ... success, do stuff with response here ... | |
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
| NetPositive is a web browser for the BeOS operating system. It's famous for its haiku error messages. This page lists those messages. | |
| The web site you seek | |
| Lies beyond our perception | |
| But others await. | |
| Sites you are seeking | |
| From your path they are fleeing | |
| Their winter has come. |