This file contains 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
<?php | |
use Longman\TelegramBot\Exception\TelegramException; | |
use Longman\TelegramBot\Telegram; | |
use Longman\TelegramBot\Request; | |
require_once "vendor/autoload.php"; | |
class BalanceDb { | |
private static false|mysqli $db_connect; |
This file contains 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
error: failed to run custom build command for `plugin-system v0.1.0 (C:\Users\habib\Documents\QtProjects\plumba\rust)` | |
note: To improve backtraces for build dependencies, set the CARGO_PROFILE_TEST_BUILD_OVERRIDE_DEBUG=true environment variable to enable debug information generation. | |
Caused by: | |
process didn't exit successfully: `C:\Users\habib\Documents\QtProjects\plumba\rust\target\debug\build\plugin-system-de3e61303b0b6336\build-script-build` (exit code: 1) | |
--- stdout | |
cargo:rerun-if-env-changed=QMAKE | |
cargo:rerun-if-env-changed=QT_VERSION_MAJOR | |
cargo:rustc-link-search=C:/Qt/6.7.2/mingw_64/lib | |
cargo:rustc-link-lib=Qt6Qml | |
cargo:rustc-link-lib=Qt6Core |
This file contains 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
#include "Render.h" | |
#include <sstream> | |
#include <iostream> | |
#include <windows.h> | |
#include <GL\GL.h> | |
#include <GL\GLU.h> | |
#include "MyOGL.h" |
This file contains 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
#include "Render.h" | |
#include <sstream> | |
#include <iostream> | |
#include <windows.h> | |
#include <GL\GL.h> | |
#include <GL\GLU.h> | |
#include "MyOGL.h" |
This file contains 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
#include "Render.h" | |
#include <sstream> | |
#include <iostream> | |
#include <windows.h> | |
#include <GL\GL.h> | |
#include <GL\GLU.h> | |
#include "MyOGL.h" |
This file contains 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
#include "Render.h" | |
#include <sstream> | |
#include <iostream> | |
#include <windows.h> | |
#include <GL\GL.h> | |
#include <GL\GLU.h> | |
#include "MyOGL.h" |
This file contains 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
#include <windows.h> /* This enables access to Microsoft Windows specific data types that are required to use the Graphical User Interface of Windows. (HWND, WNDCLASSEX, etc.) */ | |
#include <tchar.h> /* _T */ | |
#include <iostream> | |
#include <string> | |
#include <chrono> | |
#include <thread> | |
#include "skia/core/SkBitmap.h" | |
#include "skia/core/SkCanvas.h" | |
#include "skia/core/SkSurface.h" |
This file contains 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
#include <iostream> | |
extern "C" { | |
#include "libavformat/avformat.h" | |
#include "libswscale/swscale.h" | |
} | |
using namespace std; | |
const char* url = "<local url file>"; |
This file contains 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
#include <QGuiApplication> | |
#include <QQmlApplicationEngine> | |
#include <QQuickWindow> | |
#include <Windows.h> | |
#include <windowsx.h> | |
#include "dwmapi.h" | |
#include "core/window_manager/WindowManager.h" | |
WNDPROC prevWndProc; |
This file contains 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
C:\Users\habib\CLionProjects\win32_window\SkVideoDecoder.cpp(37): error C2760: синтаксическая ошибка: непредвиденный элемент "=". Ожидается "{" | |
C:\Users\habib\CLionProjects\win32_window\SkVideoDecoder.cpp(37): error C2059: синтаксическая ошибка: { | |
C:\Users\habib\CLionProjects\win32_window\SkVideoDecoder.cpp(37): error C2143: синтаксическая ошибка: отсутствие ";" перед "{" | |
C:\Users\habib\CLionProjects\win32_window\SkVideoDecoder.cpp(37): error C2447: {: отсутствует заголовок функции (возможно, используется формальный список старого типа) | |
C:\Users\habib\CLionProjects\win32_window\SkVideoDecoder.cpp(37): error C2059: синтаксическая ошибка: , | |
C:\Users\habib\CLionProjects\win32_window\SkVideoDecoder.cpp(38): error C2143: синтаксическая ошибка: отсутствие ";" перед "{" | |
C:\Users\habib\CLionProjects\win32_window\SkVideoDecoder.cpp(38): error C2447: {: отсутствует заголовок функции (возможно, используется формальный список старого типа) | |
C:\Users\habib\CLionProjects\win32_window\SkVideoDecoder.cpp(38): error C2059: син |
NewerOlder