ikarus/lab
Abdulaziz Ghuloum 4f0a816295 Added a tcp-connect procedure that takes a host name and a service
name (e.g. "www.google.com" and "http") and returns two binary ports:
the first for output and the second for input.
Both ports must be closed for the connection to close.

Also added an example in lab/tcp-connect-example.ss which connects 
to an http server, sends "GET /\n" and prints the responde.
2007-12-26 17:35:58 -05:00
..
interrupts
prof
SRFI-1.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
SRFI-1.tests.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
SRFI-2.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
SRFI-2.tests.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
SRFI-6.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
SRFI-6.tests.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
SRFI-8.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
SRFI-8.tests.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
asm-tests.ss removed some junk files that were in the repository. 2007-12-10 12:00:12 -05:00
cgi-errors-to-browser.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
cgi.ss * removed stuff from lib directory. 2007-12-01 01:19:45 -05:00
ikarusdoc
optimize-gc.txt
process-example.ss Added a (process "cmd" "args" ...) procedure that execs cmd, passing 2007-12-19 22:46:07 -05:00
read-exprs.ss
streams.ss * Added ~% to the format metas. 2006-12-06 18:26:37 -05:00
sudoku-2.ss
sudoku-hard.txt
sudoku.txt
tcp-connect-example.ss Added a tcp-connect procedure that takes a host name and a service 2007-12-26 17:35:58 -05:00