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
| https://indianf.com/global-hunger-crisis-318-million-2026/ |
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 | 2025-11-20T13:15:00+08:00 | 2025-11-20 | |
| 1 | 湿地公园 | RF002 | 0 | mm | 2025-11-20T13:15:00+08:00 | 2025-11-20 | |
| 2 | 水边围 | N12 | 0 | mm | 2025-11-20T13:15:00+08:00 | 2025-11-20 | |
| 3 | 石岗 | RF003 | 0 | mm | 2025-11-20T13:15:00+08:00 | 2025-11-20 | |
| 4 | 大美督 | RF004 | 0 | mm | 2025-11-20T13:15:00+08:00 | 2025-11-20 | |
| 5 | 大埔墟 | RF005 | 0 | mm | 2025-11-20T13:15:00+08:00 | 2025-11-20 | |
| 6 | 北潭涌 | RF006 | 0 | mm | 2025-11-20T13:15:00+08:00 | 2025-11-20 | |
| 7 | 滘西洲 | RF007 | 0 | mm | 2025-11-20T13:15:00+08:00 | 2025-11-20 | |
| 8 | 西贡 | N15 | 0 | mm | 2025-11-20T13:15:00+08:00 | 2025-11-20 |
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="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Power Gain Time Calculator</title> | |
| <style> | |
| body { | |
| font-family: Segoe UI, sans-serif; | |
| background: #0e0e0e; |
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
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #define MAX 100 | |
| void generate(int input[], int n, int in, | |
| int stack[], int top, | |
| int output[], int out) { | |
| //if input and stack empty we reached base case | |
| if (in == n && top == -1) { |
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="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Power Gain Time Calculator</title> | |
| <style> | |
| body { | |
| font-family: Segoe UI, sans-serif; | |
| background: #0e0e0e; |
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
| 31d5ba1a | |
| {"test": [{"input": [[9, 9, 0, 9, 0], [0, 0, 9, 0, 9], [0, 0, 0, 9, 9], [4, 4, 4, 0, 4], [4, 0, 4, 4, 4], [4, 4, 0, 0, 0]], "output": [[0, 0, 6, 6, 6], [6, 0, 0, 6, 0], [6, 6, 0, 6, 6]]}, {"input": [[0, 0, 9, 0, 9], [0, 9, 0, 0, 0], [9, 0, 9, 0, 0], [4, 0, 4, 4, 4], [0, 4, 4, 0, 4], [4, 0, 0, 0, 0]], "output": [[6, 0, 0, 6, 0], [0, 0, 6, 0, 6], [0, 0, 6, 0, 0]]}], "train": [{"input": [[9, 9, 0, 9, 0], [9, 0, 0, 9, 0], [0, 9, 9, 9, 9], [4, 0, 0, 4, 0], [4, 4, 0, 4, 4], [4, 4, 4, 0, 4]], "output": [[0, 6, 0, 0, 0], [0, 6, 0, 0, 6], [6, 0, 0, 6, 0]]}, {"input": [[9, 0, 0, 9, 9], [0, 0, 0, 0, 0], [0, 0, 9, 0, 9], [0, 0, 4, 4, 0], [4, 4, 4, 0, 0], [4, 0, 4, 0, 4]], "output": [[6, 0, 6, 0, 6], [6, 6, 6, 0, 0], [6, 0, 0, 0, 0]]}, {"input": [[0, 9, 0, 0, 0], [0, 9, 9, 0, 9], [9, 0, 0, 0, 9], [4, 4, 0, 4, 0], [0, 4, 4, 4, 0], [4, 4, 0, 0, 0]], "output": [[6, 0, 0, 6, 0], [0, 0, 0, 6, 6], [0, 6, 0, 0, 6]]}, {"input": [[0, 0, 9, 9, 0], [9, 9, 0, 9, 9], [0, 9, 0, 0, 0], [4, 4, 0, 0, 0], [4, 0, 4, 4, 4], [0, 4, 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: 1, Skipped: 6 | |
| [set-github-status-pending : set-github-status] + '[' false == true ']' | |
| [set-github-status-pending : set-github-status] + echo 'Setting github status of commit 3bbbb0e2ed34081a677c38ca54bcdbcda8450935 to pending' | |
| [set-github-status-pending : set-github-status] Setting github status of commit 3bbbb0e2ed34081a677c38ca54bcdbcda8450935 to pending | |
| [set-github-status-pending : set-github-status] + set-github-status --git-repo-url [email protected]:redhat-openshift-ecosystem/certified-operators-preprod.git --commit-sha 3bbbb0e2ed34081a677c38ca54bcdbcda8450935 --status pending --context operator/publish --description 'Pipeline for operator distribution has started.' | |
| [set-github-status-pending : set-github-status] 2025-11-20 05:13:40,323 [operator-cert] INFO Successfully set status to pending for commit 3bbbb0e2ed34081a677c38ca54bcdbcda8450935 in github repo [email protected]:redhat-openshift-ecos |
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
| const B = ({ name }: Props) => { | |
| if (name === '권씨') { | |
| return <div>{expensiveCalculation(name)}</div>; | |
| } else if (name === '오씨') { | |
| return <div>{expensiveCalculation(name)}</div>; | |
| } else { | |
| return <div>{expensiveCalculation(name)}</div>; | |
| } | |
| }; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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-1778522785-2555008748-4102477883-1000</user> | |
| <keys> | |
| <key installerType="Unknown" displayName="Charm" displayVersion="1.12.0"> | |
| <RegistryView>Registry32</RegistryView> | |
| <KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Charm</KeyPath> | |
| <DefaultValue /> | |
| <InstallLocation><![CDATA[]]></InstallLocation> | |
| <UninstallString><![CDATA["C:\Program Files\Charm\uninstall.exe"]]></UninstallString> |