visual perl tk 1.22
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4859
Visual Perl/Tk 1.22
Visual Perl/Tk is a GUI development solution for beginners and professionals. more>> <<less
Download (0.088MB)
Added: 2006-07-17 License: GPL (GNU General Public License) Price:
1211 downloads
Davids Perl Games 0.1.1
Davids Perl Games project is a collection of ASCII graphics arcade style games written in Perl. more>>
Davids Perl Games project is a collection of ASCII graphics arcade style games written in Perl.
These games are recreations of simple ASCII graphics games originally written in BASIC.
They are ideal for use as Perl programming tutorials. Some of the first few games are PerlBlaster (defend your planet from invading aliens), PerlRacer (steer your car through the twisting passages), and PerlArena (eliminate the mutant hordes).
<<lessThese games are recreations of simple ASCII graphics games originally written in BASIC.
They are ideal for use as Perl programming tutorials. Some of the first few games are PerlBlaster (defend your planet from invading aliens), PerlRacer (steer your car through the twisting passages), and PerlArena (eliminate the mutant hordes).
Download (0.063MB)
Added: 2006-11-16 License: GPL (GNU General Public License) Price:
1076 downloads
Perl Chat 0.1.1
http://perlchat.sourceforge.net more>>
Perl Chat is a project that consists of a client and a server, both written in perl.
The goal of this project is to create a chat server that can be used on smaller networks such as a college campus or a business network.
Both the client and the server are written in Perl, and the client uses the Tk module to generate its GUI.
Installation:
First of all you need a working version of Perl. Preferably 5.6 but 5.005X should also work fine. For versions of Perl Chat < 0.1.0 you will need to compile Perl with Threads. (Keep in mind that Threads are still experimental) I designed this program with Perl 5.6.0 which can be found HERE.
You will need to read the installation instructions to compile it with Threads. I advise anyone who is doing this to install this new version of perl into /usr/local/ so as to not overwrite your old perl. Then by changing the first line of the script you can toggle between the different installs of perl.
<<lessThe goal of this project is to create a chat server that can be used on smaller networks such as a college campus or a business network.
Both the client and the server are written in Perl, and the client uses the Tk module to generate its GUI.
Installation:
First of all you need a working version of Perl. Preferably 5.6 but 5.005X should also work fine. For versions of Perl Chat < 0.1.0 you will need to compile Perl with Threads. (Keep in mind that Threads are still experimental) I designed this program with Perl 5.6.0 which can be found HERE.
You will need to read the installation instructions to compile it with Threads. I advise anyone who is doing this to install this new version of perl into /usr/local/ so as to not overwrite your old perl. Then by changing the first line of the script you can toggle between the different installs of perl.
Download (0.036MB)
Added: 2006-09-19 License: GPL (GNU General Public License) Price:
1135 downloads
rlytest 1.22
rlytest project tests a host to determine whether it will relay third-party email. more>>
rlytest project tests a host to determine whether it will relay third-party email. It will try to relay an email message to yourself through that host.
A host that allows third-party relay is subject to attack by Internet vandals, and frequently is hijacked by spammers to relay massive amounts of junk email. A host that allows third-party relay should be immediately secured, disconnected, or shunned as a menace to the Internet.
This utility is a perl script. It requires Perl version 5.002 or above plus the IO::Socket module. This module is distributed with the core Perl 5.004 package, and is an add-on option for earlier versions.
Enhancements:
- Minor revisions to the text of the probe email message.
<<lessA host that allows third-party relay is subject to attack by Internet vandals, and frequently is hijacked by spammers to relay massive amounts of junk email. A host that allows third-party relay should be immediately secured, disconnected, or shunned as a menace to the Internet.
This utility is a perl script. It requires Perl version 5.002 or above plus the IO::Socket module. This module is distributed with the core Perl 5.004 package, and is an add-on option for earlier versions.
Enhancements:
- Minor revisions to the text of the probe email message.
Download (0.010MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1069 downloads
CVS Perl library 0.07
CVS Perl library is a Perl module which is is a wrapper around the CVS command with an object-oriented interface. more>>
CVS Perl library is a Perl module which is a wrapper around the CVS command with an object-oriented interface.
Installation:
To install this module type the following:
perl Makefile.PL
make
make test
make install
<<lessInstallation:
To install this module type the following:
perl Makefile.PL
make
make test
make install
Download (0.024MB)
Added: 2006-03-22 License: LGPL (GNU Lesser General Public License) Price:
1312 downloads
MyCMS perl module 1.0
MyCMS perl module provides the MN::CMS Perl module used by the MyCMS. more>>
MyCMS perl module provides the MN::CMS Perl module used by the MyCMS.
MyCMS perl module contains Perl object classes to manage the data of MyCMS (such as articles, links, and images).
MN::CMS is a perl module that allows you to manage an Internet
publishing system.#
MyCMS is an extension module of MyNews.
MyCMS introduces the concept of article, author and moderator.
<<lessMyCMS perl module contains Perl object classes to manage the data of MyCMS (such as articles, links, and images).
MN::CMS is a perl module that allows you to manage an Internet
publishing system.#
MyCMS is an extension module of MyNews.
MyCMS introduces the concept of article, author and moderator.
Download (0.016MB)
Added: 2007-02-13 License: Perl Artistic License Price:
986 downloads
Prima 1.22
Prima is a Perl GUI toolkit. more>>
Prima is an extensible Perl toolkit for multi-platform GUI development. Platforms supported include Linux, Windows NT/9x/2K, OS/2 and UNIX/X11 workstations (FreeBSD, IRIX, SunOS, Solaris and others).
The toolkit contains a rich set of standard widgets and has emphasis on 2D image processing tasks. A Perl program using PRIMA looks and behaves identically on X, Win32 and OS/2 PM.
Prima project includes a visual builder and a graphic POD viewer.
Building:
A Unpack it somewhere. Use
$ tar xzf Prima.tar.gz
on systems with GNU tar, and
$ gzip -cd Prima.tar.gz | tar xf -
on other systems.
cd to Prima directory.
Type perl Makefile.PL
If everything goes well, type make
If everything goes well (previous step is likely to take several minutes), you can, if you wish, type make test and make install. You can also try PRIMA without making install; in this case it is required to set your PERL5LIB environment variable to point to Prima directory.
Try to run samples provided with the package. They are located in the examples subdirectory. Run them as perl examples/filename.pl.
Explore, enjoy and share!
<<lessThe toolkit contains a rich set of standard widgets and has emphasis on 2D image processing tasks. A Perl program using PRIMA looks and behaves identically on X, Win32 and OS/2 PM.
Prima project includes a visual builder and a graphic POD viewer.
Building:
A Unpack it somewhere. Use
$ tar xzf Prima.tar.gz
on systems with GNU tar, and
$ gzip -cd Prima.tar.gz | tar xf -
on other systems.
cd to Prima directory.
Type perl Makefile.PL
If everything goes well, type make
If everything goes well (previous step is likely to take several minutes), you can, if you wish, type make test and make install. You can also try PRIMA without making install; in this case it is required to set your PERL5LIB environment variable to point to Prima directory.
Try to run samples provided with the package. They are located in the examples subdirectory. Run them as perl examples/filename.pl.
Explore, enjoy and share!
Download (1.3MB)
Added: 2007-08-06 License: BSD License Price:
812 downloads
fruMailer 0.121
fruMailer is a cross platform MUA written in both Java and Perl. more>>
fruMailer is a cross platform MUA written in both Java and Perl. The idea behind GUI is to have a mail client with a GIMP-like interface. FruMailer is a project written in Perl/Tk that aims to be an e-mail client (MUA) with a small, fast, light, and simple GUI interface.
Enhancements:
- MIME parsing/encoding
- http link parsing
- changelog started
- newline error fixed
- updated interface and some functionality
- lost much functionality
<<lessEnhancements:
- MIME parsing/encoding
- http link parsing
- changelog started
- newline error fixed
- updated interface and some functionality
- lost much functionality
Download (0.008MB)
Added: 2006-06-09 License: GPL (GNU General Public License) Price:
1232 downloads
Perl Playlist 0.1
Perl Playlist is a command line application to generate m3u files based on your all your MP3s. more>>
Perl Playlist is a command line application to generate m3u files based on your all your MP3s.
Perl Playlist uses MP3::Info to read the MP3 tags.
Perl playlist maker was designed to build a playlist on a remote machine that does not have a screen or X windows.
<<lessPerl Playlist uses MP3::Info to read the MP3 tags.
Perl playlist maker was designed to build a playlist on a remote machine that does not have a screen or X windows.
Download (0.10MB)
Added: 2006-03-27 License: GPL (GNU General Public License) Price:
1312 downloads
Perl OS 4
Perl OS is a program written in Perl/Tk, designed to look like a simple operating system. more>>
Perl OS is a program written in the Perl programming language combined with the Perl module Tk.
Perl OS was created to make an easy interface to run Perl/Tk programs. It was also created to be an easy working environment complete with a text editor, paint program, and more.
The program comes with several programs, along with a utility to add many more which can be found on the Internet.
From the outside, Perl OS looks like a simple operating system. But inside, it is a powerful system for working with Perl and Tk.
For more details please visit the Perl OS home page:
http://perlos.sourceforge.net/
<<lessPerl OS was created to make an easy interface to run Perl/Tk programs. It was also created to be an easy working environment complete with a text editor, paint program, and more.
The program comes with several programs, along with a utility to add many more which can be found on the Internet.
From the outside, Perl OS looks like a simple operating system. But inside, it is a powerful system for working with Perl and Tk.
For more details please visit the Perl OS home page:
http://perlos.sourceforge.net/
Download (0.14MB)
Added: 2007-08-04 License: GPL v3 Price:
812 downloads
Tie::Tk::Listbox 1.02
Tie::Tk::Listbox provides allows to access Tk::Listbox and similar widgets as arrays. more>>
Tie::Tk::Listbox provides allows to access Tk::Listbox and similar widgets as arrays.
The Tie::Tk::Listbox module allows you to tie the contents of a Tk::Listbox widget to an ordinary Perl array for easy modification. Additionally, you may tie a Tk::Scrolled widget or any other widget that advertises a Tk::Listbox subwidget.
Except the DELETE and EXISTS methods, whose purpose is somewhat opaque to the author because they should not be used on arrays, all tied methods have been implemented to behave exactly as the functions that operate on ordinary Perl arrays. If you happen to find out that this is not the case, please report your discovery to the author.
When tying an array to widgets other than Tk::Listbox widgets, the tying routines will extract the reference to the Tk::Listbox widget using the Subwidget method on the enclosing widget. If thats Greek to you, dont worry: Either read "Subwidget" in Tk::mega on how to use advertised widgets. Or ignore this and dont use the tied function on the tied array because you will get the Tk::Listbox widget back, not the enclosing widget as you might expect.
<<lessThe Tie::Tk::Listbox module allows you to tie the contents of a Tk::Listbox widget to an ordinary Perl array for easy modification. Additionally, you may tie a Tk::Scrolled widget or any other widget that advertises a Tk::Listbox subwidget.
Except the DELETE and EXISTS methods, whose purpose is somewhat opaque to the author because they should not be used on arrays, all tied methods have been implemented to behave exactly as the functions that operate on ordinary Perl arrays. If you happen to find out that this is not the case, please report your discovery to the author.
When tying an array to widgets other than Tk::Listbox widgets, the tying routines will extract the reference to the Tk::Listbox widget using the Subwidget method on the enclosing widget. If thats Greek to you, dont worry: Either read "Subwidget" in Tk::mega on how to use advertised widgets. Or ignore this and dont use the tied function on the tied array because you will get the Tk::Listbox widget back, not the enclosing widget as you might expect.
Download (0.004MB)
Added: 2007-03-30 License: Perl Artistic License Price:
939 downloads
PerlPrimer 1.1.14
PerlPrimer is a free, open-source GUI application written in Perl. more>>
PerlPrimer is a free, open-source GUI application written in Perl that designs primers for standard PCR, bisulphite PCR, real-time PCR (QPCR) and sequencing. PerlPrimer aims to automate and simplify the process of primer design.
Main features:
- Calculation of possible primer-dimers
- Retrieval of genomic or cdna sequences from Ensembl (including both sequences automatically for QPCR)
- Ability to BLAST search primers using the NCBI server or a local server
- Results can be saved or optionally exported in a tab-delimited format that is compatible with most spreadsheet applications.
- ORF and CpG island detection algorithms
- Ability to add cloning sequences to primers, automatically adjusted to be in-frame
- QPCR primer design without manual intron-exon boundary entry
PerlPrimer calculates primer melting temperature using J. SantaLucias extensive nearest-neighbour thermodynamic parameters. To adjust for the salt conditions of the PCR, PerlPrimer uses the empirical formula derived by von Ahsen, et al. (2001) and allows the user to specify the concentration of Mg2+, dNTPs and primers, or use standard PCR conditions. The result is a highly accurate prediction of primer melting temperature, giving rise to a maximum yeild of product when amplified.
PerlPrimer is written in Perl and Perl/Tk. In addition, for QPCR functionality PerlPrimer uses the open-source Spidey executable from NCBI, and restriction enzyme data from the REBASE project is used when adding cloning sites. The program is designed to be cross-platform compatible and has been developed and tested on both Microsoft Windows and GNU/Linux-based operating systems. Users have also reported success using the program under Mac OS X.
Enhancements:
- Ensembl compatibility restored once again (slight change in the searchview output was causing problems)
<<lessMain features:
- Calculation of possible primer-dimers
- Retrieval of genomic or cdna sequences from Ensembl (including both sequences automatically for QPCR)
- Ability to BLAST search primers using the NCBI server or a local server
- Results can be saved or optionally exported in a tab-delimited format that is compatible with most spreadsheet applications.
- ORF and CpG island detection algorithms
- Ability to add cloning sequences to primers, automatically adjusted to be in-frame
- QPCR primer design without manual intron-exon boundary entry
PerlPrimer calculates primer melting temperature using J. SantaLucias extensive nearest-neighbour thermodynamic parameters. To adjust for the salt conditions of the PCR, PerlPrimer uses the empirical formula derived by von Ahsen, et al. (2001) and allows the user to specify the concentration of Mg2+, dNTPs and primers, or use standard PCR conditions. The result is a highly accurate prediction of primer melting temperature, giving rise to a maximum yeild of product when amplified.
PerlPrimer is written in Perl and Perl/Tk. In addition, for QPCR functionality PerlPrimer uses the open-source Spidey executable from NCBI, and restriction enzyme data from the REBASE project is used when adding cloning sites. The program is designed to be cross-platform compatible and has been developed and tested on both Microsoft Windows and GNU/Linux-based operating systems. Users have also reported success using the program under Mac OS X.
Enhancements:
- Ensembl compatibility restored once again (slight change in the searchview output was causing problems)
Download (0.34MB)
Added: 2006-10-18 License: GPL (GNU General Public License) Price:
1102 downloads
imapbiff 1.0
imapbiff checks IMAP accounts for new mail. more>>
imapbiff checks IMAP accounts for new mail. It uses images similar to those of the classic xbiff program. The project works similar to xbiff, except it is only used to check for new mail in IMAP accounts.
It is written in perl, and requires the Tk module for perl. It was written spefically to be docked in my fvwm2 button bar, as I could not find a simple xbiff like app that would do IMAP checks.
<<lessIt is written in perl, and requires the Tk module for perl. It was written spefically to be docked in my fvwm2 button bar, as I could not find a simple xbiff like app that would do IMAP checks.
Download (0.020MB)
Added: 2007-06-30 License: GPL (GNU General Public License) Price:
848 downloads
Ptk Phone 1.0
Ptk Phone is a small program written in Perl/Tk to be used as an address book. more>>
Ptk Phone is a small program written in Perl/Tk to be used as an address book.
It handles email addresses and comments as well.
<<lessIt handles email addresses and comments as well.
Download (0.014MB)
Added: 2006-09-21 License: GPL (GNU General Public License) Price:
1133 downloads
Test::Perl::Critic 0.07
Test::Perl::Critic is a Perl module use Perl::Critic in test programs. more>>
Test::Perl::Critic is a Perl module use Perl::Critic in test programs.
SYNOPSIS
use Test::Perl::Critic;
critic_ok($file); #Test one file
all_critic_ok($dir_1, $dir_2, $dir_N ); #Test all files in several $dirs
all_critic_ok() #Test all files in distro
Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine suitable for test programs written using the Test::More framework. This makes it easy to integrate coding-standards enforcement into the build process. For ultimate convenience (at the expense of some flexibility), see the criticism pragma.
<<lessSYNOPSIS
use Test::Perl::Critic;
critic_ok($file); #Test one file
all_critic_ok($dir_1, $dir_2, $dir_N ); #Test all files in several $dirs
all_critic_ok() #Test all files in distro
Test::Perl::Critic wraps the Perl::Critic engine in a convenient subroutine suitable for test programs written using the Test::More framework. This makes it easy to integrate coding-standards enforcement into the build process. For ultimate convenience (at the expense of some flexibility), see the criticism pragma.
Download (0.017MB)
Added: 2006-10-23 License: Perl Artistic License Price:
1098 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above visual perl tk 1.22 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed