This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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 | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* 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 | |
*/ |