|
| Thu, Aug 28th | home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop | 17:50 UTC |
|
login « register « recover password « |
About: OpenLink Virtuoso is a scalable, high-performance SQL-200n compliant object-relational database engine. It provide sophisticated database management for SQL, XML, and RDF. All interaction with Virtuoso occurs via its support of industry standard query languages, protocols, APIs, and data formats such as: ODBC, JDBC, OLE-DB, ADO.NET, XMLA, SQL, SPARQL, XQuery, SOAP, HTTP, WebDAV, SyncML, Atom (Publishing and Syndication), RSS, RDF, and more. Changes: This version focuses on speed improvements. There are self-join optimizations in the JDBC Driver. SPARQL engine and SPARQL-BI extension optimizations are incorporated. Supported serialization formats now include TriG alongside RDFa, N3, Turtle, and RDF/XML. There are new Sponger Cartridges for Digg, FriendFeed, and CrunchBase, and existing Cartridges are improved. Handling of the SPARQL 'OPTIONAL' keyword has been improved. There is a more flexible Mapping service model using the new OAT-based Mapping Control (with a province locator). Minor fixes include Gem URLs for Atom, RSS, and RDF feeds.
About: oVirt is a small host image that provides libvirt service and hosts virtual machines (oVirt Node) and a Web-based virtual machine management console (oVirt Server Suite). It is built using existing open source components (libvirt, kvm, collectd, Ruby on Rails, PostgreSQL, and freeIPA). Presently, the oVirt Server Suite only manages the oVirt Node, but the goal is to be able to manage other node types and hypervisors in the future.
About: Nagstamon is a Nagios status monitor with a UI that resides in the GNOME systray or on the Windows desktop. It informs you in realtime about the status of your Nagios monitored network. Changes: This release adds access to hosts by DNS name if available (otherwise by IP from Nagios). When accessing a host via the context menu app without parameters, the call was malformed and dysfunctional; this has been fixed.
About: LibRaw is a library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others). LibRaw is based on the source codes of the dcraw utility, though some of the drawbacks of dcraw have been eliminated. The users of the library are provided with an API to be used when writing their software programs. Changes: Support for six cameras has been added (Canon 1000D, A720, and SD300, Nikon D700, Oly E-520, and Kodak C603). mmap()ed I/O has been changed to file I/O. The licensing has changed to the GNU GPL v2 (or later) from GNU GPL v3 (or later).
About: PHP Form Validator is a simple, generic form validation script for use in PHP form processors. It contains a set of commonly required form validations. Using this script, it is quick and easy to add form validations to your PHP form processor. It can save you from repetitive coding of common form validations. Documentation and code samples are included.
About: RubySlippers is a GUI frontend to the RubyGems package management system. It can view gemspec files, list installed files, install gems, query the RubyGems list, build Gems, and view documentation. This program uses the RubyWebDialogs GUI, and is built on the rwdtinker framework, so more applets can be loaded and unloaded. Context sensitive help is included. Changes: The code was updated to the newest Ruby webdialog version. Minor fixes were made.
About: Social Networks Visualiser (SocNetV) imports and exports various network file formats (pajek, sociomatrix, dot) and displays the network on screen. It can create random networks (lattice, same degree, etc.). The user can visually modify an existing network or draw a new one using the mouse. Network and actor properties, such as distances, centralities, diameter, etc., can easily be computed. Changes: GraphML initial support was added. New widgets were added for network rotation and zooming. A new man page was added and online documentation was updated. HtmlViewer renders online help with the help of QtWebKit. Nodes may have 5 different shapes (circle, diamond, triangle, box, and ellipse). Cosmetic changes were made, such as new icons and a new layout for the left dock. Code clean-up was done in MainWindows Class and Matrix. Bugs in loading Pajek networks and layout algorithm were fixed.
About: The Netty project is an effort to provide an asynchronous, event-driven network application framework for rapid development of maintainable, high-performance, high-scalability protocol servers and clients. It includes related out-of-the-box protocol extensions and a tool suite. Changes: 78% test coverage was achieved. Various bugs in the ChannelBuffer implementations, blocking I/O transport, and SSL handler were fixed.
About: The WiKID Strong Authentication System is a highly scalable, secure two-factor authentication system. It is simple to implement and maintain, allows users to be validated automatically, requires no hardware tokens, has a simple API for application support (via Ruby, PHP, Java, COM, Python, etc.), supports multiple domains, and supports replication for fault tolerance and scalability. It also supports mutual /host and transaction authentication. Changes: The code was updated for the latest JRE. Proxy support was improved by fixing a problem that Windows tokens had with certain proxies (such as squid). Support was added for authentication in proxies (see the username and password boxes under Set Preferences).
About: JExpress is a cross platform Java installer builder. JExpress generates native installers on Windows, Mac OS X, and Linux. It installs the exact version of the JVM you want and also configures your customers' machines to launch your Java application from a native executable on Windows and Mac OS X. You customize your installer, updater, and uninstaller using Java. Installers can be designed with multiple install types or components. An installer can be created quickly with a simple wizard or a powerful advanced interface. Changes: JAR files can be automatically compressed and expanded using Pack 200. Additionally, installers, uninstallers, and updaters include translations for Chinese, Simplified Chinese, and Traditional Chinese.
About: EWItool is a controller for the popular Akai EWI4000s wind synthesizer. EWItool includes a fully graphical sound (patch) editor and patch library management. Changes: This release features integration with an on-line EWI Patch Exchange, allowing sharing and storage of patches with other EWItool users. Other new features include patch merging and improved patch set printing.
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: This version fixes some HTML-related problems.
About: climm (CLI-based Multi-Messenger) is a portable, small, yet powerful console-based ICQ and XMPP client. It supports password changing, auto-away, creation of new accounts, and other features that makes it a very complete yet simple client. It is able to send and receive messages from the ICQ network, list users that are offline and online (including their online status), search for users by email address, and look up basic (name, UIN, email) information. climm was formerly known as mICQ. Changes: Lots of small fixes and enhancements were made, particularly to the ICQ roster support. ICQ v6 support was removed. A flag is shown for contacts awaiting authorization. A gmail command and GoogleMail integration were added.
About: Otk is a portable widget library for making graphical user interfaces for C programs. It emphasizes simplicity for the application programmer without eliminating capability. Based on OpenGL, Otk supports Linux, Unix, and other OSs neutrally and efficiently. It is simple and compact, and it strives for easy compilation and linking to other applications. In seeking to address several issues associated with earlier graphics APIs, Otk explores some interesting methods, such as window-relative layout instead of pixel-based layout. Changes: New functions were added to OTK. One saves the current window screen to an image file. The others disable and enable hover-boxes (tool-tips). Also, the graphics quality was improved for sufficiently capable machines.
About: Edyuk is a fully-featured, highly flexible IDE for Qt 4. It features management of qmake projects (.pro files), and supports the full complexity of the file format. It offers a very efficient editing framework with syntax highlighting, parenthesis matching, text folding, and auto indentation. It also features class browsing, Qt Designer integration, Qt Assistant integration, a widget dedicated to QRC file editing, a perspective-based GUI with dynamic menus, a plugin-oriented architecture, and more. Changes: Several crucial bugfixes and a couple of small feature additions were made for improved usability.
About: The DBIx::Perlish module provides the ability to work with databases supported by the DBI module using Perl's own syntax for the four most common operations: SELECT, UPDATE, DELETE, and INSERT. By using DBIx::Perlish, you can write most of your database queries using a domain-specific language with Perl syntax. However, the module is not intended to replace all use of SQL in your program. The DBIx::Perlish module quite intentionally neither implements nor cares about database administration tasks like schema design and management. Changes: Global hash variables are understood in query subs.
About: The Erwin library is a very efficient and robust data structure template library for C and C++. No templates are used; a Perl script generates C files. Vectors (dynamic arrays), lists, and hash tables (maps) of arbitrary key and value types are provided. Several tools are included for auto-generating a C interface around C++ libraries, C++ extensions like slots/properties, symbol (=hashed string) management, sophisticated assertion macros, and documentation extraction. Changes: Integer overflows leading to unexpected orderings were fixed from many comparison functions. CMake support was added. Two more bit operations from Hacker's Delight were added.
About: YAFM (Yet Another Financial Manager) is a simple-to-use tool aimed to help track spending and income. It does not require you to track every penny spent or earned and still provides useful information. Changes: Category types for grouping expenses were added. Income support was added, so now YAFM does not only track expenses. When entering new data, simple calculations are possible (like sum).
About: The KaufKauf Shoppingmanager is a Web-based application that allows you to manage your goods at home. It supports barcode scanners for faster management, and it automatically creates shopping lists that can be printed out or downloaded by cellphone. It also watches "best before" dates and informs you via email or SMS when foods reach that date. The complete application is a system that can be accessed from nearly everywhere and offers you the possibility to find out what you really need next from the supermarket. Changes: The user interface was cleaned up. The SMS and email notification for "best before" dates that are coming closer can be configured out of the application. A useless "Group" button was removed.
About: The WollMux is an OpenOffice.org plugin with enhanced template, form, and autotext functionality. It can construct templates on the fly from multiple files (e.g. letterhead, footer, and body text) and will fill in personal and organizational data from various databases such as LDAP. An extra form GUI presents fields in an easily navigable manner and offers plausibility checks and computed values to ease filling in the form. Chainable printing functions allow various transformations during print and custom dialogs. Changes: Form letters can now use datasources registered in OpenOffice.org.
About: Twitim is an XMPP (Jabber) client for Twitter. It features custom watchlists, sounds, and pop-up notifications. Changes: A command line client was included. The link to the Twitim site shows up on the Twitter site. Minor bugs were fixed.
About: Data profiling is the process of examining the data available in existing data sources (e.g. databases, applications, files, etc.) and collecting statistics and information about this data. Data profiling enables the assessment of the quality level of the data contained in the information system, according to a defined set of metrics and goals. Talend Open Profiler allows business users or data management staff to define a set of indicators for each data element that needs to be analyzed or monitored. It produces sophisticated reports and graphs that let users gauge at a glance the level of quality of the data and the status of the indicators that were defined. Changes: New features include a "Result" tab in the analysis editor with values of indicator measures, data quality monitoring by setting thresholds on indicators, a new kind of analysis (connection analysis), the ability to import Regular Patterns from an Excel file, a new type of Indicator for SQL patterns which allows you to create your own patterns to put in "LIKE" clauses, a shortcut menu "Column analysis" on Table elements, and a details view on the selected objects.
About: strongSwan is a complete IPsec and IKEv1 implementation for Linux 2.4 and 2.6 kernels. It also fully supports the new IKEv2 protocol with Linux 2.6 kernels. It interoperates in both IKEv1 and IKEv2 mode with most other IPsec-based VPN products. The focus of the strongSwan project is on strong authentication mechanisms using X.509 public key certificates and optional secure storage of private keys on smartcards through a standardized PKCS#11 interface. A unique feature is the use of X.509 attribute certificates to implement advanced access control schemes based on group memberships. Changes: The new dbus-based nm plugin fully integrates strongSwan into the VPN connections menu of NetworkManager 0.7. Separate EAP identities are supported in all IKEv2 EAP authentication protocols.
About: Himerge is a GUI for emerge (Gentoo's Portage system) written in Haskell using gtk2hs. The main idea is to simplify browsing the entire portage tree, and allow running the most basic and common options from the emerge command. It also offers several handy tools, like global and local use flags browsers, inspired by UFED (the Gentoo Linux USE flags editor). It also uses eix (a small utility for searching ebuilds with indexing for fast results) as a back-end command to show package information in HTML/CSS format, so you can access a package's Web site for a quick glance. Changes: The versions of packages that are currently installed are now identified with a green gentoo icon in the respective package views. The "USE flag browser" now supports nested directories for the /etc/portage/package.use branch. Now the "New Repo" file chooser dialog text box can also be used to enter and select a new repository.
About: termit is a terminal emulator based on the vte library. It includes tabs, bookmarks, and the ability to switch encodings. Changes: Bugs with loading keybindings were fixed. The Hungarian translation was fixed.
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
freshmeat Security
MOST POPULAR PROJECTS
LATEST RELEASES
Thursday Wednesday Tuesday Monday
BEST OF BREED
SecurityFocus Linux.com :: Features |