multiple platforms
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 10759

Multiple Applicator 6.8
Windows GUI for some of the best Command Line applications. more>> Multiple Applicator adjusts the power of some from the best command line applications, under the Windows environment and according to the simple user needs. With Multiple Applicator you can proceed to: Defragment, Files Compressing and Extraction, Icons Management, Text Files Joining, Files Sreddering, System Tray applications morphing, File Splitting.<<less
Download (2.79MB)
Added: 2006-09-25 License: Freeware Price: Free
1144 downloads
Other version of Multiple Applicator
License:Freeware

Multiple Alarms & Stopwatch 1
Multiple Alarms & Stopwatch is a very flexible and effective tool which can help you and your kids to arrange daily tasks more>>
Multiple Alarms & Stopwatch 1 is a very flexible and effective tool which can help you and your kids to arrange daily tasks, like finishing breakfast in 10 minutes and play piano for the next 20 minutes and take the dog for a walk for another 20 minutes. Ever getting frustrated to arrange a daily schedule for you kids or just yourself.
Enhancements: Version 1 is a bug fixing release.
Download (565.9KB)
Added: 2008-03-16 License: Freeware Price: $0.00
downloads
Multiple Processor Monitor 3.0
Multiple Processor Monitor is a free widget that will monitor the processor activity of multiple CPU/core systems more>> Multiple Processor Monitor 3.0 provides you a convenient widget which is designed to monitor the processor activity of multiple CPU/core systems. It will monitor up to four CPUs.
Requirements: Yahoo Widget Engine
Download (33KB)
Added: 2009-01-29 License: Freeware Price: FREE
50 downloads
Other version of Multiple Processor Monitor
License:Freeware
Multiple File Renaming Tool 1.0
Provides quick drag and drop renaming of files, useful for renaming MP3s or images for web uploading. Changing of multiple filenames extensions. more>>
Provides quick drag and drop renaming of files, useful for renaming MP3s or images for web uploading. Changing of multiple filenames extensions.
<<less Download (101K)
Added: 1999-08-14 License: Freeware Price:
3780 downloads
Multiple City Traffic 2.0.4
Multiple City Traffic widget allows you to view and monitor the traffic in several city areas. more>>
Displays incident hotspots and/or traffic congestion for the various metro areas available on www.traffic.com.
The user can select the city from the preferences window.
Based off the traffic Widgets by Justin Campbell and John Teague.
Multiple City Traffic widget displays, right on your desktop, maps showing the current traffic situation in that area.
<<lessThe user can select the city from the preferences window.
Based off the traffic Widgets by Justin Campbell and John Teague.
Multiple City Traffic widget displays, right on your desktop, maps showing the current traffic situation in that area.
Download (441KB)
Added: 2007-03-16 License: Freeware Price:
958 downloads
NuSphere Technology Platform 5.2
Apache, Perl & PHP Free Package more>> NuSphere Technology Platform is an integrated distribution of the most recent versions of Apache web server, PHP, and Perl along with other necessary development and administrating tools.<<less
Download (41.5M)
Added: 2008-11-09 License: Freeware Price:
352 downloads
Multiple Message Blinker 3.0
Blinks any number of messages more>> The script blinks any number of messages/images. Adjustable: speed, pause, size, background - color or image - and number of blinks. Pauses with mouse over too. Any HTML code allowed. Cross Browser: Windows and Linux - ie4+, opera7+, ns4+, ns6+, Mozilla (Firefox ...). On MAC OS X, Unix: Safari, ie5+, Mozilla.<<less
Download (16KB)
Added: 2005-05-25 License: Freeware Price: Free
1616 downloads
Multiple Message Scroller 3.0
Scrolls up any number of messages more>> Scrolls up any number of messages as large as desired. Once a messages left the area next one comes in. Adjustable: Size, Background and SPEED (LIVE too). Allows any basic HTML code, including Hyperlinks. Cross-Browser: ie4+, opera7+, ns4+, ns6+, Mozilla (Firefox ...). On MAC OS X, Unix: Safari, ie5+, Mozilla.<<less
Download (16KB)
Added: 2005-05-25 License: Freeware Price: Free
1617 downloads
Multiple News Scroller 3.0
Scrolls to left any number of messages more>> Scrolls left any number of messages as large as desired. Once a messages left the area next one comes in. Adjustable: Size, Background and SPEED (LIVE too). Allows most basic HTML code, including Hyperlinks. Cross-Browser: ie4+, opera7+, ns4+, ns6+, Mozilla (Firefox ...). On MAC OS X, Unix: Safari, ie5+, Mozilla.<<less
Download (16KB)
Added: 2005-05-25 License: Freeware Price: Free
960 downloads
BEA WebLogic Platform 10.2
Enterprises have been building mission-critical applications using Java for over 10 years. During this decade the tools have gotten richer, the environments more complex, and the demands ever more>> <<less
Download (list)
Added: 2008-10-24 License: Freeware Price:
2506 downloads

BlogTrader Platform 1.0.2 build 2052
BlogTrader Platform is an open source stock technical analysis tool built on pure Java. Humai Trader will also be a platform for custom indicators and charts more>> <<less
Download (6.1MB)
Added: 2006-04-08 License: Freeware Price:
83 downloads
Mortgage Calculator 1.6
Useful and needed mortgage calculator more>> Useful and needed mortgage calculator
Useful and needed mortgage calculator that will show you how much your mortgage payments would be.
Version restrictions:
- Only windows platforms (ME, 9x, 2000, XP)
Download (150KB)
Added: 2008-10-06 License: Freeware Price: FREE
382 downloads
Multiple File Search & Replace 1.5
Find and replace text in multiple files more>> When you are developing or supporting a large website, containing many pages and complex code, it is often necessary to make changes in several files simultaneously, in order to add new text or links to different pages, alter descriptions, keywords and other metatags, fix non-functioning links, redesign or optimize pages for search engines. For these purposes we have developed Multiple Find & Replace Tools.<<less
Download (338KB)
Added: 2007-05-10 License: Freeware Price: $0.00
928 downloads
Apache Ant for Windows 1.7.1
A Java-based build tool more>> Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Makes wrinkles.
Why another build tool when there is already make, gnumake, nmake, jam, and others? Because all those tools have limitations that Ants original author couldnt live with when developing software across multiple platforms. Make-like tools are inherently shell-based -- they evaluate a set of dependencies, then execute commands not unlike what you would issue in a shell. This means that you can easily extend these tools by using or writing any program for the OS that you are working on. However, this also means that you limit yourself to the OS, or at least the OS type such as Unix, that you are working on.
Makefiles are inherently evil as well. Anybody who has worked on them for any time has run into the dreaded tab problem. "Is my command not executing because I have a space in front of my tab!!!" said the original author of Ant way too many times. Tools like Jam took care of this to a great degree, but still have yet another format to use and remember.
Ant is different. Instead of a model where it is extended with shell-based commands, Ant is extended using Java classes. Instead of writing shell commands, the configuration files are XML-based, calling out a target tree where various tasks get executed. Each task is run by an object that implements a particular Task interface.
Granted, this removes some of the expressive power that is inherent by being able to construct a shell command such as `find . -name foo -exec rm {}`, but it gives you the ability to be cross platform -- to work anywhere and everywhere. And hey, if you really need to execute a shell command, Ant has an task that allows different commands to be executed based on the OS that it is executing on.<<less
Download (11.12MB)
Added: 2008-08-22 License: Freeware Price: Free
481 downloads
Other version of Apache Ant for Windows
couldnt live with when developing software across multiple platforms. Make-like tools are inherently shell-based -- they evaluate a set of dependencies, then execute commands not unlike whatLicense:Freeware
SQLCreator 2.0
A graphical SQL database query and development tool. more>> SQLCreator is a graphical SQL database query and development tool. The main design goal for SQLCreator was to build a highly functional SQL client that would work with multiple relational databases across multiple platforms. SQLCreator makes use of database metadata, where possible, to enable greater productivity and allow a richer environment.
SQLCreator has been built using Java and JDBC technologies, allowing for unsurpassed cross-platform functionality. SQLCreator is built to run on multiple platforms, against multiple databases offering the same level of functionality on each.
SQLCreator is an SQL query / developer tool designed to interact with many diverse relational database management systems.
Built using Java technology, SQLCreator offers a multiplatform solution for database interrogation and development. Additionally, the combination of Java with JDBC connectivity allows SQLCreator to interact with a vast array of diverse SQL databases.
Features
The following is a list of features available within SQLCreator:
Multiple Database Support
SQLCreator works with the majority of enterprise databases, including Oracle, Cache, SQLServer and DB2. Additionally SQLCreator can work with many popular open source and embedded databases, including MySQL, PostgreSQL, HSQLDB, Cloudscape and SAPDB
Multiple Connections
SQLCreator is capable of multiple concurrent connections to the same and different data sources.
Advanced SQL Editor Support
In addition to the standard editing facilities (Undo, Redo, Cut, Copy, Paste, Find, Replace, etc.) the SQL editor supports syntax highlighting and code completion on tables, columns and keywords.<<less
Download (21.40MB)
Added: 2008-08-15 License: Freeware Price: Free
884 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 multiple platforms 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