mda approach
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 448
Xapwrap 0.3.0
Xapwrap provides an improved interface to the Xapian text indexing library. more>>
Xapwrap provides an improved interface to the Xapian text indexing library (see Xapian for more information).
Xapwrap provides a layered approach offering ample opportunities for customization.
For a brief tutorial and API description, download the code and see the module docstring in xapwrap/xapwrap.py.
Enhancements:
- This release was updated to fix bugs when used against the latest version of Xapian, 0.9.2.
<<lessXapwrap provides a layered approach offering ample opportunities for customization.
For a brief tutorial and API description, download the code and see the module docstring in xapwrap/xapwrap.py.
Enhancements:
- This release was updated to fix bugs when used against the latest version of Xapian, 0.9.2.
Download (0.017MB)
Added: 2005-10-13 License: MIT/X Consortium License Price:
1471 downloads
Libapmath 0.3
Libapmath is a C++ arbitrary precision math library designed to be as convenient as possible, besides performing well. more>>
Libapmath is a C++ arbitrary precision math library designed to be as convenient as possible, besides performing well.
The approach taken is that of choosing names like those in < cmath > and implementing all arithmetic by overloading of operators.
Main features:
- Real and complex arithmetic
- Trigonometric, exponential functions and many more for real and complex domain and range
- Some common constants
<<lessThe approach taken is that of choosing names like those in < cmath > and implementing all arithmetic by overloading of operators.
Main features:
- Real and complex arithmetic
- Trigonometric, exponential functions and many more for real and complex domain and range
- Some common constants
Download (0.050MB)
Added: 2006-11-05 License: BSD License Price:
1083 downloads
Apache Cocoon 2.1.10
Apache Cocoon is a web development framework. more>>
Apache Cocoon is a web development framework built around the concepts of separation of concerns and component-based web development.
Apache Cocoon implements these concepts around the notion of component pipelines, each component on the pipeline specializing on a particular operation.
This makes it possible to use a Lego(tm)-like approach in building web solutions, hooking together components into pipelines without any required programming.
Apache Cocoon is "web glue for your web application development needs". It is a glue that keeps concerns separate and allows parallel evolution of all aspects of a web application, improving development pace and reducing the chance of conflicts.
<<lessApache Cocoon implements these concepts around the notion of component pipelines, each component on the pipeline specializing on a particular operation.
This makes it possible to use a Lego(tm)-like approach in building web solutions, hooking together components into pipelines without any required programming.
Apache Cocoon is "web glue for your web application development needs". It is a glue that keeps concerns separate and allows parallel evolution of all aspects of a web application, improving development pace and reducing the chance of conflicts.
Download (42.8MB)
Added: 2006-12-22 License: GPL (GNU General Public License) Price:
1041 downloads
Gochacha A0.6.1
Gochacha is a functional replacement for BeanUtils, allowing you to manipulate beans using strings. more>>
Gochacha is a functional replacement for BeanUtils, allowing you to manipulate beans using strings. Gochacha, however, is much simpler because it takes advantage of Java 1.5 autoboxing. The Gochacha project also foregoes BeanUtils singleton registry of transformers for a context-like approach where the calling application manages state.
Enhancements:
- This version is four times faster than BeanUtils.
<<lessEnhancements:
- This version is four times faster than BeanUtils.
Download (0.063MB)
Added: 2007-07-01 License: LGPL (GNU Lesser General Public License) Price:
845 downloads
ivata masks 1.0 alpha1
ivata masks is a library of routines developed in Java/JSP/Struts that automatically. more>>
ivata masks is a library of routines developed in Java/JSP/Struts. They automatically create masks and lists, based on java reflection and settings specified in XML. This saves a huge amount of time.
Rather than developing input screens and lists for each value object class, you need to define just 2 screens - one for lists, the other for input masks. An XML file defines which fields should be displayed or filtered out in each, and the library automatically interrogates the value object classes to discover which fields are available for display. We use the Struts messages to automate the field labels, based on the field name as a key.
We used this approach to replace a system in development by a large UK retail bank. Before we applied this approach, the client had coded each input screen and list by hand. The unified approach dramatically reduced workload by a factor of several weeks.
Enhancements:
- This release adds new features and makes the libraries generally easier to extend.
- Debug logging was improvied throughout the libraries by using log4j.
- Maven compatibility was upgraded to version 1.1 (older versions no longer work).
- New field handing for password and long timestamp fields was implemented.
- Support for a client session scope was added.
- Filter and listener interfaces on the query persistence interface make it easier to implement flexible user rights systems.
<<lessRather than developing input screens and lists for each value object class, you need to define just 2 screens - one for lists, the other for input masks. An XML file defines which fields should be displayed or filtered out in each, and the library automatically interrogates the value object classes to discover which fields are available for display. We use the Struts messages to automate the field labels, based on the field name as a key.
We used this approach to replace a system in development by a large UK retail bank. Before we applied this approach, the client had coded each input screen and list by hand. The unified approach dramatically reduced workload by a factor of several weeks.
Enhancements:
- This release adds new features and makes the libraries generally easier to extend.
- Debug logging was improvied throughout the libraries by using log4j.
- Maven compatibility was upgraded to version 1.1 (older versions no longer work).
- New field handing for password and long timestamp fields was implemented.
- Support for a client session scope was added.
- Filter and listener interfaces on the query persistence interface make it easier to implement flexible user rights systems.
Download (1.5MB)
Added: 2005-10-19 License: GPL (GNU General Public License) Price:
1465 downloads
POP3Download 0.5
POP3Download provides a small Perl alternative to Fetchmail. more>>
POP3Download provides a small Perl alternative to Fetchmail.
POP3Download is a simple Perl script which downloads and delivers email from a POP3 server to a local MTA or MDA.
It was developed in order to work around problems in Fetchmail while still providing the same or similar functionality.
pop3download is my initial work on a drop-in replacement for fetchmail, written in perl. it is designed to be a much more flexible and easy to edit app than the original fetchmail program as well as get around some design limitations and bugs.
there is limited support for fetchmail config files. $HOME/.fetchmailrc is parsed for the following options:
set daemon INTEGER
poll SERVER
user[name] USER
pass[word] PASS
proto[col] PROTO
mda ["]MDA["]
soon to be implemented options:
fetchall
keep
forcecr
without any arguments the config file is parsed and servers are polled.
if -h or --help is the first argument, some basic help options are displayed.
support for polling a single server on the command-line is available and will eventually be extended to support more fetchmail-like command line args.
currently pop3download only supports the pop3 protocol (as the name suggests) but adding support for IMAP and other protocols should be fairly trivial.
Enhancements:
- Added IMAP support, for mirroring/pulling an IMAP mailbox, for example to keep the size of the mailbox small.
- Fixed opening of UIDL id file; before it was using the same database for all users of a pop3 server, reusing the same UIDLs for each user.
<<lessPOP3Download is a simple Perl script which downloads and delivers email from a POP3 server to a local MTA or MDA.
It was developed in order to work around problems in Fetchmail while still providing the same or similar functionality.
pop3download is my initial work on a drop-in replacement for fetchmail, written in perl. it is designed to be a much more flexible and easy to edit app than the original fetchmail program as well as get around some design limitations and bugs.
there is limited support for fetchmail config files. $HOME/.fetchmailrc is parsed for the following options:
set daemon INTEGER
poll SERVER
user[name] USER
pass[word] PASS
proto[col] PROTO
mda ["]MDA["]
soon to be implemented options:
fetchall
keep
forcecr
without any arguments the config file is parsed and servers are polled.
if -h or --help is the first argument, some basic help options are displayed.
support for polling a single server on the command-line is available and will eventually be extended to support more fetchmail-like command line args.
currently pop3download only supports the pop3 protocol (as the name suggests) but adding support for IMAP and other protocols should be fairly trivial.
Enhancements:
- Added IMAP support, for mirroring/pulling an IMAP mailbox, for example to keep the size of the mailbox small.
- Fixed opening of UIDL id file; before it was using the same database for all users of a pop3 server, reusing the same UIDLs for each user.
Download (0.015MB)
Added: 2007-03-13 License: GPL (GNU General Public License) Price:
956 downloads
Java GForge SOAP Interface 0.0.10
Java GForge SOAP Interface is an approach to access the GForge collaboration platform via Java. more>>
Java GForge SOAP Interface (or JaGoSI for short) is an approach to access the GForge collaboration platform via Java. This can be used to put other applications on top of JaGoSI. It may be integrated with other applications like the former MyLar project.
Enhancements:
- A complete working file distribution is available for the GForge platform via an Ant task.
- Many bugs were fixed.
- The Maven build was fixed, so compiling with sub components is working.
- The project structure was changed.
- JUnit was updated to version 4.
<<lessEnhancements:
- A complete working file distribution is available for the GForge platform via an Ant task.
- Many bugs were fixed.
- The Maven build was fixed, so compiling with sub components is working.
- The project structure was changed.
- JUnit was updated to version 4.
Download (MB)
Added: 2007-08-13 License: Perl Artistic License Price:
804 downloads
Tracx 1.3.2
Tracx is a tracing XML language. more>>
Tracx is a tracing XML language. The software was motivated by a system management approach where system configuration information is retrieved via plain remote shell command output and stored in a structured way to XML.
The software is stable and production ready but there is still missing any user guide. Slash is a pretty example for the usage of the dragon parser generator, also available on this page.
<<lessThe software is stable and production ready but there is still missing any user guide. Slash is a pretty example for the usage of the dragon parser generator, also available on this page.
Download (1.2MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1000 downloads
mpop 1.0.11
mpop is a small and fast POP3 client with header based mail filtering capabilities. more>>
mpop project is a small and fast POP3 client with header based mail filtering capabilities.
mpop is released under the GPL with the additional exemption that compiling, linking, and/or using OpenSSL is allowed.
Main features:
- Header based mail filtering: filter junk mail before downloading it
- Delivery to mbox files, maildir folders or a mail delivery agent (MDA)
- Very fast POP3 implementation, using command pipelining
- Authentication methods USER/PASS, APOP, PLAIN, LOGIN and CRAM-MD5 (and GSSAPI, DIGEST-MD5, and NTLM when GNU SASL is used)
- TLS encrypted connections (including server certificate verification and the possibility to send a client certificate)
- IPv6 support
- support for multiple accounts
<<lessmpop is released under the GPL with the additional exemption that compiling, linking, and/or using OpenSSL is allowed.
Main features:
- Header based mail filtering: filter junk mail before downloading it
- Delivery to mbox files, maildir folders or a mail delivery agent (MDA)
- Very fast POP3 implementation, using command pipelining
- Authentication methods USER/PASS, APOP, PLAIN, LOGIN and CRAM-MD5 (and GSSAPI, DIGEST-MD5, and NTLM when GNU SASL is used)
- TLS encrypted connections (including server certificate verification and the possibility to send a client certificate)
- IPv6 support
- support for multiple accounts
Download (0.55MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
816 downloads
Xprobe2 0.3
Xprobe2 is an active operating system fingerprinting tool. more>>
Xprobe is an alternative to some tools which are heavily dependent upon the usage of the TCP protocol for remote active operating system fingerprinting.
Xprobe I combines various remote active operating system fingerprinting methods using the ICMP protocol, which were discovered during the "ICMP Usage in Scanning" research project, into a simple, fast, efficient and a powerful way to detect an underlying operating system a targeted host is using.
Xprobe2 rely on fuzzy signature matching, probabilistic guesses, multiple matches simultaneously, and a signature database. Xprobe2 is an active operating system fingerprinting tool witch has a different approach to operating system fingerprinting.
<<lessXprobe I combines various remote active operating system fingerprinting methods using the ICMP protocol, which were discovered during the "ICMP Usage in Scanning" research project, into a simple, fast, efficient and a powerful way to detect an underlying operating system a targeted host is using.
Xprobe2 rely on fuzzy signature matching, probabilistic guesses, multiple matches simultaneously, and a signature database. Xprobe2 is an active operating system fingerprinting tool witch has a different approach to operating system fingerprinting.
Download (0.52MB)
Added: 2006-03-03 License: GPL (GNU General Public License) Price:
1342 downloads
XML::DT 0.45
XML::DT is a package for down translation of XML files. more>>
XML::DT is a package for down translation of XML files.
SYNOPSIS
use XML::DT;
%xml=( music => sub{"Music from: $cn"},
lyrics => sub{"Lyrics from: $v{name}n"},
title => sub{ uc($c) },
-default => sub{"$q:$c"} );
print dt($filename,%xml);
ABSTRACT
This module is a XML down processor. It maps tag (element) names to functions to process that element and respective contents.
This module processes XML files with an approach similar to OMNIMARK. As XML parser it uses XML::Parser or XML::LibXML module in an independent way. At configure stage, you should choose one of the back-ends.
<<lessSYNOPSIS
use XML::DT;
%xml=( music => sub{"Music from: $cn"},
lyrics => sub{"Lyrics from: $v{name}n"},
title => sub{ uc($c) },
-default => sub{"$q:$c"} );
print dt($filename,%xml);
ABSTRACT
This module is a XML down processor. It maps tag (element) names to functions to process that element and respective contents.
This module processes XML files with an approach similar to OMNIMARK. As XML parser it uses XML::Parser or XML::LibXML module in an independent way. At configure stage, you should choose one of the back-ends.
Download (0.028MB)
Added: 2006-09-14 License: Perl Artistic License Price:
1135 downloads
Docebo 3.0.2
Docebo is a integrated content management and e-learning platform. more>>
Docebo is a integrated content management and e-learning platform.
Docebo Project is an open source suite complitly free and WAI (accessibility) compliant that include:
- E-Learning platform (www.docebolms.org)
- Content Management System
- Knowledge management system (www.docebokms.org)
DoceboLMS is born as alternative to the various *nuke and Mambo/Joomla project because it use a different approach, thia approach allow the user to place theyr webpages into a mulilingual tree and insert into them different functions, with docebolms you can manage:
- Company or institutional websites
- Online magazines or newspapers
- Online community
- Web portals
- Intranet
Functions included :
- WAI accessibility specification
- PHP5 Support
- Pages organized in a tree
- Pages and functions allowed only to certain groups
- Teleskill videoconference system included
- Availability to send SMS
- Custom catalogation fields
- Users can be organized in a tree
Enhancements:
- Docebo 3.0.2 fix lot of bugs,the installer and upgrader are more friendly and powerful. Read the readme file for installation or upgrade or refer to manual.
<<lessDocebo Project is an open source suite complitly free and WAI (accessibility) compliant that include:
- E-Learning platform (www.docebolms.org)
- Content Management System
- Knowledge management system (www.docebokms.org)
DoceboLMS is born as alternative to the various *nuke and Mambo/Joomla project because it use a different approach, thia approach allow the user to place theyr webpages into a mulilingual tree and insert into them different functions, with docebolms you can manage:
- Company or institutional websites
- Online magazines or newspapers
- Online community
- Web portals
- Intranet
Functions included :
- WAI accessibility specification
- PHP5 Support
- Pages organized in a tree
- Pages and functions allowed only to certain groups
- Teleskill videoconference system included
- Availability to send SMS
- Custom catalogation fields
- Users can be organized in a tree
Enhancements:
- Docebo 3.0.2 fix lot of bugs,the installer and upgrader are more friendly and powerful. Read the readme file for installation or upgrade or refer to manual.
Download (8.2MB)
Added: 2006-01-17 License: GPL (GNU General Public License) Price:
1381 downloads
GEBORA Beta5
GEBORA is an administrative tool for the Oracle Relational Database Management System. more>>
GEBORA is an administrative tool for the Oracle Relational Database Management System. GEBORA project is an OpenSource alternative to TOAD.
Since beta-2, GEBORA uses native look-and-feel. This approach looks faster in Windows when huge tables are filled (something about 2000 or more rows).
Main features:
- Send manually created SQL commands to server, showing the results in a table;
- Browse thru all database schemas (users) and its tables and packages;
- Display tables:
- Data (with filter, ordering and printing);
- Columns (can be printed, too);
- Relations (foreign keys) in both directions (referenced tables and tables that references a table);
- Statistics (with unique profile generation and print);
- Creation script (without constraints);
- Display stored procedures source code and parameters;
- Run stored procedures, defining and viewing IN/OUT parameters.
<<lessSince beta-2, GEBORA uses native look-and-feel. This approach looks faster in Windows when huge tables are filled (something about 2000 or more rows).
Main features:
- Send manually created SQL commands to server, showing the results in a table;
- Browse thru all database schemas (users) and its tables and packages;
- Display tables:
- Data (with filter, ordering and printing);
- Columns (can be printed, too);
- Relations (foreign keys) in both directions (referenced tables and tables that references a table);
- Statistics (with unique profile generation and print);
- Creation script (without constraints);
- Display stored procedures source code and parameters;
- Run stored procedures, defining and viewing IN/OUT parameters.
Download (0.79MB)
Added: 2006-10-17 License: GPL (GNU General Public License) Price:
1102 downloads
XML Toolkit 0.7 Beta2
XML Toolkit provides an easy to use, very pythoninc approach to XML processing. more>>
XML Toolkit provides an easy to use, very pythoninc approach to XML processing.
The current release of XML Toolkit is almost complete.
Check the source code to see the project status.
<<lessThe current release of XML Toolkit is almost complete.
Check the source code to see the project status.
Download (0.033MB)
Added: 2005-12-09 License: GPL (GNU General Public License) Price:
1417 downloads
GTK ADI Library 0.1.3
GTK ADI Library is a GTK widget library that implements an ADI widget framework. more>>
The GTK ADI Library is a GTK widget library that implements an ADI widget framework.
GTK ADI Library is an Advanced Document Interface: yet another approach to the MDI - Multi Document Interface.
<<lessGTK ADI Library is an Advanced Document Interface: yet another approach to the MDI - Multi Document Interface.
Download (0.33MB)
Added: 2005-12-27 License: LGPL (GNU Lesser General Public License) Price:
1399 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 mda approach 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