Show code - python-journal.php


<?php
$page_title = "Python";
$page_association = "programming.php";
include("header.php");
add_page_content("All about Python",
"Python == Good.
<br><hr><br>
<a href=\"fonted.php\">Fonted</a>
-- Bitmap editor<br />
<a href=\"pyLCDControl.php\">pyLCDControl</a>
-- CrystalFontz LCD controller<br />
<a class=\"modal\" href=\"showcode.php?fname=CODE/python/btrees.py\">btrees.py</a>
-- Binary trees<br />
<a class=\"modal\" href=\"showcode.php?fname=CODE/python/color_parser.py\">color_parser.py</a>
-- Colors<br />
<a class=\"modal\" href=\"showcode.php?fname=CODE/python/proxy.py\">Mud proxy</a>
-- Proxy for muds<br />
<!--<a class=\"modal\" href=\"/spirit_bot.php\">Spirit bot</a>
A bot built to defeat the spirits game on Aetas.<br />
-->
<a class=\"modal\" href=\"/showcode.php?fname=CODE/python/command_abbreviation.py\">Command abbreviation</a>
-- An easy way to evaluate command abbreviations<br />
<a class=\"modal\" href=\"/showcode.php?fname=CODE/python/gconf_methods.py\">GConf convenience methods</a>
-- Some methods that may be useful when dealing with gconf directories.
");
include("footer.php");
?>