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
import collections | |
import io | |
import json | |
import logging | |
import logging.handlers | |
import math | |
import os | |
import shutil | |
import struct | |
import subprocess |
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
{ | |
'"': '"', | |
'#': '#', | |
'%': '%', | |
'&': '&', | |
'*': '*', | |
':': ':', | |
'<': '<', | |
'>': '>', | |
'?': '?', |
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
!"#$%&'()*+,-./0 | |
123456789:;<=>?@ | |
ABCDEFGHIJKLMNOP | |
QRSTUVWXYZ[\]^_` | |
abcdefghijklmnop | |
qrstuvwxyz{|}~©® | |
°´·ºáéòúōǝɔɞɥʘʚΟ | |
ΨίειλμπωАВДЕЗЛМН | |
ОПРСТХЧабвгдежзи | |
йклмнопрстуфхцчш |
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
#pragma once | |
#ifdef _DEBUG | |
#define FMTLOG_ENABLE | |
#endif | |
#include <string> | |
#include <functional> | |
#define FMT_HEADER_ONLY |
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
<?php | |
/* | |
* Copyright (C) 2014 Deciso B.V. | |
* Copyright (C) 2009 Scott Ullrich <[email protected]> | |
* | |
* Redistribution and use in source and binary forms, with or without | |
* modification, are permitted provided that the following conditions are met: | |
* | |
* 1. Redistributions of source code must retain the above copyright notice, |
OlderNewer