Discover gists
This file contains 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"?> | |
<registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<user>S-1-5-21-2248684555-2620947239-2939858289-1000</user> | |
<keys> | |
<key installerType="Msi" displayName="Java(TM) 6 Update 43 (64-bit)" displayVersion="6.0.430"> | |
<RegistryView>Registry64</RegistryView> | |
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{26A24AE4-039D-4CA4-87B4-2F86416043FF}</KeyPath> | |
<DefaultValue /> | |
<InstallLocation><![CDATA[C:\Program Files\Java\jre6\]]></InstallLocation> | |
<UninstallString><![CDATA[MsiExec.exe /X{26A24AE4-039D-4CA4-87B4-2F86416043FF}]]></UninstallString> |
This file contains 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
# Homework Lesson 4 - Conditionals | |
from lesson_2.homework import ticket_price | |
# READ CAREFULLY THE EXERCISE DESCRIPTION AND SOLVE IT RIGHT AFTER IT | |
# --------------------------------------------------------------------- | |
# Exercise 1: Temperature Classification | |
# You're developing a weather application. Write a program that takes | |
# a temperature in Fahrenheit as input. If the temperature is above | |
# 85°F, print "Hot day ahead!". |
This file contains 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
# Homework Lesson 3 - Strings | |
# READ CAREFULLY THE EXERCISE DESCRIPTION AND SOLVE IT RIGHT AFTER IT | |
# --------------------------------------------------------------------- | |
# Exercise 1: Personalized Greeting | |
# Write a program that takes a user's name as input | |
# and then greets them using an f-string: "Hello, [name]!" | |
# | |
# Example Input: "Alice" |
This file contains 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"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\hnefatafl-copenhagen\hnefatafl-copenhagen.nupkg" checksum="59ED9ED08CFC5B5844CE903B7FFCA29D" /> | |
<file path="C:\ProgramData\chocolatey\lib\hnefatafl-copenhagen\hnefatafl-copenhagen.nuspec" checksum="D71F45F7427A149A4A43E930295B1C90" /> | |
<file path="C:\ProgramData\chocolatey\lib\hnefatafl-copenhagen\tools\chocolateyinstall.ps1" checksum="B11EBB5859598A85D9DA16071132801A" /> | |
<file path="C:\ProgramData\chocolatey\lib\hnefatafl-copenhagen\tools\chocolateyuninstall.ps1" checksum="0792267104C97E66C8986B5BFF88E6C0" /> | |
<file path="C:\ProgramData\chocolatey\lib\hnefatafl-copenhagen\tools\hnefatafl-client-installer-0.13.4.exe" checksum="D4BD47448239AB1F20C576D65D3CDD3C" /> | |
<file path="C:\ProgramData\chocolatey\lib\hnefatafl-copenhagen\tools\hnefatafl-client-installer-0.13.4.exe.ignore" ch |
This file contains 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
Pipeline still running ... | |
PipelineRun is still running: Tasks Completed: 22 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 7 | |
[set-github-started-label : post-comment] + EXTRA_ARGS= | |
[set-github-started-label : post-comment] + [[ ! -z operator-release-pipeline/started ]] | |
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --add-labels operator-release-pipeline/started' | |
[set-github-started-label : post-comment] + [[ ! -z pipeline/trigger-release ]] | |
[set-github-started-label : post-comment] Editing GitHub labels to PR https://github.com/redhat-openshift-ecosystem/community-operators-prod/pull/6411 | |
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-labels pipeline/trigger-release' | |
[set-github-started-label : post-comment] + [[ true == \t\r\u\e ]] | |
[set-github-started-label : post-comment] + EXTRA_ARGS+=' --remove-matching-namespace-labels' |
This file contains 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
2025-04-21 22:42:31,080 5924 [DEBUG] - XmlConfiguration is now operational | |
2025-04-21 22:42:31,329 5924 [DEBUG] - Adding new type 'CygwinService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-04-21 22:42:31,346 5924 [DEBUG] - Adding new type 'CygwinService' for type 'IInstallSourceRunner' from assembly 'choco' | |
2025-04-21 22:42:31,346 5924 [DEBUG] - Adding new type 'PythonService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-04-21 22:42:31,362 5924 [DEBUG] - Adding new type 'PythonService' for type 'IListSourceRunner' from assembly 'choco' | |
2025-04-21 22:42:31,362 5924 [DEBUG] - Adding new type 'PythonService' for type 'IInstallSourceRunner' from assembly 'choco' | |
2025-04-21 22:42:31,377 5924 [DEBUG] - Adding new type 'PythonService' for type 'IUninstallSourceRunner' from assembly 'choco' | |
2025-04-21 22:42:31,377 5924 [DEBUG] - Adding new type 'RubyGemsService' for type 'IAlternativeSourceRunner' from assembly 'choco' | |
2025-04-21 22:42:31,392 5924 [DEBUG] - Adding new typ |
This file contains 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"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\flyctl\flyctl.nupkg" checksum="6424B9F8FD36C7584E96A95FB931ED47" /> | |
<file path="C:\ProgramData\chocolatey\lib\flyctl\flyctl.nuspec" checksum="46F2B8D158629FE88FE72760CA8AF008" /> | |
<file path="C:\ProgramData\chocolatey\lib\flyctl\flyctl_0.3.107_Windows_x86_64.zip.txt" checksum="D96EA6DC3421A77941410A65DB7722F0" /> | |
<file path="C:\ProgramData\chocolatey\lib\flyctl\tools\chocolateyInstall.ps1" checksum="91CF3A369606337D1560F99998C21A2C" /> | |
<file path="C:\ProgramData\chocolatey\lib\flyctl\tools\chocolateyUninstall.ps1" checksum="02C89508B2E6BB7442971BF98C0FAFF2" /> | |
<file path="C:\ProgramData\chocolatey\lib\flyctl\tools\EnvPathFunctions-Custom.ps1" checksum="4129F40F04D136C2FF3B3763499D9D3F" /> | |
<file path="C:\ProgramData\chocolatey\lib\flyctl\tools\Uninstall-ChocolateyPath-Custo |
This file contains 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"?> | |
<fileSnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
<files> | |
<file path="C:\ProgramData\chocolatey\lib\PidginOtrPlugin\pidginotrplugin.nupkg" checksum="9CE2527BB17B2BE00372AD4D14B7E5D5" /> | |
<file path="C:\ProgramData\chocolatey\lib\PidginOtrPlugin\pidginotrplugin.nuspec" checksum="516E054D393363AD1531AAA8160C9574" /> | |
</files> | |
</fileSnapshot> |
This file contains 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
{ | |
"latest_version": 352 | |
} |
This file contains 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
using System; | |
using System.Collections.Generic; | |
using System.Security.Cryptography.X509Certificates; | |
namespace ConsoleApp5 | |
{ | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ |