The Nitty Gritty: from rpy import * import csv import sys import string from PIL import Image import numpy f=open("tmp/z709a-full-serial-24hr.csv","r") lns = f.readlines() f.close() rdr = csv.reader(lns, delimiter='\t') rx = [x for x in rdr] recs=[[int(y) for y in x[2:-1]] for x in rx if x[0][:3] == '124'] nil=[sys.stdout.write(rx[i][1] + " " + str(foo[i])+"\n") for i in range(0, len(foo))] mrecs=matrix(recs) cl = r.kmeans(mrecs, 3) foo=[[cl['cluster'][i]] + [z for z in mrecs[i].tolist()[0]] for i in range(0, len(mrecs))] cmap=[255, 0, 128] cline=[[cmap[x[0]-1]]*50 for x in foo] cm=numpy.array(cline,dtype='uint8') # Display image Image.fromarray(cm).show()
One of the pivotal articles that made me who I am.
This guide is part of the Machine Identification Code Technology project. It explains how to read the date, time, and printer serial number from forensic tracking codes in a Xerox DocuColor color laser printout. This information is the result of research
Stylistic 3400 links & tips
The Universal Software Radio Peripheral, or USRP, is device which allows you to create a software radio using any computer with a USB 2 port. Various plug-on daughterboards allow the USRP to be used on different radio frequency bands. Daughterboards are a
The Digital Construction Company (TDCC) was formed last year to be the force behind ideas for contributing and giving back to the IT community. TDCC proudly supports The Certified Security Professional Online Magazine as well as this site, The Ethical Hac
Want to be able to customize the Flash Lite UI that runs the rest of the device I’ve gotten pretty far, so I thought I’d share what I learned in hopes that others are looking into this and can share what they have learned.
A chapter excerpted from the book titled "Google Hacking for Penetration Testers" by Johnny Long, Ed Skoudis; Published by Syngress; ISBN: 1931836361; Published: June 2001; Copyright; Pages: 528