I hereby claim:
- I am tobiasboyd on github.
- I am tobiasboyd (https://keybase.io/tobiasboyd) on keybase.
- I have a public key whose fingerprint is DF61 90D9 6611 D864 F83E C274 9036 EEB3 0A6B DFFF
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Traceback (most recent call last): | |
File "wcb.py", line 1843, in <module> | |
e.affect() | |
File "/usr/share/inkscape/extensions/inkex.py", line 268, in affect | |
self.effect() | |
File "wcb.py", line 454, in effect | |
self.WCBOpenSerial() | |
File "wcb.py", line 1735, in WCBOpenSerial | |
self.serialPort = self.getSerialPort() | |
File "wcb.py", line 1787, in getSerialPort |
1/6/16 9:30:57.000 PM kernel[0]: 001057.856149 PRT3@fd300000: AppleUSBHostPort::resetGated: retrying enumeration in 100 ms | |
1/6/16 9:31:12.009 PM system_profiler[2206]: SPUSBDevice: IOServiceGetMatchingService did not return anything for location 0x00140000 |
1/8/16 7:49:42.701 PM launchservicesd[99]: SecTaskLoadEntitlements failed error=22 | |
1/8/16 7:49:42.709 PM launchservicesd[99]: SecTaskLoadEntitlements failed error=22 | |
1/8/16 7:49:42.778 PM appleeventsd[67]: SecTaskLoadEntitlements failed error=22 | |
1/8/16 7:49:42.853 PM launchservicesd[99]: SecTaskLoadEntitlements failed error=22 | |
1/8/16 7:49:42.857 PM launchservicesd[99]: SecTaskLoadEntitlements failed error=22 | |
1/8/16 7:49:47.753 PM launchservicesd[99]: SecTaskLoadEntitlements failed error=22 | |
1/8/16 7:49:47.754 PM launchservicesd[99]: SecTaskLoadEntitlements failed error=22 | |
1/8/16 7:50:02.169 PM launchservicesd[99]: SecTaskLoadEntitlements failed error=22 | |
1/8/16 7:50:02.173 PM launchservicesd[99]: SecTaskLoadEntitlements failed error=22 | |
1/8/16 7:52:03.000 PM syslogd[57]: ASL Sender Statistics |
require 'csv' | |
require 'nokogiri' | |
xml = File.read('googlebase_feed.xml') | |
doc = Nokogiri::XML(xml) | |
all_the_things = [] | |
id, title, link, description, condition, price, sale_price, availability, image_link, ship_price, ship_method = "" |