Difference between revisions of "Source Code"

From Krupczak.org
Jump to: navigation, search
Line 16: Line 16:
 
== Webcal Datafile Conversion ==
 
== Webcal Datafile Conversion ==
  
We currently use a web-based calendar program called [http://bulldog.tzo.org/webcal/webcal.html Webcal] written by Michael Arndt.
+
We currently use a web-based calendar program called [http://bulldog.tzo.org/webcal/webcal.html Webcal] written by Michael Arndt.  We wanted to sync our calendar with newer programs like Lookout (Outlook) and with our iPods/iPhones which all provide varying degrees of [http://www.ietf.org/rfc/rfc2445.txt RFC 2445] (iCalendar) support.

Revision as of 09:14, 11 September 2008

Java Sudoku Puzzle Solver

I wrote a Java program to solve Sudoku puzzles. It uses a recursive brute-force algorithm to try all possible combinations.

I wrote a Java/Swing GUI front end for my Java Sudoku puzzle solver. Its currently fairly crude.

This Java program shows how to use the above programs.

Concentric Circles Layout

I wrote this Java/Swing class, for use in conjunction with the JGraph toolkit, to layout vertices in concentric circles. Nodes are placed within concentric circles based on the number of neighbors they connect to -- most to least are placed inner to outer.

Webcal Datafile Conversion

We currently use a web-based calendar program called Webcal written by Michael Arndt. We wanted to sync our calendar with newer programs like Lookout (Outlook) and with our iPods/iPhones which all provide varying degrees of RFC 2445 (iCalendar) support.

Personal tools