Main > Free Download Search >

Free possibilities script

possibilities

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 132
Simple Facebook Connect 0.5

Simple Facebook Connect 0.5


Simple Facebook Connect is considered to be a versatile and useful WordPress plugin that adds the possibility to interact and use Facebook credentials on the users blog. more>>

Simple Facebook Connect 0.5 is considered to be a versatile and useful WordPress plugin that adds the possibility to interact and use Facebook credentials on the user's blog.

The plugin is built from aother several plugins that add many sorts of Facebook Connect functionalities to a WordPress blog. It works by first activating and setting up the base plugin, which gets basic Facebook Connect functionality working. Then, the add-on plugins will let the owner add small pieces of functionality, one by one.

<<less
Added: 2009-11-07 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
downloads
SourcedFrom 0.5

SourcedFrom 0.5


SourcedFrom is created to be an excellent and useful WordPress plugin that will give users the possibility to publish posts from feeds and authorized WordPress sites. more>>

SourcedFrom 0.5 is created to be an excellent and useful WordPress plugin that will give users the possibility to publish posts from feeds and authorized WordPress sites.

<<less
Added: 2009-09-30 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
downloads
cacheClearer 1.2

cacheClearer 1.2


cacheClearer is known as an effective ColdFusion administrator extension that gives the possibility to clear files or folders out of the cache. more>>

cacheClearer 1.2 is known as an effective ColdFusion administrator extension that gives the possibility to clear files or folders out of the cache.

<<less
Added: 2009-09-29 License: Other Free / Open Source License - Apache 2 License Price: OtherFreeOpenSourceLicenseApache2License
downloads
pptutils 0.8

pptutils 0.8


pptutils is designed as a professional and useful ColdFusion script that gives the possibility to extract pure text and/or slides with (almost) full formatting from PowerPoint presentations. more>> pptutils 0.8 is designed as a professional and useful ColdFusion script that gives the possibility to extract pure text and/or slides with (almost) full formatting from PowerPoint presentations.<<less
Added: 2009-09-29 License: Other Free / Open Source License - Apache 2 License Price: OtherFreeOpenSourceLicenseApache2License
downloads
YaYacc 1.0.1

YaYacc 1.0.1


YaYacc is such a useful and great syntactical analyzer, compatible with the original Yacc in algorithm analysis and perceived language. more>>

YaYacc 1.0.1 is such a useful and great syntactical analyzer, which is compatible with original on algorithm analysis and perceived language with yacc. It generate C++ code. Resulting code can be used in multithreaded applications.

Major Features:

YaYacc guarantees:

  1. Transmission of yacc descriptions to template code on C++ language.
  2. The work of the resulting code the same algorithm LALR(1) as yacc.
  3. Object-oriented method of integration with a lexical analyzer.
  4. The method of integration with resulting application is incapsulated into object Parser, which gives the result of analysis.
  5. The possibility of using some syntactical analyzers for several different input languages in one programm.
  6. The possibility of a parallel implementation of some syntactical analyzers the same input language without mutual interlock.
  7. The possibility of request destruction for objects in stack of analyzer is foresees during restoration from mistakes.
  8. The programm guarantees the possibility of embedding of generated programms in systems, with are functioning 24 hours. The module returns the correct messages about mistakes when configuration or requirements are incorrect; and remain capable to execution other requirements. This fact confirms the reliabity of programm.
  9. Supported platforms:
    • The operational system: FreeBSD
    • The compiler for yayacc: ANSI C.
    • The operation system for a resulting code: any
    • The compiler for a resulting code: ANSI C++.
<<less
Added: 2009-07-29 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
downloads
Flash and JavaScript 3D Physics with Sandy-HX 1

Flash and JavaScript 3D Physics with Sandy-HX 1


Flash and JavaScript 3D Physics with Sandy-HX more>>
Flash and JavaScript 3D Physics with Sandy-HX 1 is a script with the possibility of teaching you the way to carry out 3D physics with your JavaScript or Flash Sandy-HX application. it is free.
<<less
Added: 2009-07-09 License: Freeware Price: $0.00USD
12 downloads
Quartz 1.6.5

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

  1. 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
  2. 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.
  3. 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.
  4. 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.
  5. Clustering:
    • Fail-over.
    • Load balancing.
  6. 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.
  7. 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
<<less
Added: 2009-06-26 License: Other Free / Open Source License - Apache 2.0 License Price: OtherFreeOpenSourceLicenseApache2.0License
21 downloads
WPT Guestbook free 1

WPT Guestbook free 1


Customizable guestbook in ASP.NET 2.0. Available for free, mysql database is necessary. Possibility of modify and delete user posts. more>> Customizable guestbook in ASP.NET 2.0. Available for free, mysql database is necessary. Possibility of modify and delete user posts.<<less
Added: 2009-05-19 License: Freeware Price: $0.00USD
15 downloads
Defactory Platform 2.0

Defactory Platform 2.0


Defactory web platform offers an effective development and running of your website and web applications. Due to its simplicity and modularity platform provides a possibility of development of any functional and large-scale web applications based on years more>> Defactory web platform offers an effective development and running of your website and web applications. Due to its simplicity and modularity platform provides a possibility of development of any functional and large-scale web applications based on years of proven know-how, and abounding with intuitive interface.<<less
Added: 2009-04-28 License: Commercial Price: $0.00USD
11 downloads
dhtmlxWindows :: JavaScript Dialog Windows 2.1

dhtmlxWindows :: JavaScript Dialog Windows 2.1


dhtmlxWindows is a DHTML JavaScript component which allows you to easily implement modal or non-modal dialog boxes. dhtmlxWindows simulate the behaviour of regular OS windows and provide rich possibilities for customization. The dialogs can be closed, more>> dhtmlxWindows is a DHTML JavaScript component which allows you to easily implement modal or non-modal dialog boxes. dhtmlxWindows simulate the behaviour of regular OS windows and provide rich possibilities for customization. The dialogs can be closed, minimized/maximized, resized, put on top, dragged, etc. The content within a window can be populated from external link, or any object from a web page can be attached to it.<<less
Added: 2009-04-16 License: GPL Price: $49.00USD
13 downloads
Observer pattern in PHP

Observer pattern in PHP


Observer pattern is one of the most powerful design patterns. Whole application can be build based on it. This tutorial demonstrates its possibilities. more>> Observer pattern is one of the most powerful design patterns. Whole application can be build based on it. This tutorial demonstrates its possibilities.<<less
Added: 2009-02-25 License: Freeware Price: $0.00USD
13 downloads
PHP calendar with AJAX driven agenda cb_cal_ajphp_04

PHP calendar with AJAX driven agenda cb_cal_ajphp_04


This AJAX driven PHP calendar is made of three parts: the calendar (basic PHP), two OOP Classes (one for the handling of agenda data, one for the handling of the complex agenda form) and the script for the AJAX requests and form validation. Design and more>> This AJAX driven PHP calendar is made of three parts: the calendar (basic PHP), two OOP Classes (one for the handling of agenda data, one for the handling of the complex agenda form) and the script for the AJAX requests and form validation. Design and handling of the dynamic content are separated as it is usefull and loading problems of the calendar are notified with a warning message. This calendar offers two features: actual day and day matching agenda entry. The entry form offers task, location, importance, status, date, start time, end time and a textarea for the task details. One of the main parts is the completely dynamic created form - offering several possibilities of manipulation. Among other things you can enable and disable the input forms. The control over the form content is quiet powerfull: Thanks to arrays it can also be database driven. In the menu modus for example you have the full control over selected values. In total you have the control over ten form elements.<<less
Added: 2009-02-11 License: Freeware Price: $0.00USD
13 downloads
Creative Clans Slide Show version 1.2 1.2

Creative Clans Slide Show version 1.2 1.2


---------- version 1.2 : added the possibility to specify the target window of the links that can be associated to the slides. Until version 1.1, a new window was opened. ---------- A free, small (only 12Kb) flash slide show, that can easily be more>> <<less
Added: 2008-12-21 License: Other Price: $0.00USD
11 downloads
Editable javascript SelectBox

Editable javascript SelectBox


This JavaScript the Code, allows to use SelectBox , simultaneously, is possibility to edit or insert a new option if the necessary element is not present in the list. more>> This JavaScript the Code, allows to use SelectBox , simultaneously, is possibility to edit or insert a new option if the necessary element is not present in the list.<<less
Added: 2008-12-13 License: Freeware Price: $0.00USD
12 downloads
AlphaRSS 2.0

AlphaRSS 2.0


Convert rss feeds to valid xhtml to display syndicated content on your website. AlphaRSS uses a form based installation and is very easy to use. Aggregateas many rss feeds as you wish. You only need to place a bit of code on the spot where you want to more>> Convert rss feeds to valid xhtml to display syndicated content on your website. AlphaRSS uses a form based installation and is very easy to use. Aggregateas many rss feeds as you wish. You only need to place a bit of code on the spot where you want to use the syndicated content. To install and configure AlphaRSS, simply unpack and upload it to your webserver and then run install.php. The installation will guide you through the rest. Configuring AlphaRSS to integrate seamlesly into your website only takes two minutes, and you can aggregate as many RSS feeds as you wish using just one installation. AlphaRSS is an upgrade of HTMLizer and offers many more configuration possibilities, such as how many items to display, how long to cache, which RSS elements to display and much more. Documentationi is included in the download package as well as link to support forum if you require further assitance.<<less
Added: 2008-10-09 License: Other Price: $0.00USD
11 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5