Main > Free Download Search >

Free text box software for linux

text box

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3684
conTEXT 2k

conTEXT 2k


conTEXT is an amaroK script that looks for text or html files in the playing directory and inserts them in a new manageable box. more>>
conTEXT is an amaroK script that looks for text or html files in the playing directory and inserts them in a new manageable box into the context browser.
I hope you dont expect too much of a script thats named almost like a tab in amaroK but there already are some ideas to extend its functionality...
Usage:
Scrolling: Left-click an arrow to speed up. Right-click to jump a page up/down. You can also use standard konqueror controls: Shift+ArrowKeys for scrolling, Alt+Mousewheel for horizontal scrolling, Ctrl+Mousewheel for zooming.
Drag the lower box border to resize the box, drag the box header to change its position.
Enhancements:
- fixed fast scrolling for new khtml versions; fixed playlouder.com; fixed rollingstone display; fixed plattentests.de referenzen
<<less
Download (0.057MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
1496 downloads
Shut The Box 0.4

Shut The Box 0.4


Shut The Box is a simple diversion written in C and GTK+. more>>
Shut The Box project is a simple diversion written in C and GTK+. The object is simple: roll the dice and click the tiles that sum up to that dice roll until there are no more tiles to click.

Shut The Box is based off of those little wooden puzzles with dice and tiles. My first exposure was playing this as a BBS Door on a BBS my friend ran.

The concept was simple enough so I tried writing it for my own Atari BBS (with the help of another more experienced SysOp).

After I took the BBS offline, the game concept grew from an idea into a sort of “Hello World” application I’d write in order to become more familiar with a language. Hence, this is my “Hello World” for GTK+, although I have several other applications brewing in GTK+.

<<less
Download (0.041MB)
Added: 2006-12-26 License: GPL (GNU General Public License) Price:
1042 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
Open Beat Box 0.7.1

Open Beat Box 0.7.1


Open Beat Box (OBB) is an open-source beat box ( a virtual drum machine ). more>>
Open Beat Box (OBB) is an open-source beat box ( a virtual drum machine ).
We are still in an early stage of development but we aim full drum machine functionalities.
Main features:
- Highly customizable graphical interface, including bitmap skins and variable shape widgets.
- Floating tools : realy interesting with multi-screen.
- Skin aware help system that update the images acording to the skin you curently use.
- Plug-in architecture for sound effects.
- Portability : Windows, Mac, Unix
- Cross-platform file compatiblitily.
- Real-time preview and offline rendering for realy complex effect that cant be added real-time on your machine
- Distributed rendering over multiple computers.
- Customizable sound sample packages.
- Customizable keyboard shortcuts.
- Matel Power glove input driver.
Enhancements:
- Code major restructuration
- More performance
- Added XML Skins
- Gui enhancements (drop shadow on labels, centered spinbox label, mousescroll on slidebars)
<<less
Download (1.1MB)
Added: 2005-08-18 License: GPL (GNU General Public License) Price:
1535 downloads
TextTools 2.0.3

TextTools 2.0.3


Texttools packages are an ncurses-based library for the Linux console written in Ada 95. more>>
Texttools packages are an ncurses-based library for the Linux console written in Ada 95.
It contains more than 600 procedures and functions to create windows, draw scroll bars, handle the mouse and keyboard events, play sounds, and much more.
It also provides a thick binding to Linux kernel calls. You can create a wide variety of application programs using Texttools alone.
More than 600 subroutines and a variety of window objects including scroll bars, selection lists and text edit boxes.
Texttools has event queues and supports mice just like X Windows but is much easier to program.
Main features:
- 600 Functions
- I/O Toolkit
- Event Handling
- Standard Dialogs
- Blind Mode for Passwords
- Data Entry Auto-advance
- Tool Tips
- Callback Hooks
- Text Styles
- Keyboard Macros
- Turtle Graphics
- Thick O/S Binding
- Sounds (with wavplay)
- Partial C++ Support
Controls:
- Static Line
- Edit Line
- Simple Button
- Check Box
- Radio Button
- Rectangle
- Lines
- Thermometer
- Scroll Bar
- Static Text Box
- Text Edit Box
- Check List
- Radio List
<<less
Download (0.20MB)
Added: 2006-01-20 License: GMGPL (GNAT Modified GPL) Price:
1372 downloads
Text::Yats 0.03

Text::Yats 0.03


Text::Yats is Yet Another Template System. more>>
Text::Yats is Yet Another Template System.

SYNOPSIS

use Text::Yats;

my $template = < < ENDHTML;
< html >
< head >
< title >$title - $version< /title >
< /head >
< body >
< form >
< select name="names" >< !--{1}-- >
< option $selected >$list< /option >
< !--{2}-- >< /select >
< /form >
< /body >
< /html >
ENDHTML

my $result = "";
my $tpl = Text::Yats- >new(
level = > 1,
text = > $template);

$result .= $tpl- >section- >[0]- >replace(
title = > "Yats",
version = > "Development", );

$result .= $tpl- >section- >[1]- >replace(
list = > [hdias,anita,cubitos],
selected = > { value = > "selected",
array = > "list",
match = > "anita", } );

$result .= $tpl- >section- >[2]- >text;
print $result;

<<less
Download (0.005MB)
Added: 2007-08-10 License: Perl Artistic License Price:
805 downloads
Text::Quote 0.3

Text::Quote 0.3


Text::Quote contains quotes strings as required for perl to eval them back correctly. more>>
Text::Quote contains quotes strings as required for perl to eval them back correctly.

SYNOPSIS

use Text::Quote;

my @quotes=map{$quoter->quote($_,indent=>6,col_width=>60)}(
"The time has come"
the walrus said,
"to speak of many things..."
," 123456abtn13fr16172021222324252627303132e34353637",
("6abtn13fr32e34" x 5),2/3,10,00);
for my $i (1..@quotes) {
print "$var$i=".$quotes[$i-1].";n";
}
Would produce:
$var1=qq"The time has come"ntthetwalrus said,nt"to speak of man.
qqy things...";
$var2=" 123456abtn13fr16172021222324252627".
"303132e34353637";
$var3=("6abtn13fr32e34" x 5);
$var4=0.666666666666667;
$var5=10;
$var6=00;

<<less
Download (0.012MB)
Added: 2007-08-06 License: Perl Artistic License Price:
810 downloads
Text::Graph 0.23

Text::Graph 0.23


Text::Graph is a Perl extension for generating text-based graphs. more>>
Text::Graph is a Perl extension for generating text-based graphs.

SYNOPSIS

use Text::Graph;
blah blah blah

Some data is easier to analyze graphically than in its raw form. In many cases, however, a full-blown multicolor graphic representation is overkill. In these cases, a simple graph can provide an appropriate graphical representation.

The Text::Graph module provides a simple text-based graph of a dataset. Although this approach is not appropriate for all data analysis, it can be useful in some cases.

<<less
Download (0.009MB)
Added: 2006-08-28 License: Perl Artistic License Price:
1153 downloads
PSPL Multi Select Box 1.0.1

PSPL Multi Select Box 1.0.1


PSPL Multi Select Box is an enhanced implementation of the HTML form input element for selecting multiple items from a list. more>>
PSPL Multi Select Box is an enhanced implementation of the HTML form input element for selecting multiple items from a list.

Users can select multiple choices without having to press the ALT button like a normal "select multiple" box. It is easy to customize, and you can easily modify the visual style of PSPL Multi Select Box to match your Web site design or theme.

The project is also compliant to W3C standards, and has been tested with most recent browsers. Unlike normal "select multiple" boxes, PSPL Multi Select Box follows the layer design in IE.
<<less
Download (MB)
Added: 2007-02-09 License: Free To Use But Restricted Price:
987 downloads
Text::Kakasi 2.04

Text::Kakasi 2.04


Text::Kakasi is a perl frontend to kakasi. more>>
Text::Kakasi is a perl frontend to kakasi.

SYNOPSIS

use Text::Kakasi;
# functional
$res = Text::Kakasi::getopt_argv(-JJ, -c, -w);
$str = Text::Kakasi::do_kakasi($japanese_text);
# object-oriented
$obj = Text::Kakasi->new(-JJ, -c, -w);
$str = $obj->get($japanese_text);

This module provides interface to kakasi (kanji kana simple inverter). kakasi is a set of programs and libraries which does what Japanese input methods do in reverse order. You feed Japanese and kakasi converts it to phonetic representation thereof. kakasi can also be used to tokenizing Japanese text. To find more about kakasi, see http://kakasi.namazu.org/ .

Text::Kakasi now features both functional and object-oriented APIs. functional APIs are 100% compatible with ver. 1.05. But to take advantage of "Perl 5.8 Features", you should use OOP APIs instead.

See Text::Kakasi::JP for the Japanese version of this document.

<<less
Download (0.022MB)
Added: 2006-08-28 License: Perl Artistic License Price:
1158 downloads
Text::vFile::toXML 0.03

Text::vFile::toXML 0.03


Text::vFile::toXML can convert vFiles into equivalent XML. more>>
Text::vFile::toXML can convert vFiles into equivalent XML.

SYNOPSIS

This module converts iCalendar (iCal : generically, vFile) files into their (equivalent) XML (xCalendar / xCal) representation, according to Royers IETF Draft (http://tools.ietf.org/html/draft-royer-calsch-xcal-03).

# Enable functional interface
use Text::vFile::toXML qw(to_xml);

# Input filename
my $arg = "input.file";
my $a = Text::vFile::toXML->new(filename => $arg)->to_xml;
my $b = Text::vFile::toXML->new(filehandle =>
do { open my $fh, $arg or die "cant open ics: $!"; $fh }
)->to_xml;

use Text::vFile::asData; # to make the functional example work
my $data =
Text::vFile::asData->new->parse(
do {
open my $fh, $arg
or die "Cant open vFile: $!"; $fh
}
);
my $c = Text::vFile::toXML->new(data => $data)->to_xml;

# Use functional interface
my $d = to_xml($data);

# Now ($a, $b, $c, $d) all contain the same XML string.

<<less
Download (0.005MB)
Added: 2007-08-22 License: Perl Artistic License Price:
793 downloads
Dirty Sand Box 0.5

Dirty Sand Box 0.5


Dirty Sand Box (DSBapp) is a Web-administered, flat-file, Perl portal. more>>
Dirty Sand Box (DSBapp) is a Web-administered, flat-file, Perl portal.
It comes complete with forums, articles, links, download sections, classifieds ads, an image gallery, surveys, messaging, a POP3 mail client, and much more.
Each member profile has its own guest book and user image gallery.
Enhancements:
- A major overhaul was done.
- Perls CGI module (cgi.pm) is now used for all URL and form parsing. An auction, an e-cart, e-cards, subcategories for links and downloads sections, and preview images for downloads were added.
- More security features were added.
<<less
Download (2.9MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
827 downloads
Text::Templar 2.43

Text::Templar 2.43


Text::Templar is a document-generation object class. more>>
Text::Templar is a document-generation object class.

SYNOPSIS

use Text::Templar;

my $template = < title >This is the title: < % METHOD title % >< /title >< /head >

< body >

< % METHOD body % >

< address >
< % METHOD footer % >
< /address >

< /body >
< /html >
EOF

my $templateObject = new Text::Templar
[ $template ];

$templateObject->title( "The Rest of the Story" );
$templateObject->body( @content );
$templateObject->footer( "Page 1" );

print $templateObject->render;

<<less
Download (0.072MB)
Added: 2007-01-05 License: Perl Artistic License Price:
1023 downloads
Freebox 0.3.1

Freebox 0.3.1


Freebox is a script for sending the music played by amarok to a freebox (french ADSL box). more>>
Freebox is a script for sending the music played by amarok to a freebox (french ADSL box).

<<less
Download (0.040MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1084 downloads
OST-Box 0.3.7

OST-Box 0.3.7


OST-Box is (yet another) set-top box program. more>>
OST-Box is (yet another) set-top box program. OST-Boxs goal is to give an easy access to all kind of media and to be easy to extend.
It has an open design : The program itself is mainly a xml/javascript browser. Also, most content is provided via small perl scripts, which are easier to tune to your needs.
Xml introduce a distinction between the interface and the code.
Javascript is a powerfull language when it comes to write lots of simple functionnality.
Perl is very usefull to gather all kind of information (MP3 titles, TV program, detect system configuration, meteo, ...)
Main features:
- Browsing photo collection, with thumbs, zoom, rotations
- Play video clip within your photo collection (with mplayer installed)
- Browsing videos recorded from TV and start them with mplayer...
- Control from a lirc remote is working. Youll have to adjust interface/map.xml to configure your remote key.
- OST-box has multiple language support. Currently, english and french are available.
- It should be easy to add a new language. Have a look into src/interface/ostbox-i18n.xml if you want to help !
<<less
Download (2.7MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
920 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5