Show code - programming.php


<?php
$skip_title = true;
$page_title = "Programming";
$page_association = "programming.php";
include("header.php");
add_page_content("Tech Journal",
"<br>I have a horrible memory, and as such I need to keep notes about what I learn.<br><hr><br>
Languages<br>
<a href=\"c-sharp.php\">C#</a> |
<a href=\"php-journal.php\">PHP</a> |
<a href=\"python-journal.php\">Python</a> |
<a href=\"cpp-journal.php\">C++</a>
<br><hr>
<br>
Projects I am or have been a part of:
<br>
<br><a href=\"http://code.google.com/u/sisibley/\">Google Code</a><br>
<a href=\"http://sourceforge.net/apps/mediawiki/libvisual/index.php?title=Main_Page\">libvisual</a><br>
<a href=\"https://github.com/Starlon\">Github</a><br>
<br>
<hr>
Other useful things:<br>
<p><b>rxvt-unicode</b>
Sometimes gnome-terminal just doesn't cut it.
Well,
<a href=\"http://sourceforge.net/projects/rxvt-unicode/\">rxvt-unicode</a>
makes a nice replacement. Here's a nice way to set it up:
<blockquote>
urxvt -bg black -fg gray -fn \"xft:Luxi Mono:pixelsize=18\" -sl 10000 -vb -si -sw -sk
</blockquote>
burn an iso.
<blockquote>
cdrecord -v dev=/dev/cdrw filename.iso
</blockquote
<blockquote>
Ubunty kernel: _r00t_> starlon: it's simple ... untar && make config && make -j5 && make modules_install &&
update_initramd && make install; done
</blockquote
</p>
<br>
<br>
<p>
<img src='images/artdesign.png' />
</p>
");
/*
<hr>
About the code highlighting<br>
I used <a href=\"http://www.andre-simon.de/\">GNU Highlight</a> to color highlight all my journal source codes.<br>
<a href=\"CODE/Highlight/themes.txt\">Available themes</a><br>
<a href=\"CODE/Highlight/langs.txt\">Available languages</a><br>
<a href=\"CODE/Highlight/commandline.txt\">Command line options</a><br>
*/
include("footer.php");
?>