2.5.1
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 39
R 2.5.1
R is a language and environment for statistical computing. more>>
R is a language and environment for statistical computing and graphics. R is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different implementation of S. There are some important differences, but much code written for S runs unaltered under R.
R provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. The S language is often the vehicle of choice for research in statistical methodology, and R provides an Open Source route to participation in that activity.
One of Rs strengths is the ease with which well-designed publication-quality plots can be produced, including mathematical symbols and formulae where needed. Great care has been taken over the defaults for the minor design choices in graphics, but the user retains full control.
R is available as Free Software under the terms of the Free Software Foundations GNU General Public License in source code form. It compiles and runs on a wide variety of UNIX platforms and similar systems (including FreeBSD and Linux), Windows and MacOS.
R is an integrated suite of software facilities for data manipulation, calculation and graphical display. It includes:
- an effective data handling and storage facility,
- a suite of operators for calculations on arrays, in particular matrices,
- a large, coherent, integrated collection of intermediate tools for data analysis,
- graphical facilities for data analysis and display either on-screen or on hardcopy, and
- a well-developed, simple and effective programming language which includes conditionals, loops, user-defined recursive functions and input and output facilities.
The term "environment" is intended to characterize it as a fully planned and coherent system, rather than an incremental accretion of very specific and inflexible tools, as is frequently the case with other data analysis software.
R, like S, is designed around a true computer language, and it allows users to add additional functionality by defining new functions. Much of the system is itself written in the R dialect of S, which makes it easy for users to follow the algorithmic choices made. For computationally-intensive tasks, C, C++ and Fortran code can be linked and called at run time. Advanced users can write C code to manipulate R objects directly.
Many users think of R as a statistics system. We prefer to think of it of an environment within which statistical techniques are implemented. R can be extended (easily) via packages. There are about eight packages supplied with the R distribution and many more are available through the CRAN family of Internet sites covering a very wide range of modern statistics.
R has its own LaTeX-like documentation format, which is used to supply comprehensive documentation, both on-line in a number of formats and in hardcopy.
Enhancements:
- This is a maintenance release, and fixes a number of mostly minor bugs and platform issues.
<<lessR provides a wide variety of statistical (linear and nonlinear modelling, classical statistical tests, time-series analysis, classification, clustering, ...) and graphical techniques, and is highly extensible. The S language is often the vehicle of choice for research in statistical methodology, and R provides an Open Source route to participation in that activity.
One of Rs strengths is the ease with which well-designed publication-quality plots can be produced, including mathematical symbols and formulae where needed. Great care has been taken over the defaults for the minor design choices in graphics, but the user retains full control.
R is available as Free Software under the terms of the Free Software Foundations GNU General Public License in source code form. It compiles and runs on a wide variety of UNIX platforms and similar systems (including FreeBSD and Linux), Windows and MacOS.
R is an integrated suite of software facilities for data manipulation, calculation and graphical display. It includes:
- an effective data handling and storage facility,
- a suite of operators for calculations on arrays, in particular matrices,
- a large, coherent, integrated collection of intermediate tools for data analysis,
- graphical facilities for data analysis and display either on-screen or on hardcopy, and
- a well-developed, simple and effective programming language which includes conditionals, loops, user-defined recursive functions and input and output facilities.
The term "environment" is intended to characterize it as a fully planned and coherent system, rather than an incremental accretion of very specific and inflexible tools, as is frequently the case with other data analysis software.
R, like S, is designed around a true computer language, and it allows users to add additional functionality by defining new functions. Much of the system is itself written in the R dialect of S, which makes it easy for users to follow the algorithmic choices made. For computationally-intensive tasks, C, C++ and Fortran code can be linked and called at run time. Advanced users can write C code to manipulate R objects directly.
Many users think of R as a statistics system. We prefer to think of it of an environment within which statistical techniques are implemented. R can be extended (easily) via packages. There are about eight packages supplied with the R distribution and many more are available through the CRAN family of Internet sites covering a very wide range of modern statistics.
R has its own LaTeX-like documentation format, which is used to supply comprehensive documentation, both on-line in a number of formats and in hardcopy.
Enhancements:
- This is a maintenance release, and fixes a number of mostly minor bugs and platform issues.
Download (10.4MB)
Added: 2007-06-28 License: GPL (GNU General Public License) Price:
979 downloads
Email 2.5.1
Email sends email to remote SMTP servers via the command line, which makes it useful in cron jobs. more>>
Email sends email to remote SMTP servers via the command line, which makes it useful in cron jobs. It will send to any RFC standard remote ESMTP server, and will allow you to encrypt, sign, and design your message on the fly.
It has the capability to use signature files with dynamic options, address book functionality, and users can also attach pictures, binary files, documents, or whatever they want. It is completely compatible with GNUPG for encryption and signing, and is easy to configure and use.
Enhancements:
- A bug where an assert caused an abort when encrypting any message with GnuPG under Cygwin has been fixed.
- Compile time problems where the compiler would complain about SIG* being undeclared have been fixed.
- There is some minor source code cleanup.
<<lessIt has the capability to use signature files with dynamic options, address book functionality, and users can also attach pictures, binary files, documents, or whatever they want. It is completely compatible with GNUPG for encryption and signing, and is easy to configure and use.
Enhancements:
- A bug where an assert caused an abort when encrypting any message with GnuPG under Cygwin has been fixed.
- Compile time problems where the compiler would complain about SIG* being undeclared have been fixed.
- There is some minor source code cleanup.
Download (0.17MB)
Added: 2006-11-20 License: GPL (GNU General Public License) Price:
1084 downloads
Python 2.5.1
Python is a high-level scripting language. more>>
Python is an interpreted, interactive, object-oriented programming language. Python is often compared to Perl, Tcl, Scheme or Java.
Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems (X11, Motif, Tk, Mac, MFC). New built-in modules are easily written in C or C++. Python is also usable as an extension language for applications that need a programmable interface.
The Python implementation is portable: it runs on many brands of UNIX, on Windows, OS/2, Mac, Amiga, and many other platforms. If your favorite system isnt listed here, it may still be supported, if theres a C compiler for it.
The Python implementation is copyrighted but freely usable and distributable, even for commercial use.
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together.
Pythons simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.
Often, programmers fall in love with Python because of the increased productivity it provides. Since there is no compilation step, the edit-test-debug cycle is incredibly fast. Debugging Python programs is easy: a bug or bad input will never cause a segmentation fault. Instead, when the interpreter discovers an error, it raises an exception.
When the program doesnt catch the exception, the interpreter prints a stack trace. A source level debugger allows inspection of local and global variables, evaluation of arbitrary expressions, setting breakpoints, stepping through the code a line at a time, and so on.
The debugger is written in Python itself, testifying to Pythons introspective power. On the other hand, often the quickest way to debug a program is to add a few print statements to the source: the fast edit-test-debug cycle makes this simple approach very effective.
<<lessPython combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing. There are interfaces to many system calls and libraries, as well as to various windowing systems (X11, Motif, Tk, Mac, MFC). New built-in modules are easily written in C or C++. Python is also usable as an extension language for applications that need a programmable interface.
The Python implementation is portable: it runs on many brands of UNIX, on Windows, OS/2, Mac, Amiga, and many other platforms. If your favorite system isnt listed here, it may still be supported, if theres a C compiler for it.
The Python implementation is copyrighted but freely usable and distributable, even for commercial use.
Python is an interpreted, object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development, as well as for use as a scripting or glue language to connect existing components together.
Pythons simple, easy to learn syntax emphasizes readability and therefore reduces the cost of program maintenance. Python supports modules and packages, which encourages program modularity and code reuse. The Python interpreter and the extensive standard library are available in source or binary form without charge for all major platforms, and can be freely distributed.
Often, programmers fall in love with Python because of the increased productivity it provides. Since there is no compilation step, the edit-test-debug cycle is incredibly fast. Debugging Python programs is easy: a bug or bad input will never cause a segmentation fault. Instead, when the interpreter discovers an error, it raises an exception.
When the program doesnt catch the exception, the interpreter prints a stack trace. A source level debugger allows inspection of local and global variables, evaluation of arbitrary expressions, setting breakpoints, stepping through the code a line at a time, and so on.
The debugger is written in Python itself, testifying to Pythons introspective power. On the other hand, often the quickest way to debug a program is to add a few print statements to the source: the fast edit-test-debug cycle makes this simple approach very effective.
Download (10.5MB)
Added: 2007-04-19 License: Python License Price:
938 downloads
JXTA P2P 2.5.1
JXTA platform is an open network computing platform designed for peer-to-peer (P2P) computing. more>>
JXTA platform is an open network computing platform designed for peer-to-peer (P2P) computing. The JXTA platform standardizes the manner in which peers:
- Discover other peers
- Advertise Peer resources (Peer, PeerGroup, Service and Pipe Advertisements)
- Communicate with each other (Pipes)
- Cooperate with each other to form secure peer groups (group membership)
The Platform project is a Java Standard Edition reference implementation of the JXTA protocols.
The Platform project was the original JXTA implementation and was built in Java, because Java enabled us to rapidly prototype and test new ideas and develop a more robust implementation.
Java is available on most client platforms (Unix, Windows, MacOS X, etc.) and allows us to reach the maximum number of potential users.
<<less- Discover other peers
- Advertise Peer resources (Peer, PeerGroup, Service and Pipe Advertisements)
- Communicate with each other (Pipes)
- Cooperate with each other to form secure peer groups (group membership)
The Platform project is a Java Standard Edition reference implementation of the JXTA protocols.
The Platform project was the original JXTA implementation and was built in Java, because Java enabled us to rapidly prototype and test new ideas and develop a more robust implementation.
Java is available on most client platforms (Unix, Windows, MacOS X, etc.) and allows us to reach the maximum number of potential users.
Download (1.1MB)
Added: 2006-10-19 License: SUN Binary Code License Price:
1108 downloads
tkhangman 2.5.1
tkhangman project is a Tcl/Tk version of the classic hangman game. more>>
tkhangman project is a Tcl/Tk version of the classic hangman game.
It comes with a small word list, but can be used with existing dictionaries in text format.
<<lessIt comes with a small word list, but can be used with existing dictionaries in text format.
Download (MB)
Added: 2006-11-22 License: GPL (GNU General Public License) Price:
1068 downloads
FileRunner 2.5.1
FileRunner is a simple and efficient X11 file manager for Unix. more>>
FileRunner is a simple and efficient X11 file manager for Unix. It has built-in FTP support and is very configurable. FileRunner was created to ease you from the burden of typing thousands of "ls", "cd", "mv", "rm" and "cp" in a day just to get your work done.
The interface has been made as efficient as possible to be able to compete with the speed of command line usage. FileRunner is implemented in Tcl/Tk and a little C.
Main features:
- Simple and powerful interface.
- History and Hotlist (bookmarks).
- Recursive directory menu of entire file system tree.
- Browse FTP directories as easy as normal directories.
- FTP capabilities:
- Copy: FTP files/directories upload/download (recursive).
- FTP Delete (recursive), FTP Makedir, FTP Rename.
- Supports FTP through proxy.
- FTP resume download function.
- Rule based configuration of FTP site logins (password/user/proxy).
- Asynchronous file transfer.
- Cached directory listings.
- Asynchronous file operations.
- Built-in command shell windows. Synchronized with file panels. These have history, aliases and file name completion.
- Extendable by adding your own command buttons.
- Very configurable.
- User defined file pattern / actions. (*.jpg -> launch image viewer etc.)
- Distributed as Open Source under the GNU General Public License.
<<lessThe interface has been made as efficient as possible to be able to compete with the speed of command line usage. FileRunner is implemented in Tcl/Tk and a little C.
Main features:
- Simple and powerful interface.
- History and Hotlist (bookmarks).
- Recursive directory menu of entire file system tree.
- Browse FTP directories as easy as normal directories.
- FTP capabilities:
- Copy: FTP files/directories upload/download (recursive).
- FTP Delete (recursive), FTP Makedir, FTP Rename.
- Supports FTP through proxy.
- FTP resume download function.
- Rule based configuration of FTP site logins (password/user/proxy).
- Asynchronous file transfer.
- Cached directory listings.
- Asynchronous file operations.
- Built-in command shell windows. Synchronized with file panels. These have history, aliases and file name completion.
- Extendable by adding your own command buttons.
- Very configurable.
- User defined file pattern / actions. (*.jpg -> launch image viewer etc.)
- Distributed as Open Source under the GNU General Public License.
Download (0.11MB)
Added: 2006-08-02 License: GPL (GNU General Public License) Price:
1185 downloads
KildClient 2.5.1
KildClient is a MUD client written with the GTK+ windowing toolkit. more>>
KildClient is a mud client using the GTK toolkit. KildClients main feature is the support for Perl scripting, which allows you to do basically whatever you want.
Other standard features of mud clients (triggers, gags, macros, etc.) are also supported. It supports MCCP versions 1 and 2, and chat using the MudMaster and zChat protocols.
Main features:
- Support for Perl scripting. Perl statements can be executed by entering them prefixed with "/", or functions can be defined and called.
- Several worlds can be opened simultaneously.
- Easy switching between worlds with the tabs or Perl functions.
- New text notification.
- Plugins to extend the basic functionality.
- Triggers and gags, using regular expressions for matching.
- Aliases, allowing you to substitute what you type with some other text.
- Macros for sending text or executing commands with a single keypress.
- Timers for repeated execution of commands.
- Hooks for executing actions when some events happen.
- Support for logging the output to a file, including optionally a timestamp.
- A function to send multiple lines of text and/or the contents of a file to the world.
- Speed-walking feature to ease walking around.
- Transparent background, or an image can be used as background.
- Associate notes with a world (with the use an included plugin)
- Direct chat with other users of KildClient or of other clients compatible with the MudMaster or zChat protocols.
- Supports MCCP (Mud Client Compression Protocol) versions 1 and 2, to compress data sent from the server and thus reduce bandwidth.
Enhancements:
- The last openened world is not selected and displayed on-screen when the World Selector dialog is shown.
- The default strings for calling a browser and playing a sound now use quotes around the argument.
- The tooltip with information about the line is not shown anymore at the same time as the "Disconnected" message box, so it does not cover the buttons in that dialog.
- Bug fixed: If the kildclient.cfg file does not exist (which happens usually in the first run), KildClient does not crash anymore.
- Bug fixed: In single-line input mode, pressing Shift+Enter or CTRL+Enter now sends the line to the mud.
- Bug fixed: KildClient does not crash anymore if you try to connect to a world with invalid XML.
<<lessOther standard features of mud clients (triggers, gags, macros, etc.) are also supported. It supports MCCP versions 1 and 2, and chat using the MudMaster and zChat protocols.
Main features:
- Support for Perl scripting. Perl statements can be executed by entering them prefixed with "/", or functions can be defined and called.
- Several worlds can be opened simultaneously.
- Easy switching between worlds with the tabs or Perl functions.
- New text notification.
- Plugins to extend the basic functionality.
- Triggers and gags, using regular expressions for matching.
- Aliases, allowing you to substitute what you type with some other text.
- Macros for sending text or executing commands with a single keypress.
- Timers for repeated execution of commands.
- Hooks for executing actions when some events happen.
- Support for logging the output to a file, including optionally a timestamp.
- A function to send multiple lines of text and/or the contents of a file to the world.
- Speed-walking feature to ease walking around.
- Transparent background, or an image can be used as background.
- Associate notes with a world (with the use an included plugin)
- Direct chat with other users of KildClient or of other clients compatible with the MudMaster or zChat protocols.
- Supports MCCP (Mud Client Compression Protocol) versions 1 and 2, to compress data sent from the server and thus reduce bandwidth.
Enhancements:
- The last openened world is not selected and displayed on-screen when the World Selector dialog is shown.
- The default strings for calling a browser and playing a sound now use quotes around the argument.
- The tooltip with information about the line is not shown anymore at the same time as the "Disconnected" message box, so it does not cover the buttons in that dialog.
- Bug fixed: If the kildclient.cfg file does not exist (which happens usually in the first run), KildClient does not crash anymore.
- Bug fixed: In single-line input mode, pressing Shift+Enter or CTRL+Enter now sends the line to the mud.
- Bug fixed: KildClient does not crash anymore if you try to connect to a world with invalid XML.
Download (1.5MB)
Added: 2007-05-26 License: GPL (GNU General Public License) Price:
881 downloads
PlonePopoll 2.5.1
PlonePopoll provides a poll tool for Plone. more>>
PlonePopoll provides a poll tool for Plone.
Main features:
# Architecture
# A poll can be in one and only one of those states:
- enabled
- disabled
# Results can be in one and only one of those states:
- visible
- not visible
# Poll can have multiple choice activated, determining how many choice a user can do.
<<lessMain features:
# Architecture
# A poll can be in one and only one of those states:
- enabled
- disabled
# Results can be in one and only one of those states:
- visible
- not visible
# Poll can have multiple choice activated, determining how many choice a user can do.
Download (0.16MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
986 downloads

Open IT Online 2.5.1
Open IT Online will improve your browsers capability greatly. It is designed as a Firefox addon that allows to open and edit your documents from everywhere! more>> <<less
Added: 2009-07-21 License: MPL Price: FREE
13 downloads
SportsTracker 2.5.1
SportsTracker is an application for recording sporting activities. more>>
SportsTracker is an application for people which want to record their sporting activities. SportsTracker is not bound to a specific kind of sport, the user can create categories for all sport types which are endurance related, such as cycling, running or swimming.
The main advantage is a good overview of your exercises and you can easily create diagrams and statistics for specific time ranges and sport types.
If you own a heartrate monitor with a computer interface you can organize the recorded exercise files by attaching them to the exercise entries and view them on demand. You can also import the data from the exercise files. Users of a Polar device should install PolarViewer for this feature.
All the application data is stored in XML files. So it should be easy to access it with other tools or to write importers and exporters for other applications.
<<lessThe main advantage is a good overview of your exercises and you can easily create diagrams and statistics for specific time ranges and sport types.
If you own a heartrate monitor with a computer interface you can organize the recorded exercise files by attaching them to the exercise entries and view them on demand. You can also import the data from the exercise files. Users of a Polar device should install PolarViewer for this feature.
All the application data is stored in XML files. So it should be easy to access it with other tools or to write importers and exporters for other applications.
Download (0.28MB)
Added: 2007-06-04 License: GPL (GNU General Public License) Price:
878 downloads
Download (2.0MB)
Added: 2006-02-06 License: Freeware Price:
770 downloads
mod_proxy_html 2.5.1
mod_proxy_html is an output filter to rewrite HTML links in a proxy situation. more>>
mod_proxy_html is an output filter to rewrite HTML links in a proxy situation, to ensure that links work for users outside the proxy. mod_proxy_html serves the same purpose as Apaches ProxyPassReverse directive does for HTTP headers, and is an essential component of a reverse proxy.
For example, if a company has an application server at appserver.example.com that is only visible from within the companys internal network, and a public webserver www.example.com, they may wish to provide a gateway to the application server at http://www.example.com/appserver/.
When the application server links to itself, those links need to be rewritten to work through the gateway. mod_proxy_html serves to rewrite < a href="http://appserver.example.com/foo/bar.html" >foobar< /a > to < a href="http://www.example.com/appserver/foo/bar.html" >foobar< /a > making it accessible from outside.
Capabilities
The original capabilities of mod_proxy_html are:
- Parses HTML and XHTML markup, rewriting links according to rules defined by the server admin.
- Optionally converts HTML to XHTML or vice versa.
- Optionally makes some minor corrections to broken HTML.
Important changes from 1.x to 2.x include:
- Support for rewriting URLs in scripts, stylesheets and scripting events
- Support for regular expression match-and-replace
- Improved charset detection, including XML BOM, XML declaration, and HTML META where the information is not available in HTTP.
- Support for converting meta http-equiv HTML elements to real HTTP headers.
- The default FPI (doctype) generated has changed to none, on the grounds that its better to omit it than declare a bogus doctype. You should now configure it explicitly if your backend generates sane HTML or XHTML.
- A verbose logging option is provided to help with testing your configuration and diagnosing exactly what it is doing.
With these new features, mod_proxy_html might find applications outside a proxy context. But reverse-proxying remains its primary purpose, while mod_publisher offers a far wider range of capabilities for other applications.
<<lessFor example, if a company has an application server at appserver.example.com that is only visible from within the companys internal network, and a public webserver www.example.com, they may wish to provide a gateway to the application server at http://www.example.com/appserver/.
When the application server links to itself, those links need to be rewritten to work through the gateway. mod_proxy_html serves to rewrite < a href="http://appserver.example.com/foo/bar.html" >foobar< /a > to < a href="http://www.example.com/appserver/foo/bar.html" >foobar< /a > making it accessible from outside.
Capabilities
The original capabilities of mod_proxy_html are:
- Parses HTML and XHTML markup, rewriting links according to rules defined by the server admin.
- Optionally converts HTML to XHTML or vice versa.
- Optionally makes some minor corrections to broken HTML.
Important changes from 1.x to 2.x include:
- Support for rewriting URLs in scripts, stylesheets and scripting events
- Support for regular expression match-and-replace
- Improved charset detection, including XML BOM, XML declaration, and HTML META where the information is not available in HTTP.
- Support for converting meta http-equiv HTML elements to real HTTP headers.
- The default FPI (doctype) generated has changed to none, on the grounds that its better to omit it than declare a bogus doctype. You should now configure it explicitly if your backend generates sane HTML or XHTML.
- A verbose logging option is provided to help with testing your configuration and diagnosing exactly what it is doing.
With these new features, mod_proxy_html might find applications outside a proxy context. But reverse-proxying remains its primary purpose, while mod_publisher offers a far wider range of capabilities for other applications.
Download (0.035MB)
Added: 2006-04-28 License: GPL (GNU General Public License) Price:
739 downloads
JA-SIG uPortal 2.5.1
uPortal is a free, sharable portal under development by institutions of higher-education. more>>
uPortal is a free, sharable portal under development by institutions of higher-education. This group sees an institutional portal as an abridged and customized version of the institutional Web presence... a "pocket-sized" version of the campus Web.
Portal technology adds "customization" and "community" to the campus Web presence. Customization allows each user to define a unique and personal view of the campus Web. Community tools, such as chat, forums, survey, and so on, build relationships among campus constituencies.
uPortal is an open-standard effort using Java, XML, JSP and J2EE. JA-SIG uPortal is a collaborative development project with the effort shared among several of the JA-SIG member institutions. You may download uPortal and use it on your site at no cost.
Enhancements:
- Various bugs were fixed.
- "Custom" is now displayed as a channel type in the Channel Manager.
- Version.java was modified to support security releases.
- The CAS uPortal security provider was moved into the source tree.
<<lessPortal technology adds "customization" and "community" to the campus Web presence. Customization allows each user to define a unique and personal view of the campus Web. Community tools, such as chat, forums, survey, and so on, build relationships among campus constituencies.
uPortal is an open-standard effort using Java, XML, JSP and J2EE. JA-SIG uPortal is a collaborative development project with the effort shared among several of the JA-SIG member institutions. You may download uPortal and use it on your site at no cost.
Enhancements:
- Various bugs were fixed.
- "Custom" is now displayed as a channel type in the Channel Manager.
- Version.java was modified to support security releases.
- The CAS uPortal security provider was moved into the source tree.
Download (27.8MB)
Added: 2006-04-13 License: Freeware Price:
1291 downloads
xplain2sql 2.5.1 Beta
Xplain2sql converts files from Xplain to SQL. more>>
Xplain2sql converts files from Xplain to SQL. xplain2sql supports a very large subset of Xplain, and it can convert from Xplain to Microsoft SQL Server, DB/2, Inprise InterBase, PostgreSQL, Oracle, MySQL, or ANSI-92 SQL.
It can also generate an XML description of the generated SQL. This XML description can be used to create low-level middle-tier code.
A Delphi/ADO XSLT style sheet is included. The C source code release should compile on any platform with an ANSI C compiler.
There are binary releases for FreeBSD, BeOS, Linux, and Windows 2000.
Xplain2sql supports a very large subset of Xplain already, and it is continually extended until full support is reached. Currently it can convert from Xplain to Microsoft SQL Server, Inprise InterBase, DB/2, PostgreSQL, Microsoft Access, and ANSI-92 SQL:
- Microsoft SQL Server support is very complete.
- Quite complete DB/2 support. Non literal inits are currently missing.
- InterBase support for init works only for literal inits (so attributes dont work). And because InterBase doesnt have the concept of temporary table, the extend and value only work for a single user.
- PostgreSQL is quite complete with the new PostgreSQL 7.3 release.
- Initial, but fairly complete Oracle support.
- Generates Microsoft Access data definition commands. However, it seems impossible to run an entire script against an Access database. Having to run each create table statement by hand is quite tedious.
- Generates good ANSI-92, however inits with non-literal values cannot be supported by ANSI-92 because it doesnt have the concept of before and after insert triggers.
Enhancements:
- Assert support was added.
- If-then-else is supported in init [default] statements for dialects that support triggers.
<<lessIt can also generate an XML description of the generated SQL. This XML description can be used to create low-level middle-tier code.
A Delphi/ADO XSLT style sheet is included. The C source code release should compile on any platform with an ANSI C compiler.
There are binary releases for FreeBSD, BeOS, Linux, and Windows 2000.
Xplain2sql supports a very large subset of Xplain already, and it is continually extended until full support is reached. Currently it can convert from Xplain to Microsoft SQL Server, Inprise InterBase, DB/2, PostgreSQL, Microsoft Access, and ANSI-92 SQL:
- Microsoft SQL Server support is very complete.
- Quite complete DB/2 support. Non literal inits are currently missing.
- InterBase support for init works only for literal inits (so attributes dont work). And because InterBase doesnt have the concept of temporary table, the extend and value only work for a single user.
- PostgreSQL is quite complete with the new PostgreSQL 7.3 release.
- Initial, but fairly complete Oracle support.
- Generates Microsoft Access data definition commands. However, it seems impossible to run an entire script against an Access database. Having to run each create table statement by hand is quite tedious.
- Generates good ANSI-92, however inits with non-literal values cannot be supported by ANSI-92 because it doesnt have the concept of before and after insert triggers.
Enhancements:
- Assert support was added.
- If-then-else is supported in init [default] statements for dialects that support triggers.
Download (0.42MB)
Added: 2007-03-02 License: EFL (Eiffel Forum License) Price:
966 downloads
Downloader for X 2.5.1
A Linux/Unix userfriendly program with nice X interface to download files from the Internet more>>
Downloader for X is a Linux/Unix userfriendly program with nice X interface to download files from the Internet. It supports both FTP and HTTP protocols, supports resuming (of course if server side supports it) and makes downloading files from internet easy. Downloader for X is an analogue for Linux/Unix of such famous applications for Windows as ReGet, Go!Zilla and GetRight.
Of course this program is not a copy of any of programs above. Downloader for X was written from scratch by me in the hope to decrease a pain of downloading many files from Internet even on really bad modem lines. But if you are happy owner of T1 connection then D4X is for you too because It can use this bandwidth completely! And this is not a end of the list of Downloader for Xs features!
Not completed list of key features:
- Supporting both FTP and HTTP protocols as well as HTTP and FTP proxy servers. SOCKS5 support is also included! Authentication on the proxy servers is supported too.
-The Program keep the logs of all download sessions that allows advanced user to monitor problems manualy according information from these logs.
- It allows users to manage their downloads in real time. User can pause, continue, move in queue, add new downloads and remove downloads manualy. User also can allow to remove completed or failed downloads automatically by the program.
- Recursive downloading via FTP as well as via HTTP is supported. Powerful Filters-manager allow advanced user to specify files which must to be downloaded and files which must to be skipped. Wildcards are supported for FTP downloads too.
- Ability to download in more than one connection per time. Usualy downloading using number of connections increases speed of downloading up to 300% and even more!
- Supporting of so called `Persistent connections increases speed of downloading due much less amount of `standing connection stages. With this feature D4X uses connections to the servers many times. Persistent connections over HTTP are supported automaticaly but persistent connections over FTP can be turned on by user (Do not send QUIT command option of FTP settings).
- Ability to limit download speed of separate file as well as for the whole program allows modem user browse through the Web and download files at the same time.
- Built-in Scheduller, URL-manager and Automatically adding allow advaced user to simplify managing downloads by various criterias.
- Multiqueued design, ability to run without X interface, ability to manage D4X via command line and many other features will satisfy anybody who find a time to learn this program.
<<lessOf course this program is not a copy of any of programs above. Downloader for X was written from scratch by me in the hope to decrease a pain of downloading many files from Internet even on really bad modem lines. But if you are happy owner of T1 connection then D4X is for you too because It can use this bandwidth completely! And this is not a end of the list of Downloader for Xs features!
Not completed list of key features:
- Supporting both FTP and HTTP protocols as well as HTTP and FTP proxy servers. SOCKS5 support is also included! Authentication on the proxy servers is supported too.
-The Program keep the logs of all download sessions that allows advanced user to monitor problems manualy according information from these logs.
- It allows users to manage their downloads in real time. User can pause, continue, move in queue, add new downloads and remove downloads manualy. User also can allow to remove completed or failed downloads automatically by the program.
- Recursive downloading via FTP as well as via HTTP is supported. Powerful Filters-manager allow advanced user to specify files which must to be downloaded and files which must to be skipped. Wildcards are supported for FTP downloads too.
- Ability to download in more than one connection per time. Usualy downloading using number of connections increases speed of downloading up to 300% and even more!
- Supporting of so called `Persistent connections increases speed of downloading due much less amount of `standing connection stages. With this feature D4X uses connections to the servers many times. Persistent connections over HTTP are supported automaticaly but persistent connections over FTP can be turned on by user (Do not send QUIT command option of FTP settings).
- Ability to limit download speed of separate file as well as for the whole program allows modem user browse through the Web and download files at the same time.
- Built-in Scheduller, URL-manager and Automatically adding allow advaced user to simplify managing downloads by various criterias.
- Multiqueued design, ability to run without X interface, ability to manage D4X via command line and many other features will satisfy anybody who find a time to learn this program.
Download (1.68MB)
Added: 2009-04-11 License: Freeware Price:
198 downloads
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 2.5.1 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