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
─────────────────────────────────────────────────────────────────────────────── | |
Language Files Lines Blanks Comments Code Complexity | |
─────────────────────────────────────────────────────────────────────────────── | |
HTML 77503 3947627 347061 79446 3521120 0 | |
C++ 47098 13390846 1958087 1268285 10164474 836375 | |
C Header 40971 4706649 829834 1052151 2824664 51731 | |
Plain Text 27851 1366844 67900 0 1298944 0 | |
JavaScript 20533 3671275 395104 792077 2484094 215432 | |
Java 7902 1510116 202513 262612 1044991 93342 | |
Python 4434 835474 57556 75842 702076 39091 |
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
Collecting vaex | |
Downloading vaex-3.0.0-py3-none-any.whl (3.9 kB) | |
Collecting vaex-astro<0.8,>=0.7.0 | |
Downloading vaex_astro-0.7.0-py3-none-any.whl (10 kB) | |
Collecting vaex-jupyter<0.6,>=0.5.0 | |
Downloading vaex_jupyter-0.5.1.post0-py3-none-any.whl (41 kB) | |
Collecting vaex-ml<0.10,>=0.9.0 | |
Downloading vaex_ml-0.9.0-py3-none-any.whl (85 kB) | |
Collecting vaex-arrow<0.6,>=0.5.0 | |
Downloading vaex_arrow-0.5.1-py3-none-any.whl (7.3 kB) |
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
/* Generated by Cython 0.29.17 */ | |
/* BEGIN: Cython Metadata | |
{ | |
"distutils": { | |
"depends": [ | |
"C:\\job\\python-api\\dxfeed\\dxfeed-c-api\\include\\DXErrorCodes.h", | |
"C:\\job\\python-api\\dxfeed\\dxfeed-c-api\\include\\DXFeed.h", | |
"C:\\job\\python-api\\dxfeed\\dxfeed-c-api\\include\\DXTypes.h", | |
"C:\\job\\python-api\\dxfeed\\dxfeed-c-api\\include\\EventData.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
[ 75%] Building C object CMakeFiles/dhcpdrop.dir/src/dhcdrop.c.obj | |
C:\Users\ttldtor\Downloads\dhcdrop-0.5.tar\dhcdrop-0.5\src\dhcdrop.c: In function 'configure': | |
C:\Users\ttldtor\Downloads\dhcdrop-0.5.tar\dhcdrop-0.5\src\dhcdrop.c:540:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] | |
540 | if(!params->if_name) | |
| ^~ | |
C:\Users\ttldtor\Downloads\dhcdrop-0.5.tar\dhcdrop-0.5\src\dhcdrop.c:543:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' | |
543 | if(!strcmp("any", params->if_name)) | |
| ^~ | |
C:\Users\ttldtor\Downloads\dhcdrop-0.5.tar\dhcdrop-0.5\src\dhcdrop.c:558:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] | |
558 | if(!strlen(params->str_source_mac)) |
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
@echo off | |
set "git_command=" | |
if /i [%1]==[чу√Ё] set git_command=push | |
if /i [%1]==[згыр] set git_command=push | |
if /i [%1]==[√хЇху√] set git_command=status | |
if /i [%1]==[ыефегы] set git_command=status | |
if /i [%1]==[ф∙я] set git_command=log | |
if /i [%1]==[дщп] set git_command=log | |
if /i [%1]==[т°рр] set git_command=diff | |
if /i [%1]==[вшаа] set git_command=diff |
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
1 attaaaggtt tataccttcc caggtaacaa accaaccaac tttcgatctc ttgtagatct | |
61 gttctctaaa cgaactttaa aatctgtgtg gctgtcactc ggctgcatgc ttagtgcact | |
121 cacgcagtat aattaataac taattactgt cgttgacagg acacgagtaa ctcgtctatc | |
181 ttctgcaggc tgcttacggt ttcgtccgtg ttgcagccga tcatcagcac atctaggttt | |
241 cgtccgggtg tgaccgaaag gtaagatgga gagccttgtc cctggtttca acgagaaaac | |
301 acacgtccaa ctcagtttgc ctgttttaca ggttcgcgac gtgctcgtac gtggctttgg | |
361 agactccgtg gaggaggtct tatcagaggc acgtcaacat cttaaagatg gcacttgtgg | |
421 cttagtagaa gttgaaaaag gcgttttgcc tcaacttgaa cagccctatg tgttcatcaa | |
481 acgttcggat gctcgaactg cacctcatgg tcatgttatg gttgagctgg tagcagaact | |
541 cgaaggcatt cagtacggtc gtagtggtga gacacttggt gtccttgtcc ctcatgtggg |
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
from setuptools import Extension, find_packages | |
from Cython.Build import cythonize | |
from pathlib import Path | |
import platform | |
source_files_directory = Path(__file__).resolve().parent.joinpath('dxpyfeed', 'dxfeed-c-api', 'src') | |
source_files_paths = [str(path) for path in source_files_directory.glob('*.c')] | |
libs = [] | |
if platform.system() == 'Windows': | |
source_files_paths.remove(str(source_files_directory.joinpath('Linux.c'))) | |
libs = ['ws2_32'] |
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
gtest.lib(gtest-all.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in TestJson.obj [D:\w\hhh\lab1\bui ld\tests.vcxproj] | |
gtest.lib(gtest-all.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in TestJso n.obj [D:\w\hhh\lab1\build\tests.vcxproj] | |
gtest.lib(gtest-all.obj) : warning LNK4099: PDB 'gtest.pdb' was not found with 'gtest.lib(gtest-all.obj)' or at 'D:\w\hhh\lab1\build\Debug\gtest.pdb'; linkin g object as if no debug info [D:\w\hhh\lab1\build\tests.vcxproj] | |
gtest_main.lib(gtest_main.obj) : error LNK2038: mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in TestJson.obj [D:\w\hhh\la b1\build\tests.vcxproj] | |
gtest_main.lib(gtest_main.obj) : error LNK2038: mismatch detected for 'RuntimeLibrary': value 'MD_DynamicRelease' doesn't match value 'MDd_DynamicDebug' in T estJson.obj [D:\w\hhh\lab1\build\tests.vcxproj] | |
gtest_main.lib(gtest_main.obj) : warn |
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
[IJ]> {file:/C:/w/codingteam/Keter/}keter/site | |
[info] Updating NPM dependencies | |
[info] Full optimizing C:\w\codingteam\Keter\target\scala-2.11\scalajs-bundler\main\keter-opt.js | |
[error] npm WARN [email protected] requires a peer of webpack@^2.2.0 || ^3.0.0 but none is installed. You must install peer dependencies yourself. | |
[error] npm WARN The package webpack is included as both a dev and production dependency. | |
[error] npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules\fsevents): | |
[error] npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"}) | |
[error] | |
[error] audited 3994 packages in 3.808s | |
[error] |
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
[External Code] | |
ntdll.dll![Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] | |
Telegram.exe!__acrt_lock(__acrt_lock_id _Lock) Line 55 | |
at minkernel\crts\ucrt\src\appcrt\internal\locks.cpp(55) | |
Telegram.exe!heap_alloc_dbg_internal(const unsigned int size, const int block_use, const char * const file_name, const int line_number) Line 309 | |
at minkernel\crts\ucrt\src\appcrt\heap\debug_heap.cpp(309) | |
Telegram.exe!heap_alloc_dbg(const unsigned int size, const int block_use, const char * const file_name, const int line_number) Line 450 | |
at minkernel\crts\ucrt\src\appcrt\heap\debug_heap.cpp(450) | |
Telegram.exe!_malloc_dbg(unsigned int size, int block_use, const char * file_name, int line_number) Line 495 | |
at minkernel\crts\ucrt\src\appcrt\heap\debug_heap.cpp(495) |