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
#!/usr/bin/python | |
# coding=utf-8 | |
#import os | |
import sys | |
#import string | |
#import urllib | |
import urllib2 | |
import re | |
import json |
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 <iostream> | |
#include <vector> | |
#include <string> | |
using namespace std; | |
class Solution { | |
private: | |
bool checkDiagonal(vector<pair<int, int> > qv, pair<int, int> current) { | |
int length = qv.size(); |
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
Advertising | |
11962 | |
Apps | |
10976 | |
Analytics | |
5474 | |
Automotive | |
3244 | |
Android | |
2530 |
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
import requests | |
from bs4 import BeautifulSoup | |
import datetime | |
s = requests.Session() | |
# 51 56 | |
place = '51' | |
timeSlotParam = 4 |
OlderNewer