exceeds 100
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 32
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:
- 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.
- Multiple traces with different behavior may be added to a single chart.
- 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.
- 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.
- Automatic choice of the unit prefix (multiplier) according to the scientific unit system (nano , milli, tera, ..).
- Label format for scale labels via java.text. Number Format or java.text.Date Format.
- Chooseable display of grids, labels, labeled scale-points, coordinate tooltips, ... .
- 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.
- 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.
- Different axis implementations (settable from UI): linear, log e and log 10.
- 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.
- Different view-port implementations: Zooming (Zoomable Chart), enforcing visible bounds even if data does not fill them,... .
- 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.
- Fully resizable. The amount of labeled scale-points may increase on choosing a bigger size.
- 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).
- Trace implementations with different behavior: unordered, ring-buffered, ordered, ojective, ...
- Highly configurable error bar API.
- Support for zooming (Zoomable Chart)
- 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.
Added: 2008-06-13 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
21 downloads
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
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
ZeroRest
If you are really looking for the best free phpBB forum host in the industry, ZeroRest is it. We not only meet what other free phpBB hosts offer, we exceed them. Because we do not use the same phpBB forum hosting software as our competitors do, we offer more>> If you are really looking for the best free phpBB forum host in the industry, ZeroRest is it. We not only meet what other free phpBB hosts offer, we exceed them. Because we do not use the same phpBB forum hosting software as our competitors do, we offer features they could only dream of having. We allow our clients to totally customize their forums to their liking. We include free FTP and File Manager access so they can upload and install their own custom skins and hacks. It is your forum, and you are in total control of how it looks and feels, not us. Some of our features: * Best free support in the industry * Install all the custom hacks and skins you want * Your own FTP account and File Manager * We host sub-domains and domain names We are 100% confident that we will amaze you when you discover for yourself what you can now do with your ZeroRest powered phpBB forum. We invite you to signup now and get your free phpBB forum today and start to totally customize it to your liking.<<less
Added: 2005-07-04 License: Freeware Price: $0.00USD
11 downloads
FTSE 100 quote fetcher
This script fetches stock quotes from all of the FTSE 100 companies every 15 minutes. The data collected is as follows: Epic, Name,Mid, Change-p, Change-%, Bid, Offer, Open, High, Low, Close, Volume T more>> This script fetches stock quotes from all of the FTSE 100 companies every 15 minutes. The data collected is as follows: Epic, Name,Mid, Change-p, Change-%, Bid, Offer, Open, High, Low, Close, Volume The data is not only retrieved, but it is also stored in a MySQL database so that you can use the information in other applications.<<less
Added: 2007-06-04 License: GPL Price: Free
541 downloads
Kode Java Latest 100 Java Examples
This page contains latest 100 Java examples in Kode Java Website more>> This page contains latest 100 Java examples in Kode Java Website<<less
Added: 2007-12-24 License: LGPL Price: $0.00USD
14 downloads
Advertise Directly to 362,797Targeted Leads -- 100% FREE!
Finally! A Free Advertising Service That Actually Works. Say "Goodbye" to other "free traffic" services that dont work. Get thousands of new leads, web site visitors, subscribers, and customers every week! And its completely free. * Service Created By more>> Finally! A Free Advertising Service That Actually Works. Say "Goodbye" to other "free traffic" services that dont work. Get thousands of new leads, web site visitors, subscribers, and customers every week! And its completely free. * Service Created By Entrepreneurs For Entrepreneurs<<less
Added: 2005-07-25 License: Freeware Price: $0.00USD
13 downloads
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:
- 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.
- 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.
- 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.
Added: 2008-05-29 License: GPL - GNU General Public License Price: GPLGNUGeneralPublicLicense
11 downloads
MyGeneration Code Generator (100% Free) RC1
MyGeneration is a .NET developer tool that generates code from templates by combining a well known scripting engine with a powerful database meta-data API. MyGeneration supports Microsoft SQL, Oracle, IBM DB2, MySQL, PostgreSQL, Microsoft Access, more>> MyGeneration is a .NET developer tool that generates code from templates by combining a well known scripting engine with a powerful database meta-data API. MyGeneration supports Microsoft SQL, Oracle, IBM DB2, MySQL, PostgreSQL, Microsoft Access, FireBird, Interbase, SQLite and VistaDB.<<less
Added: 2004-02-10 License: Freeware Price: 0.00
14 downloads
Other version of MyGeneration Code Generator
License:Freeware
PHPConfess - 100% Free Confession Site Script 1.0
PHPConfess is the ultimate confession script. You can literally have a "make confessions" site up and running within 10 minutes of downloading. Users can comment on posted content, and an AJAX 5 star rating system allows users to rate posted more>> PHPConfess is the ultimate confession script. You can literally have a "make confessions" site up and running within 10 minutes of downloading. Users can comment on posted content, and an AJAX 5 star rating system allows users to rate posted confessions without leaving or reloading the page. Template files make it very easy to customize the look and feel of your site. URLs are search engine friendly and make use of mod_rewrite. PHPConfess is 100% free to use, even for commercial use.<<less
Added: 2008-07-09 License: Freeware Price: $0.00USD
19 downloads
100 Rounds Game
The game is simple: just enter your name, press Play and start moving your mouse clockwise trying to make 100 rounds as fast as you can to enter the highscore table. Full source code provided. more>> The game is simple: just enter your name, press "Play" and start moving your mouse clockwise trying to make 100 rounds as fast as you can to enter the highscore table. Full source code provided.<<less
Added: 2006-10-03 License: Freeware Price: Free
1119 downloads
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
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
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
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
License:GPL
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 exceeds 100 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