You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage php-Smarty-2.6.26-1.fc13.noarch
Although Smarty is known as a "Template Engine", it would be more accurately described as a "Template/Presentation Framework." That is, it provides the programmer and template designer with a wealth of tools to automate tasks commonly dealt with at the presentation layer of an application. I stress the word Framework because Smarty is not a simple tag-replacing template engine. Although it can be used for such a simple purpose, its focus is on quick and painless development and deployment of your application, while maintaining high-performance, scalability, security and future growth.
RPMPackage php-MythTV-0.26.0-9.lbn13.noarch
Provides a PHP-based interface to interacting with MythTV.
RPMPackage php-5.5.11-1.lbn13.x86_64
PHP is an HTML-embedded scripting language. PHP attempts to make it easy for developers to write dynamically generated web pages. PHP also offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled webpage with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts. The php package contains the module (often referred to as mod_php) which adds support for the PHP language to Apache HTTP Server.
RPMPackage php-5.4.12-1.fc18.armv6hl
PHP is an HTML-embedded scripting language. PHP attempts to make it easy for developers to write dynamically generated web pages. PHP also offers built-in database integration for several commercial and non-commercial database management systems, so writing a database-enabled webpage with PHP is fairly simple. The most common use of PHP coding is probably as a replacement for CGI scripts. The php package contains the module which adds support for the PHP language to Apache HTTP Server.
RPMPackage phonon-backend-xine-4.4.3-2.fc13.x86_64
xine phonon backend.
RPMPackage phonon-backend-gstreamer-4.6.2-2.fc18.armv6hl
Gstreamer phonon backend.
RPMPackage phonon-backend-gstreamer-4.4.3-2.fc13.x86_64
Gstreamer phonon backend.
RPMPackage phonon-4.6.0-5.fc18.armv6hl
Multimedia framework api.
RPMPackage phonon-4.4.3-2.fc13.x86_64
Multimedia framework api.
RPMPackage pgpdump-0.25-1.lbn13.x86_64
pgpdump is a PGP packet visualizer which displays the packet format of OpenPGP (RFC 2440 + bis) and PGP version 2 (RFC 1991). Its goal is to ease understanding of an otherwise very difficult to read data structure (ASCII armored PGP encoded text). A good example of how pgpdump can be used is found at http://www.pgpdump.net/
RPMPackage pexpect-2.3-4.fc12.noarch
Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes' Expect. Pexpect allows your script to spawn a child application and control it as if a human were typing commands. Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. It can be used to automate setup scripts for duplicating software package installations on different servers. And it can be used for automated software testing. Pexpect is in the spirit of Don Libes' Expect, but Pexpect is pure Python. Unlike other Expect-like modules for Python, Pexpect does not require TCL or Expect nor does it require C extensions to be compiled. It should work on any platform that supports the standard Python pty module.
RPMPackage perltidy-20090616-3.lbn13.noarch
Perltidy is a Perl script which indents and reformats Perl scripts to make them easier to read. If you write Perl scripts, or spend much time reading them, you will probably find it useful. The formatting can be controlled with command line parameters. The default parameter settings approximately follow the suggestions in the Perl Style Guide. Perltidy can also output html of both pod and source code. Besides reformatting scripts, Perltidy can be a great help in tracking down errors with missing or extra braces, parentheses, and square brackets because it is very good at localizing errors.
RPMPackage perl-version-0.99-239.lbn13.noarch
Perl extension for Version Objects
RPMPackage perl-version-0.88-9.fc18.armv6hl
Version objects were added to Perl in 5.10. This module implements version objects for older version of Perl and provides the version object API for all versions of Perl. All previous releases before 0.74 are deprecated and should not be used due to incompatible API changes. Version 0.77 introduces the new 'parse' and 'declare' methods to standardize usage. You are strongly urged to set 0.77 as a minimum in your code.
RPMPackage perl-version-0.88-6.lbn13.x86_64
Version objects were added to Perl in 5.10. This module implements version objects for older version of Perl and provides the version object API for all versions of Perl. All previous releases before 0.74 are deprecated and should not be used due to incompatible API changes. Version 0.77 introduces the new 'parse' and 'declare' methods to standardize usage. You are strongly urged to set 0.77 as a minimum in your code.
RPMPackage perl-threads-shared-1.40-239.lbn13.x86_64
By default, variables are private to each thread, and each newly created thread gets a private copy of each existing variable. This module allows you to share variables across different threads (and pseudo-forks on Win32). It is used together with the threads module. This module supports the sharing of the following data types only: scalars and scalar refs, arrays and array refs, and hashes and hash refs.
RPMPackage perl-threads-shared-1.40-239.lbn13.armv6hl
By default, variables are private to each thread, and each newly created thread gets a private copy of each existing variable. This module allows you to share variables across different threads (and pseudo-forks on Win32). It is used together with the threads module. This module supports the sharing of the following data types only: scalars and scalar refs, arrays and array refs, and hashes and hash refs.
RPMPackage perl-threads-1.86-239.lbn13.x86_64
Since Perl 5.8, thread programming has been available using a model called interpreter threads which provides a new Perl interpreter for each thread, and, by default, results in no data or state information being shared between threads. (Prior to Perl 5.8, 5005threads was available through the Thread.pm API. This threading model has been deprecated, and was removed as of Perl 5.10.0.) As just mentioned, all variables are, by default, thread local. To use shared variables, you need to also load threads::shared.
RPMPackage perl-threads-1.86-239.lbn13.armv6hl
Since Perl 5.8, thread programming has been available using a model called interpreter threads which provides a new Perl interpreter for each thread, and, by default, results in no data or state information being shared between threads. (Prior to Perl 5.8, 5005threads was available through the Thread.pm API. This threading model has been deprecated, and was removed as of Perl 5.10.0.) As just mentioned, all variables are, by default, thread local. To use shared variables, you need to also load threads::shared.
RPMPackage perl-suidperl-5.10.1-121.fc13.x86_64
Suidperl is a setuid binary copy of perl that allows for (hopefully) more secure running of setuid perl scripts.