|
| Thu, Jan 08th | home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop | 01:44 UTC |
|
login « register « recover password « |
About: Mjpeg tools is a suite of programs which support video capture, basic editing, playback, and compression to MPEG-1/2 of MJPEG video. The capture software allows MJPEG video streams in AVI, Quicktime, and movtar format to be produced using the Iomega Buz, Miro DC10+, Matrox Marvel, and similar hardware. The editing and playback tools are hardware independent, with support for hardware accelerated playback if present. The MPEG compression tools are based on MPEG Software Simulation Group's reference encoder with enhancements to provide far faster compression and significant quality improvements. Changes: This version is very close to 1.9.0rc4.
About: The artiPACS (Art in a Picture Archive) is a digital picture archive. It has two main modules: the archive and the broker. The Picture Archive module consists of a file-transfer server, a reference repository, and a utility to upload photos. Since the archive uses version control, you can see collections evolve over time. The Broker exposes the collections to the users. The mipmip client is a portable graphical user interface, using 3D technology to browse and view high-resolution images. Changes: This release brings compatibility bugfixes and a larger sample dataset.
About: Anyterm provides a terminal emulator on a Web page using Javascript and a server daemon. The daemon typically runs behind an HTTP proxy; it forks a shell and communicates with the script using XMLHTTP on port 80 or securely using SSL. This provides you with shell access to your machine from almost any Web browser, even when firewalls are in the way. The my.anyterm.org service provides access without the need to install anything on your servers. Changes: This release reorganizes the code to remove a couple of troublesome library dependencies, fixes a bug that had prevented use in some CGI applications, and adds a man page.
About: LiquiBase is a DBMS-independent library for tracking, managing, and applying database changes. It is built on a simple premise: all database changes (structure and data) are stored in an XML-based descriptive manner and checked into source control. While there have been many attempts to provide a similar tool, LiquiBase aims to provide a solution that supports merging of changes from multiple developers, works well with code branches, supports a database refactoring IDE/plugin, and more. Changes: "modifySql" support, "includeAll" support, and Sybase Adaptive SQL Anywhere support. Paths in "include" can be relative to the changelog using the "relativeToChangeLog" attribute. "stop" has changed. A runInTransaction attribute for changeSet. Stronger validation in .xsd. Better Derby support. Some bugfixes.
About: Cego implements a relational and transactional database system with support for the SQL query language. The current release contains the most common database features for basic table manipulation and data retrieval. Indexes, foreign keys, views, and stored procedures are also implemented. Future releases (2.0 and above) will support a multi-node database concept with log file shipping for an automatic database application failover. Changes: Import performance improvements. The introduction of online backup tools.
About: LDAP Account Manager makes it possible to manage various account types (Unix, Samba, and Kolab) in an LDAP directory. It also features an external script for managing quotas and home directories. Changes: LAM Pro now allows you to manage groups with the rfc2307bis schema and aliases (object class alias). The Samba module is able to manage more password options, and the DHCP extension was enhanced for better stability. This is a test release; do not use it on production systems.
About: xorriso creates, loads, manipulates, and writes ISO 9660 filesystem images with Rock Ridge extensions. It can load the management information of existing ISO images, and it writes the session results to optical media or to filesystem objects. This is the standalone version that incorporates the libraries of libburnia-project.org and thus depends only on Linux 2.4 (or later), libc, and libpthread. No mkisofs and no CD/DVD/BD burn program are needed. Changes: Regrettably, 0.3.2.pl00 included a bug in libburn regarding finalization of BD-R media. This has been fixed.
About: The WBXML Library is a C library for handling WBXML (Wireless Binary XML) documents. It consists of a WBXML parser (with a SAX-like interface), and a generic WBXML encoder. The following languages are supported: WML 1.0, 1.1, 1.2, 1.3 / WTA 1.0 / WTA-WML 1.2 / CHANNEL 1.1, 1.2 / SI 1.0 / SL 1.0 / CO 1.0 / PROV 1.0 / EMN 1.0 / DRMREL 1.0 / Ericsson-Nokia OTA Settings v7.0 / SYNCML 1.0, 1.1 / Wireless Village CSP 1.1, 1.2. Changes: This release removes a useless buffer that only created a memory leak. The timezone of the nightly build time was fixed.
About: Libev is a high-performance event loop for C (with optional and separate interfaces for C++ and Perl), featuring support for I/O, timers (relative and absolute, cron-like ones), signals, process status changes, and other types of events. It has both a fast native API and libevent emulation to support programs written using the libevent API. The libev distribution consists of libevent with the core event handling parts replaced by the libev embedded event loop. Differences to libevent include higher speed, simpler design, more features, less memory usage, embedability, and no arbitrary limits. libev supports epoll, kqueue, Solaris event ports, poll, and select. Changes: This release mainly disables the use of kqueue and poll on OS X again. Their use was erroneously enabled in 3.51, but these functions are notoriously broken on OS X. The select backend in fd_set mode has seen some bugfixes, and will actually compile now on platforms that need the fd_set mode (such as QNX). Apart from these changes, a number of minor bugfixes and improvements have been implemented.
About: TCPDF is a PHP class for generating PDF documents without requiring external extensions. TCPDF supports all ISO page formats and custom page formats, custom margins and units of measure, UTF-8 Unicode, RTL languages, HTML, barcodes, TrueTypeUnicode, TrueType, OpenType, Type1, and CID-0 fonts, images, graphic functions, clipping, bookmarks, JavaScript, forms, page compression, and encryption. Changes: The Table of Contents function was improved.
About: Turn Watcher is a tool based on Dungeons & Dragons rules. It is used to track the initiative of your players and monsters. It includes an option to roll initiative on every round, roll will, listen, and spot, and it has a status column that shows you the current status of your players. When you enter a player or monster, you also enter all of its modifiers, so the computer can take care of rolling all the dice for you. Still want to roll initiative? You can simply order the characters with the Move Up and Move Down options. Changes: This release features soft columns, a new Web 2.0 site, and a fix for a stabilization bug.
About: GAMGI (General Atomistic Modelling Graphic Interface) is a program to build, view, and analyze atomic strucures such as molecules, crystals, glasses, liquids, etc. It aims to be useful for: the scientific community working in Atomistic Modelling that needs a graphic interface to build input data and to view and analyse output data, calculated with Ab-Initio and Molecular Mechanics programs; the scientific community at large studying chemistry, physics, materials science, geology, etc., that needs a graphic interface to view and analyse atomic structural information and to prepare images for presentations in classes and seminars; teaching chemistry and physics in secondary schools and universities; science promotion in schools, exhibitions and science museums. Changes: This release fixes a few copyright issues raised by the Debian legal team. It includes most of the code needed to implement a fast, sophisticated 3D convex hull incremental algorithm. This is array-based (to be faster), with arrays of cell lists (to speed up sampling) and conflict lists (to be NlogN), and can handle coplanar issues, non-triangular faces, periodic boundary conditions, etc. It will be useful to describe arbitrary sets of arbitrary polyhedra defined by atoms, such as in superconductors, silicates, glasses, etc.
About: FlowPlayer is a video player for the Web. The player is easy to configure and embed into your home page, site, or blog. It supports progressive download with HTTP and streaming with Lighttpd, PHP and other scripting solutions, Flash Media Server, Wowza, and Red5. It is extensible with plugins written in Flash ActionScript and JavaScript. Changes: This release has a couple of important fixes to the core player and to the control bar plugin. The control bar also has a new API method that allows you to disable the buttons and other control widgets from JavaScript.
About: pngcrush is an excellent batch-mode compression utility for PNG images. Depending on the application that created the original PNGs, it can improve the file size anywhere from a few percent to 40% or more (completely losslessly). The utility also allows specified PNG chunks (e.g. text comments) to be inserted or deleted, and it can fix incorrect gamma info written by Photoshop 5.0 as well as the erroneous iCCP chunk written by Photoshop 5.5. Changes: This release adds the "-time_stamp" command line flag.
About: TSM monitor is a Web application written in PHP to help TSM administrators quickly get reports and health status information from their TSM servers. It generates its content dynamically so one can easily add or modify queries to adapt the application to one’s own needs. It features customizable queries, a dynamically generated navigation menu, an overview page with traffic light logic, graphical timetable charts for queries with start and end time (like backups and schedules), multiple servers, login protection (authentication against a default TSM server), and result caching for better performance.
About: Lustre is a novel storage and filesystem architecture and implementation suitable for very large clusters. It is a next-generation cluster filesystem that is currently running on clusters that have tens of thousands of nodes, petabytes of storage, and move hundreds of GB/sec. Changes: This release adds support for downgrading pools-striped files. Distribution kernel support has been updated to RHEL5 kernel-2.6.18-92.1.10.el5 and SLES10 SP2 kernel-2.6.16.60-0.27. There are numerous bugfixes, including fixes for 8 TB systems with more than 65536 groups, machines with more than 1GB of RAM, and issues when mounting filesystems with the flock option.
About: Linux CLC driver is a Linux 2.4 driver for Indramat CLC-P motion control. It works with serial, PC/104, and ISA CLC cards. Changes: This release adds support for Linux 2.6.
About: rstash is a server and client for transferring files over a network into file drop boxes on the server. It is primarily aimed at transferring things such as backup files from one host to another without opening up complete shell accounts, NFS, FTP, or other full file transfer mechanisms. The server has a set of boxes into which the client can put named files in a write-only fashion. No access to any portions of the server's file system outside the configured drop boxes is permitted.
About: This is a PHP 5 class for attempting to detect the MIME type of a file. Uses FINFO (if available), a pre-defined MIME list, mime_content_type() or defaults to "application/octet-stream" for unknown types.
About: phpMyAdmin is a tool intended to handle the administration of MySQL over the Web. It can create, rename, and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields, create dumps of tables and databases, export/import CSV data, and administrate one single database and multiple MySQL servers.
About: Angband is a single-player rogue-like dungeon exploration game that runs on a wide variety of computer systems. Changes: This release has a much easier to use interface, and the game's item list has been revisited to make it more fun to play. The OS X version is also greatly improved.
About: GLB is a TCP load balancer similar to Pen. It lacks most of advanced Pen features, as the aim was to make a user-space TCP proxy which is as fast as possible. It can utilize multiple CPU cores. A list of destinations can be configured at runtime. Destination "draining" is supported. It features weight-based connection balancing (which becomes round-robin if weights are equal). Changes: Sometimes the destination list would not be parsed correctly. This has been fixed.
About: simplus is a C++ library for constructing event-driven simulations with an abstraction for processes, messages, virtual time, and more. It features a built-in debugger, support for configuration files, and a flexible logging mechanism. It is lean, fast, and portable. It can be used for telecommunication, engineering, for traffic simulations, simulation based games, or as a framework for your own simulator. Changes: Bugfixes and updates of the logger and the configuration database.
About: OIOSAML.Java is a Java-based service provider for SAML 2.0. It was profiled for the Danish OIOSAML 2.0 profile, but it works in generic SAML 2.0 Web SSO environments too. Changes: A couple of bugfixes and two new features: Re-POSTing of requests after initial sign-on and support for alternative session state handlers.
About: This is a Micro-Partitioning statistics and documentation tool for IBM System p and System i servers running AIX/Linux/AS400. The tool is able to produce historical CPU utilization graphs of LPARs and shared CPU usage, and collects physical and logical configuration data. Changes: This release provides detailed historical reporting from all data stored in RRDTool databases, a log of the last 100 changes in state for each managed system, and a log of the last 100 changes in configuration for each managed system.
Tip: Tired of seeing a lot of software not of the slightest interest to you? Get a freshmeat user account with full filtering capabilities. Best of all: It's free! |
Please note that you must have cookies enabled in your browser to be able to log in.
LATEST ARTICLES
Security
MOST POPULAR PROJECTS
LATEST RELEASES
Thursday Wednesday Tuesday Monday Sunday
BEST OF BREED
SecurityFocus Slashdot |