This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class PathSenseReceiver extends PathsenseInVehicleLocationUpdateReceiver { | |
@Override | |
protected void onInVehicleLocationUpdate(Context context, PathsenseInVehicleLocation pathsenseInVehicleLocation) { | |
L.e("onInVehicleLocationUpdate"); | |
EventBus.getDefault().postSticky(pathsenseInVehicleLocation); | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Receiver for getting location. | |
public class PathSenseReceiver extends PathsenseInVehicleLocationUpdateReceiver { | |
@Override | |
protected void onInVehicleLocationUpdate(Context context, PathsenseInVehicleLocation pathsenseInVehicleLocation) { | |
L.e("onInVehicleLocationUpdate"); | |
EventBus.getDefault().postSticky(pathsenseInVehicleLocation); | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Instagram web unfollow script | |
* | |
* WHAT IS IT? | |
* A script to unfollow people in the instagram website | |
* | |
* WHY? | |
* I needed to clean my account so I quickly did this | |
* | |
* HOW TO USE: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"items": [{ | |
"id": "foodoraX1", | |
"sku": "JA219AA51WPSMY", | |
"name": "Slim Fit Jeans", | |
"price": { | |
"current": 49.99, | |
"original": 79.99, | |
"currency": "EUR" | |
}, |