Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
3ffc5036
Kaydet (Commit)
3ffc5036
authored
Kas 20, 1996
tarafından
Barry Warsaw
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed the USA'isms that aren't really true
üst
3d919c4d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
world
Tools/world/world
+4
-2
No files found.
Tools/world/world
Dosyayı görüntüle @
3ffc5036
...
@@ -19,6 +19,8 @@ The latest known change to this information was:
...
@@ -19,6 +19,8 @@ The latest known change to this information was:
Thu Feb 10 10:20:28 MET 1994
Thu Feb 10 10:20:28 MET 1994
This script also knows about non-geographic top-level domains.
Usage:
%
s [-d] [-h] addr [addr ...]
Usage:
%
s [-d] [-h] addr [addr ...]
-d (--dump) -- print mapping of all known top-level domains
-d (--dump) -- print mapping of all known top-level domains
...
@@ -47,7 +49,7 @@ def resolve(rawaddr):
...
@@ -47,7 +49,7 @@ def resolve(rawaddr):
return
return
addr
=
parts
[
-
1
]
addr
=
parts
[
-
1
]
if
nameorg
.
has_key
(
addr
):
if
nameorg
.
has_key
(
addr
):
print
rawaddr
,
'is from a
USA
'
,
nameorg
[
addr
],
'organization'
print
rawaddr
,
'is from a'
,
nameorg
[
addr
],
'organization'
elif
country
.
has_key
(
addr
):
elif
country
.
has_key
(
addr
):
print
rawaddr
,
'originated from'
,
country
[
addr
]
print
rawaddr
,
'originated from'
,
country
[
addr
]
else
:
else
:
...
@@ -71,7 +73,7 @@ def main():
...
@@ -71,7 +73,7 @@ def main():
usage
(
status
)
usage
(
status
)
if
dump
:
if
dump
:
print
'
USA-centr
ic domains:'
print
'
Non-geograph
ic domains:'
codes
=
nameorg
.
keys
()
codes
=
nameorg
.
keys
()
codes
.
sort
()
codes
.
sort
()
for
code
in
codes
:
for
code
in
codes
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment