Re: [racket-users] Somewhere to keep racket snippets

2015-09-09 Thread Greg Hendershott
There's http://pasterack.org/ which is awesome. Folks frequently use it on #racket IRC. It can optionally evaluate the code, too. However: 1. I don't know its long-term retention intention (or reality). 2. I don't think it aspires to the discoverablity implied by your use case. 3. It doesn't supp

Re: [racket-users] Somewhere to keep racket snippets

2015-09-09 Thread Daniel Prager
www.pasterack.org -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/

[racket-users] Multiple colorschemes for multiple DrR versions?

2015-09-09 Thread Jordan Johnson
Hi all, Is there a way to specify that DrRacket use a certain color scheme for a certain version, or to dynamically choose a color scheme at startup? It occurred to me that since I sometimes run a DrRacket built from the nightly snapshots and sometimes run the latest stable build, it’d be nice

[racket-users] Somewhere to keep racket snippets

2015-09-09 Thread Tim Brown
Folks, This morning I wrote a function which seemed quite sharable. It took a pict, converted it into a PNG bytes, base64-encode'd it and put it into an tag. It was all of three lines long, was too short to (IMO) put into a library, but I thought it was a valuable “snippet”. Is there anywhere

Re: [racket-users] Whalesong-as-a-service

2015-09-09 Thread Daniel Prager
Cool! I was chuffed to see my 2048 implementation ported and included. It even loaded on my phone, but of course can't be played on touch devices without support for swipe events. That would be a nice enhancement! Dan -- You received this message because you are subscribed to the Google Groups

[racket-users] Automatic dependency fixer

2015-09-09 Thread Jack Firth
I've written a web service that wraps a useful script Sam wrote for automatically creating a Github pull request to fix a package's dependencies. The web service is linked to a Github account named Racket Package Dependency Fixer, and is scheduled to fix all package dependencies in the catalog o