Main > Free Download Search >

Free exceeds script

exceeds

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 16
Socket Timesheet :: Php Timesheet and Web Timesheet

Socket Timesheet :: Php Timesheet and Web Timesheet


SocketTimeSheet is one of the most practical, affordable and user friendly web-based time tracking software and expenses management system in the market today - its cheap, its good and it works! Based more>> SocketTimeSheet is one of the most practical, affordable and user friendly web-based time tracking software and expenses management system in the market today - its cheap, its good and it works! Based on the popular PHP language, backed with a blistering fast MySQL back-end database, SocketTimeSheet is definitely the ideal timesheet and expenses management solution that you have been waiting for. It?s completely free for a limited number of users. Once you have decided to increase the number of users, you will find that SocketTimesheet is competitively priced and is one of the cheapest project management, timesheet and expenses solution in its class. There?s only one single pricing for any number of users with the quality that is on par or exceeds the more expensive solutions. No hidden extra costs, no time limit and no hassle. Access the demo or download our free copy and youll see. Try first before you buy. Don?t take our word for it.<<less
Added: 2005-03-22 License: Commercial License Price: $399.00AdditionalInfoUnlimitedUsersOneTimeNettPurchaseWithLifetimeSupport
1705 downloads
Atom PhotoBlog 1.0

Atom PhotoBlog 1.0


The word "Atom" in the title indicates just this fact - we have created a kernel of such a blog, theres nothing missing, but also, theres nothing nagging. Thus, these scripts perform extremely good. Features: 1. Small code makes the script work more>> The word "Atom" in the title indicates just this fact - we have created a kernel of such a blog, theres nothing missing, but also, theres nothing nagging. Thus, these scripts perform extremely good. Features: 1. Small code makes the script work really FAST. 2. Very easy and intuitive user- and admin-interface. 3. Build-In resize of pictures exceeding maximum size. 4. Automatic thumbnail creation. 5. Moderated comments captcha protected. 6. Atom 1.0 and RSS 2.0 feed. 7. (Multiple) tagging. 8. Completely CSS-based! 9. W3C-Clean: XHTML-, CSS-, ATOM 1.0-, and RSS 2.0 tested at the World Wide Web (W3C) consortium. 10. Object-Oriented PHP5: The whole code is based on classes. Hence, the code is easily extensible.<<less
Added: 2007-01-11 License: GPL Price: $0.00USD
11 downloads
 
Other version of Atom PhotoBlog
Atom PhotoBlog3. Build-In resize of pictures exceeding maximum size. 4. Automatic thumbnail creation. 5. Moderated comments captcha protected. 6. Atom 1.0 and RSS 2.0 feed. 7. (Multiple) tagging. 8. Completely
License:GPL
Download
1019 downloads
Added: 2007-01-11
Large Database Backup

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
JChart2D 3.0.0

JChart2D 3.0.0


JChart2D is an minimalistic charting library. more>>
JChart2D 3.0.0 is an utility which serves as an minimalistic charting library. It shows multiple traces including trace-points. JChart2D is centered around a single configurable swing widget: the Chart2D. It is a JComponent one can add to a java swing user interface.

Major Features:

  1. Easy usage: only a few lines of code are necessary to use a chart. No complex specification of data points, labels or grids necessary. This is done per default and may optionally be configured.
  2. Multiple traces with different behavior may be added to a single chart.
  3. Performance. JChart2D is designed for dynamic rendering. Rescaling is done per axis only and only if bounds are exceeded. New points within bounds are scaled without affecting old scaling. Minimum and maximum bounds of traces are cached and updated upon events. Invisible traces are not scaled and don't affect bounds.
  4. AWT is the bottleneck: Non-visible calculations (scaling, rounding, event-handling, label calculation) do not impose high load even if a point is added with bounds changes every 2ms. But enlarging the window does. So scaling is bound to painting and the adapting painting frequency is limited to a configurable amount of milliseconds. For rendering traces poly-lines are drawn by default (instead of many calls to draw-line for connecting points). No comparisons to other libraries available.
  5. Automatic choice of the unit prefix (multiplier) according to the scientific unit system (nano , milli, tera, ..).
  6. Label format for scale labels via java.text. Number Format or java.text.Date Format.
  7. Chooseable display of grids, labels, labeled scale-points, coordinate tooltips, ... .
  8. Toolbox of UI controls for chart and traces via pop-up menus and menu bar. See the applet demo. Tip: right-click on the label of the trace to get controls for it.
  9. Traces may be rendered via lines, discs, dots (is a disc with radius 1) or filled polygons. Additionally strokes may be specified (only useful for lines I think). An open interface for further graphical representations of traces exists.
  10. Different axis implementations (settable from UI): linear, log e and log 10.
  11. Multiple axes on top, bottom, left and right side. Traces may be assigned to an x and an y axis that has been assigned to the chart and will be related to them.
  12. Different view-port implementations: Zooming (Zoomable Chart), enforcing visible bounds even if data does not fill them,... .
  13. Exact visualization of labeled scale-points. No label of a scale-point is ever rounded to the next current chosen decimal, instead the scale-point is shifted to a position which represents an exact decimal.
  14. Fully resizable. The amount of labeled scale-points may increase on choosing a bigger size.
  15. Deadlock safe. Even this is hard to claim because testing depends on run-time behavior of the current system, i did not encounter a deadlock situation while letting several threads modify traces all contained in the same chart (only the art painting system may get pretty busy).
  16. Trace implementations with different behavior: unordered, ring-buffered, ordered, ojective, ...
  17. Highly configurable error bar API.
  18. Support for zooming (Zoomable Chart)
  19. Charts may be saved as images (jpeg, gif, jpg,... depending on the image writers of the java VM implementation), a snapshot UI control allows this.
<<less
Added: 2008-06-13 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
21 downloads
JPEG Fit

JPEG Fit


This class can be used to optimize images to fit within a given file size limit. It takes a picture in any format supported by the GD library and generates a JPEG picture with the maximum quality factor that makes the picture file size not exceed a more>> This class can be used to optimize images to fit within a given file size limit. It takes a picture in any format supported by the GD library and generates a JPEG picture with the maximum quality factor that makes the picture file size not exceed a given limit. This class is similar to the JPEG Reducer class. It uses the binary search algorithm to reach the ideal quality factor in the smallest number of iterations. The class stops searching when a given number of limit iterations is reached or when the quality factor difference between the ideal and the found values is less than the configured precision value.<<less
Added: 2007-04-14 License: Freeware Price: $0.00USD
16 downloads
osC Xtreme 1.0

osC Xtreme 1.0


BJ Templates osC Xtreme is easily the leader in "loaded" osCommerce packages! Jammed with 50 of THE most popular contributions and modules, BJ Templates osC Xtreme exceeds your expecations in every way! Plus, there are NO bloated and complex template more>> BJ Templates osC Xtreme is easily the leader in "loaded" osCommerce packages! Jammed with 50 of THE most popular contributions and modules, BJ Templates osC Xtreme exceeds your expecations in every way! Plus, there are NO bloated and complex template systems! Just edit the included PSD file and upload the pre-sliced images for the fastest, safest, most code friendly skinning of osCommerce available!<<less
Added: 2005-09-29 License: Commercial Price: $0.00USD
14 downloads
Cut html string 1.0

Cut html string 1.0


It takes a string with an HTML excerpt and return the initial text and tags so the text does not exceed a given limit. more>> It takes a string with an HTML excerpt and return the initial text and tags so the text does not exceed a given limit.<<less
Added: 2009-05-07 License: GPL Price: $0.00USD
14 downloads
Textarea maxlength script

Textarea maxlength script


This is a simple but effective script for extending your textarea with a maxlength attribute, so the users input cannot exceed a certain number of characters. more>> This is a simple but effective script for extending your textarea with a maxlength attribute, so the users input cannot exceed a certain number of characters.<<less
Added: 2005-08-15 License: Freeware Price: $0.00USD
14 downloads
Desktop Alert Software 2.1

Desktop Alert Software 2.1


The Desktop Alert Emergency Mass Notification System utilizes "Actionable Intelligence". The ability to in-place intelligent methods, functions and triggers that interact with and bring crucial data to and from end-users based on end-user and/or more>> The Desktop Alert Emergency Mass Notification System utilizes "Actionable Intelligence". The ability to in-place intelligent methods, functions and triggers that interact with and bring crucial data to and from end-users based on end-user and/or managements predefined business rules and settings. The entire platform is written in C# and utilizes web services and SoapXml across port 80. Included is a Active Directory Scanner service which continually updates the Desktop Alert system database with changes that occur in the Active Directory. This is an extremely effective tool for delivering alerts direct to end-users desktops as well as all other media devices. Users get alerts without requiring an email or browser application to be open and running. Desktop Alerts Notification System doubles and exceeds the effective impact of current emergency preparedness systems. The Desktop Alert Platform is now being evaluated and purchased by by Police Agencies, Universities and Schools.<<less
Added: 2006-10-21 License: Commercial Price: $0.00USD
13 downloads
Flash Video Loops, Flash Video Content Final

Flash Video Loops, Flash Video Content Final


The main objective of Inovartis is to offer designers and developers from around the world affordable Flash Video Loops enabling them to exceed the highest standards of the new media industry. more>> The main objective of Inovartis is to offer designers and developers from around the world affordable Flash Video Loops enabling them to exceed the highest standards of the new media industry.<<less
Added: 2006-10-11 License: Commercial Price: $0.00USD
13 downloads
Image Resizing Class

Image Resizing Class


This class can be used to resize images preserving the aspect ratio.It can open a JPEG, PNG or GIFimage and resize it in such way that neither the width nor the height exceed given size limits.The image is resized to preserve the original proportion more>> This class can be used to resize images preserving the aspect ratio.It can open a JPEG, PNG or GIFimage and resize it in such way that neither the width nor the height exceed given size limits.The image is resized to preserve the original proportion between the width and height.The resized image is generated in the JPEG format overwriting the original image file.<<less
Added: 2008-04-07 License: Freeware Price: $0.00USD
13 downloads
Download Tracker 1.5

Download Tracker 1.5


Download Tracker will manage all your links in one place. 1. Count and log details about each click (user?s ip, time of download, etc). 2. Unlimited files per download to ensure available mirror, order mirrors the way you want, set download more>> Download Tracker will manage all your links in one place. 1. Count and log details about each click (user?s ip, time of download, etc). 2. Unlimited files per download to ensure available mirror, order mirrors the way you want, set download intervals for each mirror to space out load. 3. If your default mirror doesn?t exist, or exceeds download interval it will go to the next available mirror. 4. Hide file location (helps prevent hot linking) & Force downloads of any file type (to prevent browser handling) OR create regular hyperlinks of INTERNAL or EXTERNAL files. 5. Details can be displayed by external sources, so if you want a ?check for new version? in a desktop or web app you can, or if you want to display the count in your site along w/ the download and other details. Our download pages and our version checking in our apps use it. MUCH MORE. Check out our site for more info.<<less
Added: 2007-06-18 License: Other Price: $0.00USD
12 downloads
SlashOrg Downloader 0.96a

SlashOrg Downloader 0.96a


SlashOrg Downloader is a totally free of charge file management solution written in the PHP script language. I wrote it initially to stop people snooping through the files on my Web server whilst allowing me to offer controlled downloads to friends. It more>> SlashOrg Downloader is a totally free of charge file management solution written in the PHP script language. I wrote it initially to stop people snooping through the files on my Web server whilst allowing me to offer controlled downloads to friends. It uses special "access links" generated by the administrator that allow access to a shared folder until they expire or have exceeded the maximum usage limit authorized by the administrator. It also features easy installation, multilingual support, per-folder rights management, simple Web-based administration, user accounts, file uploads, download speed limits, ISO and unicode support, and much more.<<less
Added: 2006-02-15 License: BSD Price: $0.00USD
12 downloads
Quota Manager 0.1

Quota Manager 0.1


This script will solve all your bandwidth theft problems. Stop leechers in their tracks and ensure you never exceed your bandwidth again! This two-file script will set bandwidth limitations per IP address. Requires PHP and 1 mysql database. <5 mins more>> This script will solve all your bandwidth theft problems. Stop leechers in their tracks and ensure you never exceed your bandwidth again! This two-file script will set bandwidth limitations per IP address. Requires PHP and 1 mysql database.<<less
Added: 2007-09-26 License: GPL Price: $0.00USD
11 downloads
Advanced Upload Class

Advanced Upload Class


Advanced Upload Class allows you to process forms for uploading multiple files. more>>
Advanced Upload Class provides you a powerful tool which can process forms for uploading multiple files. The class can check whether the files are not empty, nor exceed a given size limit.

Major Features:

  1. It can check the file type against lists of allowed and denied file types. The class can also make file names safer by replacing eventual spaces in the names by underscores.
  2. If there was an error while uploading files, the class throws an exception object that provides information about the error code and an explanatory error message.
  3. If all checks are passed, the class processes the uploaded files moving them to a given directory. If the directory does not exist, the class may create it.
<<less
Added: 2008-05-29 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
11 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2