GoogleHosts-Python icon indicating copy to clipboard operation
GoogleHosts-Python copied to clipboard

use Python get the Google available hosts for your country

Results 4 GoogleHosts-Python issues
Sort by recently updated
recently updated
newest added
trafficstars

``` echo "*.do linguist-language=Python" >> .gitattributes ``` Repository is currently throwing off all the language stats for Stata. Simple fix and will correctly classify the repo.

我在想有什么方法能使程序快速检索出可用的IP地址。。。

在一个CIDR类型的地址段中,有哪些IP不可用?如64.18.0.0/20中,都有哪些IP地址不可用?是只有_._._.0和_._._.255不可用吗?

Project的release版本已经出来,可是,GoogleHosts-Python有22W IP 地址,程序通过多进程跑,仍然很慢。**慢就慢在网络请求上面了**。 我想模仿谷歌的PageRank方法,给每个IP赋一个权值,每次跑程序的时候,就根据IP地址的访问时间,是否提供搜索服务等等来更新这个IP对应的权值。然后以后在跑程序的话,就优先考虑权值高的IP,即优质IP。 虽然这样做,可能会遗漏一部分可用IP,但是他能够使程序在最短的时间检索出可用IP,只要基本大部分正确就可以了。 毕竟太慢了,没人会愿意使用。