1983 Tel Aviv Open – Singles

Aaron Krickstein won the tournament, beating Christoph Zipf in the final, 7–6, 6–3.

Singles
1983 Tel Aviv Open
Champion Aaron Krickstein
Runner-up Christoph Zipf
Final score7–6, 6–3

The Tel Aviv Open was not held in 1982.

Seeds

  1. Henrik Sundström (First Round, retired)
  2. Shlomo Glickstein (First Round)
  3. Colin Dowdeswell (Semifinals)
  4. Robbie Venter (First Round)
  5. Zoltan Kuharszky (First Round)
  6. Bernard Mitton (First Round)
  7. Danie Visser (First Round)
  8. Mike Myburg (First Round)

Draw

Key

Finals

Semifinals Final
          
  Aaron Krickstein 6 6  
3 Colin Dowdeswell 4 4  
  Aaron Krickstein 7 6  
  Christoph Zipf 6 3  
  Christoph Zipf 3 7 6
  Rolf Gehring 6 5 3

Top Half

First Round Second Round Quarterfinals Semifinals
1 H Sundström 3 0r  
  A Krickstein 6 1     A Krickstein 6 7  
Q S van der Merwe 6 3 7 Q S van der Merwe 2 5  
  F Punčec 3 6 6   A Krickstein 6 4 7
  J Granát 0 3     S Perkiss 4 6 6
  S Perkiss 6 6     S Perkiss 6 6  
  H Theissen 6 6     H Theissen 3 2  
8 M Myburg 3 2     A Krickstein 6 6  
3 C Dowdeswell 6 6 6 3 C Dowdeswell 4 4  
  R Chappell 2 7 1 3 C Dowdeswell 6 6  
  A Mansdorf 6 6     A Mansdorf 2 4  
  P Feigl 2 3   3 C Dowdeswell 6 6  
Q T Viljoen 4 2     J Becka 3 1  
Q S Svensson 6 6   Q S Svensson 6 6 3
  J Becka 7 6     J Becka 7 4 6
5 Z Kuharszky 6 4  

Bottom Half

First Round Second Round Quarterfinals Semifinals
6 B Mitton 6 4 5
  P Hjertquist 4 6 7   P Hjertquist 5 2  
  G Moretton 6 7     G Moretton 7 6  
  H-D Beutel 3 5     G Moretton 6 r  
  Bernhard Pils 1 3     C Zipf 7    
  C Zipf 6 6     C Zipf 3 7 7
  P Elter 7 3 6   P Elter 6 6 6
4 R Venter 5 6 3   C Zipf 3 7 6
7 D Visser 4 3     R Gehring 6 5 3
  R Gehring 6 6     R Gehring 6 6 7
  E Edwards 6 6     E Edwards 3 7 6
  H Solomon 2 0     R Gehring 6 6  
Q Ilan Sher 6 2     R Meyer 3 2  
  R Meyer 7 6     R Meyer 6 4 7
  Rand Evett 6 7     Rand Evett 1 6 6
2 S Glickstein 2 6  
gollark: You can also play exciting open-source games like Minetest, Dwarf Fortress and OpenTTD.
gollark: I guess you could have... self-runnable python packages too?```bash#!/bin/shpython3 $0exit```
gollark: Shellscripts execute line-by-line, so if you stick a ZIP on the end and do something like```bash#!/bin/shunzip $0exit```then the shell won't complain about the random binary data at the end of the script.
gollark: I'm not sure if this has much of an actual application, but it's neat. You can do similar stuff with zips to make self-extracting archives.
gollark: ```osmarks@fenrir /tmp> cat __main__.py print("Hello, World!")osmarks@fenrir /tmp> zip test.zip __main__.py adding: __main__.py (stored 0%)osmarks@fenrir /tmp> python3 logo96.png File "logo96.png", line 1SyntaxError: Non-UTF-8 code starting with '\x89' in file logo96.png on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for detailsosmarks@fenrir /tmp [1]> cat test.zip >> logo96.pngosmarks@fenrir /tmp> python3 logo96.pngHello, World!osmarks@fenrir /tmp> unzip -l logo96.pngArchive: logo96.pngwarning [logo96.png]: 341 extra bytes at beginning or within zipfile (attempting to process anyway) Length Date Time Name--------- ---------- ----- ---- 23 2020-07-02 15:25 __main__.py--------- ------- 23 1 file```

References

    This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.