thin layer
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 31
Thin Upload Pro 1.04
Thin Upload Pro is the jewel in the crown. more>>
Thin Upload Pro is the jewel in the crown. Thin Upload Pro is a combination of all the features found in the entire Thin Upload family of products plus one additional feature; the ability to gzip compress files to save your bandwidth.
The enterprise edition can be used to upload files using either File Transfer (FTP) or Hyper Text Transfer (HTTP) protocols. When used in HTTP mode it can either PUT or POST the files to the server and the file can be protected while in transit with SSL encryption.
If the files are very large and your server does not have the processor or memory to handle it, the files can be sliced into smaller pieces and each slice uploaded separately for reassembly at the server. Interrupted uploads can easily be resumed from the position where it was left off.
If you have already obtained a license of any of our uploaders you can simply upgrade to the enterprise edition by paying the difference between in license feee.
Enhancements:
- Ease of use and stability were improved for resumable large file uploads with Perl.
- A minor bug related to client side image resizing was fixed.
<<lessThe enterprise edition can be used to upload files using either File Transfer (FTP) or Hyper Text Transfer (HTTP) protocols. When used in HTTP mode it can either PUT or POST the files to the server and the file can be protected while in transit with SSL encryption.
If the files are very large and your server does not have the processor or memory to handle it, the files can be sliced into smaller pieces and each slice uploaded separately for reassembly at the server. Interrupted uploads can easily be resumed from the position where it was left off.
If you have already obtained a license of any of our uploaders you can simply upgrade to the enterprise edition by paying the difference between in license feee.
Enhancements:
- Ease of use and stability were improved for resumable large file uploads with Perl.
- A minor bug related to client side image resizing was fixed.
Download (0.092MB)
Added: 2006-09-23 License: Other/Proprietary License with Free Trial Price: $129
1178 downloads
Thin File Putter 2.00 Beta
Thin File Putter is an HTTP PUT method file uploader. more>>
Thin File Putter is a PUT method file uploader. Thin File Putter makes use of the HTTP PUT method to transfer files to the web server. Traditionally files are uploaded using HTTP POST. The POST method however is not specifcally designed for file upload but the PUT method is.
putterThin File Putter is a multiple file uploader with drag and drop capabilities. It will display a progress monitor while the transfer is in progress and resume interrupted uploads.
With the PUT method, multiple files are uploaded as they are without first combining them into a MIME message. As a result no server side decoding is required.
The upload script merely reads the input stream and writes the data to the hard disk.
Thin File Putter is a cross platform solution, it can be used to upload very large files to any web server that supports the PUT method.
Whats New in 1.0.2 Stable Release:
- Fixes a bug that resulted in the applet misrepresenting the uploaded file as as zero on certain occasions.
Whats New in 2.00 Beta Development Release:
- A new progress monitor has been added, and configuration data can be directly embedded into the Web page that contains the applet (instead using a configuration file).
- Perl server side handlers have been improved.
<<lessputterThin File Putter is a multiple file uploader with drag and drop capabilities. It will display a progress monitor while the transfer is in progress and resume interrupted uploads.
With the PUT method, multiple files are uploaded as they are without first combining them into a MIME message. As a result no server side decoding is required.
The upload script merely reads the input stream and writes the data to the hard disk.
Thin File Putter is a cross platform solution, it can be used to upload very large files to any web server that supports the PUT method.
Whats New in 1.0.2 Stable Release:
- Fixes a bug that resulted in the applet misrepresenting the uploaded file as as zero on certain occasions.
Whats New in 2.00 Beta Development Release:
- A new progress monitor has been added, and configuration data can be directly embedded into the Web page that contains the applet (instead using a configuration file).
- Perl server side handlers have been improved.
Download (0.070MB)
Added: 2006-11-03 License: Other/Proprietary License with Free Trial Price: $75
1086 downloads
Thin Slice Upload 1.04
Thin Slice Upload can upload files that are even hundreds of gigabytes in size regardless of the server configuration. more>>
Thin Slice Upload can upload files that are even hundreds of gigabytes in size regardless of the server configuration.
Do you want to upload hundreds of Giga bytes? Or is your website hosted on a shared server? And has the administrator imposed a limit on the maximum allowable upload size? Then Thin Slice Upload is for you.
Thin Slice will break each file down into smaller slices (you decide the chunk size). Each slice is uploaded separately. After all the slices have been uploaded they are reassembled at the server to recreate the original file.
Since the chunk size is configurable you can easily choose a value that is well within the limits imposed by your webserver configuration. For example default installations of the PHP scripting language, one of the most popular choices for handling file uploads is limited to only 2MB. By choosing a chunk size that is less than 2Mb you can easily upload files that are hundreds of megabytes or even gigabytes in size.
What if the users connection gets interrupted while the transfer is in progres? have no fear, Thin Slice will most often be able to resume the file upload from where it was left off. This resumption of file uploads is particularly usefull if your sites visitors are on dialup connections. Even on high speed connection the ability to resume an interrupted upload becomes very usefull when transfering very large files.
Enhancements:
- Ease of use and stability were improved for large file uploads with Perl.
<<lessDo you want to upload hundreds of Giga bytes? Or is your website hosted on a shared server? And has the administrator imposed a limit on the maximum allowable upload size? Then Thin Slice Upload is for you.
Thin Slice will break each file down into smaller slices (you decide the chunk size). Each slice is uploaded separately. After all the slices have been uploaded they are reassembled at the server to recreate the original file.
Since the chunk size is configurable you can easily choose a value that is well within the limits imposed by your webserver configuration. For example default installations of the PHP scripting language, one of the most popular choices for handling file uploads is limited to only 2MB. By choosing a chunk size that is less than 2Mb you can easily upload files that are hundreds of megabytes or even gigabytes in size.
What if the users connection gets interrupted while the transfer is in progres? have no fear, Thin Slice will most often be able to resume the file upload from where it was left off. This resumption of file uploads is particularly usefull if your sites visitors are on dialup connections. Even on high speed connection the ability to resume an interrupted upload becomes very usefull when transfering very large files.
Enhancements:
- Ease of use and stability were improved for large file uploads with Perl.
Download (0.067MB)
Added: 2006-09-05 License: Other/Proprietary License with Free Trial Price: $103
1186 downloads
Thin File Upload 2.0 Beta
Thin File Upload is a general purpose multiple file uploader. more>>
Thin File Upload is a general purpose multiple file uploader. Once Thin Upload is installed on your website, visitors will be able to send you their files simply by dropping them the designated area of their browser.
With traditional HTML form based uploads, each transfer is limited to a handlfull of files. With Thin Upload thousands of files and folders can be sent at once. A browse button can also be displayed for users who may prefer it, this button can also be used to select multiple files and folders.
Another difference between HTML forms and our applet is that the maximum upload size can be checked before a single byte has been transfered saving bandwidth. Another feature of the applet is its ability to display a progress monitor while the files are in transit.
As the name suggests Thin Upload is an ultra thin client that is compatible with all popular server side scripting/programming languages such as PHP, Perl, ASP.NET etc. At just 50 Kilo Bytes it loads almost instantly.
Enhancements:
- The applet can now be controlled by directly embedding configuration directives into the Web page that contains the applet.
- A new progress monitor has been added.
<<lessWith traditional HTML form based uploads, each transfer is limited to a handlfull of files. With Thin Upload thousands of files and folders can be sent at once. A browse button can also be displayed for users who may prefer it, this button can also be used to select multiple files and folders.
Another difference between HTML forms and our applet is that the maximum upload size can be checked before a single byte has been transfered saving bandwidth. Another feature of the applet is its ability to display a progress monitor while the files are in transit.
As the name suggests Thin Upload is an ultra thin client that is compatible with all popular server side scripting/programming languages such as PHP, Perl, ASP.NET etc. At just 50 Kilo Bytes it loads almost instantly.
Enhancements:
- The applet can now be controlled by directly embedding configuration directives into the Web page that contains the applet.
- A new progress monitor has been added.
Download (0.063MB)
Added: 2006-10-05 License: Other/Proprietary License with Free Trial Price: $61
1143 downloads
Thin Image Upload 2.0 Beta
Thin Image Upload is a drag and drop image uploader for embedding in Web pages. more>>
Thin Image Upload is a drag and drop image uploader for embedding in Web pages. Thin Image Upload has the ability to resize images on the client side.
Files that are not images can be filtered out to save bandwidth. The applet is equipped with a progress monitor that will display a thumbnail of each image as its uploaded.
Thin Image Upload is compatible with a wide range of server-side scripting languages. Before you begin the installation please make sure that your scripting engine has been correctly configured and your server is capable of accepting a file upload.
With PHP
Place the test.html page and upload.php (included in the zip file) on your webserver. Point your browser at test.html and carry out a form based file upload. It will help to ensure that your server is correctly configured to accept file uploads.
Open thinupload.properties in your text editor. Change the url property so that it points to the upload.php you placed on your server. Now move this file along with ThinImageDemo.jar and applet.php into a folder in your webspace.
Edit upload.php and set the save path for your uploaded files. Make sure the webserver has permissions to write to this directory. Thats it.
The upload.php is a sample PHP script provided to get you started on drag and drop file upload. You may need to modify the script for a better fit with your website or web application.
With Perl
Please copy upload.cgi to your /cgi-bin/ directory and change its permissions to 755. Move test-perl.html to a folder outside the cgi-bin and open it using your browser and test your server configuration by trying out a form based file upload.
Edit thinupload.properties so that the url parameter now points to the upload.cgi script inside the cgi-bin folder. Now move japplet.html, ThinUploadDemo.jar and thinupload.properties to your server. change the upload.cgi to set the save path.
With Other Technologies
Thin upload will work with any scripting/programming language that can accept a file upload. If you are using a techonology other than perl or PHP, please follow the instructions in your developers manual to set up file uploading. Then simply replace the html form with japplet.html. Make sure to edit the properties file so that the url property points to the script that will accept the incoming files.
Whats New in 1.04 Stable Release:
- A minor bug related to client side image resizing was fixed.
Whats New in 2.0 Beta Development Release:
- Photos can be watermarked.
- Interrupted uploads can be resumed.
- A new progress monitor has been added, and the applet can be more easily configured.
<<lessFiles that are not images can be filtered out to save bandwidth. The applet is equipped with a progress monitor that will display a thumbnail of each image as its uploaded.
Thin Image Upload is compatible with a wide range of server-side scripting languages. Before you begin the installation please make sure that your scripting engine has been correctly configured and your server is capable of accepting a file upload.
With PHP
Place the test.html page and upload.php (included in the zip file) on your webserver. Point your browser at test.html and carry out a form based file upload. It will help to ensure that your server is correctly configured to accept file uploads.
Open thinupload.properties in your text editor. Change the url property so that it points to the upload.php you placed on your server. Now move this file along with ThinImageDemo.jar and applet.php into a folder in your webspace.
Edit upload.php and set the save path for your uploaded files. Make sure the webserver has permissions to write to this directory. Thats it.
The upload.php is a sample PHP script provided to get you started on drag and drop file upload. You may need to modify the script for a better fit with your website or web application.
With Perl
Please copy upload.cgi to your /cgi-bin/ directory and change its permissions to 755. Move test-perl.html to a folder outside the cgi-bin and open it using your browser and test your server configuration by trying out a form based file upload.
Edit thinupload.properties so that the url parameter now points to the upload.cgi script inside the cgi-bin folder. Now move japplet.html, ThinUploadDemo.jar and thinupload.properties to your server. change the upload.cgi to set the save path.
With Other Technologies
Thin upload will work with any scripting/programming language that can accept a file upload. If you are using a techonology other than perl or PHP, please follow the instructions in your developers manual to set up file uploading. Then simply replace the html form with japplet.html. Make sure to edit the properties file so that the url property points to the script that will accept the incoming files.
Whats New in 1.04 Stable Release:
- A minor bug related to client side image resizing was fixed.
Whats New in 2.0 Beta Development Release:
- Photos can be watermarked.
- Interrupted uploads can be resumed.
- A new progress monitor has been added, and the applet can be more easily configured.
Download (0.069MB)
Added: 2006-10-17 License: Other/Proprietary License with Free Trial Price:
1200 downloads
Silent Wings Simulator 1.06
The Silent Wings Simulator is a highly realistic flight simulator. more>>
Silent Wings Simulator game is a highly realistic flight simulator, designed to give high training value for soaring pilots as well as great fun for everyone interested in flight simulation.
The dynamic behavior is based on accurate models from computational aerodynamics, and new techniques for terrain modeling support sceneries of virtually unlimited size and detail.
Learn how to keep control during extreme maneuvers or climb the thermals into the fully volumetric cumulus clouds. Experience the excitement of low altitude hang-flying along spectacular mountain ridges, or simply load a GPS log to replay your own or your fellow pilots real life flight.
Aerodynamics
The aerodynamics in the simulator is governed by true physical principles in that the force field acting on the glider is computed from local air flow over the wing profiles as well as position and movement of the control surfaces (elevator, aileron, rudder). The force field is represented by a multitude of local force vectors giving rise to correct behavior, even in asymmetric situations like for example side-slip, stall, aero towing and entrance into thermals.
Sceneries
The sceneries in Silent Wings are based on a breakthrough in level-of-detail (LOD) technology that integrates triangulated topographic models, terrain textures, linear features and physical objects in a unified framework geared towards real time visualization. This technology scales almost perfectly with data sizes and allows in principle any resolution for real time rendering.
Weather
The weather model is constructed through realistic simulation of the physical systems for thermals and wind layers. Thermals are based on ground heat capacity models deduced from spectral analysis of certain satellite images. With this as a basis the complete thermal cycle, including rise of warm air, build-up of cumulus clouds, inflow of cool air, and evaporation of the cumulus clouds, is simulated to give high visual and physical realism.
In fact, the user can judge ground, wind and cloud characteristics in the same way as he does during real physical soaring, and find that the atmospheric properties behave as he would expect.
Aircraft
Silent Wings contains 4 flyable aircraft ranging from the sturdy G-103 Twin II trainer to the open class Antares self-launcher. All aircraft have animated moving parts and fully functional 3D cockpits. The wings are flexing naturally in respons to the aerodynamic situation.
The current library of aircraft is planned to be extended, not only with sailplanes, but also other types of flying vehichles.
<<lessThe dynamic behavior is based on accurate models from computational aerodynamics, and new techniques for terrain modeling support sceneries of virtually unlimited size and detail.
Learn how to keep control during extreme maneuvers or climb the thermals into the fully volumetric cumulus clouds. Experience the excitement of low altitude hang-flying along spectacular mountain ridges, or simply load a GPS log to replay your own or your fellow pilots real life flight.
Aerodynamics
The aerodynamics in the simulator is governed by true physical principles in that the force field acting on the glider is computed from local air flow over the wing profiles as well as position and movement of the control surfaces (elevator, aileron, rudder). The force field is represented by a multitude of local force vectors giving rise to correct behavior, even in asymmetric situations like for example side-slip, stall, aero towing and entrance into thermals.
Sceneries
The sceneries in Silent Wings are based on a breakthrough in level-of-detail (LOD) technology that integrates triangulated topographic models, terrain textures, linear features and physical objects in a unified framework geared towards real time visualization. This technology scales almost perfectly with data sizes and allows in principle any resolution for real time rendering.
Weather
The weather model is constructed through realistic simulation of the physical systems for thermals and wind layers. Thermals are based on ground heat capacity models deduced from spectral analysis of certain satellite images. With this as a basis the complete thermal cycle, including rise of warm air, build-up of cumulus clouds, inflow of cool air, and evaporation of the cumulus clouds, is simulated to give high visual and physical realism.
In fact, the user can judge ground, wind and cloud characteristics in the same way as he does during real physical soaring, and find that the atmospheric properties behave as he would expect.
Aircraft
Silent Wings contains 4 flyable aircraft ranging from the sturdy G-103 Twin II trainer to the open class Antares self-launcher. All aircraft have animated moving parts and fully functional 3D cockpits. The wings are flexing naturally in respons to the aerodynamic situation.
The current library of aircraft is planned to be extended, not only with sailplanes, but also other types of flying vehichles.
Download (30MB)
Added: 2006-03-17 License: Shareware Price: $83
820 downloads
WeatherMaster 1.0
WeatherMasters game purpose is to build a rainbow across all the sky while cleaning the landscape from raindrops. more>>
WeatherMasters game purpose is to build a rainbow across all the sky while cleaning the landscape from raindrops and thereby scattering the clouds.
A game includes 50 levels and combines unsophisticated, classic, easy-to-learn game play and an original action.
Mastering the game is facilitated by prompts. The game provides for bonuses that make a playing process varied and unforeseeable.
Not everybody is endowed with the ability to set fine weather, to scatter the clouds, to build a rainbow. You will be given such a chance in our game. It is not so easy, especially at first (as the weather gets better, it is easier to build a rainbow). Only those daring and decisive will set about it and when they manage to succeed they will be rewarded by the beauty appearing before them.
The beautiful landscape is saddened only by the gloomy cloud from where multicolored drops fall now and then. Drops fall on the land and remain there in layers.
<<lessA game includes 50 levels and combines unsophisticated, classic, easy-to-learn game play and an original action.
Mastering the game is facilitated by prompts. The game provides for bonuses that make a playing process varied and unforeseeable.
Not everybody is endowed with the ability to set fine weather, to scatter the clouds, to build a rainbow. You will be given such a chance in our game. It is not so easy, especially at first (as the weather gets better, it is easier to build a rainbow). Only those daring and decisive will set about it and when they manage to succeed they will be rewarded by the beauty appearing before them.
The beautiful landscape is saddened only by the gloomy cloud from where multicolored drops fall now and then. Drops fall on the land and remain there in layers.
Download (6.4MB)
Added: 2007-07-19 License: Shareware Price: $19
827 downloads
Dirk Dashing: Secret Agent! 1.04
Save the world from the forces of E.V.I.L.! more>>
Save the world from the forces of E.V.I.L.!
Dirk Dashing is the number one operative in the top-secret organization called G.O.O.D. (Government Operatives On Duty), whose mission is to protect the world from terrorists and power-mad megalomaniacs. His missions take him to many exotic locales, where he must face dangerous enemies, avoid traps, and solve baffling puzzles in order to save the day!
As Dirk Dashing, you have been assigned to recover the seven largest diamonds in the world, which have been stolen from a museum exhibit by the international jewel thief, Pique Pockette. Your mission takes you to the Bavarian Alps of Southern Germany, where you will explore thirty spectacular, hand-painted levels in search of the stolen diamonds. Along the way, you will collect stolen loot and battle a horde of E.V.I.L. agents who are also hunting for the diamonds.
Main features:
- No blood, no gore, no fist-fights - Dirk throws knockout gas grenades and uses other non-lethal means to defeat his enemies
- 30 huge levels to explore, including 3 secret levels - each level is packed with secret areas and hidden treasures
- Cool spy gadgets that help you complete your mission
- A wide variety of hand-drawn, animated characters
- Spectacular hand-painted graphics, done with acrylic paints and watercolors
- Parallax scrolling with up to 16 graphic layers, for an exciting 3D look
- A rich collection of zany cartoon sound effects
- An original, upbeat music soundtrack
- Play using keyboard, joystick, or game pad
- Ability to save your game progress at any point
Dirk Dashing: Secret Agent runs natively on Linux, without the need for any third-party emulation software like WINE or Cedega. The game is compatible with SUSE 10, SUSE 10.1, Fedora Core 5, Debian, Ubuntu 6.0.6, and most recent Linux distributions.
<<lessDirk Dashing is the number one operative in the top-secret organization called G.O.O.D. (Government Operatives On Duty), whose mission is to protect the world from terrorists and power-mad megalomaniacs. His missions take him to many exotic locales, where he must face dangerous enemies, avoid traps, and solve baffling puzzles in order to save the day!
As Dirk Dashing, you have been assigned to recover the seven largest diamonds in the world, which have been stolen from a museum exhibit by the international jewel thief, Pique Pockette. Your mission takes you to the Bavarian Alps of Southern Germany, where you will explore thirty spectacular, hand-painted levels in search of the stolen diamonds. Along the way, you will collect stolen loot and battle a horde of E.V.I.L. agents who are also hunting for the diamonds.
Main features:
- No blood, no gore, no fist-fights - Dirk throws knockout gas grenades and uses other non-lethal means to defeat his enemies
- 30 huge levels to explore, including 3 secret levels - each level is packed with secret areas and hidden treasures
- Cool spy gadgets that help you complete your mission
- A wide variety of hand-drawn, animated characters
- Spectacular hand-painted graphics, done with acrylic paints and watercolors
- Parallax scrolling with up to 16 graphic layers, for an exciting 3D look
- A rich collection of zany cartoon sound effects
- An original, upbeat music soundtrack
- Play using keyboard, joystick, or game pad
- Ability to save your game progress at any point
Dirk Dashing: Secret Agent runs natively on Linux, without the need for any third-party emulation software like WINE or Cedega. The game is compatible with SUSE 10, SUSE 10.1, Fedora Core 5, Debian, Ubuntu 6.0.6, and most recent Linux distributions.
Download (15.8MB)
Added: 2007-06-19 License: Shareware Price: $19
859 downloads
Corel Photo-Paint 9
Corel Photo-Paint is the well known image creation and photo editing application. more>>
Corel PHOTO-PAINT is an application with a long history and one that I have used off and on for as many years. This latest Version 9 is not all that different in outward appearance and the included feature set than the previous Version 8, or even 7 for that matter.
However, using this new Version 9 was a much better experience because of what I can best describe as refinement. Before getting into how Corel PHOTO-PAINT 9 performed, let me first describe what the package contains and generally what it is designed to do. The name PHOTO-PAINT is about as broadly descriptive as you can get for such an image-editing product.
It has the tools, processes, and brushes that computer artists need for painting and digital photographers require to acquire images from scanners and digital cameras, color correct, manipulate, and incorporate in a publishable document containing not just photographic images, but graphic design elements and standard text and manipulated type fonts.
In addition to the main paint and image-editing application, Corel also includes Bitstream Font Navigator 3.0 to organize, view, and select fonts stored in your operating system. Canto Cumulus 4.0 is an acclaimed professional digital asset management application; Adobe Acrobat Reader for access to documentation in Acrobat .PDF format on disc; DigiMarc Digital Watermarking to record your copyright within images; Human Software Squizz an image morphing utility; Corel Capture 9 to record and save screenshots; and Corel Script Editor to automate processes.
The features within Corel PHOTO-PAINT 9 are more extensive than just about any image editor consumer software product currently available. They include in part:
Artistic media brushes that may be used directly and as cloning brushes to paint or repaint using all kinds of natural painting effects as well as more imaginative options.
Layered object effects can be created to manipulate, composite, as well as add graphic elements like type with drop shadows over a photographic image.
You can either open or save to a wide variety of graphics file types making resources created in a number of different applications available, as well as creating images in PHOTO-PAINT that can be used in other applications, including Adobe Photo-shop, MetaCreations painter, among others.
Ixla digital camera support is built-in providing easy access to the images stored by most of the popular brands and models of cameras.
Full support is included for HTML output to create content for web publishing.
Encapsulated PostScript Export includes enhanced color management to assure high quality printing and output to offset press reproduction.
Images created in PHOTO-PAINT may be output in PDF format for web or offset printing targets.
A Wizard is included which makes output to a pre-press service bureau easy.
More extensive and controllable access support of color management is included, incorporating the selection of one of a number of standard color workspaces with ICC profiles which may be imbedded in output files.
And in Corel tradition the package includes a clip art library of 1200 items, 1500 royalty free photos, 750 floating objects, and 300 TrueType fonts.
<<lessHowever, using this new Version 9 was a much better experience because of what I can best describe as refinement. Before getting into how Corel PHOTO-PAINT 9 performed, let me first describe what the package contains and generally what it is designed to do. The name PHOTO-PAINT is about as broadly descriptive as you can get for such an image-editing product.
It has the tools, processes, and brushes that computer artists need for painting and digital photographers require to acquire images from scanners and digital cameras, color correct, manipulate, and incorporate in a publishable document containing not just photographic images, but graphic design elements and standard text and manipulated type fonts.
In addition to the main paint and image-editing application, Corel also includes Bitstream Font Navigator 3.0 to organize, view, and select fonts stored in your operating system. Canto Cumulus 4.0 is an acclaimed professional digital asset management application; Adobe Acrobat Reader for access to documentation in Acrobat .PDF format on disc; DigiMarc Digital Watermarking to record your copyright within images; Human Software Squizz an image morphing utility; Corel Capture 9 to record and save screenshots; and Corel Script Editor to automate processes.
The features within Corel PHOTO-PAINT 9 are more extensive than just about any image editor consumer software product currently available. They include in part:
Artistic media brushes that may be used directly and as cloning brushes to paint or repaint using all kinds of natural painting effects as well as more imaginative options.
Layered object effects can be created to manipulate, composite, as well as add graphic elements like type with drop shadows over a photographic image.
You can either open or save to a wide variety of graphics file types making resources created in a number of different applications available, as well as creating images in PHOTO-PAINT that can be used in other applications, including Adobe Photo-shop, MetaCreations painter, among others.
Ixla digital camera support is built-in providing easy access to the images stored by most of the popular brands and models of cameras.
Full support is included for HTML output to create content for web publishing.
Encapsulated PostScript Export includes enhanced color management to assure high quality printing and output to offset press reproduction.
Images created in PHOTO-PAINT may be output in PDF format for web or offset printing targets.
A Wizard is included which makes output to a pre-press service bureau easy.
More extensive and controllable access support of color management is included, incorporating the selection of one of a number of standard color workspaces with ICC profiles which may be imbedded in output files.
And in Corel tradition the package includes a clip art library of 1200 items, 1500 royalty free photos, 750 floating objects, and 300 TrueType fonts.
Download (180MB)
Added: 2005-08-12 License: Shareware Price: $100
1053 downloads
VMWare Workstation 6.0 (Build: 45731) Final
VMWare allows you to run virtual machines inside Linux. more>>
VMware Workstation is powerful desktop virtualization software for software developers/testers and IT professionals who want to streamline software development, testing and deployment in their enterprise.
VMware Workstation software allows the users to run multiple x86-based operating systems, including Linux, Windows, and NetWare, and their applications simultaneously on a single PC in fully networked, portable virtual machines no hard drive partitioning or rebooting required.
Shipping for more than six years and winner of more than a dozen major product awards, VMware Workstation improves productivity and flexibility, and reduces costs so dramatically that it has become an indispensable tool for software development and IT professionals worldwide.
Main features:
- Streamline software development and testing operations. Create multiple development and testing environments as virtual machines on a single PC and use them to test "real world" multi-tier configurations, complex networks, and multiple operating systems and applications all on a single machine.
- Improve team collaboration. The portability and hardware-independent properties of virtual machines, coupled with new features in VMware Workstation, lets users easily share development environments and pre-packaged testing configurations without risk, and also facilitates collaboration between development and QA.
- Enhance the productivity of IT professionals. Allows system administrators and other enterprise IT professionals to test software, including new applications, application updates, and operating system patches, in virtual machines prior to deployment on physical PCs or servers in a production environment. IT help desk departments can create and reference a virtual library of end-user configurations to help them resolve problems more quickly.
- Introduce virtual infrastructure to your enterprise. Virtual machines created in Workstation can be deployed to the other desktop and server virtualization platforms offered by VMware. Introducing VMware Workstation virtualization to the desktop is an ideal first step to transforming your physical IT infrastructure into virtual infrastructure.
VMware Workstation works by creating fully isolated, secure virtual machines that encapsulate an operating system and its applications. The VMware virtualization layer maps the physical hardware resources to the virtual machines resources, so each virtual machine has its own CPU, memory, disks, and I/O devices, and is the full equivalent of a standard x86 machine. VMware Workstation installs onto the host operating system and provides broad hardware support by inheriting device support from the host.
Enhancements:
http://www.vmware.com/support/ws6/doc/releasenotes_ws6.html
<<lessVMware Workstation software allows the users to run multiple x86-based operating systems, including Linux, Windows, and NetWare, and their applications simultaneously on a single PC in fully networked, portable virtual machines no hard drive partitioning or rebooting required.
Shipping for more than six years and winner of more than a dozen major product awards, VMware Workstation improves productivity and flexibility, and reduces costs so dramatically that it has become an indispensable tool for software development and IT professionals worldwide.
Main features:
- Streamline software development and testing operations. Create multiple development and testing environments as virtual machines on a single PC and use them to test "real world" multi-tier configurations, complex networks, and multiple operating systems and applications all on a single machine.
- Improve team collaboration. The portability and hardware-independent properties of virtual machines, coupled with new features in VMware Workstation, lets users easily share development environments and pre-packaged testing configurations without risk, and also facilitates collaboration between development and QA.
- Enhance the productivity of IT professionals. Allows system administrators and other enterprise IT professionals to test software, including new applications, application updates, and operating system patches, in virtual machines prior to deployment on physical PCs or servers in a production environment. IT help desk departments can create and reference a virtual library of end-user configurations to help them resolve problems more quickly.
- Introduce virtual infrastructure to your enterprise. Virtual machines created in Workstation can be deployed to the other desktop and server virtualization platforms offered by VMware. Introducing VMware Workstation virtualization to the desktop is an ideal first step to transforming your physical IT infrastructure into virtual infrastructure.
VMware Workstation works by creating fully isolated, secure virtual machines that encapsulate an operating system and its applications. The VMware virtualization layer maps the physical hardware resources to the virtual machines resources, so each virtual machine has its own CPU, memory, disks, and I/O devices, and is the full equivalent of a standard x86 machine. VMware Workstation installs onto the host operating system and provides broad hardware support by inheriting device support from the host.
Enhancements:
http://www.vmware.com/support/ws6/doc/releasenotes_ws6.html
Download (MB)
Added: 2007-05-09 License: Shareware Price: $189
930 downloads
NeroLINUX 3.0.1.3
NeroLINUX is a comprehensive, yet flexible application provided you have some prior knowledge of CD/DVD technologies. more>>
NeroLINUX application is a comprehensive, yet flexible application provided you have some prior knowledge of CD and DVD technologies. Heres some additional information assist you:
Main features:
- NeroLINUX uses NeroAPI for low-level operations (burn process)
- Autodetection and support for all types of internal CD and DVD recorders supported by NeroAPI 6.6
- Autodetection and support for all types of external CD and DVD recorders connected to the USB port and supported by NeroAPI 6.6
- Kernel optimizations
- Ultra Buffer support
- Supports hot plug for external USB devices, without any application restart
- Stores and reloads compilations in XML format
- Fully compatible with FreeDB, to automatically get disc information over the Internet
- Supports the new 2.6 IDE driver interface (non SCSI emulation)
- Audio encoding and decoding done on-the-fly, using external utilities (mpg123, ogg123)
- Supports 2.4 and 2.6 kernel flavors
- Provided as RPM or Debian package for easy installation
Functionalities:
NeroLINUX is able to burn the following formats
- Data CDs/DVDs (ISO9660, UDF and UDF/ISO9660 Bridge)
- Bootable CDs/DVDs using the El-Torito standard
- Audio CDs (CD TEXT Infos can be added)
- Mix Mode CDs
- Enhanced CDs (CD EXTRA)
- CD and DVD Images (ISO, NRG and Cue Sheets)
- Ability to burn multisession CD/DVD
- Double Layer DVDs
- Copy CD or DVD as under Windows
- Image Recorder is available
- Digital Audio Extraction for audio tracks
Supported platforms (32-bit):
- SuSE Linux 8.0
- SuSE Linux 8.1
- SuSE Linux 8.2
- SuSE Linux 9.0
- SuSE Linux 9.1
- SuSE Linux 9.2
- Red Hat Linux 7.2
- Red Hat Linux 7.3
- Red Hat Linux 8.0
- Red Hat Linux 9
- Red Hat Enterprise Linux 3
- Fedora Core 1
- Fedora Core 2
- Fedora Core 3
- Debian GNU/Linux 3.0 (with Kernel 2.4 or above)
<<lessMain features:
- NeroLINUX uses NeroAPI for low-level operations (burn process)
- Autodetection and support for all types of internal CD and DVD recorders supported by NeroAPI 6.6
- Autodetection and support for all types of external CD and DVD recorders connected to the USB port and supported by NeroAPI 6.6
- Kernel optimizations
- Ultra Buffer support
- Supports hot plug for external USB devices, without any application restart
- Stores and reloads compilations in XML format
- Fully compatible with FreeDB, to automatically get disc information over the Internet
- Supports the new 2.6 IDE driver interface (non SCSI emulation)
- Audio encoding and decoding done on-the-fly, using external utilities (mpg123, ogg123)
- Supports 2.4 and 2.6 kernel flavors
- Provided as RPM or Debian package for easy installation
Functionalities:
NeroLINUX is able to burn the following formats
- Data CDs/DVDs (ISO9660, UDF and UDF/ISO9660 Bridge)
- Bootable CDs/DVDs using the El-Torito standard
- Audio CDs (CD TEXT Infos can be added)
- Mix Mode CDs
- Enhanced CDs (CD EXTRA)
- CD and DVD Images (ISO, NRG and Cue Sheets)
- Ability to burn multisession CD/DVD
- Double Layer DVDs
- Copy CD or DVD as under Windows
- Image Recorder is available
- Digital Audio Extraction for audio tracks
Supported platforms (32-bit):
- SuSE Linux 8.0
- SuSE Linux 8.1
- SuSE Linux 8.2
- SuSE Linux 9.0
- SuSE Linux 9.1
- SuSE Linux 9.2
- Red Hat Linux 7.2
- Red Hat Linux 7.3
- Red Hat Linux 8.0
- Red Hat Linux 9
- Red Hat Enterprise Linux 3
- Fedora Core 1
- Fedora Core 2
- Fedora Core 3
- Debian GNU/Linux 3.0 (with Kernel 2.4 or above)
Download (14.1MB)
Added: 2007-08-10 License: Shareware Price: $19
503 downloads
oXygen XML editor 8.2 (Eclipse plugin)
oXygen is an XML editor that supports any XML document. more>>
oXygen is an XML editor that supports any XML document.
The simple and elegant look of the < oXygen/ > combined with the complete coverage of the XML editing features have made it popular in both the corporate and academic worlds. oXygen XML editor provides the necessary tools for the document creation and presentation.
The documents can be created and validated against any user defined schema. The smart context sensitive editing saves time and guarantees a minimum number of validation errors. The documents can be published in a wide range of formats including HTML, PDF, PostScript using the built-in or external processors.
Developers can use < oXygen/ > for authoring document schemas and for editing and debugging the XSL stylesheets needed for the presentation layer. The integration with the document repositories is made through the WebDAV, Subversion and FTP. protocols.
Enhancements:
- This release brings the first XQuery debugger against a native XML database, allowing users of the MarkLogic 3.2 database to debug their XQuery code.
- ISO Schematron support was added, also covering ISO Schematron embedded in XML Schema or Relax NG, abstract patterns, and included Schematron schemas. It has the capability to view very large files and multi-line find/replace support.
- Working with modules (XML external entities, included/imported stylesheets, XQuery modules, etc.) is now supported.
<<lessThe simple and elegant look of the < oXygen/ > combined with the complete coverage of the XML editing features have made it popular in both the corporate and academic worlds. oXygen XML editor provides the necessary tools for the document creation and presentation.
The documents can be created and validated against any user defined schema. The smart context sensitive editing saves time and guarantees a minimum number of validation errors. The documents can be published in a wide range of formats including HTML, PDF, PostScript using the built-in or external processors.
Developers can use < oXygen/ > for authoring document schemas and for editing and debugging the XSL stylesheets needed for the presentation layer. The integration with the document repositories is made through the WebDAV, Subversion and FTP. protocols.
Enhancements:
- This release brings the first XQuery debugger against a native XML database, allowing users of the MarkLogic 3.2 database to debug their XQuery code.
- ISO Schematron support was added, also covering ISO Schematron embedded in XML Schema or Relax NG, abstract patterns, and included Schematron schemas. It has the capability to view very large files and multi-line find/replace support.
- Working with modules (XML external entities, included/imported stylesheets, XQuery modules, etc.) is now supported.
Download (31.7MB)
Added: 2007-05-08 License: Shareware Price:
926 downloads
Gear Pro 6
Gear Pro is a professional CD and DVD recording capability. more>>
Gear Pro is a professional CD and DVD recording capability.
As the most comprehensive DVD/CD-Recording software package for professionals, GEAR PRO Linux incorporates the latest DVD/CD-Recordable technology for Imaging, Mission Critical Archiving, CAD/CAM and Graphics Storage, Title Development, and Pre-master Testing.
GEAR allows you easily and cost effectively store text, large data sets, software, database, audio/video files and back-up information on compact disc with full control over the formatting and mastering process. GEAR Software is pleased to announce that GEAR PRO Linux now supports IDE DVD recorders!
Main features:
- Supports all current Linux kernel releases
- Creation of CD and DVD images for all industry standard disc types including CD-Audio, CD-ROM, CD-XA, Enhanced CD, DVD-ROM, DVD-Video and DVD-Audio
- DVD mastering capabilities for both single and dual sided discs
- Physical format support for mastering DVD-5, DVD-9, DVD-10 and DVD-18
- Able to format discs using ISO9660, UDF (Universal Disc Format), Rockridge and Joliet file extensions
- Comprehensive CD and DVD recorder support for all industry standard media types including DVD+R/RW, DVD-R/RW, DVD+R dual-layer, DVD-RAM, CD-R and CD-RW
- Support for DLT, Exabyte, and DDS/DAT recording devices for creating DDP (Disc Description Protocol) master tapes
- Conversion of CD and DVD discs or projects to industry standard DDP 1.0 or 2.1 images for professional disc mastering
- Jukebox and autoloader management for in-house mastering, unattended disc replication and multi-disc recording of large data sets for disc duplication
- Batch file scripting capability allows for unattended recording or backup operations to CD and DVD
- Support for links, pipes, device special files, etc with permission and group handling
- Complete command and message-logging capability provides for documentation, post process diagnostics and improved error resolution
- Easy to use Graphical User Interface
Functionality:
- back up mission-critical data to CD and DVD media
- pre-master audio, video, software and game titles
- archive graphics, databases, email, third-party generated data files, music, digital photos and video
- Create cross-platform discs compatible with Windows, UNIX and Mac platforms
- replicate DVD and CD discs using a jukebox
- distribute documents, marketing materials, and other data on a CD or DVD
- copy non-protected DVDs and CDs
- extract content from CD and DVD
- use the media in your CD or DVD recorder for near-line incremental storage
Formatting:
- Supports all CD and DVD formats including CD-Audio, DDP, CD-ROM, CD-XA, Enhanced CD, DVD-ROM, DVD-Video and DVD-Audio
- Provides DVD mastering for single or dual layer discs
- Allows the import of DVD-Video disc images (VIDEO_TS folders) for the creation of DVD-Video titles
- Enables the creation and manipulation of all industry standard file systems and file extensions including ISO9660, UDF 1.02 to UDF 2.5, Rock Ridge and Joliet
- Fast virtual image building requiring less than 5% of the total image size to record
- Direct-to-disc recording of files to UDF volumes
Recorder Support:
- Supports all of the latest CD and DVD recordable drives as well as most legacy devices
- Supports jukeboxes and media changers
- Automatically initiates support for new recorders (automatic drive recognition) without requiring driver or configuration file updates
- Supports test writing, CD and DVD recording speed setting, C2 error checking, multi-session disc creation, disc formatting and other advanced recorder features
- Enables all recording methods including track-at-once, disc-at-once, session-at-once, raw recording and fixed and variable packet writing
- Provides the capability to extract data and audio tracks (ripping)
- Allows direct disc-to-disc CD and DVD copying
<<lessAs the most comprehensive DVD/CD-Recording software package for professionals, GEAR PRO Linux incorporates the latest DVD/CD-Recordable technology for Imaging, Mission Critical Archiving, CAD/CAM and Graphics Storage, Title Development, and Pre-master Testing.
GEAR allows you easily and cost effectively store text, large data sets, software, database, audio/video files and back-up information on compact disc with full control over the formatting and mastering process. GEAR Software is pleased to announce that GEAR PRO Linux now supports IDE DVD recorders!
Main features:
- Supports all current Linux kernel releases
- Creation of CD and DVD images for all industry standard disc types including CD-Audio, CD-ROM, CD-XA, Enhanced CD, DVD-ROM, DVD-Video and DVD-Audio
- DVD mastering capabilities for both single and dual sided discs
- Physical format support for mastering DVD-5, DVD-9, DVD-10 and DVD-18
- Able to format discs using ISO9660, UDF (Universal Disc Format), Rockridge and Joliet file extensions
- Comprehensive CD and DVD recorder support for all industry standard media types including DVD+R/RW, DVD-R/RW, DVD+R dual-layer, DVD-RAM, CD-R and CD-RW
- Support for DLT, Exabyte, and DDS/DAT recording devices for creating DDP (Disc Description Protocol) master tapes
- Conversion of CD and DVD discs or projects to industry standard DDP 1.0 or 2.1 images for professional disc mastering
- Jukebox and autoloader management for in-house mastering, unattended disc replication and multi-disc recording of large data sets for disc duplication
- Batch file scripting capability allows for unattended recording or backup operations to CD and DVD
- Support for links, pipes, device special files, etc with permission and group handling
- Complete command and message-logging capability provides for documentation, post process diagnostics and improved error resolution
- Easy to use Graphical User Interface
Functionality:
- back up mission-critical data to CD and DVD media
- pre-master audio, video, software and game titles
- archive graphics, databases, email, third-party generated data files, music, digital photos and video
- Create cross-platform discs compatible with Windows, UNIX and Mac platforms
- replicate DVD and CD discs using a jukebox
- distribute documents, marketing materials, and other data on a CD or DVD
- copy non-protected DVDs and CDs
- extract content from CD and DVD
- use the media in your CD or DVD recorder for near-line incremental storage
Formatting:
- Supports all CD and DVD formats including CD-Audio, DDP, CD-ROM, CD-XA, Enhanced CD, DVD-ROM, DVD-Video and DVD-Audio
- Provides DVD mastering for single or dual layer discs
- Allows the import of DVD-Video disc images (VIDEO_TS folders) for the creation of DVD-Video titles
- Enables the creation and manipulation of all industry standard file systems and file extensions including ISO9660, UDF 1.02 to UDF 2.5, Rock Ridge and Joliet
- Fast virtual image building requiring less than 5% of the total image size to record
- Direct-to-disc recording of files to UDF volumes
Recorder Support:
- Supports all of the latest CD and DVD recordable drives as well as most legacy devices
- Supports jukeboxes and media changers
- Automatically initiates support for new recorders (automatic drive recognition) without requiring driver or configuration file updates
- Supports test writing, CD and DVD recording speed setting, C2 error checking, multi-session disc creation, disc formatting and other advanced recorder features
- Enables all recording methods including track-at-once, disc-at-once, session-at-once, raw recording and fixed and variable packet writing
- Provides the capability to extract data and audio tracks (ripping)
- Allows direct disc-to-disc CD and DVD copying
Download (MB)
Added: 2006-11-17 License: Shareware Price: $799
1081 downloads
Blazix for Linux 1.2
Blazix is a high-performance full-featured Java application server. more>> Blazix can be used as an Application Server or as a full Web Server (serving HTML files and images in addition to the standard application server workload.)
Blazix provides the Java technologies of Servlet 2.3, JSP 1.2, EJB 1.1 and JMS 1.0.2. It also includes an implementation of HTTP/1.1 and is written entirely in Java. It can be used as a full web server all by itself, or as an application server that provides Java services to another web server.
Blazix provides numerous powerful features including support for no-single-point-of-failure clustering for load balancing and failover, live EJB and Web archive deployments and updates, Secure Socket Layer web services, transaction management, security and more.<<less
Download (1.48MB)
Added: 2009-04-03 License: Shareware Price: $99
204 downloads
Beeweeb Internet File Server 2.0
The easy VPN alternative to access and share files over the Internet more>> Beeweeb Internet File Server Workgroup 2.0 is a secure application to access your Linux/Unix file server through the Internet and share files with Windows or Mac workstations, as you would within a LAN.
It includes SSL encryption and allows direct access to remote files avoiding HTTP/FTP downloading and uploading.
Users log on to the server by means of a thin free client (Beeweeb Mapper) with address and password.
Impressively easy to install and configure, it immediately improves the communication among different office locations, employees, sales force, partners and anybody needs to access and share files and even databases with you.
Scalable to serve up to thousands of users it is a perfect solution for ISPs and Hosting Providers looking forward to offering innovative online storage, backup and file-sharing services.<<less
Download (372KB)
Added: 2009-04-08 License: Shareware Price: $439
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 thin layer 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