Search found 2 matches
- Sun Nov 25, 2012 10:14 pm
- Forum: newLISP in the real world
- Topic: a newLISPer having trouble with web-parsing
- Replies: 2
- Views: 1908
Re: a newLISPer having trouble with web-parsing
haha... yes that is exactly what I was trying to do!. Many thanks.
- Fri Nov 23, 2012 3:22 pm
- Forum: newLISP in the real world
- Topic: a newLISPer having trouble with web-parsing
- Replies: 2
- Views: 1908
a newLISPer having trouble with web-parsing
I have written the following code, but I can not work out how to return the line that the match is found in. (set 'wireshark "http://anonsvn.wireshark.org/wireshark/trunk/manuf") (set 'arptable (map (fn (x) (parse x " ")) (exec "arp -a"))) (define (cleanIPaddress x) (slice x 1 -1)) (define (cleanMAC...