xmingc

Results 64 comments of xmingc

@ishandutta2007 "Let the bullets fly", a modern Chinese film name. We sometime use this phrase to tell people to take it easy. The metaphor means the bullet you fired out...

@ishandutta2007 Yes I know. Am trying to automate validation as best as I can. But to my programming experience, some criteria are hard to implemented as code, say fake submission...

Thanks. This repo does not attend to hold data that requires login to Kaggle site.

Could u give more unittests?

What is this intended for?

@branmora As addressed in https://github.com/awesomedata/apd-core/blob/master/CONTRIBUTING.md, we are expecting datasets "Able to be downloaded directly from the linked site, i.e., not barred by login or purchasing". Could you please update the...

> Hi there @caesar0301, would be great to find out whether this can be merged. also see comment before about dataset criteria. @rollingwindow In short, better NOT. There are a...

Hi, "linux_compat.h" is shipped with nDPI. You can copy it to your local INCLUDE path with commands: ``` $cd nDPI $cp src/include/*.h /usr/local/include/libndpi-1.4/libndpi/ ``` This is on my system Ubuntu...

OK! This program is structured and compiled with a tool called SCons (http://www.scons.org/). You can follow simple steps to make a compile: 1. Make sure you have libpcap (on Mac...

Unfortunately, you can not use pkt2flow in python directly. Instead, you can write the pcap file to disk, and invoke `pkt2flow` using `subprocess` module in python to process the pcap...