Skip to content

Instantly share code, notes, and snippets.

View pineoc's full-sized avatar
😇

Allen Yunseok Lee pineoc

😇
View GitHub Profile
import sys
import subprocess
import json
# importing the requests library
from urllib import request, parse
webhook_url = 'https://hooks.slack.com/services/HOOK URL'
SWARM_URL = 'https://swarm.project.com'
def get_desc(change):
@pineoc
pineoc / update-cl-jiralink.py
Last active July 31, 2022 04:48
Perforce trigger script for update description add jira link
@pineoc
pineoc / MyGameModeBase.cpp
Created July 2, 2023 11:40
Unreal Engine Game Mode Base console command sample
// Fill out your copyright notice in the Description page of Project Settings.
#include "MyGameModeBase.h"
void AMyGameModeBase::crashMe()
{
// ensureMsg(false, TEXT("Node is invalid"));
ensure(false);
check(false);