1996 Internazionali di Carisbo – Doubles

Byron Black and Jonathan Stark were the defending champions but did not compete that year.

Doubles
1996 Internazionali di Carisbo
1995 Champions Byron Black
Jonathan Stark
Champions Brent Haygarth
Christo van Rensburg
Runners-up Karim Alami
Gábor Köves
Final score61, 64

Brent Haygarth and Christo van Rensburg won in the final 61, 64 against Karim Alami and Gábor Köves.

Seeds

Champion seeds are indicated in bold text while text in italics indicates the round in which those seeds were eliminated.

Draw

Key

First Round Quarterfinals Semifinals Final
1 R Gilbert
M Oosting
6 6  
  D Bowen
G Carswell
4 4   1 R Gilbert
M Oosting
6 6  
WC G Schaller
B Ulihrach
6 6   WC G Schaller
B Ulihrach
4 3  
WC C Caratti
F Mordegan
4 3   1 R Gilbert
M Oosting
6 6 6
3 M Huning
J Ireland
6 7     K Alami
G Köves
7 4 7
  J Szymanski
H Wiltschnig
4 5   3 M Huning
J Ireland
4 4  
  J Alonso
F Clavet
1 2     K Alami
G Köves
6 6  
  K Alami
G Köves
6 6     Karim Alami
Gábor Köves
1 4  
  C Costa
S Pescosolido
7 6   2 Brent Haygarth
Christo van Rensburg
6 6  
  F Dewulf
S Noszály
6 2     C Costa
S Pescosolido
     
  P Baur
J Waite
6 2 5 4 O Camporese
E Sánchez
w/o    
4 O Camporese
E Sánchez
3 6 7 4 O Camporese
E Sánchez
3 4  
  J Arrese
A Berasategui
6 6   2 B Haygarth
C van Rensburg
6 6  
WC D Bracciali
R Sabău
2 2     J Arrese
A Berasategui
6 4  
Q H Arazi
C Santoro
3 2   2 B Haygarth
C van Rensburg
7 6  
2 B Haygarth
C van Rensburg
6 6  
gollark: ```javascriptconst spaces = regex(/^ */)const whitespace = regex(/^[ \n\t]*/)const name = regex(/^[^ \n\t():]+/)const code = many(coroutine(function*() { yield spaces return yield choice([ coroutine(function*() { yield char("(") const x = yield code yield spaces yield char(")") return x }), name ])}))const program = sequenceOf([ many1(coroutine(function*() { yield whitespace const n = yield name yield whitespace yield str(":=") const c = yield code return { code: c, name: n } })), possibly(whitespace)]).map(([x, _]) => x)```parsing™
gollark: It was very elegant. I combinated™ it in a few lines of code.
gollark: It went nicely and I had a cool parser and all until it turned out that we were accidentally pushing to the wrong end of a list or something in a stupidly hard to debug way.
gollark: Fun times, that was. We were using JS to implement that weird stacky language.
gollark: Oh, like our interpreter race.

References

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