[racket-dev] xlsx file parser

2014-01-30 Thread Chen Xiao
Hi, guys:

I wrote a office xlsx file parser. I wonder where place it? Can I
commit it to racket core source? Or place it on planet?

Chen Xiao
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


[racket-dev] Date Chooser

2012-12-26 Thread Chen Xiao
Hi, eveyone, racket does not have a date chooser yet, so I use gui and draw
tools to make one. A simple datechooser.

It use a up and down triangle button to change year, month, day. It has a
width and height and custom font. Attachment is the snapshot.

add this to the core codebase or planet, which is appropriate?
attachment: 屏幕快照 2012-12-27 上午9.18.59.png_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] Date Chooser

2012-12-26 Thread Chen Xiao
ok, I send it to planet, thanks.

2012/12/27 Matthias Felleisen matth...@ccs.neu.edu


 If you prefer to live safely, put in on planet for now. -- Matthias



 On Dec 26, 2012, at 9:07 PM, John Clements wrote:

 
  On Dec 26, 2012, at 5:26 PM, Chen Xiao wrote:
 
  Hi, eveyone, racket does not have a date chooser yet, so I use gui and
 draw tools to make one. A simple datechooser.
 
  It use a up and down triangle button to change year, month, day. It has
 a width and height and custom font. Attachment is the snapshot.
 
  add this to the core codebase or planet, which is appropriate?
 
  I think that it might be a good fit for planet2, if you don't mind
 living on the bleeding edge.
 
 
  John Clements
 
  _
   Racket Developers list:
   http://lists.racket-lang.org/dev


_
  Racket Developers list:
  http://lists.racket-lang.org/dev


[racket-dev] How to avoid to modify .gitignore when pull request

2012-12-13 Thread Chen Xiao
I fork the codebase on my local computer. Then I .configure  make  make
install, as a result, there are many compiled things like bin or *.o files.

To avoid add them to my commit, I modify .gitignore to ignore them all.

But I can't avoid add .gitignore at all, isn't it?

So how do you solve this problem?
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] How to avoid to modify .gitignore when pull request

2012-12-13 Thread Chen Xiao
I was following your blog too, haha.

2012/12/14 Joe Gibbs Politz j...@cs.brown.edu

  Unfortunately I don't have his email, so I hope he'll read this or
  perhaps someone here can forward this to him.

 Got it, I'll add to the post this evening.
 _
   Racket Developers list:
   http://lists.racket-lang.org/dev

_
  Racket Developers list:
  http://lists.racket-lang.org/dev