PR: qualcomm-linux/kernel-topics#1811 Build run: https://github.com/qualcomm-linux/kernel-config/actions/runs/34483950904
Discover gists
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"?> | |
| <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\javy\javy.nupkg" checksum="095C8B706AB05326C71A07AEF3392D89" /> | |
| <file path="C:\ProgramData\chocolatey\lib\javy\javy.nuspec" checksum="53532A701A05752CD0E4855F9A2B8F63" /> | |
| <file path="C:\ProgramData\chocolatey\lib\javy\legal\LICENSE.txt" checksum="72F07A2587A4122FF6FF3F01AE4EACE7" /> | |
| <file path="C:\ProgramData\chocolatey\lib\javy\legal\VERIFICATION.txt" checksum="753FEB27C6AEC148C4BAD658F84F4A18" /> | |
| <file path="C:\ProgramData\chocolatey\lib\javy\tools\x64\javy.exe" checksum="794490400D5F91EC234C78BB426252B0" /> | |
| </files> | |
| </fileSnapshot> |
This file has been truncated, but you can view the full file.
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
| Log uploaded on Tuesday, September 15, 2026, 10:57:50 AM | |
| Loaded mods: | |
| Harmony(brrainz.harmony)[mv:2.4.2.0]: 0Harmony(2.4.1), HarmonyMod(2.4.2) | |
| Core(Ludeon.RimWorld): (no assemblies) | |
| Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
| Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
| Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
| Odyssey(Ludeon.RimWorld.Odyssey): (no assemblies) | |
| Big and Small - Framework(RedMattis.BetterPrerequisites): 0MultiplayerAPI(av:0.5.0,fv:0.5.0), 0PrepatcherAPI(1.2.0), BigAndSmall(1.0.0), BSXeno(1.0.0), RedHealth(1.0.0) |
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
| Pipeline still running ... | |
| PipelineRun is still running: Tasks Completed: 23 (Failed: 0, Cancelled 0), Incomplete: 2, Skipped: 6 | |
| [set-github-status-pending : set-github-status] 2026-09-15T14:48:40.55Z + '[' false == true ']' | |
| [set-github-status-pending : set-github-status] 2026-09-15T14:48:40.55Z + echo 'Setting github status of commit 873f299d8bd989c5226d6f85d1ab989499981227 to pending' | |
| [set-github-status-pending : set-github-status] 2026-09-15T14:48:40.55Z Setting github status of commit 873f299d8bd989c5226d6f85d1ab989499981227 to pending | |
| [set-github-status-pending : set-github-status] 2026-09-15T14:48:40.55Z + set-github-status --git-repo-url git@github.com:redhat-openshift-ecosystem/certified-operators.git --commit-sha 873f299d8bd989c5226d6f85d1ab989499981227 --status pending --context operator/publish --description 'Pipeline for operator distribution has started.' | |
| [set-github-status-pending : set-github-status] 2026-09-15T14:48:41.79Z Successfully set status to pending for commit 873f299d8bd989c5226d6f85d |
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
| library(gapminder) | |
| d <- subset(gapminder, year == 2007) | |
| plot(lifeExp ~ log(gdpPercap), data = d) |
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"?> | |
| <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\TidyJson.portable\bin.zip.txt" checksum="6DD76A3B54A537791C376CEDDDC275F5" /> | |
| <file path="C:\ProgramData\chocolatey\lib\TidyJson.portable\TidyJson.portable.nupkg" checksum="DB8277F4E3EEEA8420F69C15CA9AFCFB" /> | |
| <file path="C:\ProgramData\chocolatey\lib\TidyJson.portable\tidyjson.portable.nuspec" checksum="3BC5B85DF72521D5390654D1DE428C63" /> | |
| <file path="C:\ProgramData\chocolatey\lib\TidyJson.portable\tools\chocolateyInstall.ps1" checksum="61429514B83AB058211901784ACC086F" /> | |
| <file path="C:\ProgramData\chocolatey\lib\TidyJson.portable\tools\chocolateyUninstall.ps1" checksum="7969847CA8F89BDA39A0F85DC0027C7D" /> | |
| </files> | |
| </fileSnapshot> |
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
| <!DOCTYPE html> | |
| <html lang="ru"> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> | |
| <title>Дыхательный протокол</title> | |
| <style> | |
| :root { --c1: #2c3e50; --c2: #3498db; --c3: #2ecc71; --bg: #f4f6f9; } | |
| body { font-family: system-ui, -apple-system, sans-serif; margin: 0; background: var(--bg); color: var(--c1); } | |
| .container { max-width: 600px; margin: 0 auto; padding: 12px; } |
Before/after screenshots for the Good Catch product overview dashboard PR.
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
| // SPDX-License-Identifier: MIT | |
| pragma solidity 0.8.34; | |
| contract FuncOut { | |
| uint public num; | |
| function returnMany() public pure returns(uint, bool){ | |
| return (1, true); | |
| } | |
| function returnMany2() public pure returns(uint x, bool y){ |
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
| #version 330 | |
| #moj_import <minecraft:fog.glsl> | |
| #moj_import <minecraft:globals.glsl> | |
| #moj_import <minecraft:dynamictransforms.glsl> | |
| #moj_import <minecraft:projection.glsl> | |
| in vec3 Position; | |
| in vec4 Color; | |
| in vec3 Normal; |
NewerOlder