Save yourself a few keystrokes. Follow the steps below:
-
Run this Bash script on your laptop:
#!/usr/bin/env bash
CMake๋ฅผ ์ ์ฐ๋๊ฑฐ์ฃ ?
์ข์ ํด์ Visual Studio ๋ฟ์ ๋๋ค. ๊ทธ ์ด์ธ์๋ ์ ๋ถ ์ฌ๋(้ช้)์ ๋๋ค ์ฌ๋! - ์์ฑ์
| 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(); |
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:
| ๐ Morning 19 commits โโโโโโโโโโโโโโโโโโโโโ 15.1% | |
| ๐ Daytime 46 commits โโโโโโโโโโโโโโโโโโโโโ 36.5% | |
| ๐ Evening 58 commits โโโโโโโโโโโโโโโโโโโโโ 46.0% | |
| ๐ Night 3 commits โโโโโโโโโโโโโโโโโโโโโ 2.4% |
| /* 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) { |