|
| Thu, Jul 24th | home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop | 20:23 UTC |
|
login « register « recover password « |
About: Komodo Edit delivers powerful editing capabilities for dynamic languages including Perl, PHP, Python, Ruby and Tcl. It also supports browser-side code including JavaScript, CSS, HTML, and XML. Background syntax checking and syntax coloring catch errors immediately, while AutoComplete and CallTips guide developers as they code. Other features include a project manager and the Toolbox, which stores configurable "Run" commands, macros, code snippets, URLs, templates, menus, toolbars, and remote files. Changes: nit Test integration, find/replace system improvements, Replace in Files, Find in Project, multi-line find/replace, asynchronous SCC operations, abbreviations, improved PHP autocompletion, Perl 5.10 support, and Tcl 8.5 support.
About: Komodo IDE is a unified workspace for end-to-end development of dynamic Web applications. It has a rich feature set for client-side AJAX languages such as CSS, HTML, JavaScript, and XML, coupled with advanced support for dynamic languages such as Perl, PHP, Python, Ruby, and Tcl. Its features include comprehensive editing and debugging, intelligent tools for regular expressions, team development, customization, and extensibility. It can be used with framework stacks like Ruby on Rails and CakePHP and with client libraries such as the Yahoo! UI Library and Dojo. Changes: nit Test integration, find/replace system improvements, Replace in Files, Find in Project, multi-line find/replace, asynchronous SCC operations, abbreviations, improved PHP autocompletion, Perl 5.10 support, and Tcl 8.5 support.
About: OpenCards is a flash card learning extension for OpenOffice Impress. The basic idea of OpenCards is to use slide titles as flash card fronts and the slide contents as their backs. Changes: Automatic guessing of character encoding was implemented to ease the import of CSV flash cards. A real PDF manual was started. Another learning mode, which includes all new flash cards, was added. Flash cards can now be configured while being in a learning session.
About: Siproxd is a SIP application layer proxy for SIP-based softphones hidden behind an IP masquerading (NAT) firewall. It includes an RTP data stream proxy for incoming and outgoing audio and video data. Multiple local UAs (SIP phones) can be simultaneously masqueraded. All configuration is done via one simple ASCII text file. Its main purpose is to perform NAT traversal for SIP and the RTP traffic. Changes: This release introduces dynamically loadable plug-ins. The API consists of 3 mandatory functions that a plug-in has to implement. A plugin can take control at every important point of the processing. Siproxd now builds with libosip2-3.1.x; some functions have been renamed.
About: Project Dune is a software project management tool to manage your estimates, project information, issues, releases, scrum tasks, timesheets, and test execution results. Changes: This release includes a couple of user interface improvements and some bugfixes.
About: KDE3TO4 is a wizard implemented as a set of modular bash scripts to help users migrating from KDE3 to KDE4 by easily migrating settings for various applications from their old KDE3 settings directory to their new KDE4 settings directory. It requires that you keep the two directories in separate locations. The modular design makes it easy for anybody to add support for any application. On average, the amount of work for a given application is very little and the wizard takes care of integrating it into the overall process easily. Changes: The backend has been switched to KIOClient for better user-friendliness, desktop integration, and features. It includes an experimental new all_apps script that handles almost all applications, with blacklist and exception support to prevent breakage. It includes a script to migrate amarok1.x settings.
About: CorneliOS is an easy-to-use and cross-browser "Web Desktop Environment", "Web Operating System", or "Web Office" that comes with a set of cool applications. It includes a Content Management System (CMS) so that you can easily set up and manage your own website as well as a Database Management System that allows you to rapidly build any kind of database application. Changes: This release offers an improved HTML extension parser that adds more layout options plus rounded windows, an object editor that automatically escapes HTML tags, and a new CornelioSCRIPT, HTML, and BBCode reference card in PDF format.
About: DashO Pro is a Java application obfuscator, optimizer, and size reducer. It performs a dependency analysis on the application, finding all necessary classes. It removes all unused methods and fields, producing significant size reduction. Classes and methods can be renamed using the unique Overload-induction renaming algorithm. Byte code optimization, control flow obfuscation, and string encryption can also be selectively applied. It also includes tools for watermarking jars and decoding obfuscated stack traces. Changes: Eclipse integration: you can create, edit, and execute project files from inside Eclipse. A new "merge" output option. merge="false" allows cross jar/directory obfuscation and pruning while retaining the original packaging of the input classes. Command lines now support short and long option names. Reports use standardized report headings and section breaks. When copying a non-class, file the original date/time of the source file is preserved. You can add and remove exclusions for a jar in the class path by right-clicking on it and selecting Add/Remove Exclusions. There are various bugfixes.
About: JOpt.SDK is an automated vehicle routing and dispatching component for both Java/J2SE and .NET. It can solve Travelling Salesman Problems (TSP) and Capacitated Vehicle Routing Problems with Time Windows (CVRP,VRPTW). It offers route and transport optimisation with respect to various constraints such as time windows, load capacities, and prescribed itinerary. The component is based on genetic algorithms, and automatically determines an optimized allocation of vehicels to an arbitrary set of orders. Changes: This release adds KML file export in order to import and view the optimization results in Google Earth.
About: Chronicle is a simple tool that will convert a directory of simple text files into a formatted and static HTML blog. In short, it compiles text entries into pretty HTML, complete with support for tagged entries, and RSS feeds. Changes: This release updates a couple of the supplied themes to be more correct and maintainable via the use of include files.
About: phpMyID is a small, fairly lightweight, standalone, single-user Identity Provider for OpenID authentication. It comprises a single PHP script that can be used by one individual to run their own personal OpenID "IdP." The program requires no external libraries, and has very minimal requirements. It should run on almost any server that runs PHP 4 or 5. It requires no database, and does not access the file system beyond session handling. Changes: A weakness in the digest authentication method has been addressed. A few PHP "Notices" have been corrected. Paranoid mode ancestry checks did not work correctly in PHP4. The cancel URL did not have 'openid.mode=cancel' appended to it. Paranoid mode will not be invoked on checkid_immediate. The Suhosin incompatibility warning can now by bypassed. HTML META refreshes have been replaced with HTTP 302 refreshes.
About: Html to Xhtml Convertor is a straight-forward Perl script to convert HTML pages into XHTML pages. It can process batches of files, convert Windows/Unix/Mac line breaks, and deal with attribute minimization, quoting of attribute values, and more. Changes: This release fixes a bug regarding quoting attribute values.
About: stroy is a smart diff tool. It specializes in directories of files. Its differentiating feature is the ability to match files that have different names, locations, and content. Changes: Placeholders for deleted files were added. This makes the synchronized scrolling much smoother. The old problem on Windows where files with spaces in their path wouldn't open is finally fixed. An update checker informs users about new releases. Most known bugs are fixed.
About: The Appconf Library is a library responsible for managing the configuration data of other, bigger, standalone applications. It lets you read configuration files and feed your applications with required data. The library supports storing information in ini-like files and MySQL tables. Changes: Very simple support for error handling and reporting. More detailed documentation about using MySQL. A bug in short mysqlconfig::mysqlwrite(DBCONNECT *) and short mysqlconfig::mysqlread(DBCONNECT *) that didn't allow use of custom SQL queries has been fixed. A bug in struct DBCONNECT (bug id 4) has been fixed. Now dbc->info has a static block of memory assigned. If an SQL error shows up, this block will store a copy of that error message. There are a few other, minor fixes in other functions that allow better support for empty strings and NULLs as option values.
About: T3DevKit is a set of libraries and tools for TTCN-3 automatic CoDec generation and easy development of System and Test adapters (SA and TA). T3DevKit is compatible with the C mapping of the TRI (Test Runtime Interface) and TCI (Test Control Interface). It can be used to complement TTCN-3 development tools that provide these interfaces. Changes: This release supports a new TTCN-3 compiler (picottcn), includes several default implementations for the TCI-TL/TM/CH modules, and introduces a more flexible build process for the test suites.
About: RRDtool (Round Robin Database Tool) is time-series data storage and graphing utility created by the author of MRTG. Using RRDtool, you can write your own MRTG-like tools in a matter minutes with only a few lines of Perl or shell code. Changes: Backports of bugfixes introduced in the 1.3.x development cycle.
About: RRDtool (Round Robin Database Tool) is time-series data storage and graphing utility created by the author of MRTG. Using RRDtool, you can write your own MRTG-like tools in a matter minutes with only a few lines of Perl or shell code. Changes: Fixes for a --lazy bug and a restore problem with 1.0.x dumps.
About: GLib is a library containing many useful C routines for things such as trees, hashes, and lists. GLib was previously distributed with the GTK toolkit, but has been split off as of the developers' version 1.1.0. Changes: PCRE was updated to 7.7, fixing a heap-based buffer overflow as reported in CVE-2008-2371. A workaround for an endianness breakage in autoconf 2.61 was introduced. Many other bugs were fixed.
About: ScopServ-VoIP is a Web-based management interface (GUI) for the Asterisk system which can be accessed by any XHTML 1.0+ browser. It supports a lot of features like: multiple languages, multiple users, reporting tools, personal IVR, and an end user UI. It is available in SOHO, SMB, Professional, and ITSP editions. Changes: An update to Asterisk 1.4.21.2 that includes fixes for two security issues that affect users of the IAX2 channel driver (Digium advisories AST-2008-010 and AST-2008-011). Support for custom BLF/hint has been added, which allows you to create BLF/speeddial for Agent login/pause, Hotdesk, DND, and Ringing Service status. There are many bugfixes and enhancements.
About: sge2d, also known as SDL Game Engine, is a platform-independent 2D game programming framework for C programmers with the least possible dependencies for easy porting and with a focus on easy API calls and the requirement of commercial programmers. Major features include animated sprites with exact pixel collision detection, A* pathfinding, encrypted files, and more. Changes: The build system now supports BeOS and Haiku. Several new functions were added, a few bugfixes were made, and a new free bitmap font was added.
About: Syntext Serna is a highly customizable, multi-platform, pure XSL-driven WYSIWYG XML content editor. It looks and works like a conventional word processor, yet it gives you much more flexibility to alter or reuse content while keeping its integrity intact. It lets you collaborate on compound documents that contain embedded data from various sources. Content is viewed as an integrated whole that is intuitively transparent to authors. Changes: This version fixes problems with WebDAV locking in case of an incorrect response from a WebDAV server on Mac OS X and Sun Solaris 8.
About: SafeSquid is a content filtering proxy server. It supports 'profiled' Internet access, a browser based interface, very fast throughput, DNS caching, content caching, pre-fetching, bandwidth control, virus scanning, ICP, CARP, and ICAP clients, source, target, and time-based granular firewall style rules to allow or deny content like music, videos, Flash and Java applets, messengers, chats, cookies, ActiveX, scripts, etc., remote authentication, real-time text and image analysis for blocking pornography, and an URL filter. Changes: "Enabling Profile Tracing" has been introduced. cProfiles is now a Native Feature. An option to specify "Interface" in "Access Restrictions" has been introduced. A new concept of Advice has been introduced. The mechanism of log rotation has been improved. Tooltips in the Web GUI have been enhanced. SafeSquid core has been refined for response optimisation. Bottlenecks have been restructured for faster delivery and reliability. Network disruptions and lost connections have been closely addressed.
About: aria2 is a utility for downloading files. The supported protocols are HTTP(S), FTP, BitTorrent, and Metalink. It has a powerful segmented downloading ability, downloading a file from multiple sources and multiple protocols and utilizing your download bandwidth to the maximum. It supports downloading a file from HTTP(S)/FTP and BitTorrent at the same time, while the data downloaded from HTTP(S)/FTP is uploaded to the BitTorrent swarm. Using Metalink's chunk checksums, aria2 automatically validates chunks of data while downloading a file like BitTorrent. Changes: This release adds HTTP gzip content encoding support, the ability to save a signature in Metalink as a file, the option to skip hash checking in BitTorrent seeding, and support for FTP servers that don't support the SIZE/REST command. A Bulgarian translation was added.
About: GTK, which stands for the Gimp ToolKit, is a library for creating graphical user interfaces. It is designed to be small and efficient, but still flexible enough to allow the programmer freedom in the interfaces created. GTK provides some unique features over standard widget libraries. Changes: GIO is now used for MIME type sniffing when possible. Paused printers and printers that don't accept jobs are now handled better. Many bugs were fixed. Translations were updated.
About: GLib is a library containing many useful C routines for things such as trees, hashes, and lists. GLib was previously distributed with the GTK toolkit, but has been split off as of the developers' version 1.1.0. Changes: A fix for PCRE's vulnerability CVE-2008-2371 was made. New APIs were added for GIO, GObject, and GMarkup. Many bugs were fixed.
About: homest is a C/C++ library for robust, non-linear homography estimation. A homography (sometimes also called a collineation) is a general plane to plane projective transformation whose estimation from matched image features is often necessary in vision tasks. It computes a homography estimate that minimizes an appropriate non-linear cost function defined on matching points (currently either non-symmetric transfer error, symmetric transfer error, Sampson error, or reprojection error) and includes robust regression techniques for coping with outliers (i.e., mismatched point pairs). It supports the estimation of fully projective (8 dof) and affine (6 dof) homographies. Changes: This release has the ability to estimate affine homographies in addition to fully projective ones. A Matlab MEX interface has been added.
About: Patch Check Advanced (pca) generates lists of installed and missing patches for Sun Solaris systems and optionally downloads patches. It resolves dependencies between patches and installs them in the correct order. It works on all versions of Solaris and on both SPARC and x86. Changes: A new default URL setting is used for pcaurl.
About: VectorLinux is a fast, bloat-free, Slackware-based Linux distribution. It includes an Xorg based GUI desktop, a full development environment, networking utilities, laptop support, and a full range of desktop and console applications. Although intended as a desktop system, it can be configured for console use. "Light" is suitable for Pentium-3 class computers. "Standard" remains fast while providing the full XFCE desktop environment. Also available is a LiveCD preview of the premium SOHO Edition.
About: ZABBIX is an enterprise-class distributed monitoring solution designed to monitor and track performance and availability of network servers, devices, and other IT resources. It supports distributed and Web-based monitoring, auto-discovery, real-time monitoring, SLA assurance, trending, and more. Changes: This release introduces several important bugfixes.
About: awesome-status populates the awesome window manager's widgets. It features CPU usage, date/time, lm_sensors (CPU temperature, fan RPMs, etc.), memory/swap information, mpd information, network download/upload, sound card information (volume and outgoing level), and uptime information. An example commented configuration file is included. Changes: This release fixes a small build problem with asound. If version 1.3 compiled successfully and works well, you don't need to update.
About: The Asterisk on IpCop project maintains an Asterisk package as an IPCop add-on and an IPCop ISO already containing Asterisk.
About: CharTr is a mind mapping tool written for GNOME. It lets you create/manage/export mind maps. It's written in Python and uses GTK, Cairo, and Gstreamer. Changes: This version includes icons, attributes for text (bold, underline, italic), persistence of options (style, grid), and some bug corrections. A new icon has been drawn, and the map files are stored in another place (.gnome2/chartr). A utility is provided to help backup old maps (backup_old_maps.py).
About: Astronomy for fun (education, science, whatever). Nightfall is an interactive application to simulate eclipsing binary stars, and to produce animated views, synthetic lightcurves and more. Takes into account the non-spherical shape of close binary stars, mutual reflection, and some other effects. Comes with documentation, on-line help, and lots of observational data of real binary stars. Supports the Gnome desktop, but doesn't require it. Changes: This release adds the option to run in a substantially simplified mode, suitable for use in high school lab projects.
About: The "Virtual Universe" is a realistic, three-dimensional cyberspace and virtual reality simulation. People can meet, interact with each other, build houses and whole worlds, simulate workflows, test designs, and much more. Due to its extensive programming interface, this virtual reality environment can be used for scientific and engineering tasks such as simulation and visualization applications. Changes: Several sections of copyrighted code were replaced by free implementations, and the software licensing functionality was removed. The full Universe sources are now licensed under the GPL v2 for non-commercial applications, and the licensing regulations have been clarified.
About: AtMail is a fully-featured WebMail server, allowing users to send and receive email via a Web browser or WAP device. It has full support for IMAP/POP3 mailboxes, and an optional email-server mode that uses Exim as the MTA. Features include a scheduler, MySQL backend support, spell-check, addressbook, user preferences, multiple accounts, Spamassassin support, migration scripts from other mail servers, a customizable interface, an attractive DHTML interface, an optional group Calendar/Addressbook, an Outlook plugin to sync Contacts/Tasks/Calendar data between a desktop client and Webmail. Changes: Support for importing calendars in the icalendar format was added. For example, you can export your calendar from iCal and import it into AtMail. Various minor issues were fixed, including imapfolder cache, support for iPhones, improved Opera detection, and correct SVG detection for Firefox 3. The CSS for the Calendar interface and the admin API functions were improved.
About: TinyNews is a simple news/article publishing system for Web sites. Its main feature is that it doesn't require a database, so it's ideal for smaller sites where a full blown CMS would be too much.
|