Skip to content

Instantly share code, notes, and snippets.

View udhayakumarth's full-sized avatar
🧑‍🍳
Cooking Apps

Udhayakumar udhayakumarth

🧑‍🍳
Cooking Apps
View GitHub Profile
@udhayakumarth
udhayakumarth / Context.java
Created October 13, 2025 14:08
Workflow Runner
package com.example.springapp.workflow;
import java.util.HashMap;
import java.util.Map;
/**
* A simple Context class to hold global data like HOST and AUTH_TOKEN.
*/
public final class Context {
@udhayakumarth
udhayakumarth / U.java
Last active February 11, 2025 01:33
Somthing
wsdhfshdf
sdf
sdf
sdf
sd
f
@udhayakumarth
udhayakumarth / .deps...npm...@openzeppelin...contracts...utils...Strings.sol
Created February 2, 2023 15:49
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.7+commit.e28d00a7.js&optimize=false&runs=200&gist=
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts (last updated v4.8.0) (utils/Strings.sol)
pragma solidity ^0.8.0;
import "./math/Math.sol";
/**
* @dev String operations.
*/