Main > Free Download Search >

Free nokia n95 hot key for predictive text software for linux

nokia n95 hot key for predictive text

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 3630
XML From Plain Text 0.03

XML From Plain Text 0.03


XML From Plain Text is a program that reads a file of plain text that contains relatively simple markup, and outputs an XML file more>>
XML From Plain Text (xfpt) is a program that reads a file of plain text that contains relatively simple markup, and outputs an XML file. It is intended to simplify the management of XML data.
The project is not a program that attempts to turn a plain text document into XML. Markup within text is introduced by ampersand characters, but is otherwise "soft". You can define what follows the ampersand, for example, &" to generate a "quote" element. There is also a macro facility that allows for higher level concepts such as chapters, displays, tables, etc.
Enhancements:
- The macro library has been extended to include preface, appendix, colophon, footnote, figure, and table.
- The program has one new directive to enable it to handle "nested" sections such as footnotes.
<<less
Download (0.13MB)
Added: 2007-07-07 License: GPL (GNU General Public License) Price:
840 downloads
Hot Copy (hcp) for Linux 3.1.0

Hot Copy (hcp) for Linux 3.1.0


Snapshots of any Linux Block Device Hot Copy creates an instant point-in-time of any block device while the system is running without interrupting applications. Consistent Point-in-Time Snapshots Hot more>> <<less
Download (3074kb)
Added: 2009-04-10 License: Freeware Price:
197 downloads
Convert Video To Nokia 5800 and others 0.1

Convert Video To Nokia 5800 and others 0.1


Easily convert videos to a Nokia 5800XM mobile phone more>>

Convert Video To Nokia 5800 and others 0.1 is created as a simple service menu entry to easily convert videos to a Nokia 5800XM mobile phone using ffmpeg or convert the files to mpeg4 with aac.

Installation note:

  1. The default folder to put the file is/home/user/.kde/share/kde4/services/ServiceMenus (for user specific)or/usr/share/kde4/services/ServiceMenus (for system wide). If for some reason your folders are different use command kde4-config --path services to find out the right folders.
  2. You can easily change the ffmpeg command just by opening the file with a text editor. Currently the command is:ffmpeg -i %u -f mp4 -vcodec mpeg4 -r 30 -b 2200k -s 640x360 -acodec libfaac -r 32000 -ab 128k -ac 2 -async 1 %u.mp4

Requirements:

  • KDE
<<less
Added: 2009-07-07 License: GPL Price: FREE
12 downloads
Palm::Progect::Converter::Text 2.0.4

Palm::Progect::Converter::Text 2.0.4


Palm::Progect::Converter::Text is a Perl module to convert between Progect databases and Text files. more>>
Palm::Progect::Converter::Text is a Perl module to convert between Progect databases and Text files.

SYNOPSIS

my $converter = Palm::Progect::Converter->new(
format => Text,
# ... other args ...
);

$converter->load_records();

# ... do stuff with records

$converter->save_records();

This converts between Text files and Palm::Progect records and preferences.
The Text format used for import/export looks something like this:
[x] Level 1 Todo item
[10%] Child (progress)
. Child of Child (informational)

[80%] (31/12/2001) Progress item
[ ] Unticked action item
Here is a summary of the various types of records:
[ ] action type
[x] completed action type
< > action type with todo link
completed action type with todo link

[80%] progress type
[4/5] numeric type

. info type

[ ] [5] action type with priority
[ ] (15/7/2001) action type with date

[80%] [5] (15/7/2001) {category} progress type with priority and date and category

[80%] [5] (15/7/2001) {category} progress type with priority and date and category >

<<less
Download (0.040MB)
Added: 2006-08-23 License: Perl Artistic License Price:
1160 downloads
OpenDocument Text Library 0.0.1

OpenDocument Text Library 0.0.1


OpenDocument Text Library for creating OpenDocument text files. more>>
There are some interesting projects (OpenDocumentPHP, OpenDocument Fellowship) around the creation of OpenDocument Text from a Web-application.

Thus far none of these projects yielded a result to create an OpenDocument Text. Therefore - and inspired by an article in the German cumuter magasin ct - I desiced to implement a libary that takes a template document and adds some to it.

<<less
Download (0.037MB)
Added: 2006-09-19 License: GPL (GNU General Public License) Price:
658 downloads
Image Create for PHP 1.1.1

Image Create for PHP 1.1.1


Image Create for PHP is a project which allows you to render text into an image on the fly. more>>
Image Create for PHP is a project which allows you to render text into an image on the fly.

Image Create for PHP is a stand-alone script that allows you to create dynamic text images easily.

<<less
Download (0.005MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
966 downloads
Nokia::File::NFB 0.01

Nokia::File::NFB 0.01


Nokia::File::NFB is a Perl module to create, read and rrite Nokia nfb/nfc phone backup files. more>>
Nokia::File::NFB is a Perl module to create, read and write Nokia nfb/nfc phone backup files.

SYNOPSIS

use Nokia::File::NFB;

my $nfb = new Nokia::File::NFB;

## read in the file phone_backup.nfb.
$nfb->read(phone_backup.nfb);

## print out the phone model the backup file is of.
print "Phone model is ", $nfb->phone(), "n";

## change the phone model to PerlPhone.
$nfb->phone("PerlPhone");

## write out the file as new_phone_backup.nfb.
$nfb->write(new_phone_backup.nfb);

This is used to parse existing or create new files in Nokia NFB or NFC format. NFB is the format used by the Nokia PC Suite Backup and Restore software.
The most interesting part is probably the elements() method. This is used to return each internal file backed up in the NFB file as a Nokia::File::NFB::Element object. These are useful things such as photos, contacts and calendar files.

I dont actually know what the letters NFB or NFC actually stand for, but they are the suffixes used on the backup and copy file created by the Backup and Restore program.

<<less
Download (0.007MB)
Added: 2007-05-24 License: Perl Artistic License Price:
917 downloads
HyperLinked Text 0.1.1

HyperLinked Text 0.1.1


HyperLinked Text project is a Wiki-esque text file format and accompanying viewer. more>>
HyperLinked Text project is a Wiki-esque text file format and accompanying viewer.

HyperLinked Text (Hylt) is both a file format and a viewer for that format.

It uses (almost) flat text files to generate a Wiki-style database of hyperlinked pages, without either the complex markup of HTML or the esoteric database formats in which most Wikis store data.

It is geared towards users who desire a minimal interface between them and their data or like to store their data in formats which can be meaningfully stored in version control systems.

It was developed originally to match both of those goals, specifically for individuals writing fiction and wishing to track inter-character and inter-location relationships.
<<less
Download (0.017MB)
Added: 2006-10-05 License: GPL (GNU General Public License) Price:
1114 downloads
OpenOffice::OODoc::Text 2.032

OpenOffice::OODoc::Text 2.032


OpenOffice::OODoc::Text is a Perl module for the text processing submodule of OpenOffice::OODoc. more>>
OpenOffice::OODoc::Text is a Perl module for the text processing submodule of OpenOffice::OODoc.

This manual chapter describes the text-oriented methods of OpenOffice::OODoc, implemented by the OpenOffice::OODoc::Text class, and inherited by the OpenOffice::OODoc::Document class.

These methods are not essentially dedicated to string processing; they are more precisely focused on text containers. A text container is a document element which can (and must) be used in order to support a text and integrate it at the right place and according to the right presentation rules. The OpenDocument specification defines a lot of such containers, and the present API supports many of them, such as paragraphs, headings, tables (or spreadsheets), lists, sections, and draw pages. Some of these containers can host other containers: for example, a table contains rows, a row contains cells, a section can contain almost everything including other sections, etc.

These features are text-oriented, but can be used on documents of any class, such as spreadsheets or presentations as well as text documents. So, the Text word doesnt mean that the features described in the present manual chapter are dedicated to OpenOffice.org Writer documents only. In the other hand, a few methods cant apply to any document class (ex: creating or retrieving draw pages makes sense with presentation and drawing documents only).

OODoc::Text should not be explicitly used in an ordinary application, because all its features are available through the OpenOffice::OODoc::Document class, in combination with other features. Practically, the present manual is provided to describe the text-oriented features of OpenOffice::OODoc::Document (knowing that these features are technically supported by the OpenOffice::OODoc::Text component of the API).

The OpenOffice::OODoc::Text class is a specialist derivative of OpenOffice::OODoc::XPath for XML elements which describe the text content of OOo/ODF documents. Here, "text content" means containers that can host text containers (i.e. tables, lists...) as well as flat text.
Knowing that the "styles.xml" member of an OpenOffice.org file can contain text (because some style definitions, such as page headers or footers, can contain text), the presently described features can be used against this member as well as the "content.xml" member.

This module should be used in combination with OpenOffice::OODoc::Styles, via the OpenOffice::OODoc::Document class, if the application has to handle detailed presentation parameters of text elements. This is because such parameters are held in styles elements and not in the text elements themselves, according to the principle of separation of content and presentation which is one of the foundations of the OpenDocument format.

<<less
Download (0.21MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
959 downloads
Hot Potato Online 1.2.0

Hot Potato Online 1.2.0


Hot Potato Online is a fast paced arena sport game where players try to explode the opposition using a short-fused potato bomb. more>>
Hot Potato Online is a fast paced arena sport game where players try to explode the opposition using a short-fused potato bomb. Think dodgeball with a grenade!
The generated environment can be used to bounce, corner, and surprise foes.
Main features:
- Up to 4 players
- Team play
- 3 match types fully configurable
- Single player training "bot"
- 4 types of tiles (ground, solid, bounce, holes)
- Lobby and in-game "emotes"
- Last game and total results
- Potato deflection
- Overtime for first position
- Fullscreen / Window options
- In-game music and sounds
Enhancements:
- Players can join games in progress
- Button clicks can be cancelled
- Updated version system
- MSVCP71.DLL part of installation
- Fixed bug where we could not click buttons in the lobby
- Music can again be turned off (was broken since v. 1.1.0)
- Players will see a black screen while waiting for other players.
- Fixed number of "Killed-KilledBy" when playing in teams.
- Linux specific updates
- Statically linked freeglut and glpng
- Ability to change from fullscreen to window mode and vice versa,
- Fixed crash on clients when the server leaves the game,
- Cursor can be moved while loading the lobby.
<<less
Download (15.1MB)
Added: 2006-02-06 License: GPL (GNU General Public License) Price:
1356 downloads
Coefficient 0.9.5

Coefficient 0.9.5


Coefficient is a project-based collaboration platform. more>>
Coefficient is a scalable open source project based collaboration platform that can run in J2EE and web application containers.

It currently provides basic collaboration tools as hot deployable modules. It also provides a workflow engine to help guide projects through their development cycle.
<<less
Download (16MB)
Added: 2005-04-22 License: LGPL (GNU Lesser General Public License) Price:
1647 downloads
Edit by Text Editors 0.1

Edit by Text Editors 0.1


Edit by Text Editors allows you to open a file with Kate, Kwrite, Kedit, Khexedit by a KDE service menu. more>>
Edit by Text Editors allows you to open a file with Kate, Kwrite, Kedit, Khexedit by a KDE service menu.

To install the service menu you must copy editby.desktop in ~/.kde/share/apps/konqueror/servicemenus

<<less
Download (MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
814 downloads
ChinCrypt for linux 0.333

ChinCrypt for linux 0.333


ChinCrypt is a small and easy to use textmode programme for crypting data more>> ChinCrypt is a small and easy to use textmode programme for crypting data. You can encrypt text, executable or for example image file.
Whatever you want.
<<less
Download (10KB)
Added: 2009-04-18 License: Freeware Price: Free
190 downloads
Define Word 0.7.0 for Firefox

Define Word 0.7.0 for Firefox


Define Word is an extension which allows you to look up definition of selected text. more>>
Define Word is an extension which allows you to look up definition of selected text.

Look up definition of selected text using any of several search engines. The list of engines is configurable.

<<less
Download (0.008MB)
Added: 2007-04-17 License: MPL (Mozilla Public License) Price:
922 downloads
Apache::Pod::Text 0.22

Apache::Pod::Text 0.22


Apache::Pod::Text is a mod_perl handler to convert Pod to plain text. more>>
Apache::Pod::Text is a mod_perl handler to convert Pod to plain text.

SYNOPSIS

A simple mod_perl handler to easily convert Pod to Text.

CONFIGURATION

See Apache::Pod::HTML for configuration details.

<<less
Download (0.005MB)
Added: 2006-08-16 License: Perl Artistic License Price:
1164 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5