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
{ | |
"count": 10785236, | |
"photos": [{ | |
"photo_id": 27932, | |
"photo_title": "Atardecer en Embalse", | |
"photo_url": "http://www.panoramio.com/photo/27932", | |
"photo_file_url": "http://mw2.google.com/mw-panoramio/photos/medium/27932.jpg", | |
"longitude": -64.404945, | |
"latitude": -32.202924, | |
"width": 500, |
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
{ | |
"1s": "0.0074", | |
"30s": "0.0143", | |
"1m": "0.0289", | |
"30m": "0.7", | |
"1h": "1.4", | |
"6h": "6.1", | |
"12h": "12.2", | |
"1d": "23", | |
"1w": "183", |
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
https://images-na.ssl-images-amazon.com/images/I/61qaLKVCm7L._SL1480_.jpg | |
https://images-na.ssl-images-amazon.com/images/I/41cQ%2BBLRg6L.jpg | |
https://images-na.ssl-images-amazon.com/images/I/61o9hLOggLL._SL1500_.jpg | |
https://images-na.ssl-images-amazon.com/images/I/61ZCl7VAC1L._SL1500_.jpg | |
https://images-na.ssl-images-amazon.com/images/I/81HlX2loM%2BL._SL1500_.jpg | |
https://images-na.ssl-images-amazon.com/images/I/91x9YOB%2Bf5L._SL1500_.jpg | |
https://images-na.ssl-images-amazon.com/images/I/812PImEnGWL._SL1500_.jpg | |
https://images-na.ssl-images-amazon.com/images/I/81oxBTFIYtL._SL1500_.jpg | |
https://images-na.ssl-images-amazon.com/images/I/916lcfG4SnL._SL1500_.jpg | |
https://images-na.ssl-images-amazon.com/images/I/71xuuIhlLAL._SL1500_.jpg |
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
https://images-na.ssl-images-amazon.com/images/I/613lWUFlqwL._SL1057_.jpg | |
https://images-na.ssl-images-amazon.com/images/I/71VCxJ6RUCL._SL1500_.jpg | |
https://images-na.ssl-images-amazon.com/images/I/61NJSAcof3L._SL1500_.jpg | |
https://images-na.ssl-images-amazon.com/images/I/414RSDWBGkL.jpg | |
https://images-na.ssl-images-amazon.com/images/I/41iXYWSitlL.jpg | |
https://images-na.ssl-images-amazon.com/images/I/416-NpYtefL.jpg | |
https://images-na.ssl-images-amazon.com/images/I/51EoQiXkAGL.jpg | |
https://images-na.ssl-images-amazon.com/images/I/617a-mlTNxL._SL1000_.jpg | |
https://images-na.ssl-images-amazon.com/images/I/51IJ3rdi-eL._SL1000_.jpg | |
https://images-na.ssl-images-amazon.com/images/I/617a-mlTNxL._SL1000_.jpg |
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
this.setState({ | |
listing: newListing | |
}, () => { | |
// Get concepts from clarifai | |
fetch('http://127.0.0.1:5000/', { | |
method: 'POST', | |
headers: { | |
'Content-Type': 'application/json' | |
}, | |
body: JSON.stringify({ |
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
#!/bin/bash | |
# | |
# Copyright 2020 Achim Pieters | StudioPieters® | |
# | |
# More information on https://Studiopieters.nl | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |