<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://jankenpoi.net/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Jan-Ken-Poï</title>
  <link>http://jankenpoi.net/</link>
  <atom:link href="http://jankenpoi.net:82/feed/rss2" rel="self" type="application/rss+xml"/>
  <description></description>
  <language>en</language>
  <pubDate>Mon, 20 May 2013 17:57:48 +0200</pubDate>
  <copyright>Copyright (C) Sylvain Vedrenne</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Sudokuki - essential sudoku game</title>
    <link>http://jankenpoi.net/post/2011/12/02/Sudokuki-essential-sudoku-game</link>
    <guid isPermaLink="false">urn:md5:93707786be13e04cef9974e25664f2a0</guid>
    <pubDate>Fri, 02 Dec 2011 00:26:00 +0100</pubDate>
    <dc:creator>Sylvain</dc:creator>
            
    <description>    &lt;p&gt;Sudokuki is a graphical sudoku game that solves the most difficult sudoku
grids for you, allows you to generate a sudoku, print one or four grids,
play... At the moment, Sudokuki is available in 10 languages.&lt;/p&gt;
&lt;br /&gt;
&lt;a href=&quot;http://sourceforge.net/projects/sudokuki/&quot;&gt;visit Sudokuki project
page&lt;/a&gt; &lt;img title=&quot;Sudokuki 1.1.Beta6, déc. 2011&quot; style=&quot;margin: 0 auto; display: block;&quot; alt=&quot;&quot; src=&quot;http://jankenpoi.net/public/images/Sudokuki_1.1.Beta6.png&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;p&gt;Sudokuki is Free Software. Just &lt;a href=&quot;http://sourceforge.net/projects/sudokuki/&quot;&gt;dowload&lt;/a&gt; and play for fun!&lt;/p&gt;
&lt;br /&gt;</description>
    
    
    
          <comments>http://jankenpoi.net/post/2011/12/02/Sudokuki-essential-sudoku-game#comment-form</comments>
      <wfw:comment>http://jankenpoi.net/post/2011/12/02/Sudokuki-essential-sudoku-game#comment-form</wfw:comment>
      <wfw:commentRss>http://jankenpoi.net/feed/atom/comments/653063</wfw:commentRss>
      </item>
    
  <item>
    <title>Prettyprint, code beautifier</title>
    <link>http://jankenpoi.net/post/2011/10/13/Prettyprint%2C-code-beautifier</link>
    <guid isPermaLink="false">urn:md5:e7c082a6a538e238b85f76f26cf0fe8b</guid>
    <pubDate>Thu, 13 Oct 2011 00:41:00 +0200</pubDate>
    <dc:creator>Sylvain</dc:creator>
            
    <description>    &lt;pre class=&quot;prettyprint&quot;&gt;
public boolean setCellValueAt(int li, int co, byte value) {
    System.out.println(&amp;quot;GridShadow.setCellValueAt(&amp;quot; + li + &amp;quot;,&amp;quot; + co + &amp;quot;=&amp;gt;&amp;quot; + value + &amp;quot;)&amp;quot;);
    cellFlags[offset + 9 * li + co] &amp;amp;= ~MASK_FOR_CURRENT_VALUE;
    cellFlags[offset + 9 * li + co] |= FLAG_CELL_READ_ONLY | value;
    // ligne
    for (int c = 0; c &amp;lt; 9; c++) {
        if (c != co) {
            if (!isCellFilled(li, c) &amp;amp;&amp;amp; isCellValuePossible(li, c, value)) {
                unsetCellValuePossible(li, c, value);
                setCellValueScreened(li, c, value);
                if (getNumberOfPossibleValues(li, c) == 0) {
                    /* DEAD END */
                    return true;
                }
            }
        }
    }
&lt;br /&gt;    ...
&lt;/pre&gt;</description>
    
    
    
          <comments>http://jankenpoi.net/post/2011/10/13/Prettyprint%2C-code-beautifier#comment-form</comments>
      <wfw:comment>http://jankenpoi.net/post/2011/10/13/Prettyprint%2C-code-beautifier#comment-form</wfw:comment>
      <wfw:commentRss>http://jankenpoi.net/feed/atom/comments/643528</wfw:commentRss>
      </item>
    
</channel>
</rss>