quick pcap transformation
As many people working with network protocol, I use pcap library and write C code to manipulate packets. After several days testing my library on pcap file, I found that the traffic on which I have to run my program is encapsulated in …
Read More
quick pcap transformation
As many people working with network protocol, I use pcap library and write C code to manipulate packets. After several days testing my library on pcap file, I found that the traffic on which I have to run my program is encapsulated in …
Read More
LaTeX indent
[caption id="" align="alignright" width="350"] Indentation on steel (Photo credit: Wikipedia)[/caption]
As many C coders, I like the GNU/indent tool. It allows multiple coders to have the same code indentation style only providing a command line. moreover, it indents code without taking into account the user-specific IDE …
Read More
[R R R R R R R R R R R R R R R]
[caption id="" align="alignright" width="350"] Spools of thread (Photo credit: Wikipedia)[/caption]
I wanted to use multithreading in R. I'm used to C pthread mechanism, but I want to use some R functions. This functions run independently on separate data, and treatments can take some time.
In short, what …
Read More