2007-01-30

CGI Perl script together with some Perl modules that will create views of a family tree from a supplied data file. GPL

Bezpłatne programy, darmowe, za darmo, gratis - wyszukiwanie i nowości.: "XHTML Family Tree Generator 2.0 is a CGI Perl script together with some Perl modules that will create views of a family tree from a supplied data file. The data file is a simple text file listing the family members, parents, and other details. It is possible to show a tree of ancestors and descendants for any person, showing any number of generations. Other facilities are provided for showing email directories, birthdays reminder, facehall and more. It has a simple configuration, makes heavy use of CGI (and other CPAN modules), generates valid XHTML, and has support for Unicode and multiple languages."

2007-01-27

Tool for developing and executing regular expressions. GPL

Bezpłatne programy, darmowe, za darmo, gratis - wyszukiwanie i nowości.: "
Redet 8.19 is a tool for developing and executing regular expressions using any of more than 50 search programs, editors, and programming languages, intended both for developing regular expressions for use elsewhere and as a search tool in its own right. For each program in each locale, a palette showing the available constructs is provided. The properties of each program are determined by runtime tests, which guarantees that they will be correct for the program version and locale. Additional features include persistent history, extensive help, a variety of character entry tools, and the ability to change locale while running. Redet is highly configurable and fully supports Unicode."

2007-01-26

Things every Perl hacker should know

Update - Trial - DzSoft Perl Editor v5.8.0.5
DzSoft Perl Editor is a tool for writing, editing, and debugging Perl CGI scripts. It has a comfortable and intuitive interface both for beginners and advanced programmers. DzSoft Perl Editor is dece....
Update - Freeware - Xerver v4.20
Xerver is an (Open Source) personal web server, that allows you to serve web pages from your computer. It also supports CGI scripts, provided you have PHP, Perl or similar installed on your machine.....
Perl script that cross-references classes, functions, variables, and SQL tables used in a PHP-based Web site
Bezpłatne programy, darmowe, za darmo, gratis - wyszukiwanie i nowości.: " PHPXref 0.7 is a Perl script that cross-references classes, functions, variables, and SQL tables used in a PHP-based Web site and generates simple HTML output designed to make browsing through code easy. In addition, it can extract phpdoc style comments from the PHP files to provide browsable documentation."
Update - Blackberry Video Converter v1.12
Blackberry Video Converter is a MPlayer front-end that allows you to convert most popluar video formats to an AVI file formatted for the Blackberry Perl device. The package includes the encoding engi....
Explore 10 of the more useful Perl modules for YAML developers
YAML is a data-centric markup language that relies on ASCII symbols such as hyphens, question marks, colons and commas to construct data blocks (scalar values or hashes). Like XML, YAML is machine-readable and can easily be integrated with scripting languages such as Perl. Here are 10 of the more useful CPAN YAML development modules.
Simplify your code with MySQL transactions and prepared queries, and the Perl DBI
Most database systems (including MySQL) support prepared queries and transactions, and most scripting languages (like PHP and Perl) come with built-in functions to access these database features. The Perl DBI functions supporting transactions and prepared queries in MySQL are explored with a view to explaining how they work and how you can use them in your own applications.
Backups of a MySQL server's data files. GPL
Bezpłatne programy, darmowe, za darmo, gratis - wyszukiwanie i nowości.: " mylvmbackup 0.3 (Default branch) mylvmbackup is a Perl script for quickly creating backups of a MySQL server's data files. To perform a backup, mylvmbackup obtains a read lock on all tables and flushes all server caches to disk, makes an LVM snapshot of the volume containing the MySQL data directory, and unlocks the tables again. The snapshot process takes only a small amount of time. When it is done, the server can continue normal operations while the actual file backup proceeds."
Softvoile Rubilnik 1.2
If you create sites using PHP, PERL or any other language for web development, each time you want to view the results of changes you should press a lot of keystrokes. Rubilnik allows you to reduce the number of keystrokes to pressing one custom key. [New | License: Freeware 0 | Requires: Win 98/ME/2000/XP | Size: 197KB]
Manipulate dates and time with these 10 Perl CPAN modules
When it comes to manipulating dates and times in Perl it is often necessary for developers to implement functions found in the Comprehensive Perl Archive Network (CPAN). This brief tutorial explains 10 of the more useful CPAN date and time modules.
Datawarehouse feeding to database synchronization. GPL
Bezpłatne programy, darmowe, za darmo, gratis - wyszukiwanie i nowości.: " Talend Open Studio 1.0.0 is an ETL (Extract, Transform, and Load) tool. Talend Open Studio can perform jobs that range from datawarehouse feeding to database synchronization, including file format transformations. Its graphical interface is made with Eclipse RCP, and data related scripts are generated in Perl. The application was designed to be extended with components written by users."
Converts HTML with images, complex tables (including rowspan/colspan), layers/divs, and CSS styles to Postscript and PDF. GPL
Bezpłatne programy, darmowe, za darmo, gratis - wyszukiwanie i nowości.: " PHP html2ps 2.0.1 (Default branch) html2ps is a PHP equivalent of the popular Perl script by the same name that accurately converts HTML with images, complex tables (including rowspan/colspan), layers/divs, and CSS styles to Postscript and PDF. Unlike most other HTML2PS/HTML2PDF converters, it offers good CSS 2.1 support and is very tolerant to non-valid HTML. It can convert even CSS-intense sites like aol.com and msn.com."
Control the flow of your Perl scripts by understanding and using program loops
One of the most important things you can learn in Perl programming involves controlling the flow of your program. Learn the different Perl constructs that allow you to repeatedly execute a set of Perl statements. Such repeated execution is called a loop, and these loops play an important role in most Perl scripts.
Update - Trial - GridinSoft Notepad v3.2.2.5
GridinSoft Notepad is a text editor with syntax highlighting for more than 50 file types (C/C++, HTML, ASP, PHP, Perl etc.), as well as a built-in spell checker and HEX editor. Additional features i....
Search text with new Perl-like regular expressions in Oracle 10gR2
Oracle 10g Release 2 contains new Perl-like regular expressions. If you're developing scripts against Oracle 10gR2, check out these nifty shortcuts for searching text.
PSPad 4.5.2.2231 Beta
Program pozwalający na tworzenie wszelkich prac z wykorzystaniem kilku środowisk programistycznych. Program obsługuje m.in. HTML, PHP, Pascal, JScript, VBScript, MySQL, MS-Dos oraz Perl. Aplikacja posiada funkcję podświetlania składni, co bardzo ułatwia usunięcie każdego błędu. Dodatkowymi modułami zawartymi w programie są: przeglądarki www oraz klient FTP.
Validate user input in Web forms and CGI apps with these 10 Perl modules
It should come as no surprise that there exists an extensive body of ready-to-use Perl code to make form construction and input validation as painless and streamlined as possible.
Catch errors before they go live by linting your HTML with Perl
The CPAN module called HTML::Lint module, built atop the popular HTML::Parser module, is designed to verify your markup against W3C standards and point out errors that could cause it to "break" or render badly in client browsers.
Create key-value data associations by understanding the benefits of Perl hashes
Get a crash course in creating Perl hashes, adding and deleting elements, building nested hashes and processing hashes in a loop.
Update - Freeware - Easy HTML To Any Script Converter v2.0.0
Easy HTML To Any Script Converter allows you to quickly convert HTML code to ASP, PHP, Perl, JSP or JavaScript output. It adds the required script identifications, as well as string output
10 things every Perl hacker should know
This document lists 10 things you should know about the Perl programming language before jumping into your first program.
10 things: The most useful Perl modules for cryptography and authentication
This document lists 10 of the most important ready-made application security, user authentication, and data encryption Perl modules.
Code an application to read POP3 mailboxes with Perl
This document explores some of the specific Perl capabilities developers can use to create a simple POP3 mail application.
Get control with 10 useful Perl modules for network programmers
CPAN's network programming category has thousands of Perl modules ranging from general (server daemons) to highly-specific applications (interacting with a Cisco router).
kED 2.1.1.0
kED jest prostym, podręcznym tekstowym edytorem (X)HTML. Nie wymaga instalowania, zabiera mało miejsca, można go używać, uruchamiając z pendrive'a czy dyskietki. Podstawowe właściwości: - obsługa wielu dokumentów jednocześnie (przełączanie za pomocą zakładek); - kolorowanie składni (X)HTML, CSS, PHP, JavaScript, VBScript, XML, SQL, Perl, Python, WML; - obsługa kodowania Windows-1250, ISO-8859-2, UTF-8 oraz UTF-16; - pomoc przy wstawianiu znaczników oraz elementów języków PHP i JavaScript; - duża liczba definiowalnych skrótów klawiaturowych; - współpraca z walidatorem Tidy, lokalnym serwerem www (testowanie skryptów PHP) oraz dowolnymi programami zewnętrznymi.
Retrieve data from a PostgreSQL database using the Perl DBI
This document demonstrates how the Perl DBI can be used to communicate with the open-source PostgreSQL database system.
NEW - Freeware - First Page 2006 v3.00
FirstPage 2006 is a full featured web development editor with support for HTML, XHTML, PHP, ASP, Cold Fusion, Javascript, CSS, SSI and Perl. It offers traditional source editing with real-time browse....
Benchmark your Perl code to improve performance
Using the Perl Benchmark.pm module, this document shows you how to create an interactive tool to measure how long it takes to execute a code block.