Сообщения

Linux sed grep awk

sed - потоковый редактор Сценарий sed [-Ealn]command [file ...] sed [-Ealn] [-e command] [-f command_file] [-i extension] [file ...] Описание SED копирует строку из input (стандартный или указываемый набор файлов) в PATTERN SPACE (некоторая область), и к этой строке прим...

Windows limit 3GB

Обычно 32-разрядные программы ограничиваются 2 ГБ памяти в Windows. Можно увеличить этот лимит до 3 ГБ на Windows 32bit и почти 4 ГБ на Windows 64bit. Способ первый Preparing Windows for the large build Normally 32bit programs are limited to 2GB of memory on Windows. It is possible to raise this limit, to 3GB on Windows 32bit, and almost 4GB on Windows 64bit. On Windows 32bit, it is necessary to modify the system: follow http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&id=9583842&linkID=9240617 to enable the "3GB" feature, and reboot. This step is not necessary on Windows 64bit. Then you need to execute: Which Microsoft Visual C++ cmd /k ""C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x86" editbin.exe /largeaddressaware translator.exe  \\где translator.exe непосредственно ваша программа where translator.exe is the pypy.exe or cpython.exe you will use to translate with. Способ второй. Не треб...

Windows Python Compile

ДЛЯ ОПРЕДЕЛЕННОЙ ВЕРСИИ ПИТОНА, НЕОБХОДИМО ИСПОЛЬЗОВАТЬ НУЖНУЮ ВЕРСИЮ КОМПИЛЯТОРА Which Microsoft Visual C++ compiler to use with a specific Python version Visual C++ 14.0\15.х, CPython 3.5, 3.6 Microsoft Visual C++ 14.0 \\ Visual C++ Build Tools 2015 (x86, x64, ARM) \\ Studio 2017 (x86, x64, ARM, ARM64) Visual C++ 10.0, CPython 3.3, 3.4 Microsoft Visual C++ 10.0 standalone: Windows SDK 7.1 (x86, x64, ia64) Microsoft Visual C++ 10.0 with Visual Studio 2010 (x86, x64, ia64) Visual C++ 9.0, CPython 2.6, 2.7, 3.0, 3.1, 3.2 Microsoft Visual C++ 9.0 standalone: Visual C++ Compiler for Python 2.7 (x86, x64) Microsoft Visual C++ 9.0 standalone: Windows SDK 7.0 (x86, x64, ia64) Microsoft Visual C++ 9.0 standalone: Windows SDK 6.1 (x86, x64, ia64) Microsoft Visual C++ 9.0 with Visual Studio 2008 (x86, x64, ia64) Python version VC++ version _MSC_VER Alternative name    C runtime           C++ runtime 1.0...