Open Source
- 22 juin 2007
pfstools for HDR processing
pfstools package is a set of command line (and one GUI) programs for reading, writing, manipulating and viewing high-dynamic range (HDR) images and video frames. All programs in the package exchange data using unix pipes and a simple generic HDR image format (pfs). The concept of the pfstools is similar to netpbm package for low-dynamic range images.
- 22 juin 2007
Qtpfsgui website
Qtpfsgui is a Qt4 graphical user interface that aims to provide a workflow for HDR imaging.
- 22 juin 2007 Comparison of GTD software - Wikipedia, the free encyclopedia
- 5 juin 2007
Why Upgrade to GPL Version 3 — GPLv3
by RMS
- 30 mai 2007
USVN - UserFriendly SVN
Userfriendly SVN est une interface web permettant la configuration de dépôts Subversion. Cette interface permet de facilement créer de nouveaux projets sans le client en ligne de commande et donc avoir un accès privilégié sur le serveur. USVN se chargera ensuite de gérer la liste des utilisateurs autorisés à récupérer votre code source. Cela permet de déléguer l’administration de vos dépôts Subversion.
Lors de son installation USVN vous donne un bloc de configuration à mettre dans la configuration de votre apache et après vous n’aurez plus jamais besoin de passer en root pour gérer vos dépôts subversion.
- 10 mai 2007
OpenJDK
Welcome to the Open-Source JDK Community!
This is the place to collaborate on the open-source JDK, an implementation of the Java Platform, Standard Edition specification defined in the Java Community Process.
- 28 avril 2007
Audacity: Logiciel d'enregistrement et de montage sonore
Audacity est un logiciel libre et open-source destiné à l’édition et à l’enregistrement sonore. Il est disponible pour Mac OS X, Microsoft Windows, GNU/Linux et d’autres sytèmes d’exploitation
- 24 avril 2007 Shiira Project
- 12 avril 2007
Heading East
I keep seeing lists of 10 must have Mac programs, but the lists is they are well known can’t-live-without programs like Launchbar and Windowshade already installed on Machead machines. Here are some slightly more obscure programs I use every day:
- 11 avril 2007
CoRD
CoRD is an open source native Mac OS X remote desktop client for Microsoft Remote Desktop and Terminal Services. It is a Universal Binary, and allows you to connect to multiple servers concurrently. It was originally ported from the UNIX program rdesktop
- 21 mars 2007
CruiseControl Home
CruiseControl is a framework for a continuous build process. It includes, but is not limited to, plugins for email notification, Ant, and various source control tools. A web interface is provided to view the details of the current and previous builds.
CruiseControl is distributed under a BSD-style license and is free for use. CruiseControl adheres to an open source model and therefore makes the source code freely available.
CruiseControl is maintained and developed by a group of dedicated volunteers.
- 16 mars 2007
GTDInbox - The Firefox Extension that Combines Gmail with Getting Things Done - home
GTDInbox is a Firefox extension that integrates the highly effective methodology of Getting Things Done into the popular email service Gmail.
- 16 mars 2007
Gallina
Gallina: just a GMail based blog :-) (Proof of concept)
- 16 mars 2007
BlogmarksInGoogle – Userscripts.org
BlogmarksInGoogle :add Blogmarks.net search into Google.
This script adds to the Google results page last Blogmarks.net marks wich have tags similar to the terms searched in Google.
- 6 mars 2007
ThinkingRock
Thinking Rock is a free software application for collecting and processing your thoughts following the GTD methodology. It is simple and easy to use
- 5 mars 2007
HomePage - SVK Wiki
svk is a decentralized version control system built with the robust Subversion filesystem. It supports repository mirroring, disconnected operation, history-sensitive merging, and integrates with other version control systems, as well as popular visual merge tools.
- 23 février 2007
Jakarta POI - Java API To Access Microsoft Format Files
The POI project consists of APIs for manipulating various file formats based upon Microsoft’s OLE 2 Compound Document format using pure Java. In short, you can read and write MS Excel files using Java. Soon, you’ll be able to read and write Word files using Java. POI is your Java Excel solution as well as your Java Word solution. However, we have a complete API for porting other OLE 2 Compound Document formats and welcome others to participate.
- 23 février 2007
Cobertura
Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.
- 15 février 2007
XSLT transformation from a servlet
The question how to create HTML output to the browser from a Servlet based on XML data often comes up.
Here’s a fully functional example on how to achieve this using Jakarta Xalan 2 and Xerces 2.
The system is quite simple, most of the code is concerned with housekeeping chores rather than the actual HTML generation and output.
- 15 février 2007
XSLT Servlet - A Java Servlet that transforms XML documents
This servlet transforms an XML document using an XSLT stylesheet. Probably there are other Servlet implementations of this kind, but I couldn’t find one with the features I need available under an Open Source license, so I wrote this one.