Matt D

Results 2 issues of Matt D

```# -*- coding: utf-8 -*- """Convert the Yelp Dataset Challenge dataset from json format to csv. For more information on the Yelp Dataset Challenge please visit http://yelp.com/dataset_challenge """ import argparse...

I attempt to add all my device to favorites with the following script: ``` for i in $(blueutil --paired | awk '{print $2}' | sed 's/,//g') do blueutil --add-favourite $i...