Hi!
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"?> | |
<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\tweetz-desktop\tweetz-desktop.nupkg" checksum="BD3C8DF274C4F73E392103DCB506287E" /> | |
<file path="C:\ProgramData\chocolatey\lib\tweetz-desktop\tweetz-desktop.nuspec" checksum="8A1003B8F29038603D4720108D6F127E" /> | |
<file path="C:\ProgramData\chocolatey\lib\tweetz-desktop\tools\ChocolateyInstall.ps1" checksum="B872440E6AD4018F3B2DD13B96CC6FB2" /> | |
<file path="C:\ProgramData\chocolatey\lib\tweetz-desktop\tools\ChocolateyUninstall.ps1" checksum="4C00D26527D7782FDA7F278E5AB99D2C" /> | |
</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
Pipeline still running ... | |
PipelineRun is still running: Tasks Completed: 11 (Failed: 1, Cancelled 0), Incomplete: 1, Skipped: 42 | |
[get-pr-number : parse-pr-url] + echo -n 5939 | |
[get-pr-number : parse-pr-url] + tee /tekton/results/git_pr_number | |
[get-pr-number : parse-pr-url] 5939 | |
[acquire-lease : create-lease] + calculate_duration_in_seconds 90m | |
[acquire-lease : create-lease] + '[' m == m ']' | |
[acquire-lease : create-lease] + TOTAL_DURATION_IN_SECONDS=5400 | |
[acquire-lease : create-lease] + export TOTAL_DURATION_IN_SECONDS |
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
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>CSS-Only Quiz</title> <style> body { font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; max-width: 800px; margin: 2rem auto; padding: 0 1rem; background-color: #f5f5f5; } | |
``` | |
h1 { | |
color: #333; | |
text-align: center; | |
} | |
.quiz-container { | |
background: white; |
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
Learn how to perform ODS to Excel worksheet conversion using C# .NET. |
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
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>CSS-Only Quiz</title> <style> body { font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; max-width: 800px; margin: 2rem auto; padding: 0 1rem; background-color: #f5f5f5; } | |
``` | |
h1 { | |
color: #333; | |
text-align: center; | |
} | |
.quiz-container { | |
background: white; |
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
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>CSS-Only Quiz</title> <style> body { font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; max-width: 800px; margin: 2rem auto; padding: 0 1rem; background-color: #f5f5f5; } | |
``` | |
h1 { | |
color: #333; | |
text-align: center; | |
} | |
.quiz-container { | |
background: white; |
A Pen by HackAstro7 on CodePen.
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
commit a755b09e49a3fd44a5a6fdbbd441eb9366cdf475 | |
Author: Dr. Stefan Schimanski <stefan.schimanski@gmail.com> | |
Date: Tue Feb 11 22:15:16 2025 +0100 | |
Add fair queue | |
Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com> | |
diff --git a/pkg/builder/controller.go b/pkg/builder/controller.go | |
index 47b519e..1902a20 100644 |
A Pen by HackAstro7 on CodePen.