Re: [racket] Bite-Size Racket Projects

2011-08-29 Thread Doug Orleans
On Sat, Aug 27, 2011 at 8:34 PM, Ray Racine wrote: > Once I get the thing up on its feet again I'll planet them.   From there I > intend to expand out a few more of the AWS API's and do an OpenId API. I implemented a big chunk of OpenID in 2008: http://code.google.com/p/dougo-plt/source/browse/#

Re: [racket] Bite-Size Racket Projects

2011-08-29 Thread Veer
You can comment the require which is asking for secret.rkt. Then goto this url http://code.google.com/apis/accounts/docs/OAuth2.html#Registering Follow the steps there , you will get client-identifier and client-secret , make sure your redirect-uri is : http://localhost:8000/oauth2callback.rkt ,

Re: [racket] Bite-Size Racket Projects

2011-08-29 Thread Sam Tobin-Hochstadt
Very nice! I note that it seems to need a "secret.rkt" file. How do I generate one for myself? On Mon, Aug 29, 2011 at 1:20 AM, Veer wrote: > I have put a very basic OAuth-2.0 protocol implementation at > https://github.com/veer-public/OAuth-2.0 > As I understand it more , I will try to improve

Re: [racket] Bite-Size Racket Projects

2011-08-28 Thread Veer
I have put a very basic OAuth-2.0 protocol implementation at https://github.com/veer-public/OAuth-2.0 As I understand it more , I will try to improve it , at present it seems to work ok with google api and requires racket version 5.1.3 . Thanks On Fri, Aug 26, 2011 at 1:01 AM, Sam Tobin-Hochstad

Re: [racket] Bite-Size Racket Projects

2011-08-28 Thread Noel Welsh
On Sun, Aug 28, 2011 at 11:23 AM, Neil Van Dyke wrote: > I've been releasing packages as LGPL, so that people can use them, and so > that they can be forked it I get hit by a bus.  But I'd strongly prefer that > people not fork any of the stuff I've released unless I've declared it > obsolete.  (I

Re: [racket] Bite-Size Racket Projects

2011-08-28 Thread Neil Van Dyke
Noel Welsh wrote at 08/28/2011 05:15 AM: Everyone (*cough* Neil van Dyke *cough*) should but their work in progress on Github (or other public DVCS site). You never know when someone will fork your project. I'll take the full Git hit just as soon as that professorship comes through and I no

Re: [racket] Bite-Size Racket Projects

2011-08-28 Thread Noel Welsh
On Sun, Aug 28, 2011 at 1:34 AM, Ray Racine wrote: > I have a number of odds and ends that I've been un-mothballing and moving to > typed/racket which are currently in various states of entropy: crypto sha1, > md5, sha256, hmac-xxx, AWS, S3, Amazon Product API,  HTTP client library and > a few odd

Re: [racket] Bite-Size Racket Projects

2011-08-27 Thread Ray Racine
I have a number of odds and ends that I've been un-mothballing and moving to typed/racket which are currently in various states of entropy: crypto sha1, md5, sha256, hmac-xxx, AWS, S3, Amazon Product API, HTTP client library and a few odds and ends.It was all originally R6RS / Larceny so the b

Re: [racket] Bite-Size Racket Projects

2011-08-26 Thread Grant Rettke
Nice. On Thu, Aug 25, 2011 at 2:31 PM, Sam Tobin-Hochstadt wrote: > It's clear that there are lots of people who are interested in hacking > with Racket, or improving Racket, but don't know where to start.  In > response, some of us have put together a list of bite-size Racket > projects, which a

Re: [racket] Bite-Size Racket Projects

2011-08-25 Thread John Clements
On Aug 25, 2011, at 6:57 PM, John Clements wrote: > > On Aug 25, 2011, at 12:40 PM, Horace Dynamite wrote: > >> On 25/08/2011 20:31, Sam Tobin-Hochstadt wrote: >>> It's clear that there are lots of people who are interested in hacking >>> with Racket, or improving Racket. >> >> I think the Rac

Re: [racket] Bite-Size Racket Projects

2011-08-25 Thread John Clements
On Aug 25, 2011, at 12:40 PM, Horace Dynamite wrote: > On 25/08/2011 20:31, Sam Tobin-Hochstadt wrote: >> It's clear that there are lots of people who are interested in hacking >> with Racket, or improving Racket. > > I think the Racket team should consider applying for Google Summer of Code >

Re: [racket] Bite-Size Racket Projects

2011-08-25 Thread Horace Dynamite
On 25/08/2011 20:31, Sam Tobin-Hochstadt wrote: It's clear that there are lots of people who are interested in hacking with Racket, or improving Racket. I think the Racket team should consider applying for Google Summer of Code slot next year. It would be a fantastic opportunity for students

[racket] Bite-Size Racket Projects

2011-08-25 Thread Sam Tobin-Hochstadt
It's clear that there are lots of people who are interested in hacking with Racket, or improving Racket, but don't know where to start. In response, some of us have put together a list of bite-size Racket projects, which are good places for learning Racket, contributing, and just having fun progra