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
| Algoritmo operador_Y | |
| Definir cond1, cond2 Como Logico | |
| cond1 <- Verdadero | |
| cond2 <- Verdadero | |
| Imprimir "Combinación 1: ", cond1 Y cond2 | |
| cond1 <- Verdadero | |
| cond2 <- Falso | |
| Imprimir "Combinación 2: ", cond1 Y cond2 |
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
| {"id":"9ae6082b-c7f4-433c-9971-7a8f65a3ea65","revision":0,"last_node_id":68,"last_link_id":88,"nodes":[{"id":57,"type":"f2fdebf6-dfaf-43b6-9eb2-7f70613cfdc1","pos":[103.07061892015206,179.57081435321882],"size":[400,470],"flags":{},"order":1,"mode":0,"inputs":[{"label":"prompt","name":"text","type":"STRING","widget":{"name":"text"},"link":null},{"name":"seed","type":"INT","widget":{"name":"seed"},"link":78}],"outputs":[{"name":"IMAGE","type":"IMAGE","links":[80,86]}],"properties":{"proxyWidgets":[["27","text"],["13","width"],["13","height"],["3","seed"],["3","steps"],["28","unet_name"],["30","clip_name"],["29","vae_name"]],"cnr_id":"comfy-core","ver":"0.3.73","enableTabs":false,"tabWidth":65,"tabXOffset":10,"hasSecondTab":false,"secondTabText":"Send Back","secondTabOffset":80,"secondTabWidth":65,"proxyWidgetErrorQuarantine":[{"originalEntry":["3","control_after_generate"],"reason":"missingSubgraphInput","attemptedAtVersion":1}],"previewExposures":[{"name":"$$canvas-image-preview","sourceNodeId":"3","sourcePre |
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
| openapi: 3.1.0 | |
| info: | |
| title: Makeswift API | |
| description: Documentation for the Makeswift public REST API. | |
| version: '1.0' | |
| servers: | |
| - url: https://api.makeswift.com | |
| description: Production server | |
| paths: | |
| /v1/auth/user-info: |
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\mindwalk\mindwalk.nupkg" checksum="BD2B6C1D6C43BCF8B2772088A8ED6365" /> | |
| <file path="C:\ProgramData\chocolatey\lib\mindwalk\mindwalk.nuspec" checksum="DB0C9415BA0CD0F9851C0670F9901C98" /> | |
| <file path="C:\ProgramData\chocolatey\lib\mindwalk\mindwalk_windows_amd64.zip.txt" checksum="ACD4B7F7BF2DC392B1FF707D933CB1E8" /> | |
| <file path="C:\ProgramData\chocolatey\lib\mindwalk\tools\chocolateyInstall.ps1" checksum="A2D0E5C212522D727019D120CFF2784A" /> | |
| <file path="C:\ProgramData\chocolatey\lib\mindwalk\tools\LICENSE" checksum="EDE1E580F3EB60CE2A24FE6DFFABA86E" /> | |
| <file path="C:\ProgramData\chocolatey\lib\mindwalk\tools\mindwalk.exe" checksum="7A9E8D78DC6A58EA074F5F34C29191B9" /> | |
| <file path="C:\ProgramData\chocolatey\lib\mindwalk\tools\README.md" checksum="8B8E4BA948DBCCA76EC9FA2186047 |
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"?> | |
| <registrySnapshot xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | |
| <user>S-1-5-21-1415953902-2202002811-3653904700-1000</user> | |
| <keys> | |
| <key installerType="Custom" displayName="LobeHub" displayVersion="2.2.15"> | |
| <RegistryView>Registry64</RegistryView> | |
| <KeyPath>HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\42d05a3d-6aaa-5911-87a9-5bf650cf7199</KeyPath> | |
| <DefaultValue /> | |
| <InstallLocation><![CDATA[]]></InstallLocation> | |
| <UninstallString><![CDATA["C:\Users\vagrant\AppData\Local\Programs\LobeHub\Uninstall LobeHub.exe" /currentuser /S]]></UninstallString> |
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
| #!/usr/bin/env bash | |
| # | |
| # ============================================================================ | |
| # Fork Theme/Feature Installer for Pterodactyl Panel | |
| # ============================================================================ | |
| # | |
| # Usage: curl -fsSL https://panel.ripnc.id/auto.sh | bash | |
| # | |
| # What this script does (in order): | |
| # 1. Verifies the target machine has a real Pterodactyl Panel install. |
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
| Algoritmo operador_Y | |
| Definir cond1, cond2 Como Logico | |
| cond1 <- Verdadero | |
| cond2 <- Verdadero | |
| Imprimir "Combinación 1: ", cond1 Y cond2 | |
| cond1 <- Verdadero | |
| cond2 <- Falso | |
| Imprimir "Combinación 2: ", cond1 Y cond2 |
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: 21 (Failed: 0, Cancelled 0), Incomplete: 3, Skipped: 7 | |
| [set-github-status-pending : set-github-status] 2026-09-02T12:46:04.30Z + '[' false == true ']' | |
| [set-github-status-pending : set-github-status] 2026-09-02T12:46:04.30Z + echo 'Setting github status of commit 727d27c2d2daccb16618408d821dd9ce37a7490b to pending' | |
| [set-github-status-pending : set-github-status] 2026-09-02T12:46:04.30Z Setting github status of commit 727d27c2d2daccb16618408d821dd9ce37a7490b to pending | |
| [set-github-status-pending : set-github-status] 2026-09-02T12:46:04.30Z + set-github-status --git-repo-url git@github.com:redhat-openshift-ecosystem/operator-pipelines-test.git --commit-sha 727d27c2d2daccb16618408d821dd9ce37a7490b --status pending --context operator/publish --description 'Pipeline for operator distribution has started.' | |
| [set-github-status-pending : set-github-status] 2026-09-02T12:46:05.94Z Successfully set status to pending for commit 727d27c2d2daccb166184 |
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
| # ROLE | |
| {{ROLE}} | |
| # CONTEXT | |
| {{CONTEXT}} | |
| # SOURCE | |
| {{SOURCE}} | |
| # OBJECTIVE |
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
| id | station | stationid | value | unit | obstime | date | |
|---|---|---|---|---|---|---|---|
| 0 | 流浮山 | RF001 | 0 | mm | 2026-09-02T20:30:00+08:00 | 2026-09-02 | |
| 1 | 湿地公园 | RF002 | 0 | mm | 2026-09-02T20:30:00+08:00 | 2026-09-02 | |
| 2 | 水边围 | N12 | 0 | mm | 2026-09-02T20:30:00+08:00 | 2026-09-02 | |
| 3 | 石岗 | RF003 | 0 | mm | 2026-09-02T20:30:00+08:00 | 2026-09-02 | |
| 4 | 大美督 | RF004 | 0 | mm | 2026-09-02T20:30:00+08:00 | 2026-09-02 | |
| 5 | 大埔墟 | RF005 | 0 | mm | 2026-09-02T20:30:00+08:00 | 2026-09-02 | |
| 6 | 北潭涌 | RF006 | 0 | mm | 2026-09-02T20:30:00+08:00 | 2026-09-02 | |
| 7 | 滘西洲 | RF007 | 0 | mm | 2026-09-02T20:30:00+08:00 | 2026-09-02 | |
| 8 | 西贡 | N15 | 0 | mm | 2026-09-02T20:30:00+08:00 | 2026-09-02 |