Main > Free Download Search >

Free jasperreports 2.0.0 software for linux

jasperreports 2.0.0

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 166
JasperReports 2.0.0

JasperReports 2.0.0


JasperReports is a Java reporting library. more>>
JasperReports is a powerful open source Java reporting tool that has the ability to deliver rich content onto the screen, to the printer or into PDF, HTML, XLS, CSV and XML files.
It is entirely written in Java and can be used in a variety of Java enabled applications, including J2EE or Web applications, to generate dynamic content.
JasperReports is main purpose is to help creating page oriented, ready to print documents in a simple and flexible manner.
Main features:
- Report Design
- Header Sections
- Footer Sections
- Columns
- Groups
- Calculations
- Text format
- Images
Enhancements:
- This version introduces support for external style templates, a new report section for better control over empty reports, an enhanced XLS exporter, and various bugfixes and improvements.
<<less
Download (1.3MB)
Added: 2007-08-14 License: LGPL (GNU Lesser General Public License) Price:
640 downloads
iReport Designer for JasperReports 2.0.0

iReport Designer for JasperReports 2.0.0


iReport is a visual reporting tool based on JasperReports and written in pure Java. more>>
iReport project is a powerful, intuitive and easy to use visual report builder/designer for JasperReports written in 100% pure java.
This tool allows users to visually edit complex reports with charts, images, subreports,.... iReport is integrated with JFreeChart, one of the most diffused OpenSource chart library for java.
The data to print can be retrieved through several ways including multiple JDBC connections, TableModels, JavaBeans, XML, etc...
Enhancements:
- Full support for JasperReports 1.3.4.
- A new XML field mapping tool.
- A new document structure outline.
- Improved refactoring capabilities.
- An improved report query dialog.
- An improved UI with sortable tables.
- Several bugfixes.
<<less
Download (33.2MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
669 downloads
JooReports 2.0.0

JooReports 2.0.0


JOOReports is an open source solution for creating office documents and reports in Java, using OpenOffice.org. more>>
JOOReports (Java/OpenOffice Reports) is an open source solution for creating office documents and reports in Java, using OpenOffice.org.
Its primary goal is making template composition easy. Templates are regular word processor documents, created the OpenOffice.org Writer, with just a few special features for marking fields and other dynamic parts.
Despite this JOOReports includes support for powerful templating features, such as :
dynamic field replacement, using a powerful expression language
conditionally displaying a document portion based on a test expression
repeating a document portion (e.g. a table row) for each item in a collection
replacing an embedded image.
As for the data to be merged into the template, JOOReports support regular Java beans, so you can use a simple java.util.Map if you just need a few variables, or use any of your existing classes representing your application data model. XML support is also available for importing data from external sources.
JOOReports is licensed under the terms of the LGPL. This means that the unmodified JOOReports library is free to use in both open source and commercial projects.
Enhancements:
- The only change since rc2 is a fix for a bug with character encodings on platforms where UTF-8 is not the default.
<<less
Download (5.0MB)
Added: 2006-09-21 License: GPL (GNU General Public License) Price:
1129 downloads
cexcept 2.0.0

cexcept 2.0.0


cexcept (pronounced see except in English) is a package providing a Try/Catch/Throw exception handling interface for ANSI C. more>>
cexcept (pronounced "see except" in English) is a package providing a Try/Catch/Throw exception handling interface for ANSI C (C89 and subsequent ISO standards).

It does not attempt to handle "real" exceptions like floating-point exceptions or addressing exceptions; cexcept is intended as an enhanced user-friendly alternative to setjmp() and longjmp().
<<less
Download (0.009MB)
Added: 2006-08-24 License: GPL (GNU General Public License) Price:
1161 downloads
Lasso 2.0.0

Lasso 2.0.0


Lasso is a free software C library aiming to implement the Liberty Alliance standards. more>>
Lasso is a free software C library aiming to implement the Liberty Alliance standards; Lasso defines processes for federated identities, single sign-on and related protocols.
Lasso is built on top of libxml2, XMLSec and OpenSSL and is licensed under the GNU General Public License (with an OpenSSL exception).
We strongly recommend the use of the GNU General Public License each time it is possible. But for proprietary projects, that wouldnt want to use it, we designed a commercial license.
Lasso first focused on implementing the Liberty Alliance ID-FF 1.2 protocols. Work is now underway to provide backward compatibility with ID-FF 1.1 implementations and to implement support for ID-WSF 1.0.
SWIG is used to provide high-level bindings for other languages. Currently tested and distributed bindings are Python, Perl, Java and PHP as well as preliminary .NET assemblies (for C# and the .NET runtime environment).
It is primarly developed on GNU/Linux and works on many UNIX environments (including Apple MacOS X) and on Microsoft Windows.
Enhancements:
- SAMLv2 support was completed, passing a conformance event organized by the Liberty Alliance.
- Memory leaks and potential segmentation faults were fixed.
<<less
Download (1.2MB)
Added: 2007-01-16 License: GPL (GNU General Public License) Price:
1013 downloads
Hypre 2.0.0

Hypre 2.0.0


Hypres goal of the Scalable Linear Solvers project is to develop scalable algorithms. more>>
Hypres goal of the Scalable Linear Solvers project is to develop scalable algorithms and software for solving large, sparse linear systems of equations on parallel computers.
The primary software product is hypre, a library of high performance preconditioners that features parallel multigrid methods for both structured and unstructured grid problems.
The problems of interest arise in the simulation codes being developed at LLNL and elsewhere to study physical phenomena in the defense, environmental, energy, and biological sciences.
Although parallel processing is necessary for the numerical solution of these problems, alone it is not sufficient. Scalable numerical algorithms are also required. By "scalable" we generally mean the ability to use additional computational resources effectively to solve increasingly larger problems. Many factors contribute to scalability, including the architecture of the parallel computer and the parallel implementation of the algorithm. However, one important issue is often overlooked: the scalability of the algorithm itself. Here, scalability is a description of how the total computational work requirements grow with problem size, which can be discussed independent of the computing platform.
Many of the algorithms used in todays simulation codes are based on yesterdays unscalable technology. This means that the work required to solve increasingly larger problems grows much faster than linearly (the optimal rate). The use of scalable algorithms can decrease simulation times by several orders of magnitude, thus reducing a two-day run on an MPP to 30 minutes. Furthermore, the codes that use this technology are limited only by the size of the machines memory because they are able to effectively exploit additional computer resources to solve huge problems.
Scalable algorithms enable the application scientist to both pose and answer new questions. For example, if a given simulation (with a particular resolution) takes several days to run, and a refined (i.e., more accurate) model would take much longer, the application scientist may forgo the larger, higher fidelity simulation. He or she also may be forced to narrow the scope of a parameter study because each run takes too long. By decreasing the execution time, a scalable algorithm allows the scientist to do more simulations at higher resolutions.
Enhancements:
- Fixes and updates to documentation to bring it up to date.
- Minor cleanups.
<<less
Download (15.2MB)
Added: 2006-12-21 License: Free for non-commercial use Price:
1037 downloads
sudosh 2.0.0

sudosh 2.0.0


sudosh can be used as a default login shell or a filter that takes advantage of PTY devices. more>>
sudosh can be used as a default login shell or a filter that takes advantage of PTY devices in order to sit between the users keyboard and a program, in this case a shell.
It was designed specifically to be used in conjunction with sudo, and allows the execution of a root or application shell with logging. It is basically a VCR and will record root shell sessions and also has the ability to play back the sessions as they were originally recorded.
sudosh records all input/output, keyboard input, and timing information so that the session can be played back in the original format.
Enhancements:
- Utilizes ITIL best practices.
- An enterprise view of Unix access.
- Enterprise-level audit reporting tools for Sarbanes-Oxley.
- Customizable audit reports via CSS.
- An embedded transactional SQL92 relational database.
- Load balancing.
- Disaster recovery.
- SSL encryption and PKI authentication.
- The ability to audit file transfers and remote command execution.
- Configurable default shells.
- Audit logs are digitally signed for integrity.
- Client and server configuration files for easy management.
- Idle session timeout.
- Displays corporate policy before each session.
<<less
Download (1.3MB)
Added: 2006-04-03 License: Open Software License Price:
1303 downloads
BrowseX 2.0.0

BrowseX 2.0.0


BrowseX is a free Open Source, cross-platform Web Browser, Mail Program, Talk/Chat client and more. more>>
BrowseX is a free Open Source, cross-platform Web Browser, Mail Program, Talk/Chat client and more. There is a database interface, SQLite, and BrowseX is easily extensible via an API. BrowseX has been written primarily in C and Tcl and clearly demonstrates that Linux applications can indeed bridge to Windows. The user can also dynamically configure any widget, even form fields in web pages, on the fly using Shift-Control-mousebutton. You may also want to look at TML, a CGI and Web Script that BrowseX has built-in. The http://dev.browsex.com/ site now uses the TML CGI to display the BrowseX documentation as TML directly.
For the user, BrowseX has two principle characteristics: resilience and responsiveness. The first comes really as a side effect of using Tcl for all highlevel algorithms. Errors result in popup dialogs rather than crashes. Responsiveness is probably due to lightweight and the widget based implementation which forced clean interfaces between parts.
Precompiled binaries are currently provided for Linux and Win32. The binary is a single standalone executable, but which also contains the Tcl scripts: See Packaging. There is also a unified build script for Linux, for rebuilding from scratch.
Main features:
- HTML 3.2+ via tkhtml, with extensions (eg. Frames)
- Support for Safe-Tcl scripts embedded within HTML pages (popups, etc).
- A tcl-macro preprocessor for both client and server side.
- A built in Postgres Database client available from Safe-Tcl
- Image handling for gifs, jpeg, and png (+ disable/control Animated gifs)
- Background images and Image maps
- Multiple views, Frames, and Forms
- Cookies and basic authentication
- FTP and Local filesystem browsing
- Downloads: Http, ftp, and Image Save-as
- Proxy: FTP and HTTP
- View/search/save html and plain text
- Caching: web pages/gifs, and DNS lookups
- Go backward/forward, and the usual Netscape style key bindings
- Page History, and browse whole cache
- Bookmarks (minus bookmark editor)
- Printing to text/postscript output
- Applications: Editor, Calculator, Database (pgaccess)
- Mail with pop and local support: Mime and folder management
- Preferences/configuration
- Tcl Security Control: by domain or host
- Quick-Search: launch searches in 1 web operation, instead of 2+.
- SSL/TLS (minus certificate management)
- International Language Encodings (72)
<<less
Download (4MB)
Added: 2006-06-15 License: GPL (GNU General Public License) Price:
1234 downloads
phpBannerEx 2.0.0

phpBannerEx 2.0.0


phpBannerEx consists in a PHP/mySQL Banner Exchange script. more>>
phpBannerEx consists in a PHP/mySQL Banner Exchange script.
Main features:
- Rotating Banners without reload !!! (up to 4 Bannerimpressions (1 Member/3 Siteowner) per Pageload)
- Exchange Ratio up 1:1
- Multi-Language easy customizeable with Variables
- Online language switch
- Easy Config (config-File, style.css-File)
- Member Registration (incl. E-Mail confimation)
- Member Data-Administration
- Member lost Password Function
- HTML integration help for Members
- unlimited Categories
- Reload count blocking
- Bad IP blocking
- Bad Word blocking
- Bannerimpressions & Bannerclicks logging
- Processing Time Display
- Webmaster (E-Mail) Notify
- Web Adminpanel
<<less
Download (MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
555 downloads
JSothello 2.0.0.0

JSothello 2.0.0.0


JSothello is a Javascript/DHTML implementation of the board game Othello, also called Reversi. more>>
JSothello is a Javascript/DHTML implementation of the board game "Othello", also called "Reversi". Runs in the browser with four challenging computer intelligence levels. Play human versus computer, human versus human or computer versus computer.
JSothello is a Javascript/DHTML implementation of the board game "Othello", also called "Reversi".
Othello is very easy to play. The board is a square grid of any size. The two players pieces are black or white. Each player must place a piece on the board adjacent to one of his opponents pieces so that another of his own pieces is on the other side of his opponents piece(s). In other words, the opponents piece(s) should be "sandwiched" between the players pieces. When that occurs, all such "sandwiched" pieces are changed to the players color.
The game ends when one player cannot make a legal move. The winner is the player with the most pieces on the board.
This version allows the user to play the computer, another human or watch the computer play itself. The computer players have four levels of "intelligence", each with different styles of play:
- "Only took a minute to learn": The computer chooses random (legal) moves.
- "Laughable": The computer picks (one of) the move(s) that will flip the most pieces.
- "Respectable": Plays like "Laughable" but tries to grab the edges and the corners whenever possible while keeping its opponent from being able to grab the edges and corners.
- "Took a lifetime to master": Plays like "Respectable" but adjusts its edge/corner bias as the board fills up, favors moves that flip pieces in more than one direction, tries to prevent moves that will allow the opponent to immediately reverse its gain and places pieces closer to the corners when possible.
<<less
Download (MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
959 downloads
Greg 2.0.0

Greg 2.0.0


Greg is a framework for testing other programs and libraries. more>>
Greg is a framework for testing other programs and libraries. Gregs purpose is to provide a single front end for all tests and to be a small, simple framework for writing tests. Greg leverages off the Guile language to provide all the power (and more) of other test frameworks with greater simplicity and ease of use.
The simplicity of the Greg framework makes it easy to write tests for any program, but it was specifically written for use with GNUstep-Guile to permit direct testing of the GNUstep libraries without the necessity to run a separate driver program.
The core functionality of Greg is a Guile module which can be loaded into any software with an embedded Guile interpreter. Any program which uses Guile as its scripting language can therefore use Greg to test itself directly!
For testing external programs, Greg provides a compiled module that may be dynamically linked into Guile to permit you to run an application as a child process on a pseudo-terminal. In conjunction with the standard Guile `expect module, this lets you test external programs.
Also provided is greg - a Guile script to invoke the Greg test framework in much the same way that runtest is used in DejaGNU.
All tests have the same output format (enforced by the greg-testcase procedure). Gregs output is designed to be both readable and readily parsed by other software, so that it can be used as input to customised testing processes.
Greg provides most of the functionality of DejaGNU but is rather simpler. It omits specific support for cross-platform/remote testing since this is really rather trivial to add where required and tends to vary from site to site so much that an attempt at a generic solution is pretty pointless. What Greg does do, is provide hooks to let you easily introduce site specific code for handling those sorts of situations.
Enhancements:
- The API was upgraded to guile 1.8.0.
<<less
Download (0.44MB)
Added: 2006-09-28 License: GPL (GNU General Public License) Price:
1123 downloads
phpPopup 2.0.0

phpPopup 2.0.0


phpPopup provides a PHP/mySQL ExitWindow PopupService. more>>
phpPopup provides a PHP/mySQL ExitWindow PopupService.
Main features:
- Ratio 1:1 (Siteowner:User)
- Multi-Language easy customizeable with Variables & Templates
- Easy Config (config-File, style.css-File)
- User (Member) Registration (incl. E-Mail confimation)
- User (Member) Data-Administration
- Lost Password Function
- Adult / NON-Adult Categories
- Webmaster (E-Mail) Notify
- Processing Time Display
<<less
Download (MB)
Added: 2007-04-19 License: GPL (GNU General Public License) Price:
919 downloads
Cxplorer 2.0.0

Cxplorer 2.0.0


Cxplorer is a Gtk+2 based file manager. more>>
Cxplorer is a Gtk+2 based file manager.
Main features:
- Front end aim that positively uses external command
- Three pane composition of preview of file list in directory tree and directory and file (The preview pane can be folded).
- Preview of file by external command of each MIME type that can be set
- The file name can be displayed by using an external filter to display the file name even in the coexistence environment of Shift-JIS, EUC-JP, and the UTF-8 file name.
- Movement of file by drag & drop
- Send it menu that can add an external command.
- Basic file operation like deletion of file, change in name, and change in permission, etc.
- Bookmark function of directory
<<less
Download (0.067MB)
Added: 2005-10-21 License: GPL (GNU General Public License) Price:
1463 downloads
fakedbfs 2.0.0

fakedbfs 2.0.0


fakedbfs is a suite of tools and a library for cataloguing files. more>>
fakedbfs is a suite of tools and a main library for cataloguing files. Anything that is a file can be catalogued along with metadata. The metadata is then searchable by various querying facilities. fakedbfs project uses SQLite to store and search data.
It is called "fakedbfs" (fake database filesystem) because its not a real DBFS such as the upcoming WinFS, or other OS-tied FSes that live in the kernel. Instead, it is completely in userland.
It was inspired by BFS (which doesnt do content indexing, only metadata). It is written completely in portable, ANSI C (barring the various bindings and other such utilities, or stuff using FTS and the stat(2) syscall [I plan on porting FTS as a built-in feature for platforms that dont support it]). If SQLite and a C compiler run on the platform, fakedbfs should be able to as well. In theory. Ish.
It was primarily developed on FreeBSD.
The main library can be used by any application; full API docs should be coming soon (when I find the time). Applications are virtually unlimited: desktop music/photo indexing, server content indexing, etc.
The core fakedbfs distribution consists of the following:
libfakedbfs - the main library with all querying, indexing, and specfile functions. Has all SQLite bindings
fquery - a commandline utility to query the database.
findex - a commandline utility to index files and directories. This can be either run manually or from a cron job.
fcreatedb - the initial database creation and specfile adding utility.
feditdb - a utility to edit the database (not in 1.0, should be in 1.1)
Various default specfiles, defining what metadata the catalogue contains
Indexing consists of a couple parts. Theres the indexer itself, which does cataloguing of each file, and then there are the metadata plugins.
These plugins, designed specifically for certain specfiles, know how to extract metadata from the files themselves (for example ID3/EXIF tags, filename formats). findex can also ask the user for manual input for each field.
Enhancements:
- This release incorporates many new features and changes, such as a completely revamped API in libfakedbfs, the beginnings of support for ficl plugins, numerous bugfixes, the addition of a working fedit utility, database layout changes, and improvements to the querying subsystem.
<<less
Download (0.077MB)
Added: 2006-04-20 License: BSD License Price:
1282 downloads
JSlife 2.0.0.0

JSlife 2.0.0.0


JSlife project is a Javascript/DHTML implementation of Conways classic game of life. more>>
NOTE: It isnt really a game and bears no resemblance to the popular board game of the same name.

Life plays out on a grid of squares where each cell is born, lives and dies according to the number of neighbors it has. A cells "neighbors" are the eight squares immediately adjacent to it. If a dead cell is surrounded by exactly three living neighbors, it is "born" and is considered "living" at the start of the next turn. If a living cell has two or three living neighbors, it remains "alive" at the start of the next turn. If a living cell has any other number of living neighbors, it "dies" and is considered "dead" at the start of the next turn.

Some implementations extend this idea by giving the cells ages, so they will not die immediately if abandoned or overcrowded. This implementation does not do this -- cells are bits; alive or dead. Living cells are gray, dead cells are white.

In this implementation, clicking a cell at any time will reverse its state (living cells become dead and vice-versa). The action can be started by clicking "Start" and will run until the number of remaining iterations reaches 0. An "iteration" calculates a number of rounds and updates the display to show the results. The most interactive way to run the simulation is to perform one round per iteration (the default) so the screen will update constantly. Because updating the screen is slow, more rounds can be performed between updates by increasing the number of rounds per iteration.

There are several counters shown on the screen to display some performance data if youre interested in how fast your browser runs Javascript.

Note that if your screen does not update after every iteration, try setting the delay to a number greater than 0. The grid size can be increased by editing the top of the source file.

<<less
Download (MB)
Added: 2007-03-09 License: GPL (GNU General Public License) Price:
960 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5