Main > Free Download Search >

Free width software for linux

width

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 276
Text::VisualWidth 0.01

Text::VisualWidth 0.01


Text::VisualWidth is a Perl module that provides functions to treat half-width and full-width characters. more>>
Text::VisualWidth is a Perl module that provides functions to treat half-width and full-width characters and display correct size of text in one line on terminals and mobile phones. You can know the visual width of any text and truncate text by the visual width.

Now this module support EUC-JP and UTF-8 and tested only with Japanese.

<<less
Download (0.031MB)
Added: 2007-05-05 License: Perl Artistic License Price:
905 downloads
Convert::EastAsianWidth 0.03

Convert::EastAsianWidth 0.03


Convert::EastAsianWidth is a Perl module that can convert between full- and half-width characters. more>>
Convert::EastAsianWidth is a Perl module that can convert between full- and half-width characters.

SYNOPSIS

# Exports to_fullwidth() and to_halfwidth() by default
use Convert::EastAsianWidth;

my $u = to_fullwidth(ABC); # Full-width variant of ABC
my $b = to_fullwidth(ABC, big5); # Ditto, but in big5 encoding
my $x = to_halfwidth($u); # Gets back ABC
my $y = to_halfwidth($b, big5); # Same as above

This module uses the regular expression properties provided by Unicode::EastAsianWidth to efficiently convert between full- and half-width characters.

The first argument is the string to be converted; the second one represents the input and encodings. If omitted, both are assumed by to Unicode strings.

In Perl versions before 5.8, Encode::compat is required for the encoding conversion function to work.

<<less
Download (0.014MB)
Added: 2006-08-03 License: Perl Artistic License Price:
1178 downloads
SkSlideShow 1.1

SkSlideShow 1.1


SkSlideShow is a new SuperKaramba Theme based on Slide Show. more>>
SkSlideShow is a new SuperKaramba Theme based on "Slide Show":

http://www.kde-look.org/content/show.php?content=20712

This new one manages every sizes of images.

You can configure :

- images directory
- resizing method (width fits to theme_size, height fits to theme_size or biggest value fits to theme_size)
- an anchor for the positioning when images are resized (Top-Left, Top-Middle, etc...)

See SkSlideShow.theme for changing update interval.

<<less
Download (0.19MB)
Added: 2006-06-23 License: GPL (GNU General Public License) Price:
1218 downloads
avidentify 0.02

avidentify 0.02


avidentify is a command line tool that extracts and prints various meta-information about media files. more>>
avidentify is a command line tool that extracts and prints various meta-information about media files: width, height, frame rate, video codec, audio codec, audio sample rate, audio bitrate, file format, etc.

avidentify uses ffmpegs libavformat library to read the video files, thus MPEG, AVI, WMV, MP3, Ogg, and many other file formats are supported. avidentify is similar to MPlayers midentify tool, but it has far fewer dependencies.
<<less
Download (0.77MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1189 downloads
webImageTool 0.1

webImageTool 0.1


webImageTool is a service menu that extracts height and width from an image and builds the html tag from it. more>>
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">
<<less
Download (0.002MB)
Added: 2006-08-09 License: GPL (GNU General Public License) Price:
1171 downloads
Curses::UI::Widget 0.95

Curses::UI::Widget 0.95


Curses::UI::Widget is a base class for all widgets. more>>
Curses::UI::Widget is a base class for all widgets.

CLASS HIERARCHY

Curses::UI::Widget - base class

SYNOPSIS

This class is not used directly by somebody who is building an application using Curses::UI. Its a base class that is expanded by the Curses::UI widgets. See WIDGET STRUCTURE below for a basic widget framework.

use Curses::UI::Widget;
my $widget = new Curses::UI::Widget(
-width => 15,
-height => 5,
-border => 1,
);

<<less
Download (0.14MB)
Added: 2006-10-04 License: Perl Artistic License Price:
1115 downloads
doxWiki 1.1

doxWiki 1.1


doxWiki is a simple-to-use Wiki for a Web site, personal database, or flexible document source. more>>
doxWiki is a simple-to-use Wiki for a Web site, personal database, or flexible document source. It has a compatible mark-up language with powerful extensions.
doxWiki project can use any Web server or built-in personal server. The output is XHTML-compliant.
Enhancements:
- Jot mode added; different users (as identified by the IP address of their browser) can now keep separate BeenThere pages; editing textarea is now 100% width; bugs fixed in finding references by clicking on page title, in poetic mode, as well as errors fixed in WikiEdit; EasyWiki updated; FindWikiWords.pl command-line program added for ease of entering "donotlink" controls.
<<less
Download (0.071MB)
Added: 2006-07-05 License: Artistic License Price:
1207 downloads
Zen-slideshow 1.0.0.0

Zen-slideshow 1.0.0.0


Zen-slideshow is a slideshow application for Web sites. more>>
Zen-slideshow is a slideshow application for Web sites. The Web developer decides where zen-slideshow will be installed, the folder which will contain the images for the slideshow, the maximum width and height for the images in the slide show, whether or not to use thumbnails, the maximum width and height of the thumbnails, whether to use manual slideshow navigatioin controls, whether to use automatic slideshow controls, and many other options.
<<less
Download (MB)
Added: 2007-07-12 License: Free To Use But Restricted Price:
841 downloads
GD::Text 0.86

GD::Text 0.86


GD::Text is a Perl module with text utilities for use with GD. more>>
GD::Text is a Perl module with text utilities for use with GD.

SYNOPSIS

use GD;
use GD::Text;

my $gd_text = GD::Text->new() or die GD::Text::error();
$gd_text->set_font(funny.ttf, 12) or die $gd_text->error;
$gd_text->set_font(gdTinyFont);
$gd_text->set_font(GD::Font::Tiny);
...
$gd_text->set_text($string);
my ($w, $h) = $gd_text->get(width, height);

if ($gd_text->is_ttf)
{
...
}
Or alternatively
my $gd_text = GD::Text->new(
text => Some text,
font => funny.ttf,
ptsize => 14,
);

This module provides a font-independent way of dealing with text in GD, for use with the GD::Text::* modules and GD::Graph.

<<less
Download (0.063MB)
Added: 2006-10-02 License: Perl Artistic License Price:
648 downloads
SQL::Tidy 0.01

SQL::Tidy 0.01


SQL::Tidy is a Perl module to tidy up SQL statements. more>>
SQL::Tidy is a Perl module to tidy up SQL statements.

SYNOPSYS

use SQL::Tidy;
my $tidy = SQL::Tidy->new;
print $tidy->tidy("select xyz from abc");

SQL::Tidy will (hopefully) make your SQL statement look prettier.

METHODS

new

Constructor. It can take a bunch of options (see OPTIONS below).

tidy

Takes an SQL statement (a string) and returns a tidied up version of the same.

add_keywords(qw(keyword1 keyword2))

Add keywords to those already in the instance.

OPTIONS

The options can be either passed to the constructor or be changed later as method calls on the tidy object:

# One way
$tidy = SQL::Tidy->new(width => 75);

# Another way
$tidy->width(75);

indent

Specifies the indent string. The default is two spaces, .

keywords

An array reference to override the default list of keywords.

margin

Start each new line with this string. The default it an empty string.

width

Page width. The default is 75 characters.

<<less
Download (0.003MB)
Added: 2007-04-05 License: Perl Artistic License Price:
933 downloads
BoreWiki 0.981

BoreWiki 0.981


BoreWiki provides password-based user authentication, and has directory-based access control for these users. more>>
BoreWiki provides a Web form interface to edit reStructuredText formatted text and creates static (X)HTML pages out of it.
BoreWiki provides password-based user authentication, and has directory-based access control for these users. All edited and saved pages are stored in RCS files if there is need to access old content.
Enhancements:
- prest (perl Text-Restructured code) was updated to 0.003025.
- In Borewiki.cgi, the textarea is now 99% of the width of the browser window. textarea wrap was turned off (in a non-XHTML way).
- A "-D file_insertion_enabled=0" option was added to the prest command line.
- Tabs are now converted to one space, with a message added to the preview window.
<<less
Download (0.086MB)
Added: 2007-04-10 License: GPL (GNU General Public License) Price:
927 downloads
Gtk2::CV::ImageWindow 1.4

Gtk2::CV::ImageWindow 1.4


Gtk2::CV::ImageWindow is a window widget displaying an image or other media. more>>
Gtk2::CV::ImageWindow is a window widget displaying an image or other media.

SYNOPSIS

use Gtk2::CV::ImageWindow;

METHODS

$img->set_image ($gdk_pixbuf[, $type])

Replace the currently-viewed image by the given pixbuf.

$img->clear_image

Removes the current image (usually replacing it by the default image).

$img->load_image ($path)

Tries to load the given file (if it is an image), or embeds mplayer (if mplayer supports it).

$img->resize_maxpect

Resize the image so it is maximally large.

$img->resize ($width, $height)

Resize the image window to the given size.

$img->uncrop

Undo any cropping; Show the full image.

$img->crop ($x1, $y1, $x2, $y2)

Crop the image to the specified rectangle.

<<less
Download (0.12MB)
Added: 2007-05-29 License: Perl Artistic License Price:
878 downloads
WebService::Mappoint 0.30

WebService::Mappoint 0.30


WebService::Mappoint is a client SOAP implementation for Mappoint, Microsofts geographic maps web service, based on SOAP::Lite. more>>
WebService::Mappoint is a client SOAP implementation for Mappoint, Microsofts geographic maps web service, based on SOAP::Lite.

SYNOPSIS

Map fetch example for use with Mappoint 3.0 service.

use WebService::Mappoint;
use MIME::Base64;

my $render = new WebService::Mappoint::Render();
my $map;

$map = $render->GetMap(
specification => [
DataSourceName => MapPoint.EU,
Options => [
Format => [
Height => 320,
Width => 320
],
],
Views => [
MapView:ViewByScale =>
[
CenterPoint =>
[ Latitude => 37.7632,
Longitude => -122.439702 ],
MapScale => 100000000
],
],
Pushpins => [
Pushpin =>
[
IconName => 176,
IconDataSource => MapPoint.Icons,
PinID => san_francisco,
Label => San Francisco,
ReturnsHotArea => false,
LatLong => [ Latitude => 37.7632,
Longitude => -122.439702 ],
]
]
] );

my $image = decode_base64($map->result->{MapImage}{MimeData}{Bits});
open( GIF, ">san_francisco.gif" );
print( GIF $image );

<<less
Download (0.008MB)
Added: 2007-04-02 License: Perl Artistic License Price:
935 downloads
mod_ometer 1.3.0

mod_ometer 1.3.0


mod_ometer is a web counter implemented as an apache C module. more>>
mod_ometer is a web counter implemented as an apache C module. mod_ometer Apache module uses gd 2.0.28 or later to generate its images. Gd has some built-in fonts, but for real excitement you can use any TrueType font you want for the counter.
In addition to allowing font choice, mod_ometer has all sorts of options for customizing size, width and color of your counter as well as the ability to output the counter as jpeg, png, or gif.
Main features:
- ignore: ip address or domain name is forbidden to increment the counter.
- font: use a truetype font instead of the counters default.
- width: how many digits are displayed, maximum of 10.
- rand: display a different random number everytime.
- reset: reset the counter to a specific value.
- text: set font color using the "web color" scheme.
- bgcolor: set background color using the "web color" scheme.
- point: set point size of the counter font.
- image: choose jpeg, png or gif.
<<less
Download (0.032MB)
Added: 2005-12-15 License: BSD License Price:
1408 downloads
ModSecurity 2.1.2

ModSecurity 2.1.2


ModSecurity is an intrusion detection and prevention module for the Apache Web server. more>>
ModSecurity is an FREE and GPL lincesed software for intrusion detection and prevention engine for web applications.
Operating as an Apache Web server module, the purpose of ModSecurity is to increase web application security, protecting web applications from known and unknown attacks.
Enhancements:
- This version fixes the issue with subrequests, a problem with full-width Unicode encoding, and a few other small issues.
- It also bundles the most recent version of the Core Rules (which contains many improvements over the previous version) along with the updated documentation.
<<less
Download (0.62MB)
Added: 2007-08-07 License: GPL (GNU General Public License) Price:
818 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5