Search for Node.js modules:
-
Recent Posts
Recent Comments
- erik on Why I Have Given Up on Coding Standards
- @seneca/repl Version 6 Released! | Richard Rodger on @seneca/repl version 2.x plan
- Rigidrqm on The Tao of Microservices
- Using node.js modules/code from the JavaScript console of geth - Finance Money on How to Make Simple Node.js Modules Work in the Browser
- ajmal on Node.js – How to Write a For Loop With Callbacks
Archives
- March 2024
- February 2024
- September 2023
- August 2023
- July 2023
- February 2016
- January 2016
- December 2013
- September 2013
- March 2013
- November 2012
- August 2012
- April 2011
- March 2011
- February 2011
- September 2010
- September 2007
- August 2007
- June 2007
- May 2007
- April 2007
- March 2007
- January 2007
- December 2006
- November 2006
- October 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
Categories
Category Archives: Perl
Sudoku, Part Four
I've been writing about a Perl sudoku solver. Sudoku is a great example of a problem worthy of study. It looks easy from the outside, but when you have a go at solving it, it gets tricky very quickly. The … Continue reading
Posted in Perl
Leave a comment
Sudoku, Part Two
Solving Sudoku algorithmically is actually a bit harder than it looks – as a previous commenter pointed out. But I'm with Richard Feynman on this one: If you want to learn something, make a mess of it yourself first, then … Continue reading
Posted in Perl
Leave a comment
Sudoku, Part One
A while back I was stuck in bed for a week or two due to illness, and after I got bored with mobile games (well your reactions aren't the best on pain killers), I decided to have a go at … Continue reading
Posted in Perl
Leave a comment