diff options
Diffstat (limited to 'archive/inactive_projects.html')
-rwxr-xr-x | archive/inactive_projects.html | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/archive/inactive_projects.html b/archive/inactive_projects.html new file mode 100755 index 0000000..929e776 --- /dev/null +++ b/archive/inactive_projects.html @@ -0,0 +1,73 @@ +<!DOCTYPE html> +<html> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> +<title>Chrisoft::Inactive Projects</title> +<link rel="stylesheet" href="common.css" type="text/css"></link> +</head> + +<body> +<table border="0" style="width:66%;margin:auto;"> + <tr> + <td class="CTitle" style="font-size:2em;"> + <a href="./">Chrisoft</a>::<a href="./inactive_projects.html">Inactive Projects</a> + </td> + </tr> + <tr class="TText"><td><br> + Some of the projects listed here provides a download link. They are old projects, which are no longer maintained. + Those projects are provided "as-is" and come with <strong>ABSOLUTELY NO WARRANTY</strong>. + Use them at your own risk.<br> + All original works here with download links are licensed under the terms of the MIT license unless otherwise stated. + Derivated works are licensed under their original licenses. + </td></tr> + <tr class="TText"><td><br> + <span style="font-size:1.5em;font-weight:bold;">Content:</span> + <ul> + <li><a name="p1" href="#dp1">Projects not yet started</a></li> + <li><a name="p2" href="#dp2">Suspended Projects</a></li> + <li><a name="p3" href="#dp3">Projects no longer maintained</a></li> + </ul> + </td></tr> + <tr class="TText"><td> + <span style="font-size:1.5em;font-weight:bold;"><a name="dp1" href="#p1">Projects not yet started</a></span> + <ul> + <li>Online Judge</li> + <li>vjtester v2</li> + <li>FluidR3 GM2+Extension</li> + <li>QSPS Sound Set</li> + <li>SMELT4js(?)</li> + </ul> + </td></tr> + <tr class="TText"><td> + <span style="font-size:1.5em;font-weight:bold;"><a name="dp2" href="#p2">Suspended Projects</a></span> + <ul> + <li>SMELT for Direct3D</li> + <li>yellowcal</li> + <li>...</li> + </ul> + </td></tr> + <tr class="TText"><td> + <span style="font-size:1.5em;font-weight:bold;"><a name="dp3" href="#p3">Projects no longer maintained</a></span> + <ul> + <li><a name="timidityplyr" href="./inactive/TimidityPlayer.tar.xz">Chris' Timidity Player</a> (2012)</li> (You can also try the following fork: <a href="http://blog.blumia.net/2014/07/02/BLumia's-Timidity-Shell%E8%BD%AF%E4%BB%B6%E5%8F%91%E5%B8%83%E5%8F%8A%E6%9B%B4%E6%96%B0%E9%A1%B5/">BLumia's Timidity Shell</a>.) + <li><a href="./inactive/Tester.tar.xz">Simple Tester for OI</a> (2012)</li> + <li>the <s>Ultimate</s> Data Visualiser (2015)</li> + <li><a href="#">World's Hardest Game 3D</a> (2010~2011)</li> + <li><a href="./Cross_Noodles.html">Cross Noodles (Virtools)</a> (2012)</li> + <li><a href="./data/compiz0.9.7.9.tar.xz">Compiz 0.9.7.99</a> (might be picked up someday...) (2012~2016)</li> + <li>Go!Word (2012)</li> + <li><a href="./data/minesweeper.zip">Minesweeper in HGE (2012)</a></li> + <li>cpu.c (2011)</li> + <li>cmine.c (2012)</li> + <li>fpsnake.pas (2016)</li> + <li>fpGraphicClock (2011~2012)</li> + <li>Date&Time (2009~2010)</li> + </ul> + Even older projects are not listed here. + </td></tr> + <tr> + <td class="TText"><div align="center">Copyright Chrisoft 2015 <a href="./about.html">About</a> Site Map</div></td> + </tr> +</table> +</body> +</html> |