From: Deepak Surti on
Hi,

I attempted to solve Sudoku. I have posted my solution
here: http://deepaksurti.com/lisp/sudoku/mysoln.html

Kindly let me know your comments.

Thanks in advance,
Regards,
Deepak Surti
From: vippstar on
On Dec 8, 1:48 pm, Deepak Surti <dmsu...(a)gmail.com> wrote:
> Hi,
>
> I attempted to solve Sudoku. I have posted my solution
> here:http://deepaksurti.com/lisp/sudoku/mysoln.html
>
> Kindly let me know your comments.

Your codeboxes don't render correctly in firefox 3 (text is cropped).
From: Deepak Surti on
On Dec 8, 5:11 pm, vippstar <vipps...(a)gmail.com> wrote:
> On Dec 8, 1:48 pm, Deepak Surti <dmsu...(a)gmail.com> wrote:
>
> > Hi,
>
> > I attempted to solve Sudoku. I have posted my solution
> > here:http://deepaksurti.com/lisp/sudoku/mysoln.html
>
> > Kindly let me know your comments.
>
> Your codeboxes don't render correctly in firefox 3 (text is cropped).

Hi,

I have fixed the css issue. Thanks for pointing out.

Regards,
Deepak Surti
From: Tamas K Papp on
On Tue, 08 Dec 2009 05:52:36 -0800, Deepak Surti wrote:

> On Dec 8, 5:11 pm, vippstar <vipps...(a)gmail.com> wrote:
>> On Dec 8, 1:48 pm, Deepak Surti <dmsu...(a)gmail.com> wrote:
>>
>> > Hi,
>>
>> > I attempted to solve Sudoku. I have posted my solution
>> > here:http://deepaksurti.com/lisp/sudoku/mysoln.html
>>
>> > Kindly let me know your comments.
>>
>> Your codeboxes don't render correctly in firefox 3 (text is cropped).
>
> Hi,
>
> I have fixed the css issue. Thanks for pointing out.

It is still quite tedious to read the code in such narrow boxes. If I
scroll to the right, I don't see the left part. I would recommend
paste.lisp.org.

Tamas
From: Geoffrey Summerhayes on
On Dec 8, 9:45 am, Tamas K Papp <tkp...(a)gmail.com> wrote:
> On Tue, 08 Dec 2009 05:52:36 -0800, Deepak Surti wrote:
> > On Dec 8, 5:11 pm, vippstar <vipps...(a)gmail.com> wrote:
> >> On Dec 8, 1:48 pm, Deepak Surti <dmsu...(a)gmail.com> wrote:
>
> >> > Hi,
>
> >> > I attempted to solve Sudoku. I have posted my solution
> >> > here:http://deepaksurti.com/lisp/sudoku/mysoln.html
>
> >> > Kindly let me know your comments.
>
> >> Your codeboxes don't render correctly in firefox 3 (text is cropped).
>
> > Hi,
>
> > I have fixed the css issue. Thanks for pointing out.
>
> It is still quite tedious to read the code in such narrow boxes.  If I
> scroll to the right, I don't see the left part.  I would recommend
> paste.lisp.org.
>

Quite tedious to scroll up-down to. Might look nice
at the OP's screen resolution, on mine it looks like
a bare tree in the middle of a field of snow. It's
about 25% text, 75% completely unused, empty space.

--
Geoff