Courseilt Instructor Tools Html
webImageTool is a service menu that extracts height and width from an image and builds the html tag from it. This is usefull for webdesigners. Example: Copy Image dimension => height="768" width="1024" Copy HTML-TAG => img src="PATH TO FILENAME/FILENAME" border="0" alt="FILENAME">....
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 2.05 KB | Download (43): webImageTool Download |
Network Time Tools (NTT) is a set of network tools designed to provide monitoring of a network and the services on that network, and provide various reports on the hosts/services and optional alerts via email, pager, and cellphones. It also has the capability to send messages on user-specified...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 30.72 KB | Download (55): Network Time Tools Download |
HTML::FormHighlight Perl module can help you to highlights fields in an HTML form. SYNOPSIS use HTML::FormHighlight; my $h = new HTML::FormHighlight; print $h->highlight( scalarref => $form, fields => [ A, B, C ], ); print $h->highlight( scalarref => $form, fields => [ A, B, C ],...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 5.12 KB | Download (43): HTML::FormHighlight Download |
Archive::Chm is a Perl module that performs some read-only operations on HTML help (.chm) files. Range of operations includes enumerating contents, extracting contents and getting information about one certain part of the archive. The module supersedes Text::Chm written by Domenico Delle Side....
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 419.84 KB | Download (51): Archive::Chm Download |
HTML::Tiny is a lightweight, dependency free HTML/XML generator. SYNOPSIS use HTML::Tiny; my $h = HTML::Tiny->new; # Generate a simple page print $h->html( [ $h->head( $h->title( Sample page ) ), $h->body( [ $h->h1( { class => main }, Sample page ), $h->p( Hello, World, { class =>...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 11.26 KB | Download (48): HTML::Tiny Download |
dvd+rw-tools project makes it possible to burn DVD images created by "dvdauthor" or "mkisofs" to DVD+R, DVD+RW, DVD-R, and DVD-RW disks, replacing "cdrecord-proDVD" in many cases. The package contains "growisofs" to burn DVD images or create a data DVD on the fly, "dvd+rw-format" to format a...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 102.4 KB | Download (122): dvd+rw-tools Download |
Template::Tools::ttree module can process entire directory trees of templates. SYNOPSIS ttree [options] [files] The ttree script is used to process entire directory trees containing template files. The resulting output from processing each file is then written to a corresponding file in a...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 768 KB | Download (46): Template::Tools::ttree Download |
Template::Library::HTML is a template library for building basic HTML pages. NOTE: This documentation is incomplete and may be incorrect in places. The html template library is distributed as part of the Template Toolkit. It can be found in the templates sub-directory of the installation...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 778.24 KB | Download (65): Template::Library::HTML Download |
autologin-applet is an autologin on captive html portal : Fon, AT&T, ... When using public wifi from a vendor or a community you always have to login on a webpage. This can be really annoying to launch a web browser everytime you need your mail application or your favorite IRC. This applet...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 13.31 KB | Download (82): autologin-applet Download |
SimpyTools is a collection of various software for using and enhancing the simpy.com social bookmarking service. Simpy Tools includes libraries in various programming languages for using the REST API of simpy.com. It also includes a Firefox extension and more. Simple wrapper-lib for accessing...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 17.41 KB | Download (43): Simpy Tools Download |
HotSaNIC (the acronym stands for "html overview to system and network information center") consists of a set of perl-scripts built on Tobias Oetikers "rrdtool" to generate graphical system-statistics, currently supported platforms are linux (main development) and *BSD. I started to build this...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 163.84 KB | Download (44): HotSaNIC Download |
Bio::Tools::Run::PiseWorkflow is a class to create a Pise workflow using Pise application objects as methods. A workflow is defined by a set of methods which all instanciate the class PiseApplication. SYNOPSIS # First, create a Bio::Tools::Run::AnalysisFactory::Pise object: my $factory = new...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 829.44 KB | Download (43): Bio::Tools::Run::PiseWorkflow Download |
Bio::Tools::AlignFactory is a base object for alignment factories. SYNOPSIS You wont be using this as an object, but using a dervied class like Bio::Tools::pSW Holds common Alignment Factory attributes in place.
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 4.7 MB | Download (89): Bio::Tools::AlignFactory Download |
Bio::Tools::Run::TribeMCL is a method for clustering proteins into related groups, which are termed protein families. SYNOPSIS use Bio::Tools::Run::TribeMCL; use Bio::SearchIO; # 3 methods to input the blast results # straight forward raw blast output (NCBI or WU-BLAST) my @params =...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 829.44 KB | Download (112): Bio::Tools::Run::TribeMCL Download |
HTML::LoL is a Perl module that can construct HTML from pleasing Perl data structures. SYNOPSIS use HTML::LoL; &hl(sub { print shift }, [body => {bgcolor => white}, [p => Document body, ...], ...]); This module allows you to use Perl syntax to express HTML. The function hl() converts...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 5.12 KB | Download (44): HTML::LoL Download |
Clearsilver is a fast, powerful, and language-neutral HTML template system. In both static content sites and dynamic HTML applications, ClearSilver CGI Kit provides a separation between presentation code and application logic which makes working with your project easier. The design of...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 583.68 KB | Download (45): ClearSilver CGI Kit Download |
The MDB Tools project is a effort to document the MDB file format used in Microsofts Access database package, and to provide a set of tools and applications to make that data available on other platforms. Specifically, MDB Tools includes programs to export schema and data to other databases...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 614.4 KB | Download (100): MDB Tools Download |
Doc::Perlish is a Perl module that contains Perl Documentation Tools. SYNOPSIS my $doc = Doc::Perlish->new( type => "POD", input => "source.pod" ); # simple conversions; my $html = $doc->to_html; # DOM-style interface; see Doc::Perlish::DOM for more; my $dom = $doc->to_dom; #...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 56.32 KB | Download (48): Doc::Perlish Download |
Python Audio Tools are a collection of audio handling programs which work from the command line. These include programs for CD extraction, track conversion from one audio format to another, track renaming and retagging, track identification, CD burning from tracks, and more. Supports...
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 532.48 KB | Download (46): Python Audio Tools Download |
HTML::Puzzle is a framework to build web component based on database. HTML::Puzzle::DBTable Connection module to data table Examples Have a look to http://www.ebruni.it/en/software/perl/cpan/html/puzzle/examples/ex1.htm to see some examples on what you can simply do using this module..
Platforms: Linux
| License: Freeware | Cost: $0.00 USD | Size: 12.29 KB | Download (45): HTML::Puzzle Download |
