• Syntax coloring utility

    Updated: 2010-04-30 11:46:59
    I often write HTML pages or documentation that includes code samples. When the code is presented this way, it's much easier to follow if it features syntax highlighting. I had found a script that could highlight Perl code, and then I realized I needed the same thing for C code as well. I've posted a new script on my web site that inserts HTML markup into source code files to provide colored syntax highlighting.

  • lobberstoragenode 0.4

    Updated: 2010-04-30 11:39:01
    Lobber Storage Node

  • HTSeq 0.4.2-p4

    Updated: 2010-04-30 11:26:01
    Processing high-throughput sequencing data with Python

  • FireTorrent 2.0.1

    Updated: 2010-04-30 11:14:22
    BitTorrent made easy! Download torrents with a single click.

  • FireDownload 2.0.1

    Updated: 2010-04-30 11:13:50
    Easily manage and accelerate your web downloads!

  • datapkg 0.6

    Updated: 2010-04-30 11:06:01
    Data packaging system and utilities.

  • biblio-py 0.5.3-r1

    Updated: 2010-04-30 10:42:01
    Package to manage bibliography files

  • rdfadict 0.7.2

    Updated: 2010-04-30 10:19:01
    A RDF parser

  • platinfo 0.15.0

    Updated: 2010-04-30 10:12:01
    Standardized platform naming

  • Gnome Icon Theme Symbolic 2.30.0

    Updated: 2010-04-30 10:04:02
    This package contains symbolic icons for the GNOME desktop

  • gunicorn 0.8.1

    Updated: 2010-04-30 09:58:01
    WSGI HTTP Server for UNIX

  • OTRS 2.4.7

    Updated: 2010-04-30 09:56:49
    A Ticket Request System with many features

  • RumAlchemy 0.3-20100429

    Updated: 2010-04-30 09:31:01
    RESTful web interface generator for SQLAlchemy mapped classes using rum and ToscaWidgets

  • PeaZip 3.1

    Updated: 2010-04-30 09:29:36
    PeaZip is an archiving application, archive/extract: 001 (raw file split/join), 7z, 7zip sfx, Bzip2, Gzip, Pea, Tar, Z, Zip.

  • Syncless 0.09

    Updated: 2010-04-30 09:20:01
    Asynchronous client and server library using Stackless Python

  • OBITools 0.1.992

    Updated: 2010-04-30 08:53:01
    Scripts and library for biological sequence analysis

  • django-socialregistration 0.3.3

    Updated: 2010-04-30 08:30:01
    Django application enabling registration through a variety of APIs

  • P-painter Beta

    Updated: 2010-04-30 08:19:01
    A progressive painting software

  • PyLucid 0.8.7 / 0.9.0 RC3

    Updated: 2010-04-30 08:12:01
    PyLucid is a lightweight Content Management System written in pure Python CGI.

  • CleanCSS 1.3

    Updated: 2010-04-30 07:49:01
    Pythonic markup for CSS

  • hmmus 0.2.14

    Updated: 2010-04-30 07:37:01
    Hidden Markov model stuff

  • SchoolTool 1.4

    Updated: 2010-04-30 07:26:01
    SchoolTool project is a common information systems platform for school administration.

  • Shutter 0.86.2

    Updated: 2010-04-30 07:14:22
    A simple GTK 2.0 frontend for scrot, written in Perl.

  • sushi 1.2.0

    Updated: 2010-04-30 07:09:01
    An IRC suite!

  • Ubuntu Start 0.4.8

    Updated: 2010-04-30 07:07:56
    Ubuntu 10.04 Start Script

  • Ubuntu Tweak 0.5.4

    Updated: 2010-04-30 07:04:12
    Ubuntu Tweak is tool for Ubuntu that makes it easy to config your system and desktop.

  • Victory (Strikes Again) 2010.04.29

    Updated: 2010-04-30 06:53:01
    Ambiance-based theme for GNOME/Ubuntu desktops

  • Radiance_R

    Updated: 2010-04-30 06:37:01
    Ubuntu 10.04 Radiance theme with right side buttons!

  • Google Web Search, KDE SC 4.4 style 1.4.7

    Updated: 2010-04-30 04:49:02
    Transforms the Google Web Search to match the default look of KDE SC 4.4

  • ibm_db_django 0.2.1

    Updated: 2010-04-30 04:37:01
    DB2 support for Django framework

  • Excuses, QLandkarte, BOFH and Devscripts

    Updated: 2010-04-13 09:50:16
    , , Linux Blog Excuses , QLandkarte , BOFH and Devscripts Filed under : General Linux Owen at 8:32 pm on Monday , April 12, 2010 After not writing for a little while I call it writers block , you can call it lazy I decided to do what any Linux Geek would do . I searched two different distributions software repositories for excuses . Fedora and Debian had quite different but interesting . outputs Fedora’s came up with QLandkarte GT which is a GPS tool that replaces QLandkarte GT is the ultimate outdoor aficionado’s tool for GPS maps in GeoTiff format as well as Garmin’s img vector map format . Additional it is the PC side frontend to QLandkarte M , a moving map application for mobile devices . And it fills the gap Garmin leaves in refusing to support Linux . QLandkarte GT is the proof that

  • BBC News online coverage of Election 2010

    Updated: 2010-04-11 21:10:05
    : Accessibility links Text only Skip to content Skip to local navigation Skip to bbc.co.uk navigation Skip to bbc.co.uk search Help Accessibility Help Access keys help Previous Main Next BBC News online coverage of Election 2010 Post categories : election2010 Steve Herrmann 15:49 UK time , Tuesday , 6 April 2010 As the 2010 general election campaign officially gets under way , I thought it might be useful to give you a quick summary of how we'll be covering it on the BBC News website , and the key features you can expect the BBC's coverage plans as a whole are outlined at the press office On the website , our aim is to bring you all the best of the BBC's election output so you can follow what promises to be a hard-fought , engaging and fast-moving campaign online and on your mobile . Read

  • latex — set page number

    Updated: 2010-04-06 06:59:42
    . linux dsp labs.com.au linear algebra are eigenvectors orthogonal latex set page number How to set the page number for the current page in LaTeX . i.e how to reset page number counter in a LaTeX document Simply set the latex page counter to a specific value . The syntax is as follows : setcounter{counter value sets the counter to value see the original post at http : linux.dsplabs.com.au p=94 Lets illustrate with an example . To set the current page number to 32, you would : use setcounter{page 32 sets the current page number to 32 see the original post at http : linux.dsplabs.com.au p=94 More help on LaTeX counters can be found on the following pages : LaTeX Counters and Help On LaTeX Counters Did you find the above information useful and interesting If so , please support this site by

Current Feed Items | Previous Months Items

Mar 2010 | Feb 2010 | Jan 2010 | Dec 2009 | Nov 2009 | Oct 2009