largest
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 299
the largest phpBB and IPB forum host phpBB/IPB latest
Forumer? is the leading provider of FREE FORUM HOSTING. With our instant registration you will get the latest version of phpBB as well as Invision Power Board, with many special features and tools. Register your own free forum today, and start more>> Forumer? is the leading provider of FREE FORUM HOSTING. With our instant registration you will get the latest version of phpBB as well as Invision Power Board, with many special features and tools. Register your own free forum today, and start building your community. With Forumer you get: Unlimited Space and Unlimited Bandwidth. You can even attach your own domain name to your forum (in addition to the existing very short free subdomains). You get fShops, ability to remove Ads by earning fBucks etc etc. Great fSkins, fPortals, fSettings, Forumer AntiSpam Engine, Forumer Gatekeeper and many more features! Check it out :) -Are you a Forumer?<<less
Added: 2004-01-16 License: Other Price: $0.00USD
11 downloads
Large Database Backup
This class can be used to backup large MySQL databases into multiple files. It can list the tables of a given MySQL database and generate SQL statements to create and insert records with the current v more>> This class can be used to backup large MySQL databases into multiple files. It can list the tables of a given MySQL database and generate SQL statements to create and insert records with the current values of the table rows, as if it was creating a new database. The class stores the generated SQL statements in files. A full backup process can be split in multiple iterations to not exceed PHP default script execution time limit. Each iteration dumps a limited number of table rows. An iteration can be executed by a script that redirects the page request to itself at the end to proceed to the next iteration.<<less
Added: 2007-07-22 License: GPL Price: Free
836 downloads
ImageRat 0.1
ImageRat scans your webserver for physical directories, automatically generating thumbnails for large images and transforming them into browsable image galleries. Perfect for anyone who wants to be able to upload large numbers of images via their more>> ImageRat scans your webserver for physical directories, automatically generating thumbnails for large images and transforming them into browsable image galleries. Perfect for anyone who wants to be able to upload large numbers of images via their favourite FTP program and have them transformed instantly into image galleries. ImageRat doesnt require a database, has a fully customizable template and language system.<<less
Added: 2008-04-07 License: LGPL Price: $0.00USD
12 downloads
Bidfreelancers
bidfreelancers.com International marketplace for Projects freelancers bidding. Outsourcing freelance jobs helps employers achieve greater efficiency without having large investments in people and technology to achieve ultimate cost savings. Outsourcing more>> bidfreelancers.com International marketplace for Projects freelancers bidding. Outsourcing freelance jobs helps employers achieve greater efficiency without having large investments in people and technology to achieve ultimate cost savings. Outsourcing for a freelancer reduces operating costs and FreelanceXperts.com helps employers gain access to world class professional freelance contractors. Our freelance experts take care of functions which may be difficult to manage and/or provide human resources not easily available internally.<<less
Added: 2005-10-25 License: Freeware Price: $0.00USD
10 downloads
Flash Components
The largest collection of commercial and free Flash components, video loops, sound loops and templates. Our components include scrollers, menus, forms, calendar, charts, 3D, banner ads, news ticker, R more>> The largest collection of commercial and free Flash components, video loops, sound loops and templates. Our components include scrollers, menus, forms, calendar, charts, 3D, banner ads, news ticker, RSS reader, sound player and many more. Free support is offered for all of our products. Our collection is constantly growing.<<less
Added: 2005-10-18 License: Commercial License Price: FreeAdditionalInfoFreedownloadsavailableaswell.
890 downloads
Data Source Management
This is simple script to change the server of one or many data sources. This comes in handy when moving a large number of databases from one server to another. Ive only tested the script on CF 7 but i more>> This is simple script to change the server of one or many data sources. This comes in handy when moving a large number of databases from one server to another. Ive only tested the script on CF 7 but it should also work on CF 6. So far it only works with MSSQL datasources but it could easily be modified to work with other types.<<less
Added: 2007-05-01 License: Freeware Price: Free
907 downloads
LxIRC
A large website allowing users from various content management systems to come together and aid one another in the quest for the perfect website. We also offer the latest ind ownloads for phpnuke, evo more>> A large website allowing users from various content management systems to come together and aid one another in the quest for the perfect website. We also offer the latest ind ownloads for phpnuke, evonuke, joomla, xennobb, smf, phpbb, standard php scripts, html coding support as well as ASP.<<less
Added: 2006-10-18 License: GPL Price: Free
1101 downloads
Amazon Store
Amazon is the largest and most successful online affiliate program, with over 1,000,000 members world-wide. If you have a web site, you can start earning money today and earn up to 10% commissions. The ScriptSocket Amazon Store script makes it easy!. more>> Amazon is the largest and most successful online affiliate program, with over 1,000,000 members world-wide. If you have a web site, you can start earning money today and earn up to 10% commissions. The ScriptSocket Amazon Store script makes it easy!. Available for Amazon.com, Amazon.co.uk and Amazon.de. Simply plug in your affiliate number, name your store and your in business.<<less
Added: 2005-12-01 License: Freeware Price: $0.00USD
21 downloads
Quartz 1.6.5
This job scheduling system can be integrated with, or used along side virtually any J2EE or J2SE application more>>
Quartz 1.6.5 brings you a useful scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application
Applications can vary from the largest e-commerce system to the smallest stand-alone application. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of- tousands of jobs; jobs whose tasks are defined as standard Java components or EJBs.
The Quartz Scheduler includes many enterprise-class features, such as JTA transactions and clustering.
Major Features
- Job Scheduling:
- At a certain time of day (to the millisecond)
- On certain days of the week
- On certain days of the month
- On certain days of the year
- Not on certain days listed within a registered Calendar (such as business holidays)
- Repeated a specific number of times
- Repeated until a specific time/date
- Repeated indefinitely
- Repeated with a delay interval
- Job Execution:
- Jobs can be any Java class that implements the simple Job interface, leaving infinite possibilities for the work the Jobs can perform.
- Job class instances can be instantiated by Quartz, or by the applications framework.
- When a Trigger occurs, the scheduler notifies zero or more Java objects implementing the JobListener and TriggerListener interfaces (listeners can be simple Java objects, or EJBs, or JMS publishers, etc.). These listeners are also notified after the Job has executed.
- As Jobs are completed, they return a JobCompletionCode which informs the scheduler of success or failure. The JobCompletionCode can also instruct the scheduler of any actions it should take based on the success/fail code such as immediate re-execution of the Job.
- Job Persistence:
- The design of Quartz includes a JobStore interface that can be implemented to provide various mechanisms for the storage of jobs.
- With the use of the included JDBCJobStore, all Jobs and Triggers configured as "non-volatile" are stored in a relational database via JDBC.
- With the use of the included RAMJobStore, all Jobs and Triggers are stored in RAM and therefore do not persist between program executions but this has the advantage of not requiring an external database.
- Transactions:
- Quartz can participate in JTA transactions, via the use of JobStoreCMT (a subclas of JDBCJobStore).
- Quartz can manage JTA transactions (begin and commit them) around the execution of a Job, so that the work the Job does happens within a JTA transaction.
- Clustering:
- Fail-over.
- Load balancing.
- Listeners & Plug-Ins:
- Applications can catch scheduling events to monitor or control job/trigger behavior by implementing one or more listener interfaces.
- The Plug-In mechanism can be used add functionality to Quartz, such keeping a history of job executions, or loading job and trigger definitions from a file.
- Quartz ships with a number of "factory built" plug-ins and listeners.
- Runtime Environments:
- Quartz can run embedded within another free standing application
- Quartz can be instantiated within an application server (or servlet container), and participate in XA transactions
- Quartz can run as a stand-alone program (within its own Java Virtual Machine), to be used via RMI
- Quartz can be instantiated as a cluster of stand-alone programs (with load-balance and fail-over capabilities)
Enhancements
- Records in QRTZ_TRIGGER_LISTENERS table are deleted when trigger is paused and resumed
- Logging Trigger History Plugin.trigger Misfired writes incorrect message
- Send Destination Message Job throws naming exception
- Send Queue Message Job throws Class Cast Exception when used with xml plugin acquire Next Trigger executing on Managed Tx Connection when using JobStoreCMT and configured not to acquire triggers within lock
Added: 2009-06-26 License: Other Free / Open Source License - Apache 2.0 License Price: OtherFreeOpenSourceLicenseApache2.0License
21 downloads
Nexista 0.2.2
Nexista is an Open Source PHP5/XML/XSLT development toolkit based on the Fusebox concept and designed to build large XML/ XSL based web applications. more>> Nexista is an Open Source PHP5/XML/XSLT development toolkit based on the Fusebox concept and designed to build large XML/ XSL based web applications.<<less
Added: 2008-05-15 License: LGPL Price: $0.00USD
11 downloads
Animlogos.com 1.0
A large variety of best animated logos from best designers of world. Get powerfull solution of your logo at very low cost and Time. Animlogos.com the name of quality work and design. more>> A large variety of best animated logos from best designers of world. Get powerfull solution of your logo at very low cost and Time. Animlogos.com the name of quality work and design.<<less
Added: 2005-10-07 License: Freeware Price: $0.00USD
14 downloads
Other version of Animlogos.com
MySQLDbSearch 1.1
Search a database for a certain item, name, etc. and have it return what you searched for and a link that corresponds to that item or name that was searched for. Great for small databases and large databases alike. more>> Search a database for a certain item, name, etc. and have it return what you searched for and a link that corresponds to that item or name that was searched for. Great for small databases and large databases alike.<<less
Added: 2005-05-21 License: Freeware Price: $0.00USD
13 downloads
Other version of MySQLDbSearch
License:Freeware
FlashWanted.com - FLA
FlashWanted.com is one of the most complete flash directories today - flash components, JSFL extensions, SWF applets, FLA sources and flash related software. The site has a large user-base and is grow more>> FlashWanted.com is one of the most complete flash directories today - flash components, JSFL extensions, SWF applets, FLA sources and flash related software. The site has a large user-base and is growing rapidly.<<less
Added: 2006-09-29 License: Freeware Price: Free
1131 downloads
Tab Master 1.0
This class dynamically sets the TABINDEX property for a given sequence of controls. So developers have no more to tediously setem all along the web page. It could be useful for forms with a large number of controls. more>> This class dynamically sets the TABINDEX property for a given sequence of controls. So developers have no more to tediously setem all along the web page. It could be useful for forms with a large number of controls.<<less
Added: 2008-05-15 License: GPL Price: $0.00USD
14 downloads
Webtool
Of the shop by the student of urban Stedelijke Nijverheids- & Taalleergangen it was devised. That is nothing else then ordinary test surroundings for a further large design. There is sold nothing more>> Of the shop by the student of urban Stedelijke Nijverheids- & Taalleergangen it was devised. That is nothing else then ordinary test surroundings for a further large design. There is sold nothing on these pages. Someone who has interest with which had been generated of the shop in script. It can download here. There no comments sit in by the fact that it is already simple application and I find also complete it with difficulty to read with comments.<<less
Added: 2004-10-07 License: Freeware Price: Free
1847 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 largest 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