Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Blah = {}
  2. streamData = function(line){
  3. checkSum = getMD5(line);
  4. if(!Blah[checksum]){
  5. Blah[checksum] = true;
  6. processStuff(line);
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement