Skip to content

Instantly share code, notes, and snippets.

View IanByun's full-sized avatar
🎯
Focusing

Jung-Hyun Ian Byun IanByun

🎯
Focusing
  • Samsung Electronics
  • Seoul, Korea
View GitHub Profile
# 2021-07-09 JH Byun
# Thanks to https://github.com/SD810/KaTalkEspresso/blob/master/KaTalkEspresso/AdCloser.cs
import os
os.system("start /wait cmd /c pip install pypiwin32")
import win32api
import win32process
import win32con
import win32gui
git filter-branch -f --index-filter "git rm -rf --cached --ignore-unmatch '경로\파일 이름.확장자'" -- --all
git rm -rf .git/refs/original/
git reflog expire --expire=now --all
git gc --aggressive --prune=now
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ImportGroup Label="PropertySheets"/>
<!-- User Macros (환경 변수를 쓰려면 코멘트할 것)-->
<PropertyGroup Label="UserMacros">
<PCL_ROOT Condition="'$(Platform)'=='Win32'">$(ProgramFiles)\PCL 1.8.0</PCL_ROOT>
<PCL_ROOT Condition="'$(Platform)'=='x64'">$(ProgramW6432)\PCL 1.8.0</PCL_ROOT>
</PropertyGroup>
@IanByun
IanByun / ofPBO.h
Last active August 28, 2016 13:40 — forked from arturoc/ofPBO.h
/*
* ofPBO.cpp
*
* Created on: 08/04/2012
* Author: arturo
* Revised on: 2016-08-27
* Reviser: ofIan, Ian Byun
* updated to match deletion and renaming of ofTextureData members
*/
@IanByun
IanByun / ofPBO.cpp
Last active August 28, 2016 13:41 — forked from arturoc/ofPBO.cpp
/*
* ofPBO.cpp
*
* Created on: 08/04/2012
* Author: arturo
* Revised on: 2016-08-27
* Reviser: ofIan, Ian Byun
* updated to match deletion and renaming of ofTextureData members
*/