Skip to content

Instantly share code, notes, and snippets.

@kejariperak-sudo
kejariperak-sudo / style.css
Created September 18, 2025 07:21
Table Style
/* =======================
Custom CSS AwesomeTable
Sudut Baca Digital
======================= */
/* Kecilkan kolom Cover */
td[data-header="COVER"] , th[data-header="COVER"] {
width: 100px !important;
max-width: 100px !important;
white-space: nowrap;
@forkyau
forkyau / hourly_rainfall_data-2025-09-18|15-00.csv
Created September 18, 2025 07:21
GIST created by python code
id station stationid value unit obstime date
0 流浮山 RF001 0 mm 2025-09-18T15:00:00+08:00 2025-09-18
1 湿地公园 RF002 0 mm 2025-09-18T15:00:00+08:00 2025-09-18
2 水边围 N12 0 mm 2025-09-18T15:00:00+08:00 2025-09-18
3 石岗 RF003 0 mm 2025-09-18T15:00:00+08:00 2025-09-18
4 大美督 RF004 0 mm 2025-09-18T15:00:00+08:00 2025-09-18
5 大埔墟 RF005 0 mm 2025-09-18T15:00:00+08:00 2025-09-18
6 北潭涌 RF006 0 mm 2025-09-18T15:00:00+08:00 2025-09-18
7 滘西洲 RF007 0 mm 2025-09-18T15:00:00+08:00 2025-09-18
8 西贡 N15 0 mm 2025-09-18T15:00:00+08:00 2025-09-18
@choco-bot
choco-bot / FilesSnapshot.xml
Created September 18, 2025 07:21
kyverno-cli v1.5.1 - Passed - Package Tests Results
<?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\kyverno-cli\kyverno-cli.nupkg" checksum="B0BFD269DC393A46137F3577340059A0" />
<file path="C:\ProgramData\chocolatey\lib\kyverno-cli\kyverno-cli.nuspec" checksum="EF8ACB112AA5F01EF467A99E17F832CA" />
<file path="C:\ProgramData\chocolatey\lib\kyverno-cli\kyverno-cli_v1.5.1_windows_x86_64.zip.txt" checksum="5BBCA87BE4AC7E79BA78AC943396C7DC" />
<file path="C:\ProgramData\chocolatey\lib\kyverno-cli\tools\chocolateyinstall.ps1" checksum="44E878AD27BFBFB2B614041511C62DC1" />
<file path="C:\ProgramData\chocolatey\lib\kyverno-cli\tools\kyverno.exe" checksum="14D38A5620A4C33C437D29198FF2B661" />
<file path="C:\ProgramData\chocolatey\lib\kyverno-cli\tools\LICENSE" checksum="86D3F3A95C324C9479BD8986968F4327" />
</files>
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created September 18, 2025 07:20
dolt v1.59.10 - 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-4272824282-1425962316-791587930-1000</user>
<keys>
<key installerType="Msi" displayName="Dolt 1.59.10" displayVersion="1.59.10">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{BDFA5F26-191E-434E-8B54-AA57E52CC948}</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[]]></InstallLocation>
<UninstallString><![CDATA[MsiExec.exe /I{BDFA5F26-191E-434E-8B54-AA57E52CC948}]]></UninstallString>
@devendran-m
devendran-m / jsCallbackExample.js
Last active September 18, 2025 07:21
JavaScript Execution Context Visualization
function map(array, callback) {
const newArray = [];
for (let i = 0; i < array.length; i++ ) {
console.log("array[i], newArray[i]", array[i], newArray[i]);
newArray.push(callback(array[i]));
}
return newArray;
}
@haisum
haisum / BalsamiqForever.py
Created September 18, 2025 07:19 — forked from HoussemNasri/BalsamiqForever.py
Extend your trial period for Balsamiq Wireframes on Windows and macOS Forever!
import json
import os
import time
import webbrowser
import sys
import re
def handleWindows(extra_seconds):
print("OS : Windows")
using System;
namespace CSLight
{
internal class Program
{
public static void Main(string[] args)
{
int x = 55;
@kuangzw
kuangzw / Copy_Tmp.sol
Created September 18, 2025 07:19
Created using tron-ide: Realtime Tron Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at http://tronide.io/#version=soljson-v0.8.6+commit.0e36fba0.js&optimize=false&runs=200&gist=
hello
@Lupus
Lupus / wsl2-custom-kernel-rancher-desktop-cilium.md
Created September 18, 2025 07:19
WSL2 Custom Kernel Build Guide for Cilium with Rancher Desktop

WSL2 Custom Kernel Build Guide for Cilium with Rancher Desktop

Overview

This guide documents the complete process of building a custom WSL2 kernel with Cilium support and integrating it with Rancher Desktop's K3s distribution. The custom kernel enables full Cilium functionality including L7 proxy features, eBPF acceleration, and advanced networking capabilities.

Prerequisites

  • Windows 11 22H2 or later
  • WSL2 installed and updated to latest version
@choco-bot
choco-bot / 1.RegistrySnapshot.xml
Created September 18, 2025 07:19
sourcetrail v2021.4.19 - 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-2271273750-85171289-3860074080-1000</user>
<keys>
<key installerType="Msi" displayName="Sourcetrail 64-bit" displayVersion="21.4.19">
<RegistryView>Registry64</RegistryView>
<KeyPath>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{71A9848A-9668-4F8E-8A2A-0F2FF69A9C1C}</KeyPath>
<DefaultValue />
<InstallLocation><![CDATA[]]></InstallLocation>
<UninstallString><![CDATA[MsiExec.exe /X{71A9848A-9668-4F8E-8A2A-0F2FF69A9C1C}]]></UninstallString>