catch on fire
JavaChecker 2.5.1
JavaChecker id crested sd s static analyzer of Java source code, based on the TermWare technology which you can tune set of checks using preferences and special comments. more>>
JavaChecker 2.5.1 id crested sd s static analyzer of Java source code, based on the TermWare technology which you can tune set of checks using preferences and special comments. And of course, JavaChecker can be called from ANT scripts. It is possible to define own custom checks using JavaChecker infrastructure.
Major Features:
This tool allows to detect code defects, such as:
- Inaccurate exceptions handling (empty catch block, throwing of generic exceptions and so on)
- Hiding defects (for example, when name of memebr variable is the same, as name of formal parameter of some methods in the same class)
- Style defects. (you can set style conventions with set of regular expressions)
- Violations of standard usage contracts (such as overloading equals without overloading hashCode)
- Synchronization defects (for example, when synchronized variable is accessed outside synchronized block)
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
Using Functions Try, Catch and Finally
Handling errors and exceptions in JavaScript is a very tricky task for developers. A single error or exception could mean something is wrong in the general coding of the application. This would prompt developers to seek the source of the problem and more>> <<less
Reporting Tool for Firefigthers in Joomla 1.4.1
This component for Joomla 1.5 is used to manage the fire services and management of operations and vehicles. It shows a listing of the use of details, task, description, operations, crew, vehicles, etc.. more>> This component for Joomla 1.5 is used to manage the fire services and management of operations and vehicles. It shows a listing of the use of details, task, description, operations, crew, vehicles, etc..<<less
Flash Color Picker 1.0
Color Picker component is a simple color picker that you can use in your projects. It is very easy to use. It has only two parameters that control the align of the large panel and the color. The component has one event that is fired whenever the color is more>> Color Picker component is a simple color picker that you can use in your projects. It is very easy to use. It has only two parameters that control the align of the large panel and the color. The component has one event that is fired whenever the color is changed. This event has two parameters : old color and new color. Just drag&drop and use it anywhere you want.<<less
Errors And Exceptions In ASP.NET 1
This tutorial explains how to handle errors with Try-Catch blocks or Page_Error procedure in ASP.NET web application. Every developer will make errors whenever tries to create anything useful. Because of that, we need methods and tools for error more>> This tutorial explains how to handle errors with Try-Catch blocks or Page_Error procedure in ASP.NET web application. Every developer will make errors whenever tries to create anything useful. Because of that, we need methods and tools for error handling.<<less
iconshock professional icons 1.0
Introducing a completely fresh new style full of bright, vivid and vibrant colors that make each icon look like it is finished with real materials, as an example of this you will find in seven style icons with a perfect mix of colors put togheter along more>> Introducing a completely fresh new style full of bright, vivid and vibrant colors that make each icon look like it is finished with real materials, as an example of this you will find in seven style icons with a perfect mix of colors put togheter along with a front view in order to accomplish a real look.This eye catching realistic stock contains very detailed icons that will help you to enhance any kind of application.<<less
Web safety with AJAX and PHP 5 safeweb_01_fastpro
Manipulation of parameters, Cross Site Scripting, SQL Injection, Session hacking - there are many ways to attack a websites integrity for evil purposes. And it is note easy to imagine every way hackers are trying to manipulate your web code. This more>> Manipulation of parameters, Cross Site Scripting, SQL Injection, Session hacking - there are many ways to attack a websites integrity for evil purposes. And it is note easy to imagine every way hackers are trying to manipulate your web code. This application makes use of several techniques to prevent your web application from harmful code (some of them refer to the excellent book "PHP-Sicherheit", published by dpunkt.verlag, 2007). Among other features youll find data type control, control of allowed variables in URI strings, several session and history controls, control of drowdown menus, control of form names and form action URI and controls of forbidden inserts in form elements (fully automated), a generator for safe passwords, and a consistent use of file_exists(). Besides the PHP 5 functions __autoload for classes and try and catch a special feature is the safeHTML parser (http://pixel-apes.com/sa fehtml), which helps to remove not desired attributes and tags effective.<<less
Jombackup 1.5 / 1.0
Jombackup can perform daily mysql backups and e-mail them to the address of your choice. more>>
The default settings should be enough to get you up and running, but there are plenty of configuration options available to you, including modifying the text of the email sent to you, changing the default email address and the actual type of mysql data backed up. Literally you should be able to fire and forget.
This mambot is designed to allow those people who do not have access to, or are unwilling to use, Cron, to enable daily backups of their Joomla mysql data. It runs every time Joomla is run. Most of the time, all it will do is check for the existence of a checkfile with today's date. If the file exists it will not do anything else, however if the file doesn't exist (IE the local servers time has passed the midnight hour and this is the first time today the site has been visited) then the plugin will perform a backup of the systems mysql data and email it to either the system default email address, or another that you may have specified in the configuration.
InstallationAdministrator->Installers->Mambots. Upload and install the plugin, make sure you visit Mambots->site mambots and click on the link to JomBackup system plugin to edit & publish it.
Requirements: Joomla! 1.0.x/1.5.x
Quotables, On Your Site
From inspiring to hilarious, these quotes by the famous, and sometimes infamous, can be placed on your site for free via a small PHP or ASP script. Updated every day. more>> From inspiring to hilarious, these quotes by the famous, and sometimes infamous, can be placed on your site for free via a small PHP or ASP script. Updated every day.<<less
odbcpp 1.3
Except for a very few functions, all ODBC functions return an error code. It is extremely tedious to check every single function return value to make sure whether an error occurred or not. With odbcpp, an error is transformed to an exception. Thus, more>> Except for a very few functions, all ODBC functions return an error code. It is extremely tedious to check every single function return value to make sure whether an error occurred or not. With odbcpp, an error is transformed to an exception. Thus, you can write many calls within a try/catch block and handle any one error in the catch() statement. This will dramatically reduce your work. Also the library object maintain a state and know what they can and cannot do next. This will help you tremendously to catch errors that could otherwise take you days to find out. odbcpp is a free library under the GPL license. And Made to Order Software Corporation offers business licenses for businesses that need to use our product in their proprietary software. But, please, first give it a try! You can find odbcpp, the C++ library to use ODBC seamlessly, on http://sourceforge.net/pr ojects/odbcpp And please, let us know if you like it or not! Thank you. Alexis W.<<less
Catch-all PHP Form Processor - FREE!! 1.5
Catch-all PHP Form Processor is a single file PHP script that can capture virtually any form sent to it. It is intended for contact and registration forms of which the results need to be emailed to one or more parties. This script is not intended for more>> Catch-all PHP Form Processor is a single file PHP script that can capture virtually any form sent to it. It is intended for contact and registration forms of which the results need to be emailed to one or more parties. This script is not intended for file uploading or database communication. It can be used on any site with just about any form 100% free.<<less
phpJobScheduler 3.41
PLEASE REVIEW AND EDIT CAREFULLY phpJobScheduler is a scheduling PHP script to run at set intervals as replacement for cron jobs. more>> phpJobScheduler 3.41 is designed to be a planning PHP script which can work at specific intervals as subsitute for cron jobs. Designed to automate tasks by scheduling PHP scripts to run at set intervals, a replacement for cron jobs on Unix or scheduled tasks using Microsoft Scheduler. phpJobScheduler is a scheduler that runs using PHP and MySQL (no root/admin access is required).
Now using phpJobScheduler you can easily set times when a PHP script should run; automating tedious tasks such as running backups (use with phpMySQLAutoBackup for a complete MySQL automated backup solution), trimming a database table, or emailing a member when their membership fee is due.
Schedule a task to run hourly, daily or weekly - scheduled data is stored in a MySQL database via PHP. phpJobScheduler will fire any PHP script (or perl script) for you at the correct day/time (dependant upon your traffic to your web site).
Limiting factor: hits to site per hour/day. If you wish to add a scheduled job per hour your site must receive sufficient traffic within that time period. Each time a page with the relevant PHP code is visited the phpJobScheduler will check for any jobs waiting to be run at that time.
Therefore, so long as your site receives hits every single hour you can set a schedule to run hourly and you can be sure the task will be fired.
Major Features:
- Easy setup
- Runs silently (no screen output)
- Saves run logs to database
- Saves error messages to database
- Runs remote scripts in a secure folder
- Schedule PHP scripts to run: hourly, daily or weekly
- Add scheduled tasks
- Modify existing scheduled tasks
- Delete existing scheduled tasks
Requirements:
- MySQL
- PHP 4.x 5.x
[SDMS] Simple Database Management System 1
This database management script is a great basis for writing code for using a database. It includes error catching and sanitation. more>> This database management script is a great basis for writing code for using a database. It includes error catching and sanitation.<<less
THE MMFIREIMAGE APPLET 1.1
THE MMFIREIMAGE APPLET offers you a versatile and very useful, yet free tool which helps you burn up your pictures. more>>
THE MMFIREIMAGE APPLET 1.1 offers you a versatile and very useful, yet free tool which helps you burn up your pictures. A fire effect will be applied to the old slide as a new one appear. Note that this is a free applet!
Major Features:
- Images support descriptions and URLs. Multiple target frames are supported.
- Images are loaded when needed and automatically resized to fit in the applet window.
- You can specify the fire colors and the description text and background color.
- Confirmed compatibility with Netscape versions 3.01 to 4.5 and Microsoft Internet Explorer versions 3.0 to 4.1 for Windows 95/98/NT4. Also compatible with Netscape versions 3.0, 4.05 and Internet Explorer versions 3.01 and 4.5 for Macintosh.
Enhancements: A serious bug regarding the vertical fire streak was fixed
<<less