Re: [racket] Stuck on HtDP 25.2.6

2010-10-25 Thread Jens Axel Søgaard
2010/10/25 Luke Jordan : > Develop a variant of quick-sort that uses only one comparison function, say, > <. Its partitioning step divides the given list alon into a list that > contains the items of alon smaller than (first alon) and another one with > those that are not smaller. > > Use local to

[racket] Stuck on HtDP 25.2.6

2010-10-25 Thread Luke Jordan
#| 25.2.6 Develop a variant of quick-sort that uses only one comparison function, say, <. Its partitioning step divides the given list alon into a list that contains the items of alon smaller than (first alon) and another one with those that are not smaller. Use local to combine the functions int

Re: [racket] PLT Racket facebook page created

2010-10-25 Thread Neil Van Dyke
Facebook might be a necessary evil for advertising, but don't use it more than necessary. One of my side projects has involved analyzing Web sites for several years, and lately there are effective Facebook tracking bugs in the vast majority of popular Web sites. Which means that Facebook not

[racket] PLT Racket facebook page created

2010-10-25 Thread John Clements
It turns out that there's no way to change the name of an existing Facebook page. I've created the PLT Racket facebook page, and added a note to the PLT Scheme page directing folks over there instead. All of you admin-y people; I'll make you admins, but it appears to me that you have to "like"

Re: [racket] problems running moby from source

2010-10-25 Thread Danny Yoo
Hi Sigrid, I'm revamping Moby; it's being mostly subsumed by my js-vm PLaneT package. To install, evaluate the following at your DrRacket REPL: (require (planet dyoo/js-vm:1:2/info)) This will install js-vm and the tools. Once that's installed, restart DrRacket. There should now be the fo

Re: [racket] handin-server hanging

2010-10-25 Thread Ryan Golbeck
We're still having problems with this. It seems to occur randomly, but I just figured out a way to replicate the behaviour of the server that maybe you have some comments on. I'm not sure if something like this is causing the actual problem we're having, but the behaviour turns out to be exactly

[racket] problems running moby from source

2010-10-25 Thread keyd...@gmx.de
Hi, I've installed moby from git and am following steps 5.3 and 5.4 from the documentation. However, I get the following errors: $ ./bootstrap-js-compiler.ss ./bootstrap-js-compiler.ss: line 3: syntax error near unexpected token `only-in' ./bootstrap-js-compiler.ss: line 3: `(require (only-in

Re: [racket] internet connect through ip sharer

2010-10-25 Thread Neil Van Dyke
김태윤 wrote at 10/25/2010 11:47 AM: I want to make program that connect both computer and send and receive data. but my trying fails again and agian There are a number of possible problems, including: * You might not be able to get a route, especially if a home router is doing NAT. Try tracer

[racket] internet connect through ip sharer

2010-10-25 Thread 김태윤
hello there are two computer. one is in here, and another is in other country. both of two computer connected to internet by IP sharer. I want to make program that connect both computer and send and receive data. but my trying fails again and agian my trying looks like this one computer runs follo

Re: [racket] Transparent area's

2010-10-25 Thread Christophe Vandenberghe
Even with a transparent canvas the problem persists. A transparent canvas just adds the background color of it's parent to a bitmap you add. So If you were to put a background image in the canvas that would be fine, but as soon as you want to add another image to it with transparency, the canvas

Re: [racket] Transparent area's

2010-10-25 Thread Noel Welsh
Thanks for clearing that up. N. On Mon, Oct 25, 2010 at 2:17 PM, Matthew Flatt wrote: > Both in the old and new toolboxes, you can make a transparent canvas > using the 'transparent style when you create the `canvas%' object. > > If I understand the issue, though, putting a `button%' instance on

Re: [racket] Transparent area's

2010-10-25 Thread Matthew Flatt
Both in the old and new toolboxes, you can make a transparent canvas using the 'transparent style when you create the `canvas%' object. If I understand the issue, though, putting a `button%' instance on top of a `canvas%' doesn't really work in either toolbox. Also, neither toolbox currently lets

Re: [racket] Transparent area's

2010-10-25 Thread Noel Welsh
I'm guessing this is a limitation of the current windowing toolkit. There is a new toolkit under development here: http://github.com/mflatt/gr2 I'm going to look at transparency support in the new toolkit, but it will take me a while to find the time. HTH, N. BTW, Racket doesn't use CamelCase.

Re: [racket] stuck at operating text from file

2010-10-25 Thread Noel Welsh
On Sun, Oct 24, 2010 at 11:18 AM, 김태윤 wrote: > #xf or #x1 works but > (crop #x(second (string->list each)) >           #x(third (string->list each)) >           32 32 >           (bitmap "a.png"))) > it doesn't working at all The #x syntax is used by the reader to interpret the text that follows.

[racket] Creating Slides from a Racket file

2010-10-25 Thread Klaus Ostermann
Hi there, I'm using Racket in a programming language course - more specifically the PLAI language variant of it. I'd like to have something like "lhs2tex" http://people.cs.uu.nl/andres/lhs2tex/ for Racket. More specifically, I'd like to have my sources in a format that is executable but can also