-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
executable file
·20 lines (20 loc) · 1.34 KB
/
index.htm
File metadata and controls
executable file
·20 lines (20 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="fr" xml:lang="fr">
<head>
<title>Coin !</title>
</head>
<body>
<center><h1>Loïc Petit's cube kode</h1></center>
<p>You'll find here, pieces of program/kode I made for Rubik's cube and other puzzles. This is mainly a sandbox for me, but you can find some useful stuff.</p>
<ul>
<li><a href="render.php">An adaptation of imagecube-scrambler for NxN</a></li>
<li><a href="render.php">A BTC generator for square-1</a></li>
<li><a href="scrambler/wca-sq1/scramble_square1_2010_wydd.htm">A re-adaptation of the official SQ1 scrambler to use svg/vml via raphaël instead of wz_jsgraphics</a></li>
<li><a href="scrambler/regulation2010.htm">Simple WCA-Approved scrambler (one single file)</a> (2010 regulations, <a href="scrambler/regulation2009.htm">2009 also available</a>)</li>
<li><a href="optimbtc/">A BTC optimal solver (complement of Jaap's diagram)</a></li>
<li><a href="http://forum.francocube.com/topic6769.html">2x2 first face study (in french, dedicated english page coming soon)</a></li>
</ul>
<h3>Contact me</h3>
<p>I'm WydD on the <a href="http://www.francocube.com/forum/">Francocube's forum</a>, otherwise you can mail me using tls dot wydd ~a~ free dot fr</p>
</body>
</html>