Skip to content

Instantly share code, notes, and snippets.

View ttldtor's full-sized avatar
🎩
Sir Manticore

ttldtor ttldtor

🎩
Sir Manticore
View GitHub Profile
attaaaggtt tataccttcc caggtaacaa accaaccaac tttcgatctc ttgtagatct
gttctctaaa cgaactttaa aatctgtgtg gctgtcactc ggctgcatgc ttagtgcact
cacgcagtat aattaataac taattactgt cgttgacagg acacgagtaa ctcgtctatc
ttctgcaggc tgcttacggt ttcgtccgtg ttgcagccga tcatcagcac atctaggttt
cgtccgggtg tgaccgaaag gtaagatgga gagccttgtc cctggtttca acgagaaaac
acacgtccaa ctcagtttgc ctgttttaca ggttcgcgac gtgctcgtac gtggctttgg
agactccgtg gaggaggtct tatcagaggc acgtcaacat cttaaagatg gcacttgtgg
cttagtagaa gttgaaaaag gcgttttgcc tcaacttgaa cagccctatg tgttcatcaa
acgttcggat gctcgaactg cacctcatgg tcatgttatg gttgagctgg tagcagaact
cgaaggcatt cagtacggtc gtagtggtga gacacttggt gtccttgtcc ctcatgtggg
#include <functional>
#include <iostream>
template<typename...Ts>
struct TypeList {
};
template<typename T, typename...Ts>
using Tail = TypeList<Ts...>;
───────────────────────────────────────────────────────────────────────────────
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
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)
/* 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",
[ 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))
@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
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
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']
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