days of
Historical Volatility
Historical Volatility is designed to be a professional and useful script that help you much with calculating the annualized historical volatility for a stock over the previous n trading days. more>> Historical Volatility is designed to be a professional and useful script that help you much with calculating the annualized historical volatility for a stock over the previous n trading days.<<less
PHP Calendars
In this tutorial we will learn, how to create a calendar script in PHP. more>> PHP Calendars is an effective guide which lets you learn how to create a calendar script in PHP. First of all try to collect the necessary information which are important to display the actual month and highlight the actual day. Besides this want to display the actual month and year informations as well. To do this need 3 special days informations: The actual day, The first day of the actual month ,The last day of the actual month<<less
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
JSdateclass 1.0
A set of several date/time computations is performed by the Javascript class: it finds the days between two dates, the gaps between two times, checks bisextile years, the days from the begin or to the end of an year. more>> A set of several date/time computations is performed by the Javascript class: it finds the days between two dates, the gaps between two times, checks bisextile years, the days from the begin or to the end of an year.<<less
Clock Snow Applet 2008
Another suite of 6 applets derived from the same family as The Trinity Christmas applet suite; this one uses a view of a venerable old clock that has served Stourbridge town for well over a century; the image also takes in a part of town which dates more>> Another suite of 6 applets derived from the same family as The Trinity Christmas applet suite; this one uses a view of a venerable old clock that has served Stourbridge town for well over a century; the image also takes in a part of town which dates back to the days of the Hugenot glassmakers: a festively lit section of the lower highstreet with the halftimbered Mitre Inn in the foreground. All six applets use a set of common components in differing ways; All six use the same Ice font in an upward scrolling message; three are plain, and three include a running fairground animation - there should be something here for everyone.<<less
Plexum WR - Website Replicator 1.0
A simple yet powerful website replication system. Plexum Website Replicator allow for easy maintenance of a membership database and replication of thousands of "unique" personalized websites on a single hosting account. TEST-DRIVE TODAY FOR 15-DAYS FREE! more>> A simple yet powerful website replication system. Plexum Website Replicator allow for easy maintenance of a membership database and replication of thousands of "unique" personalized websites on a single hosting account. TEST-DRIVE TODAY FOR 15-DAYS FREE!<<less
Temporary IP Ban 1.0
- Ban by the second, minute, hour, days, weeks. - Removes ban once it has expired - Only two lines of code to insert - Uses Access Database more>> - Ban by the second, minute, hour, days, weeks. - Removes ban once it has expired - Only two lines of code to insert - Uses Access Database<<less
Adding Some Style To ASP.NET 1
These days layout is very important. ASP.NET supports CSS and adds its own Themes and Skins which provide control based style elements. Uniform layout on your whole site can be guaranteed by using Master Pages. more>> These days layout is very important. ASP.NET supports CSS and adds its own Themes and Skins which provide control based style elements. Uniform layout on your whole site can be guaranteed by using Master Pages.<<less
Ribbon Rules Generator
A lot of Web 2.0 designs these days sport alternating colored horizontal rules, used as either section dividers or element borders. Use this tool to easily generate your own "Ribbon Rules" using random shades of a single color, or explicit colors of your more>> A lot of Web 2.0 designs these days sport alternating colored horizontal rules, used as either section dividers or element borders. Use this tool to easily generate your own "Ribbon Rules" using random shades of a single color, or explicit colors of your choice!<<less
SEO Monitor 1.0
is a stats system from SEO , we update your stats every 7 days and you look updates in your Pagerank , pages indexed and backlinks ! more>> is a stats system from SEO , we update your stats every 7 days and you look updates in your Pagerank , pages indexed and backlinks !<<less
Simple Countdown 1.0
This is a simple countdown script which counts down to a certain date to either the days, hour, minutes, or seconds. Once it reaches this target time it displays any content of your choice. You can even choose whether it counts in GMT time or not. more>> This is a simple countdown script which counts down to a certain date to either the days, hour, minutes, or seconds. Once it reaches this target time it displays any content of your choice. You can even choose whether it counts in GMT time or not.<<less
TPCS Photo / Image / Pic of the day
This PHP image of the day program will display an image based on the day of month. If you only have 6 photos in the image folder and it is past the 6th of the month, the code will display a random photo each day until the first of next month. The program more>> This PHP image of the day program will display an image based on the day of month. If you only have 6 photos in the image folder and it is past the 6th of the month, the code will display a random photo each day until the first of next month. The program will swap / change the image daily.<<less
Days Left Until
Days Left Until will show you how many days are left until a specific target date, like New Year, your birthday and more. more>>
Days Left Until is an application produced to point out the number4 of days left until a specific target date, like New Year, your birthday and more or any other target date you can come up with. It is easily implemented in any website template. It provides compatibility with all modern web browsers.
Requirements: none
dateclass 1.2
A set of several date/time computations is performed by the PHP class: it finds the days between two dates, the gaps between two times, checks bisextile years, the days from the begin or to the end of an year. more>> A set of several date/time computations is performed by the PHP class: it finds the days between two dates, the gaps between two times, checks bisextile years, the days from the begin or to the end of an year.<<less
Simpel Calendar 1.0
This is a very simpel calandar. It checks the SQL database to see if there is availability on that day. Easy to modify in settings file. You can translate months and days if you wish. more>> This is a very simpel calandar. It checks the SQL database to see if there is availability on that day. Easy to modify in settings file. You can translate months and days if you wish.<<less