july 2008
Separe 0.1.6
This is a great Firefox addon that helps you keeping tabs tidy by introducing a new kind of tab! more>>
Separe 0.1.6 is yet another extremely useful utility for Firefox users. It is actually a great addon that helps you keeping tabs tidy by introducing a new kind of tab!
Enhancements: March 10, 2008
- Included support for Firefox 3.0b3.
- Added some locales.
- Supported locales: be-BY, ca-AD, da-DK, de-DE, en-US, es-ES, fi-FI, fr-FR, it-IT, nl-NL, pl-PL, pt-BR, ru-RU, sl-SI, uk-UA, zh-CN.
Requirements:
- Mozilla Firefox
Free Website Builder 1.6
Free Website Builder Easily Builds Unlimited Niche Video Web Sites! Easily Add Unlimited Video Pages to Your Current Websites. Our free version is comparable to the full, paid version of other Video C more>>
Free Website Builder Easily Builds Unlimited Niche Video Web Sites! Easily Add Unlimited Video Pages to Your Current Websites.
Our free version is comparable to the full, paid version of other Video Clip Site Builders.
Easily Build Unlimited Auto-Updating Niche Video Websites Using YouTube Video Clips.
Video sites are hot and their popularity is sure to explode in 2008. People love video clips, and the search engines love video site.
Simply FTP the software to your Unix/Linix webhost, run our setup program, answer a few questions, click create and you will have a new auto updating video website.
Requirements: Unix/Linux Hosting, PHP4 or PHP5, Curl, or PHP function file_get_contents
<<lessChainBuilder ESB for Linux 2.0
ChainBuilder ESB is an open source solution for use in Service Oriented Architecture (SOA) environments. ChainBuilder ESB creates standards-based components though drag and drop graphical user interfa more>>
ChainBuilder ESB is an open source Enterprise Service Bus. ChainBuilder ESB allows IT developers with Service Oriented Architecture (SOA) infrastructures to create standards-based ESB components through Eclipse-based graphical user interfaces. Most organizations SOAs need to include strategic backend systems that operate with non-XML data formats and non-WebServices communication protocols. Bostech focus on usability ensured the initial offerings of ChainBuilder ESB had industry standard editors to manage EDI X12, HL7, fixed and variable formats and communication components for TCP/IP, FTP and file protocols and database components for JMS and ETL integrations - the formats and protocols that organizations with mature applications absolutely require. ChainBuilder ESB also has uncommon high-end open source features, like an AJAX-based Console web interface for monitoring and controlling the production environment, usually found only with expensive proprietary systems. Bostech Corporation is deploys a dual-license distribution model for ChainBuilder ESB. Developers can download the open source software for Windows, Linux and Unix under the common GPL license at http://www.chainforge.net. A commercial license and subscription support is also available for enterprises and software vendors.
System Requirements: P4/1GB ram/10GB HD min; dual 3.0Ghz/2GB ram preferred
System Requirements: 2.0, Oct 2008 1.3.1, July 2008, incls Java 6 1.2, Mar 2008, incls ETL and Vista 1.1, Aug 2007, incls HL7, POP3, SMTP and framework; 1.0, Jan 2007, incls console and JDBC support; Beta Release, Dec 2006, incls source code and Linux support; Alpha Release, Sep 2006, incls Windows support;
<<less
Mandriva Linux 2008
Mandriva Linux One 2008 is the best way to start using Linux. more>> Mandriva Linux One 2008 is the best way to start using Linux. A full Linux operating system on a single CD for both new and experienced Linux users, it is fast to download and install, and also safe to try with a live mode. One is really the one CD you need!
<<less
Genoa Active Message MAchine 13-July-2007
Genoa Active Message MAchine is a low-latency, high-throughput driver wrapper for the Linux kernel. more>>
Genoa Active Message MAchine runs parallel to the IP stack and is designed for LANs only.
Main features:
- A low latency, high throughput communication system for clusters of PCs
- Supports both single and dual CPU processing nodes (Intel IA-32 or x86_64)
- Runs on Gigabit Ethernet
- SPMD parallel processing with message passing
- Can run IP traffic when not in use
- Good programmability thanks to fairly high abstraction level
- Reliable thanks to mechanisms for retransmission of missing packets
- Implemented as a network device driver for Linux 2.6, and released under GNU GPL
Network Of Workstations (NOWs) and clusters of PCs interconnected by modern, industry-standard LAN fabrics (Gigabit Ethernet, Myrinet, SCI) and running the Linux operating system, have became an attractive and cost-effective architecture for parallel and distributed applications. The usual drawback of a standard PC cluster is the poor performance of the support to inter-process communication over the interconnect. Current implementations of industry-standard communication primitives, APIs, and protocols, usually show high communication latencies and low communication throughput.
We have developed a system for inter-process communication, called the Genoa Active Message MAchine (GAMMA). GAMMA runs on Linux clusters of PCs with Intel IA-32 processors (Intel Pentium, AMD K6, and superior models), or x86_64 processors (AMD Athlon64, AMD Opteron, Intel EMT-64), networked by a Gigabit Ethernet.
The core of GAMMA is a custom Linux network device driver, which operates the Network Interface Card (NIC). The GAMMA driver delivers low latency, high throughput communication services based on Active Ports, a mechanism derived from Active Messages. Both point-to-point and broadcast communications are provided. Broadcast communication exploits the Ethernet broadcast directly.
The GAMMA driver is able to manage standard IP traffic as long as no parallel job is running. Therefore, all IP services are up and running whenever the cluster is not in use by any parallel job.
The communication mechanisms implemented in the GAMMA driver are made available to application writers through the GAMMA user library. The GAMMA library provides support to application launch, process grouping, point-to-point/broadcast communications based on the Active Ports mechanisms, and some collective routines (barrier synchronization, and broadcast).
GAMMA provides two levels of QoS. The lower one, corresponding to the fastest communications, is a best-effort service. With this service, network congestion and ``hot spots may cause the receiver NIC or even the LAN switch to loose packets by overrun. The other QoS level provides flow-controlled communication, ensuring reliability up to hardware faults, at a negligible performance penalty.
Installing the GAMMA driver requires only two small and marginal patches to the original Linux kernel. The Linux kernel extended by the GAMMA driver must be installed on each PC in the cluster.
A porting of MPI atop GAMMA is available, called MPI/GAMMA.
Beijing 2008 Icons for Linux -
This iconset will help you customize your projects more>> Along came 2008 and one of the most expected and vivid events of this year is clearly the Olympics in Beijing. The preparation for this event is in full course and we are trying not to lag behind. Chinese designer Han Meilin drew the symbol or rather symbols of Fuwa. And our TurboMilk designer Olesia Kozlova who highly praised the style of the Olympics produced icons for these symbols.
Logo and Fuwa characters copyright The Beijing Organizing Committee for the Games of the XXIX Olympiad.
NOTE: Free to use for personal non-commercial purposes<<less
Tk::Month 1.4
Tk::Month is a calendar widget which shows one month at a time. more>>
SYNOPSIS
use Tk;
use Tk::Month;
$m = $parent->Month(
-month => July,
-year => 1997,
-title => %b %y,
-command => &press,
-printformat => %e,
-navigation => [0|1],
-includeall => [0|1],
-showall => [0|1],
-first => [0|1|2|3|4|5|6],
)->pack();
$m->configure(
-month => July,
-year => 1997,
-command => &press,
-printformat => %e %B %Y %A,
-navigation => [0|1],
-includeall => [0|1],
-showall => [0|1],
-first => [0|1|2|3|4|5|6],
);
$m->separator();
$m->command(
-label => Label,
-command => &callback,
);
PieSpy 0.4.0
PieSpy is an IRC bot that monitors a set of IRC channels. more>>
PieSpy has also been used to visualize Shakespearean social networks.This page got slashdotted on 11 March 2004, with the site getting 250,000 hits per hour. Thanks to Notnet for making sure it all stayed alive!
PieSpy was presented at the Information Visualization conference (IV04) in July 2004. Read the full paper online. It has also appeared in Computer Weekly, ct magazine, and I was interviewed live on BBC Radio Kent.
Enhancements:
- Now tracks nickname changes. Generates images five times faster. Removes formatting and colors from messages. The source code has been refactored to make it easy to add new InferenceHeuristics, which are used to work out who is talking to whom - if you create any good ones, let me know! The config file lets you apply different weightings to each InferenceHeuristic.
Sman 0.99
Sman is the Searcher for Man pages. more>>
- Supports complex natural language text searches such as "(linux and kernel) or (mach and microkernel)"
- Shows results in a ranked order, and optionally an extract (using -e) of the manpage showing the searched text highlighted
- Allows for searches by manpage section, title, body, or filename (use metaname=searchword)
- Indexes the complete contents of the man page, not just the title and description
- Uses a prebuilt index to perform fast searches
- Performs stemming so that a search for "searches" will match a document with the word "searching"
PythonCAD DS1-R36
PythonCAD is a CAD package written, surprisingly enough, in Python. more>>
The twenty-fifth release of PythonCAD was made available May 26, 2005. This release fixes several compatibility issues found when running PythonCAD on PyGTK releseses prior than 2.4. Also, numerous changes to the event handling code have been applied to make the code better conform to GTK+/PyGTK conventions. Additionally a number of bug fixes and code improvements appear in this release as well.
Between the sixteenth and seventeenth releases of the program, the code was moved around internally to better cooperate with other Python programs. Unfortunately the Cocoa front-end code has suffered since then due to lack of maintainence and is currently not functional. Releases after the seventeenth release have attempted to improve the situation, but to no avail. A developer or team of developers running Mac OS X is needed to bring the Cocoa code into a usable state.
Klusters 1.6.1
Klusters is a powerful and easy-to-use graphical application for spike sorting of extracellular neuronal recordings. more>>
While the accuracy and speed of spike sorting is dramatically improved by automatic classification algorithms, the results of automatic algorithms must be examined manually to ensure that the assigned clusters correspond to single neurons. Klusters has been carefully designed to make this process as fast and error-free as possible.
Main features:
- Multiple type of views including Cluster View displaying spikes in the PCA feature space, Waveform View and Correlation View displaying auto-and cross-correlograms.
- Cluster colors making it easy to quickly identify a given cluster across different views.
- Time trajectory display to identify possible electrode drift.
- "Grouping Assistant" to suggest which pairs of clusters may result from overclustering of a single neuron.
- "Recluster" feature to automatically split clusters that may be several distinct neurons (underclustering), using an external classification program.
- Multiple displays open at once, which can be useful to examine different subsets of the data in parallel.
- Multiple undo and redo on the last actions.
- Print and export to postcript and pdf.
- Ergonomic user interface for maximum speed and reliability.
Enhancements:
- The source archive klusters-1.4.tar.gz released on July 08 did not compiled on certain distributions, this is now corrected.
- If you have encounter this problem, please download a copy of the corrected archive and try again. [This does not affect the debian package].
- In addition a layout bug was corrected in the documentation. [This affects both the source archive and the debian package].
PHP Exif Library 0.9.1
PHP Exif Library (PEL) lets you manipulating Exif (Exchangeable Image File Format) data. more>>
Using PEL, one can fully modify the Exif data, meaning that it can be both read and written. PEL is written completely in PHP and depends on nothing except a standard installation of PHP, version 5, which was released on July 13th 2004.
Main features:
- Reads and parses both JPEG and TIFF images.
- Supports reading and writing all Exif tags.
- Supports internationalisation.
- Extensible object-oriented design. PEL utilizes the new features in PHP 5.
- Tested with SimpleTest (11 camera models tested, plus core tests).
- Fully documented with PhpDocumentor, see the online API documentation.
Quantian 0.7.9.2
The Quantian Scientific Computing Environment is a Knoppix / Debian variant tailored to numerical and quantitative analysis. more>>
Recent versions of Quantian are based on clusterKnoppix and add support for openMosix, including remote booting of light clients in an openMosix terminal server context. Earlier releases are still available; see below for URLs for downloads as well as ordering information.
Brief introductory information is available in a paper (from June 2004) submitted to The Political Methodologist, slides from the presentation at Usenix 2004 (July 2004), and in the earlier (revised) paper about Quantian that has appeared in the DSC 2003 Proceedings.
Quantian is an extension of Knoppix and clusterKnoppix from which it takes its base system of around two gigabytes of software, along with fully automatic hardware detection and configuration.
Enhancements:
- Kernel 2.6.12, KDE 3.5 / 3.4, OpenOffice 2.0, ... and more from Knoppix 4.0.2
- a backport of the openMosix-enabled 2.4.27 kernel and openMosix tools from the last clusterKnoppix release,
- very comprehensive support for GNU R with over 870 packages from CRAN and BioConductor, plus ESS, Ggobi, Rpad, RKward, RSPerl, JGR, ...
- addition of the Java 1.5.0 SDK enabling us to add ImageJ, Weka, JGR, Mondrian;
- plus a number of other new packages (inkscape, orsa, praat, wxmaxima, some more Debian documentation...)
- and still loads more of math, bio, engineering, LaTeX, ... software
Mr. Persister 4.0.0
Mr. Persister is a simple, small, object relational mapping API capable of reading Java objects. more>>
Main features:
- Fast! (Faster than Hibernate)
- Read objects of any size in just 3-5 lines of code.
- Automatic and manual mapping of objects to database tables.
- No config files required.
- SQL as query language.
- Automatic connection and transaction management
- (via DAO commands).
- Automatic connection and transaction management
- (via connection and transaction scoping).
- Automatic SQL generation for most trivial tasks.
- Batch updates of multiple objects.
- Compound primary key support.
- Partial object reading and writing.
- Read Filters.
- Simplifies trivial JDBC tasks.
- Interleave custom JDBC with Mr. Persister operations.
- Fully Pluggable Design.
- Well Tested. 290 unit tests were executed against each supported database.
Enhancements:
- Mr. Persister now uses JDK 5.0.
- Some important bugs have been fixed, and the software now enables annotation-based class-to-database mappings both as an alternative and a supplement to automatic and programmatic mapping.
Syllable 0.6.4
Syllable is a reliable and easy-to-use open source operating system for the home and small office user. more>>
Syllables goal is to create a reliable and easy-to-use open source operating system for the home and small office user. We also want to encourage developers to create an operating system that is intuitive, easy to use, and powerful.
Main features:
- Booting usually takes less than ten seconds
- A full GUI is built into the OS
- Support for a wide range of common hardware devices, including video, network, and sound cards from manufacturers such as Intel, AMD, 3Com, nVidia, and Creative (see Azaka for a complete list)
- Internet access through an Ethernet network (though PPP and PPPoE are not yet supported)
- A graphical web browser (ABrowse) and e-mail client (Whisper), and hundreds of other native applications (see Kamidake for a complete list)
- A journalled file system, modelled on the BeOS file system
- An application launcher (like the Windows Start button)
- 99% POSIX compliance
- GUI-based preferences tools for networking, display preferences, user administration, etc.
- The entire source is available via the GPL
- An object-oriented programming API