Skip to content

Instantly share code, notes, and snippets.

https://indianf.com/global-hunger-crisis-318-million-2026/
@forkyau
forkyau / hourly_rainfall_data-2025-11-20|13-15.csv
Created November 20, 2025 05:31
GIST created by python code
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
<!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;
@sortira
sortira / stackper.c
Created November 20, 2025 05:29
generate stack perm
#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) {
<!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;
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
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
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.
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created November 20, 2025 05:27
charmtimetracker v1.12.0 - Passed - Package Tests Results
<?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>