Uncategorized

Reveres engineering Alienware keyboard

USBPCAPStarting USBPCap with following command as per instructions from here ; USBPcapCMD.exe -d \\.\USBPcap1 -o – | “C:\Program Files\Wireshark\Wireshark.exe” -k -i – Selected capture options result in empty capture. Browsing the source we can see that this is caused when all these conditions are truehttps://github.com/desowin/usbpcap/blob/master/USBPcapCMD/cmd.c /* Sanity check capture configuration. */ if ((data->capture_all == FALSE) …

Reveres engineering Alienware keyboard Read More »

After a year of hiatus, I am back

Not much more to share here. I will be publishing a bi-weekly post on technology-related things. This was due to the loss of my domain name after 14 years and it was used as a spam aggregator. Companies like Godaddy and Afernic should be held accountable for the spread of malware and spyware.

Machine Learning Datasets

Collection of some useful datasets for machine learning. Some are free some require registration Machine Learning Datasets TC-11 Online Resources (Text, OCR, Signatures) http://iapr-tc11.org/mediawiki/index.php/Datasets_Listhttp://tc11.cvc.uab.es/datasets/type/ Center for Machine Learning and Intelligent Systems

RabittMQ RPC Request/Response example

RabittMQ RPC Request/Response example using hoplin.io library Following example creates RPC client and then setups Async response handler, which follows by the request to get processed. Hoplin client supports both Direct-Reply and Queue per Request/Response patterns. This is the binding that is used to create our client.

Histogram Comparison for Image Analysis

DRAFT This is the first article in the series on Image Comparison using Local Binary Patterns.Complete code is on github lbp-matcher We will start off by looking at different methods of comparing histograms. Histogram Intersection Log Likehood Chi Squared Kullback Leibler Divergence All our operations will be performed on 8bpp(bits per pixel) images anything that …

Histogram Comparison for Image Analysis Read More »