My wife and I will be in Boston a day early (Friday). Does anyone
have a "must-see" touristy suggestion for us?
On Wed, May 8, 2013 at 8:49 AM, Asumu Takikawa wrote:
> RacketCon 2013
> --
>
> We are pleased to announce that (third RacketCon) will take place on
> September 29, 2013 at
diff --git a/collects/scribblings/reference/sets.scrbl
b/collects/scribblings/reference/sets.scrbl
index d9ea0c6..44cc41d 100644
--- a/collects/scribblings/reference/sets.scrbl
+++ b/collects/scribblings/reference/sets.scrbl
@@ -27,8 +27,8 @@ unpredictable when keys are mutated.
@defproc[(seteq [v
http://docs.racket-lang.org/reference/sequences.html?q=read-directory#(def._((lib._racket/private/base..rkt)._in-directory))
says that the form will ``Return a sequence that produces all of the
paths for files, directories, and links with dir. '' That's
ungrammatical, but worse, it gave me no clu
I think you want "git log -Ssought -- path/to/file"
On Sun, Nov 27, 2011 at 8:22 PM, Robby Findler
wrote:
> Does anyone know how to grep backwards through the history of a file, using
> git?
>
> Robby
> _
> For list-related administrative tasks:
>
For what it's worth, on OS X the error message is a bit different: "Seg fault
(internal error during gc) at 0x0".
On Nov 12, 2011, at 4:42 PM, Eric Hanchrow wrote:
> This is with racket 5.2, from Ubuntu:
>
> Package: racket
> Version: 5.2.0-3
>
> When I inv
This is with racket 5.2, from Ubuntu:
Package: racket
Version: 5.2.0-3
When I invoke the following file (on Ubuntu Linux erich-laptop
3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686 i686
i386 GNU/Linux), I see
$ rm -rfv /tmp/bug* ; racket ./repro.rkt
removed `/tmp/buggissimo'
SI
---
collects/scribblings/foreign/intro.scrbl |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/collects/scribblings/foreign/intro.scrbl
b/collects/scribblings/foreign/intro.scrbl
index ba7912a..963c656 100644
--- a/collects/scribblings/foreign/intro.scrbl
+++ b/collects/sc
---
collects/web-server/scribblings/web-server.scrbl |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/collects/web-server/scribblings/web-server.scrbl
b/collects/web-server/scribblings/web-server.scrbl
index 3bd1910..11c610c 100644
--- a/collects/web-server/scribblings/we
---
collects/scribblings/guide/unit.scrbl |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/collects/scribblings/guide/unit.scrbl
b/collects/scribblings/guide/unit.scrbl
index d464aa6..7f7ce01 100644
--- a/collects/scribblings/guide/unit.scrbl
+++ b/collects/scribblings/gu
-- Forwarded message --
From: Eric Hanchrow
Date: Tue, Jun 28, 2011 at 8:34 AM
Subject: Re: [racket-dev] Racket startup
To: Eli Barzilay
+100
I too go through the same dance as you.
On Tue, Jun 28, 2011 at 6:52 AM, Eli Barzilay wrote:
> So this is my revised suggestion
On Sun, Jun 19, 2011 at 3:47 PM, Eli Barzilay wrote:
> Two minutes ago, Neil Van Dyke wrote:
>>
>> I also think that Eli's option #1 could be done without breaking
>> backward-compatibility, but I'm not sure it's worth the effort in
>> code and documentation, and I don't want to discourage him mov
> Looking at this code, I'm betting on Neil's suggestion of NTP, though I
> realize that the mechanism isn't obvious... perhaps the OS adjusts the save
> times of recently-saved files?
I haven't followed this discussion closely, nor looked at the relevant code.
However :)
>From what I know abo
collects/scribblings/reference/regexps.scrbl |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/collects/scribblings/reference/regexps.scrbl
b/collects/scribblings/reference/regexps.scrbl
index aa374e3..db7cf96 100644
--- a/collects/scribblings/reference/regexps.scrbl
+++ b/
collects/scribblings/foreign/intro.scrbl |2 +-
collects/scribblings/foreign/libs.scrbl |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/collects/scribblings/foreign/intro.scrbl
b/collects/scribblings/foreign/intro.scrbl
index 557e03d..85889d6 100644
--- a/collects/sc
On Thu, Nov 11, 2010 at 10:26 AM, Eli Barzilay wrote:
> It's a very common method, and the classic example of the
> decorate-map-strip method that has some perl-guy's name slapped on it
> now.
http://en.wikipedia.org/wiki/Schwarzian_transform
_
Fo
I find myself using this all the time; it seems it'd be handy to have built in.
(define (shuffled list)
(sort list < #:key (lambda (_) (random)) #:cache-keys? #t))
Thanks.
_
For list-related administrative tasks:
http://lists.racket-lang.org/l
(Sorry for any duplicaiton; I tried submitting this through DrRacket
but never got a confirmation email)
On Racket v5.0.1.900., Ubuntu 10.10 x86:
Create "stuff.rkt" with this content:
#! /bin/sh
#| Hey Emacs, this is -*-scheme-*- code!
#$Id$
exec racket -l errortrace --require "$
17 matches
Mail list logo