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
9978a16c
Kaydet (Commit)
9978a16c
authored
Eyl 15, 1991
tarafından
Guido van Rossum
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Move parametrizations to "names.py"
üst
50692d62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
10 deletions
+1
-10
intercom.py
Demo/sgi/al/intercom.py
+1
-10
No files found.
Demo/sgi/al/intercom.py
Dosyayı görüntüle @
9978a16c
...
...
@@ -7,19 +7,10 @@
# intercom hostname - start talking to person on other host
# intercom -r hostname - called remotely to do the setup
import
names
import
sys
,
time
,
posix
,
gl
,
fl
,
FL
,
al
,
AL
,
getopt
,
rand
from
socket
import
*
# Hack sys.path so AL can be found
LIB
=
'/ufs/guido/lib/python'
if
LIB
not
in
sys
.
path
:
sys
.
path
.
insert
(
0
,
LIB
)
# Python binary to be used on remote machine
PYTHON
=
'/ufs/guido/bin/sgi/python'
# Directory where the programs live
AUDIODIR
=
'/ufs/guido/mm/demo/audio'
# UDP port numbers used (one for each direction!)
PORT1
=
51042
PORT2
=
PORT1
+
1
...
...
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