[racket] string to file

2013-04-19 Thread deepak verma
if we convert a file into a string using file->string how do we get back the file? Racket Users list: http://lists.racket-lang.org/users

[racket] multimedia files through tcp

2013-04-19 Thread deepak verma
how can we stream multimedia files through tcp ? Racket Users list: http://lists.racket-lang.org/users

Re: [racket] files using tcp

2013-04-18 Thread deepak verma
sorry but i dont know from where to start only. On Thu, Apr 18, 2013 at 3:04 PM, Erich Rast wrote: > My P2PTools package on Planet has methods for sending and receiving > files over TCP. > > Best, > > Erich > > On Thu, 18 Apr 2013 13:32:38 +0530 > deepak verma w

[racket] files using tcp

2013-04-18 Thread deepak verma
how can we send any kind of file using tcp.. can someone illustrate using a simple code. Racket Users list: http://lists.racket-lang.org/users

[racket] image on frame

2013-04-16 Thread deepak verma
how can we show a image on frame ? Racket Users list: http://lists.racket-lang.org/users

[racket] drracket:unit

2013-04-16 Thread deepak verma
how do we use the methods given in drracket:units in drracket plugins Racket Users list: http://lists.racket-lang.org/users

[racket] insert menu

2013-04-16 Thread deepak verma
how to call insert menu from racket tools Racket Users list: http://lists.racket-lang.org/users

Re: [racket] images from tcp

2013-04-16 Thread deepak verma
how can we get the insert menu in frame On Tue, Apr 16, 2013 at 12:26 PM, Danny Yoo wrote: > On Tue, Apr 16, 2013 at 12:32 AM, deepak verma > wrote: > > how will i extract the image from tcp-connect ? > > > > actually i was talking about objects of image-snip clas

[racket] images from tcp

2013-04-15 Thread deepak verma
how can we send images from tcp ? shall i have to encrypt it 1st.. Racket Users list: http://lists.racket-lang.org/users

[racket] sending imgaes via tcp

2013-04-11 Thread deepak verma
how can we send images via tcp? Racket Users list: http://lists.racket-lang.org/users

[racket] (no subject)

2013-04-09 Thread deepak verma
what does command line do? Racket Users list: http://lists.racket-lang.org/users

[racket] (no subject)

2013-04-09 Thread deepak verma
what does the following part in the code do. (module+ main (require racket/cmdline) ;; By default, use as the port. This can be overridden ;; at the command line. (define current-port (make-parameter )) (void (command-line #:once-each [("-p" "--port") p "Port"

[racket] tcp-connection

2013-04-08 Thread deepak verma
every time i try to send data through lisner to connect or from connect to listen i have to run the whole program again and again.. Racket Users list: http://lists.racket-lang.org/users

[racket] sustained network

2013-04-08 Thread deepak verma
how to get a sustained network using tcp over which we can send data and receive it using ports... Racket Users list: http://lists.racket-lang.org/users

[racket] (no subject)

2013-04-02 Thread deepak verma
i have included the " # lang racket" phrase i have issues with the syntax of tcp-connect it would we very helpful if u can tell how can i send a message "hello" from one machine to another using tcp can u tell something about sand-box and what all things we can do from it thankx

[racket] (no subject)

2013-04-01 Thread deepak verma
for the following code : (define e (make-evaluator 'racket/base)) (let-values ([(i o) (tcp-accept (tcp-listen ))]) (parameterize ([current-input-port i] [current-output-port o] [current-error-port o] [current-eval e]) (read-eval-print-

[racket] (no subject)

2013-04-01 Thread deepak verma
for the following code : (define e (make-evaluator 'racket/base)) (let-values ([(i o) (tcp-accept (tcp-listen ))]) (parameterize ([current-input-port i] [current-output-port o] [current-error-port o] [current-eval e]) (read-eval-print-

[racket] (no subject)

2013-04-01 Thread deepak verma
sir, can u pls tell how to send messages via tcp how can i do that i am making a project on chat-messenger and i need to make a network first pls suggest some method so that i can invoke functions on another machine through mine on drracket!! thankx Racket Users list: ht

[racket] (no subject)

2013-03-30 Thread deepak verma
sir, can u pls tell how to send messages via tcp how can i do that i am making a project on chat-messenger and i need to make a network first pls suggest some method so that i can invoke functions on another machine through mine on drracket!! thankx Racket Users list: ht