palm freeware
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 167
Yet Another Freeware PDF-Composer 2.0
Yet Another Free PDF-composer can compose PDF documents from picture files and other PDF files. more>>
Yet Another Free PDF-composer can compose PDF documents from picture files and other PDF files, encrypt the created document, and send it to a given email address.
Imagine you need a PDF-printer-like tool, which is able to generate PDF-files from documents, you want print out of your applications on your local machine.
There are plenty of solutions out there on the web, which can do this for you. Now imagine you need a PDF-printer to be shared in your network, which is able to generate PDF-files from documents, the network users print out of their applications.
Youll find some free solutions, which can make this. Further imagine, you want this PDF-printer automatically to apply the letterhead template of your company to the first page, apply the company-logo to all further pages, append a "Terms and Conditions" page to all printed documents, apply some "Watermark Graphic" on all pages to copy-protect your documents, encrypt the document to protect it from unwanted manipulation and automatically mail the document to the user, who initiated the print-job.
Hard to find a free solution on the web, which can do this for you.
Enhancements:
- This is a general code cleanup and feature enhancement release.
- YAFPC uses iText 1.4.4 now and requires Java 1.5 or above.
- Feature enhancements include a large variety of encryption settings, explicit settings for owner and user passwords, and enhanced processing of paper sizes and orientations.
<<lessImagine you need a PDF-printer-like tool, which is able to generate PDF-files from documents, you want print out of your applications on your local machine.
There are plenty of solutions out there on the web, which can do this for you. Now imagine you need a PDF-printer to be shared in your network, which is able to generate PDF-files from documents, the network users print out of their applications.
Youll find some free solutions, which can make this. Further imagine, you want this PDF-printer automatically to apply the letterhead template of your company to the first page, apply the company-logo to all further pages, append a "Terms and Conditions" page to all printed documents, apply some "Watermark Graphic" on all pages to copy-protect your documents, encrypt the document to protect it from unwanted manipulation and automatically mail the document to the user, who initiated the print-job.
Hard to find a free solution on the web, which can do this for you.
Enhancements:
- This is a general code cleanup and feature enhancement release.
- YAFPC uses iText 1.4.4 now and requires Java 1.5 or above.
- Feature enhancements include a large variety of encryption settings, explicit settings for owner and user passwords, and enhanced processing of paper sizes and orientations.
Download (1.2MB)
Added: 2006-10-16 License: GPL (GNU General Public License) Price:
1113 downloads
Palm::Progect::Converter::CSV 2.0.4
Palm::Progect::Converter::CSV is a Perl module to convert between Progect databases and CSV files. more>>
Palm::Progect::Converter::CSV is a Perl module to convert between Progect databases and CSV files.
SYNOPSIS
my $converter = Palm::Progect::Converter->new(
format => CSV,
# ... other args ...
);
$converter->load_records();
# ... do stuff with records
$converter->save_records();
This converts between CSV files and Palm::Progect records and preferences.
The CSV format allows for basic import/export with spreadsheet programs. The CSV file does not look like a tree structure; instead, there is a level column, which indicates the indent level for the current row.
The columns in the format are:
level
The indent level of the record.
description
priority
The priority of the record from 1 to 5, or 0 for no priority.
isAction
isProgress
isNumeric
isInfo
Any record can have one (and only one) of the above types.
If you are going to change the type of a record, remember to set all the other types to false:
isAction isProgress isNumeric isInfo
0 0 0 1
completed
Completed has different values depending upon the type of record. For action items, it is either 1 or 0, for complete or not complete.
For Progress items, it is a number between 1 and 100, indicating a percentage.
For Numeric items it is a number between 1 and 100 indicating the the integer percentage of the numericActual value divided by the numericLimit value.
numericActual
The numerator of a numeric record. If the numeric value of a record is 4/5, then the numericActual value is 4.
numericLimit
The denominator of a numeric record. If the numeric value of a record is 4/5, then the numericLimit value is 5.
DateDue
This is a date in the format specified on the command line with the --csv-date-format option
category
opened
description
note
<<lessSYNOPSIS
my $converter = Palm::Progect::Converter->new(
format => CSV,
# ... other args ...
);
$converter->load_records();
# ... do stuff with records
$converter->save_records();
This converts between CSV files and Palm::Progect records and preferences.
The CSV format allows for basic import/export with spreadsheet programs. The CSV file does not look like a tree structure; instead, there is a level column, which indicates the indent level for the current row.
The columns in the format are:
level
The indent level of the record.
description
priority
The priority of the record from 1 to 5, or 0 for no priority.
isAction
isProgress
isNumeric
isInfo
Any record can have one (and only one) of the above types.
If you are going to change the type of a record, remember to set all the other types to false:
isAction isProgress isNumeric isInfo
0 0 0 1
completed
Completed has different values depending upon the type of record. For action items, it is either 1 or 0, for complete or not complete.
For Progress items, it is a number between 1 and 100, indicating a percentage.
For Numeric items it is a number between 1 and 100 indicating the the integer percentage of the numericActual value divided by the numericLimit value.
numericActual
The numerator of a numeric record. If the numeric value of a record is 4/5, then the numericActual value is 4.
numericLimit
The denominator of a numeric record. If the numeric value of a record is 4/5, then the numericLimit value is 5.
DateDue
This is a date in the format specified on the command line with the --csv-date-format option
category
opened
description
note
Download (0.040MB)
Added: 2006-08-23 License: Perl Artistic License Price:
1157 downloads
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 >
<<lessSYNOPSIS
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 >
Download (0.040MB)
Added: 2006-08-23 License: Perl Artistic License Price:
1160 downloads

WebCalendar 1.1
WebCalendar can be configured as a single-user calendar more>> WebCalendar is a PHP-based calendar application that can be configured as a single-user calendar, a multi-user calendar for groups of users, or as an event calendar viewable by visitors. MySQL, PostgreSQL, Oracle, DB2, Interbase, MS SQL Server, or ODBC is required.
XHTML/CSS compliance
Multi-user support
30 supported languages: Basque, Bulgarian, Chinese-Big5, Chinese-GB2312, Czech, Danish, Dutch, English-US, Estonian, Finnish, French, Galician, German, Greek, Holo-Big5, Hungarian, Icelandic, Italian, Japanese, Korean, Norwegian, Polish, Portuguese_BR, Portuguese, Romanian, Russian, Spanish, Swedish, Turkish, Welsh
Auto-detect users language preference from browser settings
View calendars by day, week, month or year
View another users calendar
View one or more users calendar via layers on top of your own calendar
Add/Edit/Delete users
Add/Edit/Delete events
Repeating events including support for overriding or deleting (exceptions)
Configurable custom event fields
User-configurable preferences for colors, 12/24 time format, Sun/Mon week start
Online help
Checks for scheduling conflicts
Email reminders for upcoming events
Email notifications for new/updated/deleted events
Export events to iCalendar, vCalendar or Palm
Import from iCalendar, vCalendar or Palm
Optional general access (no login required) to allow calendar to be viewed by people without a login (useful for event calendars)
Users can make their calendar available publicly to anyone with an iCalendar-compliant calendar program (such as Apples iCal, Mozilla Calendar or Sunbird)
Publishing of free/busy schedules (part of the iCalendar standard)
RSS support that puts a users calendar into RSS (WebCalendar 1.1+)
Subscribe to "remote" calendars (hosted elsewhere on the net) in either iCalendar or hCalendar formats (WebCalendar 1.1+)
User authentication: Web-based, HTTP, LDAP or NIS.<<less
Download (1.54MB)
Added: 2009-04-03 License: Freeware Price: Free
205 downloads
Alien Arena 2007 6.05
Alien Arena 2006 is the ultimate freeware deathmatch game. more>>
Alien Arena 2006 is the ultimate freeware deathmatch game!
Included are 25 total levels, 9 detailed characters, 8 weapons, 2 vehicles, 5 gameplay modes(DM, TDM, CTF, All Out Assault, Deathball), and much more!
New for Alien Arena 2006 are five mutators(instagib, regeneration, vampire, rocket arena, and low grav), and Deathball, a mode in which you get points by capturing a ball and firing in into a goal.
Eight new levels have been added, as well as alternate firing modes for several of the weapons. The game now runs on version 4.03 of the CRX engine, based on the id Software GPL source codes, and adding nextgen features such as reflective water, shaders, light bloom, improved lighting, and much more, while optimizations allow it to still run extremely fast even on modest systems.
The game now features colored names, an improved console, and an enhanced in-game server browser.
Also available is the "Nightmare Bots" patch, which adds a fourth skill level to the in-game bots, which will challenge even the best players.
<<lessIncluded are 25 total levels, 9 detailed characters, 8 weapons, 2 vehicles, 5 gameplay modes(DM, TDM, CTF, All Out Assault, Deathball), and much more!
New for Alien Arena 2006 are five mutators(instagib, regeneration, vampire, rocket arena, and low grav), and Deathball, a mode in which you get points by capturing a ball and firing in into a goal.
Eight new levels have been added, as well as alternate firing modes for several of the weapons. The game now runs on version 4.03 of the CRX engine, based on the id Software GPL source codes, and adding nextgen features such as reflective water, shaders, light bloom, improved lighting, and much more, while optimizations allow it to still run extremely fast even on modest systems.
The game now features colored names, an improved console, and an enhanced in-game server browser.
Also available is the "Nightmare Bots" patch, which adds a fourth skill level to the in-game bots, which will challenge even the best players.
Download (208.33MB)
Added: 2007-06-17 License: GPL (GNU General Public License) Price:
866 downloads
Slam Soccer 1.01
Slam Soccer is a comic style football game. more>>
Slam Soccer is a comic style football game.
Main features:
- Freeware and open source
- Funny 3d-comic-style
- Enthralling stadium atmosphere
- Keyboard and gamepad control
- 2-player mode
- Career and world cup
- Register in the online hall of fame
- Build your own stadium
- 80 teams
- 20 stadiums
- 10 weather conditions
- 50 adboards
- 10 referees
- 9 commentators (5 German, 2 English, 2 French)
Slam Soccer comes in 3 languages: German, English, French
<<lessMain features:
- Freeware and open source
- Funny 3d-comic-style
- Enthralling stadium atmosphere
- Keyboard and gamepad control
- 2-player mode
- Career and world cup
- Register in the online hall of fame
- Build your own stadium
- 80 teams
- 20 stadiums
- 10 weather conditions
- 50 adboards
- 10 referees
- 9 commentators (5 German, 2 English, 2 French)
Slam Soccer comes in 3 languages: German, English, French
Download (85.5MB)
Added: 2006-06-30 License: GPL (GNU General Public License) Price:
1228 downloads
split3pm for Linux 1.5
split3pm is a tool to extract music segments from a larger MP3 file. more>> split3pm is a tool to extract music segments from a larger MP3 file. For example, you might have a long radio capture in MP3 format and you want to cut out a piece of music from it. Before split3pm you would have had to convert the file to Wave and edit it there; now, you can just tell split3pm the time and duration of one or more audio segments and it will extract the files for you.
split3pm has been tested with very large MP3 files (up to 8 hours long), and is much faster for its purpose than any Waveeditor out there. split3pm is Open Source freeware and is available for both Win32 and Linux.<<less
Download (45KB)
Added: 2009-04-06 License: Freeware Price: Free
200 downloads
OpenGroupware.org 1.1.6
OpenGroupware.org is a set of applications for contact, appointment, project, and content management. more>>
OpenGroupware.org is a set of applications for contact, appointment, project, and content management. OpenGroupware.org is comparable to Exchange and SharePoint portal servers.
It is accessible using Web interfaces and various native clients, including Outlook. Its servers run on almost any GNU/Linux system, can synchronize with Palm PDAs, and are completely scriptable using XML-RPC.
<<lessIt is accessible using Web interfaces and various native clients, including Outlook. Its servers run on almost any GNU/Linux system, can synchronize with Palm PDAs, and are completely scriptable using XML-RPC.
Download (7.6MB)
Added: 2006-08-29 License: LGPL (GNU Lesser General Public License) Price:
1155 downloads
SuperMaze 1.1
SuperMaze is a simple to learn and play humorous non-violent hunt-and-shoot game using Smileys as the main actors. more>>
SuperMaze software is a simple to learn and play humorous non-violent hunt-and-shoot game using Smileys as the main actors in a maze style environment. You dont need more than the cursor keys and the space key to control your Smiley. The aim of the game is simple: Hunt each other and try to reach as first the win score.
There are several different mazes supplied with the game in various sizes and styles. SuperMaze is fully networked and multi platform and so playable on a vast amount of computers. Windows and Linux builds are already available. Needless to say that all platforms may play together in networked games.
The game does not require the very latest hardware. A moderate system with 800 Mhz is sufficient to play. See the Screenshots section for some visual impressions.
SuperMaze is freeware! Download your version of the game right now and play a round with up to 15 of your friends online or in a LAN.
<<lessThere are several different mazes supplied with the game in various sizes and styles. SuperMaze is fully networked and multi platform and so playable on a vast amount of computers. Windows and Linux builds are already available. Needless to say that all platforms may play together in networked games.
The game does not require the very latest hardware. A moderate system with 800 Mhz is sufficient to play. See the Screenshots section for some visual impressions.
SuperMaze is freeware! Download your version of the game right now and play a round with up to 15 of your friends online or in a LAN.
Download (33.9MB)
Added: 2007-06-22 License: Freeware Price:
908 downloads

Phonetic for mac 1.0
A program that translates text to the phonetic alphabet. more>> It is freeware with the source code avaliable. You can run it in Linux or Windows.
Phoneic finds words within telephone numbers. Phonetic also converts phonetic telephone numbers into numeric digits.
All words found within the given telephone number will be listed. If you click on a word, every combination in which that word is included will be displayed.<<less
Download (809.72MB)
Added: 2009-04-21 License: Freeware Price: Free
198 downloads
Navicat MySQL database tool for Linux (Freeware) 8.0.29
Navicat MySQL Manager is a set of graphical database management and monitoring tools for MySQL. Navicat is easy-to-use and powerful. It supports backup/ restore, import/ export data and synchronize database. more>>
Navicat MySQL Manager is a set of graphical database management and monitoring tools for MySQL.
Major features
- This is an all-inclusive mysql front end provides a powerful graphical interface for databases management and maintenance.
- Easy installation and intuitive interface make it an irreplaceable tool for mysql on the web or your local desktop.
- Navicat supports all verions of MySQL and it lets you convert data to/ from MySQL, synchronizes and backups database in a snap through helpful wizards
- Major features of Navicat full version include Visual Query Builder, Import/ Export, Report Builder, Backup/ Restore, SSH and HTTP Tunneling and Data Transfer.
- Navicat also supports to import data from ODBC, batch job scheduling (create schedule for Import/Export, Data Transfer and saved queries),
printing of table structure. It also includes a full featured graphical manager for setting the users and access privileges - Navicat version 8 supports Code Completion, Form View and email Notification Services, etc.
- Navicat is the number 1 MySQL database administration shareware in Download.com with over 350,000 downloads and 1,100,000 installations worldwide. Some of the users including Sony Music, Intel, Kodak, FedEx, KPMG Consulting, Ericsson,
Siemens AG, Yahoo!, NTT DoCoMo (Japan), Hitachi (Japan), Imation, Lexmark, Cisco Systems, RSA Security, Avis (Europe), U.S. Department of Energy, UPS, Disney, Oxford University, Harvard University, NASA Space Flight Center, MIT, Michigan State University, University of Michigan, ... - Navicat delivers a personal experience, simplifying the way you work. The program is also available for Windows and Mac OS X.
Download (0.00KB)
Added: 2009-04-04 License: Freeware Price: $0
210 downloads
SleekOffice 1.1
SleekOffice is a web-based application that allows individuals and workgroups to increase their productivity. more>>
SleekOffice project is a web-based application that allows individuals and workgroups to increase their productivity.
Manage your contacts, calendar items, files, projects and more from one interface! Get more done in less time!
Share and Synchronize Data
SleekOffice features sharing capabilities, allowing you to share information and delegate tasks among team members. Share contacts, calendars, notes and files easily. Additionally, use our sync tool to synchronize your data with Palm Desktop or Microsoft Outlook for mobile productivity!
Enhancements:
- Minor changes have been made to the installation wizard.
- The EULA was updated.
<<lessManage your contacts, calendar items, files, projects and more from one interface! Get more done in less time!
Share and Synchronize Data
SleekOffice features sharing capabilities, allowing you to share information and delegate tasks among team members. Share contacts, calendars, notes and files easily. Additionally, use our sync tool to synchronize your data with Palm Desktop or Microsoft Outlook for mobile productivity!
Enhancements:
- Minor changes have been made to the installation wizard.
- The EULA was updated.
Download (9.9MB)
Added: 2007-01-27 License: Freeware Price:
1002 downloads
Quick Order 1.1
Quick Order provides an ordering system using Java Wireless HTTP Form. more>>
Quick Order provides an ordering system using Java Wireless HTTP Form.
It uses J2ME libraries to submit forms to an HTTP server running PHP and MySQL. It can run on any embedded device that supports Java Wireless, including mobile phones and Palm systems.
It is ideal for making orders in restaurants, point of sale (POS), etc. It supports English and Chinese Big 5 encoding.
Enhancements:
- PASP is used for the server-side language font.
- An HTTP POST method was added to the server.
- A vector is used to allow flexibility of ordered items.
<<lessIt uses J2ME libraries to submit forms to an HTTP server running PHP and MySQL. It can run on any embedded device that supports Java Wireless, including mobile phones and Palm systems.
It is ideal for making orders in restaurants, point of sale (POS), etc. It supports English and Chinese Big 5 encoding.
Enhancements:
- PASP is used for the server-side language font.
- An HTTP POST method was added to the server.
- A vector is used to allow flexibility of ordered items.
Download (0.021MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
987 downloads
Yawet 0.5
Yawet is a Web test tool that allows you to create, run, and debug test cases for Web applications. more>>
Yawet is a Web test tool that allows you to create, run, and debug test cases for Web applications. It is a Java application for version 1.4 or higher.
It features a Swing GUI, verification of HTML, PDF, and XML documents, parametrisation, libraries, HTML frame support, console mode, project files in XML format, integrated HTML tree parsing, and log and report generation.
Yawet is extendable with Java.
Main features:
- Graphical creation of web application tests
- Verification of HTML documents
- Verification of PDF documents
- Verification of XML documents
- Parametrisation
- Reusable libraries
- Huge tests (100000 steps) possible
- testing of multiple browser windows and frames
- use of external browsers
- Console mode
- Project files in xml format
- Integrated html tree parsing
- Log and report generation
- Extendable with Java
- Freeware
- Easy to use
<<lessIt features a Swing GUI, verification of HTML, PDF, and XML documents, parametrisation, libraries, HTML frame support, console mode, project files in XML format, integrated HTML tree parsing, and log and report generation.
Yawet is extendable with Java.
Main features:
- Graphical creation of web application tests
- Verification of HTML documents
- Verification of PDF documents
- Verification of XML documents
- Parametrisation
- Reusable libraries
- Huge tests (100000 steps) possible
- testing of multiple browser windows and frames
- use of external browsers
- Console mode
- Project files in xml format
- Integrated html tree parsing
- Log and report generation
- Extendable with Java
- Freeware
- Easy to use
Download (8.5MB)
Added: 2007-06-26 License: Freeware Price:
512 downloads
Apples Icons for Linux -
9 freeware icons of Apples products. more>> This is one of the Dirceu Veiga's products. This contains 9 freeware icons of Apples products.
Its content includes variations of Cinema Display, eMac and iMac<<less
Download (195KB)
Added: 2009-04-11 License: Freeware Price: Free
198 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 palm freeware 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