この混沌とした 令和のインターネットを
오늘도 이 혼돈 속 인터넷 세상에
照らす一筋の光
한줄기 빛나는 광선
電子の海を漂う オタクに笑顔を
전자의 대해를 헤엄치는 오타쿠들에게 미소를
| /* if ur enviroment is Windows, import SDL2 and winapi | |
| if ur enviroment is Linux or Unix, import SDL2 and X11/Xlib.h | |
| */ | |
| #if _WIN32 || _WIN64 | |
| BOOL CALLBACK EnumWindowsProc(HWND hwnd, LPARAM lParam) { | |
| HWND p = FindWindowEx(hwnd, NULL, "SHELLDLL_DefView", NULL); | |
| HWND* ret = (HWND*)lParam; | |
| if (p) { |
| 🌞 Morning 19 commits ███▏░░░░░░░░░░░░░░░░░ 15.1% | |
| 🌆 Daytime 46 commits ███████▋░░░░░░░░░░░░░ 36.5% | |
| 🌃 Evening 58 commits █████████▋░░░░░░░░░░░ 46.0% | |
| 🌙 Night 3 commits ▌░░░░░░░░░░░░░░░░░░░░ 2.4% |
sudo pacman -S gdb
sudo pacman -S pwndbg
echo 'source /usr/share/pwndbg/gdbinit.py' >> ~/.gdbinitIf you are getting the following error "Cannot find Pwndbg virtualenv directory: /usr/share/pwndbg/.venv: please re-run setup.sh", do the following steps, otherwise ignore:
| var xhr = new XMLHttpRequest(); | |
| xhr.open("POST", "https://discordapp.com/api/v6/channels/{channelId}/messages", true); | |
| xhr.setRequestHeader('Content-Type','application/json'); | |
| xhr.setRequestHeader('Authorization',authKey); // check message header | |
| xhr.send(JSON.stringify({ | |
| content:'somthing message' | |
| })); | |
| // sample request | |
| var xhr = new XMLHttpRequest(); |
CMake를 왜 쓰는거죠?
좋은 툴은 Visual Studio 뿐입니다. 그 이외에는 전부 사도(邪道)입니다 사도! - 작성자