• DayHiker 1.7.78

    Updated: 2010-02-28 22:31:01
    Pull up your schedule while browsing

  • Translation Bar 1.11

    Updated: 2010-02-28 20:55:02
    Translates entire webpages into a language of your choice with one click

  • tokyocabinet-python 0.2.0

    Updated: 2010-02-28 20:03:01
    Python Tokyo Cabinet interface

  • lxml 2.2.5

    Updated: 2010-02-28 19:50:01
    lxml is the most feature-rich and easy-to-use library for working with XML and HTML in the Python language.

  • pyClamd 0.2.0

    Updated: 2010-02-28 19:13:01
    Python interface to Clamd (Clamav daemon)

  • testrepository 0.0.3

    Updated: 2010-02-28 18:56:01
    A repository of test results

  • TooManyTabs for Chrome 1.4.1

    Updated: 2010-02-28 18:32:01
    Ever tried having 20 tabs or more open in Chrome?

  • Pythoscope 0.4.3

    Updated: 2010-02-28 18:08:01
    Pythoscope is a unit test generator written in Python.

  • ggoban 0.1.34

    Updated: 2010-02-28 17:49:16
    A GO game interface

  • TYPOlight webCMS 2.8.1

    Updated: 2010-02-28 17:11:01
    TYPOlight webCMS is a powerful web content management system.

  • KChildlock 0.75.2

    Updated: 2010-02-28 16:51:01
    A Linux tool that monitors and restricts the usage time of a children's time spent on the computer.

  • UKnow4Kids 2010.1.1

    Updated: 2010-02-28 16:26:02
    Linux Live DVD for Kids

  • EasyHotspot 0.2 Beta

    Updated: 2010-02-28 16:09:02
    An alternative solution for hotspot billing system

  • FrostWire 4.20.2

    Updated: 2010-02-28 15:54:01
    FrostWire is a Gnutella client according to the open standards of an international community.

  • SIR - Simple Image Resizer 2.0

    Updated: 2010-02-28 15:37:01
    A simple application for resizeing images.

  • IusOnDemand toolbar on Italian laws 6.6

    Updated: 2010-02-28 15:16:01
    Toolbar for lawyers and citizens interested in Italian laws!

  • Gnome Chemistry Utils 0.10.12

    Updated: 2010-02-28 14:48:01
    Provide C++ classes and Gtk -2 widgets related to chemistry.

  • ZiK 0.13.0

    Updated: 2010-02-28 14:30:01
    A free audio player

  • Dobre

    Updated: 2010-02-28 14:11:01
    A gray theme for your GNOME desktop

  • ZK Jet 1.1.0

    Updated: 2010-02-28 13:45:01
    Develop Ajax application without installing severs

  • Glom 1.12.6 / 1.13.6

    Updated: 2010-02-28 13:14:02
    Glom allows you to design database table definitions and the relationships between them.

  • NetXMS 0.2.31 / 1.0.0 RC1

    Updated: 2010-02-28 11:51:01
    NetXMS is a monitoring system with a modular architecture.

  • ClutchOS-12.2-i486 Alpha 1

    Updated: 2010-02-28 11:35:35
    ClutchOS 12.2, a slack 12.2 Live CD/USB!

  • lifstat 2010-02-28

    Updated: 2010-02-28 11:20:50
    A small Linux utility that reads /proc/net/dev and reports input and output statistics for network interfaces

  • Klavaro 1.5.0

    Updated: 2010-02-28 11:17:42
    Klavaro is a touch typing tutor that is very flexible and supports customizable keyboard layouts.

  • OBD GPS Logger 0.13

    Updated: 2010-02-28 11:17:10
    OBDII and GPS data logger

  • Hogwash Light BR 1.7.2

    Updated: 2010-02-28 11:15:54
    An Intrusion Prevention System

  • hmmus 0.2.0

    Updated: 2010-02-28 00:47:02
    Hidden Markov model stuff

  • PathTo 0.3.0

    Updated: 2010-02-28 00:26:02
    Resource-oriented client APIs generated dynamically from auto-discovered, or locally-configured metadata

  • samson 0.2

    Updated: 2010-02-28 00:03:01
    A wrapper for simple curl operations

  • Four short links: 25 February 2010 - Rap Python, Being Believed, Hot Maps, and Old School Secrets

    Updated: 2010-02-25 16:09:22
    gheat -- add a heatmap layer to a Google Map. For more on its design and implementation, read Chad Whitacre's blog. This and more in today's Four Short Links.

  • Do you…uh…Use Linux?

    Updated: 2010-02-19 18:44:01
    I ran across the flash video above (note: I’m not taking content and embedding it here…you’ll need to click on the image to be taken to the author’s site) a while back and have never posted a link to it.  It’s pretty funny and if you look around on ubergeek’s site, you’ll find a couple [...] Related posts:Overheard at the Water Cooler Heard at the water cooler recently in my almost all... Hate KDE4? Ignorance Is Probably the Culprit Let’s bust some myths today because a majority of KDE... Related posts brought to you by Yet Another Related Posts Plugin.

  • Remove lines that are in another file

    Updated: 2010-02-07 22:52:09
    Linux Blog Remove lines that are in another file Filed under : Shell Script Sundays TheLinuxBlog.com at 6:52 pm on Sunday , February 7, 2010 I had an issue this week where I needed to remove lines from one file if they existed in another file . Looking back it was frustrating as such a task should be . simple I tried all sorts of things . Differencing the two files and using grep to grab the lines I wanted . Whatever I tried just did not produce the expected results . Thanks to a buddy I found the solution which ended up being to sort the two files before using . diff : Example Assuming two files exist , File_1 and File_2. File_1 containing lines with a , b , c and . File_2 containing b and d . If we want to remove b and d from File_1 because they exist in File_2 you could use something like the : this owen linuxblog : cat File_1.txt a b c d owen linuxblog : cat File_2.txt b d owen linuxblog : diff File_1.txt File_2.txt grep a c That’s all fine and dandy until File_2.txt contains the same lines in a different order . Running the same command produces different results . See : Below owen linuxblog : cat File_2.txt d b owen linuxblog : diff File_1.txt File_2.txt grep a b c The

  • Four short links: 4 February 2010 - Personal Ad Preferences, Android Kernel, EC2 Deconstructed, Symbian Opened

    Updated: 2010-02-04 16:44:46
    Google Ad Preferences -- my defaults look reasonable and tailored to my interest. Creepy but kinda cool: I guess that if I have to have ads, they should be ones I'm not going to hate. This and more in today's Four Short Links.

  • Seaside book - PDF version

    Updated: 2010-02-01 19:28:39
    Just announced on the Lukas Renggli’s blog: The PDF version of the book Dynamic Web Development with Seaside is available to download now: http://book.seaside.st/book/introduction/pdf-book At the end of the payment process (PayPal) you will be redirected to the download area where you are able to get the latest builds of the PDF version of the book. If [...]

  • Trademarks, trust, and software quality - Trademark law hasn't caught up to free and open source software

    Updated: 2010-02-01 16:42:55
    A recent article discusses trademark issues in open source software, published in the International Free and Open Source Software Law Review. One thing that interested me is how the fuzzy areas in current law are comparable to fuzzy areas in software distribution; that's what I'll discuss in this blog. The main issue driving the article by Harvey Anderson and Tiki Dare is that trademark law was designed for fixed products and services left under the control of the vendor. Let's turn now to free software. People modify and redistribute it all the time, but to be honest about it, they shouldn't do so under the name chosen by the original developers.

Current Feed Items | Previous Months Items

Jan 2010 | Dec 2009 | Nov 2009 | Oct 2009 | Sep 2009 | Aug 2009