This file contains hidden or 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
#pragma once | |
#include <string> | |
#include <vector> | |
using namespace std; | |
class bookType | |
{ | |
private: | |
string title; |
This file contains hidden or 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
#include "bookType.h" | |
#include <iostream> | |
#include <iomanip> | |
bookType::bookType() | |
{ | |
price = 0.0; | |
year = 0; | |
} |
This file contains hidden or 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
2016-09-05 08:15:14,877 [ MainThread][ runserver][ INFO] Parsed location is: 39.1426/-121.5908/19.1622 (lat/lng/alt) | |
2016-09-05 08:15:14,881 [ MainThread][ models][ INFO] Connecting to local SQLite database | |
2016-09-05 08:15:14,884 [ search_thread][ search][ INFO] Search overseer starting | |
2016-09-05 08:15:14,885 [ search_thread][ search][ INFO] Starting search worker threads | |
2016-09-05 08:15:14,888 [ search_thread][ search][ INFO] New location caught, moving search grid | |
2016-09-05 08:15:14,890 [ search_worker_0][ search][ INFO] Search step 1 beginning (queue size is 0) | |
2016-09-05 08:15:14,892 [ search_worker_0][ auth_ptc][ INFO] PTC User Login for: dUe1Hz92nrOXiyo | |
2016-09-05 08:15:15,690 [ search_worker_0][ auth_ptc][ INFO] PTC User Login successful. | |
2016-09-05 08:15:15,690 [ search_worker_0][ auth_ptc][ INFO] Request PTC Access Token... | |
2016-09-05 08:15:15,875 [ search_worker_0][ auth_ptc][ INFO] PTC Acces |