Main > Free Download Search >

pc trial software / shareware for linux

pc

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 60
YAFPC-Appliance 4.00

YAFPC-Appliance 4.00


YAFPC-Appliance is a CD-ROM image based on KNOPPIX technology and the PDF composer/printer/mailer YAFPC. more>>
YAFPC-Appliance is a CD-ROM image based on KNOPPIX technology and the PDF composer/printer/mailer YAFPC.
Any PC booted from this CD can act as a PDF print server and provide an unlimited number of network shared virtual PDF printers. The system requirements are low. System configuration can be done via a Web browser from any workstation in your network.
Virtual shared printers can be configured to apply letterheads, watermarks, and appendices to all printed documents. After printing, a document is sent to its owner by email, or can be accessed in a shared folder on the server. Deployment is very simple.
Main features:
- No installation required: The YAFPC-Appliance CD-ROM contains a complete Operating System that can be booted on every PC. Automatic hardware recognition and automatic installation of all required software components are done without any user interaction.
- No client installation required: Each time a client accesses a network shared printer from the YAFPC-Appliance PDF Server the first time, the required printer driver is installed automatically to the clients workstation.
- No user account management required: Each time a user accesses a network shared printer from the YAFPC-Appliance PDF Server the first time, a user account is created "on the fly" and a network shared "home folder" is provided to this user. The user can access this folder to obtain her/his printed PDF documents. Also an email account is created "on the fly". The PDF document is additionally sent to this email account.
- Unlimited number of network shared PDF Printers: The YAFPC-Appliance administrator can create an unlimited number of network shared PDF Printers via the easy to use Browser Interface for Administration. Each PDF Printer can be configured to apply page numbers, special letterheads, watermarks and appendixes to each printed document and encrypt the document for protection against manipulations.
- Unlimited number of different letterheads, watermarks and appendixes: The YAFPC-Appliance administrator can upload multiple files to the YAFPC-Appliance PDF Server to be assigned to each PDF Printer for composing documents.
- Easy creation of email aliases: For printed documents to be sent to the printing user, the users email address is automatically created "on the fly" from her/his username and the given domain name. In case the usernames dont match their email addresses in a network, the YAFPC-Appliance administrator can create an email alias for each user. Aliases are of the form "alice: a.smith@foo.bar".
- Low system requirements: A PC with a Pentium 500 MHz, 256MB RAM and a 1GB Harddrive, a bootable CD-ROM drive and a network interface can act as a YAFPC-Appliance PDF Server in a network with hundreds of users to print and mail their documents. So any PC out of Your "heap of scrap" will do it.
Version restrictions:
- 30-day test license
Enhancements:
- A new "Install to Disk" function was added.
- The system can run as a live CD, installed on a hard disk, or in a virtual machine now.
- The file naming option for virtual printers can be set up to suppress original file extensions in document titles.
<<less
Download (123.9MB)
Added: 2007-07-27 License: Shareware Price: $50
844 downloads
AOcell vSync for PC-BSD 1.1.2

AOcell vSync for PC-BSD 1.1.2


Keep documents on all your computers up-to-date, revert your documents to any time point, track how your documents changed and let you search them with a removable storage device. It runs on FreeBSD, more>>

AOcell vSync is a time machine designed to keep documents on all your computers up-to-date, revert your documents to any time point, track how your documents changed and let you search them with a removable storage device. AOcell vSync combines bulletproof reliability with an extremely easy-to-use interface, and it runs on FreeBSD, Linux, Mac OS X, PC-BSD and Windows.
* Documents on all your computers are up-to-date.
All your documents are up-to-date no matter you are at home or office, on Windows or Mac OS X.
* Carry important documents in your pocket - anytime, anywhere.
All you need is a removable storage device - your documents are stored in it. Removable storage devices like any Flash Drive device in your pocket (iPod, MP3 Player, USB Flash Drive, CompactFlash Card, SD Card, SmartMedia Card, XD Card, Memory Stick PRO, Digital Camera, etc.), external Hard Disk Drive are supported.
* Revert your documents to any time point.
Have you ever wanted to revert your documents to the earlier version? AOcell vSync is the answer.
* View history in a visual way.
With AOcell vSync, you can easily tell how your documents changed.
* Pinpoint your old document in seconds.
Just type in some words. and AOcell vSync will show you the old documents that contain the words in seconds via its full-text search engine.
* Support lots of human languages.
Korean in a Chinese document? German in an English document? No problem. AOcell vSync fully supports UNICODE - the worlds standard for encoding text.
* Support most of document formats.
Microsoft Word, Microsoft Excel, Microsoft PowerPoint, OpenDocument, HTML, PDF, etc.
* Automatic update.
AOcell vSync checks for product updates every specified time interval. If any, AOcell vSync will download and install them. This behavior can be configured or switched off in the Perferences dialog.
* And its suitable for everyone.
It is both affordable to every person and a real value.

Requirements: A standard PC

Whats new in this version: On Mac OS X, fixed that the volume used by AOcell vSync Setup called "AOcell vSync Volume" was considered as a removable storage device.

<<less
Download (44.15MB)
Added: 2009-04-14 License: Shareware Price: $30
192 downloads
PC Network Clone (Home Edition) 1.0

PC Network Clone (Home Edition) 1.0


If you want to install systems with same configuration and software for up to 3 computers, as you noticed, it’s a huge task that costs a lot of time a... more>> <<less
Download (120122KB)
Added: 2009-04-18 License: Shareware Price: $39.95
221 downloads
PureBasic 3.92

PureBasic 3.92


PureBasic is a new high level programming language based on established BASIC rules. more>>
PureBasic is a new "high level" programming language based on established BASIC rules. PureBasic is similar to any other BASIC compiler you may have used, whether for the Amiga or PC. Learning PureBasic is very easy! PureBasic has been created for the beginner and expert alike. Compilation time is really fast. We have put a lot of effort into its realization to produce a fast, reliable and system friendly language.
The syntax is simple but the possibilities are endless with PureBasics advanced features, such as pointers, structures, procedures, dynamically linked lists and much more. The experienced coder will have no problem in gaining access to any of the legal OS structures or API objects.
PureBasic is a portable programming language which currently works on AmigaOS (680x0 and PowerPC), Linux, MacOS X (PowerPC) and Windows computer systems. This means that the same code can be compiled natively the three systems and still use the full power of each. There are no bottlenecks like a virtual machine or a code translator; the generated code produces highly optimized executables regardless of the OS on which it is compiled. The external libraries are mainly written in hand optimized assembler, which produces very fast commands, often much faster than the C/C++ equivalent.
Main features:
- Huge set of internal commands (800+) to quickly and easily build any application or game
- All BASIC keywords are supported
- Very fast compiler which creates highly optimized executables
- No external DLLs, runtime interpreter or anything else required when creating executables
- Procedure support for structured programming with local and global variables
- Access to full OS API for advanced programmers
- Easy but very fast 2D game support trough dedicated libraries (DirectX, SDL, ...)
- Easy and high quality 3D support based on OGRE
- Optimal use of the available hardware by using highly optimized (assembly) commands
- Source code is portable between AmigaOS, Windows, MacOS X and Linux, for games and applications
- Dedicated editor and development environment
- Integrated debugger to easily trace programming bugs.
Technical Features:
- 486, Pentium (Pro, II, III) support
- Built-in arrays, dynamically linked lists, complex structures, pointers and variable definitions
- Supported types: Byte (8 bits), Word (16 bits), Long (32 bits), Float (32 bits) and also user defined types (structures)
- Built-in string types (characters)
- Constants, binary and hexadecimal numbers supported
- Expression reducer (grouping constants and explicit numbers together)
- Standard arithmetic support in respect of sign priority and parenthesis: +, -, /, *, and, or, lsl, asl, lsr, asr
- Very fast compilation (about 300 000 lines/min on a P200)
- Procedure support for structured programming with local and global variables
- All Standard BASIC keywords: If-Else-EndIf, Repeat-Until, etc.
- External library support to manipulate objects like BMP pictures, windows, gadgets, SDL, etc.
- External libraries are fully written in hand optimized assembler for maximum speed and compactness
- The Linux API functions are fully supported as if they were BASIC keywords
Inline assembler
- Precompiled structures with constants files for extra fast compilation
- Configurable CLI compiler
- System friendly, easy to install and use
<<less
Download (4.1MB)
Added: 2006-05-11 License: Shareware Price: $69
1266 downloads
Space Tripper 1.84

Space Tripper 1.84


Space Tripper brings you one of the most hardcore arcade shoot-em-up experiences ever for Linux, Mac & PC. more>>
Space Tripper brings you one of the most hardcore arcade shoot-em-up experiences ever for Linux, Mac & PC.
14 manic levels, set over 4 stunning worlds, Space Tripper takes the shooter concept further than ever before.
Dozens of evil enemies & huge bosses spew laser death till the bitter end. Prepare for thumb blisters!.
Space tripper brings you the very best in retro arcade gaming. No story, No background, No plot and No friends. Its just blast or be blasted.
Inspired from Williams arcade classic , Defender, Space Tripper delivers probably the most furious shoot-em-up of the modern era, combined with state of the art graphics.
If you like your video games tough, then this is for you.
Everything you need comes included.A fast, highly manouvarable craft. Enough gun to take out the universe. Absolutely loads of enemies to obliterate, and some seriously mean bosses. Nothing else comes close for that classic arcade experience.
Holo World
Psychedelic holographic world. Face transforming UFOs and their motherships on the way to a HUGE spider boss!
Mekka World
Blast the defenses on the surface of massive battleships. Tanks, Missile launchers, power generators & turrets. Flak Mania!!
Alien World
Travel to a far off world, inhabited by strange bug creatures and exploding pods. Explore further and come up against strangling worms and a deadly Snake boss.
Aztec World
Mysterious, trap ridden structures, waiting to snare anything curious ( or crazy ) enough to investigate. Not much known about this cursed world ... good luck!
Main features:
- 14 levels spread over 4 worlds
- Full freedom of movement
- Weapon power ups
- Over 20 unique enemies
- Joypad support
- Vibrant 3D engine with particle FX
- Huge end of world bosses
- Furious gameplay
- Display options, for low end machines
Version restrictions:
- Only the first 3 levels from 14 in the full version.
- One world to explore, from 4 in full version.
<<less
Download (5.1MB)
Added: 2006-02-14 License: Shareware Price: $14
1354 downloads
DespeckleHelper 2.0

DespeckleHelper 2.0


DespeckleHelper is the process of removing speckles from images (especially bitmaps created using a scanner). more>>
DespeckleHelper is the process of removing speckles from images (especially bitmaps created using a scanner). Speckles are artifacts which are extra pixels (or collections of extra pixels) that can occur in scanned images because of imperfections in the scanner hardware, or because of dust or dirt being present on the camera, scanning surface or even the document being scanned.
The document structure analysis and character recognition are usually done in several phases:
- scanning
- thresholding
- skew detection and correction
- despeckle or speckle removal
- line removal
- border removal
- detection of preprinted elements (like boxes)
- page orientation detection and correction
- layout analysis
- classification
- character recognition
Each step must be completed well enough for the performance of the sequence and result to be successful. Steps that follow the despeckle are inefficient if the correction fails.
DespeckleHelper provides a successful method for automatically improving the quality of document images and a marked decrease in OCR error rates. The method is easy to use - we view it as a pre-OCR cleanup operation, and it takes a very small amount of the computational effort of the OCR process itself.
DespeckleHelper expects as input a monochrome image.
<<less
Download (1.8MB)
Added: 2006-10-20 License: Shareware Price: $18
1119 downloads
iRep 1.00

iRep 1.00


iRep is a cross platform, two-in-one file compare and synchronization tool. more>>
iRep is a cross platform, two-in-one file compare and synchronization tool. iRep project has been designed to be easy to use and quick to do the job.
iRep can be used to replicate folder changes across your local network, for example, keeping your documents in sync between your laptop and your desktop PC. It can also be used with USB Flash Disks, iPOD or almost any portable storage device.
Main features:
- Super fast file synchronization: iRep will synchronize your files and folders in record time.
- File/folder compare: Easily compare a pair of folders using iRep to find out new, updated and orphaned files and folders.
- Skipped-files-free synchronization (Windows specific) : iRep uses Volume Shadow Copy technology to ensure that no files are skipped during synchronization even if in locked by the system or another application.
- Safe-Sync: Keep backup copies of as many versions of all files deleted or replaced during synchronization.
- Flexible file filtering: Easily set rules to ignore files and/or folders that you dont want to synchronize.
- Pre and post synchronization command execution: Let iRep automatically execute commands immediately before or after synchronizing your files. (Check files for viruses, make a compressed copy of the target folder, etc.)
- Unattended automatic synchronization: Select the interval and the project and let iRep synchronize your files repeatedly and regularly, even when youre away from the computer.
- Informative Logs: Optional detailed logging of all operations.
- 30-day money back guarantee: Been using a registered copy of our software for the last 29 days and 23 hours, but your not satisfied? No problem; youll get your money back, no questions asked.
Version restrictions:
- 15-day free evaluation
<<less
Download (1.7MB)
Added: 2006-05-09 License: Shareware Price: $19
1263 downloads
SSHPro 3.4

SSHPro 3.4


SSHPro is considered as a flexible and effective solution, designed to allow you to transform a standard PC running under MS Windows 2000/2003/XP/VISTA into a multi-function terminal. more>> <<less
Download (4MB)
Added: 2009-10-09 License: Trial Price: USD20.00
downloads
JaSFtp 7.16

JaSFtp 7.16


JaSFtp is a SFtp client with a difference. more>>
JaSFtp project is a SFtp client with a difference.
Not just another SFtp client! JaSFtp is designed with automation in mind, so you do not have to spend time interactively transferring files.
Main features:
- Simple User Interface helps you transfer files interactively, but the Goal is to get you to create advanced SFtp and Ftp tasks that can be scheduled automatically or run manually.
- Automate SFtp to/from an intranet or internet server. Schedule ftp of files between your PC and the server and automatically rename the files based on current month, day or time if needed. SFtp supports wildcards (*). Transfer multiple files at once. Supports subdirectory transfers.
- Scheduler software is very easy to use, yet has very powerful scheduling, tasking and automation capabilities.
- Email Notification of task failure based on task exit code.
- Remote Ftp directory monitor can detect directory change and trigger ftp , zip, copy, delete tasks. Can also detect file size, total files, file modification dates and trigger other tasks if required.
- Local directory monitor works similar to the Remote Ftp directory monitor.
- Zip files and directories using wildcards on schedule. Can append date/time to filename for archive purposes.
- Copy files and directories using wildcards on schedule. Can append date/time to filename for archive purposes.
- Delete files on schedule based on wildcards.
Version restrictions:
- 30 day trial
<<less
Download (24.5MB)
Added: 2006-10-30 License: Shareware Price: $99
1089 downloads
PBXPress Live CD Demo 1.0

PBXPress Live CD Demo 1.0


Unix based VoIP PBX with call recording and PSTN fallback (bootable CD image) more>> PBXpress is a modern-day replacement for traditional PBX systems. Instead of working with wires and cables, it utilizes Internet technologies. In particular, it uses VoIP (voice over IP) technology to transmit calls.
All of your phones are connected and provisioned via an IP network, your calls can be delivered to any place on Earth via Internet at a fraction of the usual cost, and all system configuring is done from your web browser! In addition to new exciting features, PBXpress offers the reliability of good old telephony service: in case of any problem with your Internet connection, PSTN fallback is engaged, and the call goes via one of the telco phone lines.
Worried about who made all those calls to the Dominican Republic? Wish you had some record of your previous verbal agreement with a vendor? Want to analyze whether your new salesperson does the right thing on the phone? No problem: PBXpress can record every Introduction conversation made through it, storing them on CD-ROM or DVD-ROM in a format which can be played back on any computer.
You?e tried to use a residential VoIP company? service in your office, but couldnt get any audio? The most likely reason for this is that your firewall is too strict, and does not allow network traffic to pass. PBXpress can act as a bridge across the firewall for VoIP calls, eliminating such problems.
This demo is a bootable CD. You must burn it as an ISO image file, not a data file. Boot your PC from the CD you have just burned. You may need to access your computer? BIOS setup (typically, press Del or F2 immediately after restarting your computer) in order to set CD-ROM as the first boot device.
As soon as your PC boots from the CD, you will see PBXPress graphical user interface accompanied by the on-screen emulator of the actual PBXPress box LCD. If a CD burns successfully, you will see a progress bar. After the initial phase is finished, you will see an IP address. Point your Web browser to the IP.
<<less
Download (123904K)
Added: 2009-04-08 License: Demo Price: $499
198 downloads
AbleFtp 7.16

AbleFtp 7.16


AbleFtp is an automated Ftp client with a difference. more>>
AbleFtp project is an automated Ftp client with a difference.
Not just another Ftp client! AbleFtp is designed with automation in mind, so you do not have to spend time interactively transferring files.
Main features:
- Simple User Interface helps you transfer files interactively, but the Goal is to get you to create advanced ftp tasks that can be scheduled to automatically or to run manually.
- Automate FTP to/from an intranet or internet server. Schedule ftp of files between your PC and the server; and automatically rename the files based on current month, day or time if needed. Ftp supports wildcards (*). Transfer multiple files at once. Supports subdirectory transfers.
- Scheduler software is very easy to use, yet has very powerful scheduling, tasking and automation capabilities.
- Email Notification of task failure, based on task exit code.
- Remote Ftp directory monitor can detect directory change and trigger ftp , zip, copy, delete tasks. It can also detect file size, total files, file modification dates and then trigger other tasks, if required.
- Local directory monitor works similar to the Remote Ftp directory monitor.
- Zip files and directories using wildcards on a schedule. Can append date/time to filename for archive purposes.
- Copy files and directories using wildcards on a schedule. Can append date/time to filename for archive purposes.
- Delete files on schedule, based on wildcards.
Version restrictions:
- 30 day trial
<<less
Download (24.5MB)
Added: 2006-10-30 License: Shareware Price: $69
1089 downloads
Parallels VM Compressor 1.0.86

Parallels VM Compressor 1.0.86


Parallels VM Compressor is a powerful, easy to use virtual hard disk management tool. more>>
Parallels VM Compressor is a powerful, easy to use virtual hard disk management tool that helps users to significantly reduce the virtual disk size!

Compressor works with all major virtualization solutions, including Parallels Workstation, VMware Workstation, Server or GSX Server, or Microsoft Virtual PC or Virtual Server.
<<less
Download (2.12MB)
Added: 2006-06-28 License: Other/Proprietary License with Free Trial Price:
1216 downloads
BoXplosion 1.0

BoXplosion 1.0


Explode nice blocks on your PC for fun! more>>
New BoXplosion for Linux with cool 3D effects, bright colors and gripping gameplay! An arcade game on speed, combinatorial analysis and logic.

The basic goal is to clear the field that is always being filled up by deleting three or more bricks that stand together.

The game has an unlimited number of levels that become more and more complicated. Enjoy new skins for any taste. Use various bonuses and tricks to explode the oncoming blocks!

Game Rules

The main goal of the game is very simple-to remove color squares from the board. They can be taken out only in blocks of the same color, these blocks are selected when the mouse moves over. Just click on the block to take it out. Single squares cannot be cleared, and when no blocks remain-the game is over. There are two different games:

STRATEGY

Here the goal is just to remove as many squares in few moves as possible. You get two points for every square youve managed to clear at the end of the game the percent of the field left uncleared is counted down. This value is shown on the indicator under the playing field. The new level begins. At the end of it the percent of the squares left on a board is added to the value on indicator. When indicator reaches 100%, the game is over. The goal is to go through as many levels as possible.

ARCADE

In this game you have to remove like-colored blocks that are in clusters so that they couldnt fill the board to the top. Removing big blocks will bring you more points. Youll get extra bonus if you remove extremely big blocks.

To move to the next level you should cope with a certain number of lines that will be added to the board.The speed of the game grows as you move from one level to another.
Bombs that sometimes appear on the board will help you to cope with a level: a click on a bomb of certain color will blow up all the squares of the same color. Clicking on a black bomb will blow up all the squares around it.

Bonuses:
Two bombs lying aflat -delete a horizontal line
Two bombs lying upright - delete a vertical line
Three stars - delete detached squares - those that are not included into blocks
Many stars - delete all blocks on the board
Block - 2 (in strategy) and 3 (in arcade) squares, lying together
Diagonal arrows - all squares of the same color change it into any other color, for instance, all blue squares change into yellow
Round squares - turn the squares on the field from the right to the left and top-down.
<<less
Download (2.5MB)
Added: 2005-04-02 License: Shareware Price: $16
1665 downloads
LinesHelper 2.0

LinesHelper 2.0


LinesHelper can remove the noise lines from faxed documents. more>>
LinesHelper can remove the noise lines from faxed documents.

Faxed documents often contain annoying horizontal lines due to communication noise on the telephone line. Scanned document in some cases, also have horizontal or vertical lines due to the banding or folding of papers. By utilizing LinesHelper these lines can automatically be removed.

The document structure analysis and character recognition are usually done in several phases:

scanning
thresholding
skew detection and correction
despeckle or speckle removal
line removal
border removal
detection of preprinted elements (like boxes)
page orientation detection and correction
layout analysis
classification
character recognition

Each step must be completed well enough for the performance of the sequence and result to be successful. Steps that follow the line removal are inefficient if the correction fails.

LinesHelper finds and removes horizontal and vertical lines and repairs overlapping text and graphics on binary images. The line removal filter can also be configured to reconstruct horizontal and vertical lines, redrawing them straight with smooth edges. LinesHelper expects as input a monochrome image.
<<less
Download (1.8MB)
Added: 2006-10-20 License: Shareware Price: $18
1103 downloads
Ratpastonbus 3.1

Ratpastonbus 3.1


Dont miss your bus anymore! This software displays the minutes left to your next buses in the system tray. A visual indication tells you if you need to hurry. Dont waste your time at the bus stop, dont wait anymore in the rain... Just enter your bus schedule once or have this done automatically for registered users. Paris and Toulouse (France) are already fully supported. It is possible to add a script to support any town in the world! more>>

Ratpastonbus - Dont miss your bus anymore! This software displays the minutes left to your next buses in the system tray. A visual indication tells you if you need to hurry. Dont waste your time at the bus stop, dont wait anymore in the rain... Just enter your bus schedule once or have this done automatically for registered users. Registered users are also warned when its late and time to go home! Paris and Toulouse (France) are already fully supported. It is possible to add a script to support any town in the world! Works with PC, Linux, Mac...


Enhancements:
Version 3.1

Minor updates


Version 3.0

now supports Toulouse and Paris with automatic updates


System Requirements:
<<less
Download (15.3Mb)
Added: 2008-11-16 License: Shareware Price: $7.00
12 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4