Main > Free Download Search >

Free approach software for linux

approach

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 433
Xapwrap 0.3.0

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.
<<less
Download (0.017MB)
Added: 2005-10-13 License: MIT/X Consortium License Price:
1471 downloads
Libapmath 0.3

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
<<less
Download (0.050MB)
Added: 2006-11-05 License: BSD License Price:
1083 downloads
Apache Cocoon 2.1.10

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.

<<less
Download (42.8MB)
Added: 2006-12-22 License: GPL (GNU General Public License) Price:
1041 downloads
Gochacha A0.6.1

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.
<<less
Download (0.063MB)
Added: 2007-07-01 License: LGPL (GNU Lesser General Public License) Price:
845 downloads
Tracx 1.3.2

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.

<<less
Download (1.2MB)
Added: 2007-01-27 License: GPL (GNU General Public License) Price:
1000 downloads
Xprobe2 0.3

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.

<<less
Download (0.52MB)
Added: 2006-03-03 License: GPL (GNU General Public License) Price:
1342 downloads
Text::Graph 0.23

Text::Graph 0.23


Text::Graph is a Perl extension for generating text-based graphs. more>>
Text::Graph is a Perl extension for generating text-based graphs.

SYNOPSIS

use Text::Graph;
blah blah blah

Some data is easier to analyze graphically than in its raw form. In many cases, however, a full-blown multicolor graphic representation is overkill. In these cases, a simple graph can provide an appropriate graphical representation.

The Text::Graph module provides a simple text-based graph of a dataset. Although this approach is not appropriate for all data analysis, it can be useful in some cases.

<<less
Download (0.009MB)
Added: 2006-08-28 License: Perl Artistic License Price:
1153 downloads
PHPS 0.6

PHPS 0.6


PHPS is a framework for separating HTML from PHP or, more generally, content from functionality. more>>
PHPS application provides the ability to seperate content from functionality, mostly having to do with HTML. Pages are written in pseudo-HTML, as you would normally, and then converted into an intermediate representation of PHP objects which you can then manipulate any way you like.
Once you are done manipulating the objects simply call the render() method and the objects will echo back the HTML they represent. With this approach you can define the page without having to worry about the order of objects as they appear on the page, besides having a cleaner design.
Enhancements:
- Added generic JavascriptAttr for all javascript events and added these attributes to BasicTag
- Added all javascript on* events
- Add a checked attribute object
<<less
Download (0.023MB)
Added: 2006-12-03 License: GPL (GNU General Public License) Price:
1057 downloads
Java GForge SOAP Interface 0.0.10

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.
<<less
Download (MB)
Added: 2007-08-13 License: Perl Artistic License Price:
804 downloads
Python rope 0.6.1

Python rope 0.6.1


Python rope is a Python IDE. more>>
rope is a Python IDE. Python ropes main goal is to provide features like auto-completion, refactorings, content assistance, and outlines.

Refactoring: In recent years refactoring has become a basic task of everyday programing, specially in java community. In the agile programing methodologies, like Extreme Programing, Refactoring is one of the core practices.
Some IDEs support some basic refactorings like PyDev (which uses bicycle repair man). These IDEs have a limited set of refactorings and fail when doing refactorings that need to know the type of objects in the source code (specially for relatively large projects). rope tries to provide a rich set of refactorings. Some of the refactorings require type inferencing which is described later.
Auto Completion: One of the basic features of modern IDEs is the availability of auto-completion. Some Python IDEs have auto-completion support but in a limited form. Since the type of many variables cannot be deduced from simple analysis of the source code. Auto-completing modules names, class names, static methods, class methods, function names and variable names are easy. But auto-completing the methods and attributes of an object is hard. Because the IDE needs to know the type of the object that cannot be achieved easily most of the time in dynamic languages. rope uses Type Inferencing algorithms to solve this problem.
Type Inferencing: One disadvantage of dynamic languages like python is that you cannot know the type of variables by a simple analysis of program source code most of the time. Knowing the type of variables is very essential for providing many of the refactorings and auto-completions. rope will use type inferencing to overcome this problem.

Static type inferencing uses program source code to guess the type of objects. But type inferencing python programs is very hard. There have been some attempts though not very successful (examples: psycho: only str and int types, StarKiller: wasnt released and ShedSkin: good but limited). They where mostly directed at speeding up python programs by transforming its code to other typed languages rather than building IDEs. Such algorithms might be helpful.

There is another approach toward type inferencing. That is the analysis of running programs. This dynamic approach records the types variables are assigned to during the program execution. Although this approach is a lot easier to implement than the alternative, it is limited. Only the parts of the program that are executed are analyzed. If developers write unit tests and use test driven development this approach works very well.

<<less
Download (MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
797 downloads
safox 0.5

safox 0.5


safox is a simple PHP API for XML handling. more>>
safox is a simple PHP API for XML handling.
safox merges the DOM approach with XML, and it provides a simple, object-oriented API for PHP-based XML generation, parsing, manupilation, and traversal.
SAFOX provides a generation package and a package that parses XML documents and returns objects.
Enhancements:
- The library has been reorganized, and major enhancements were added.
- RSS 2.0 with specific classes is supported.
- The SAFOX package now has a wrapper class that is the universal starting point for all SAFOX operations, and which binds libraries only when necessary.
- This version also includes code cleanup, bugfixes, and better documentation.
<<less
Download (0.010MB)
Added: 2006-02-09 License: GPL (GNU General Public License) Price:
1353 downloads
RAJAX 1.5

RAJAX 1.5


RAJAX is an approach to remove the repetitive code that coders need to add for simple AJAX applications. more>>
RAJAX is an approach to remove the repetitive code that coders need to add for simple AJAX applications. RAJAXs main goal is to create a library that at runtime will generate a proxy JavaScript class to a server side Java class allowing the web programmer to invoke remote methods in the local JavaScript object.
The project is composed by an network abstraction layer and other sub components such as a Model-View-Controller Framework totally based in AJAX and JavaScript. Since this the project is quite dynamic other components will be added from research experiences or user requests.
Installation:
- Note: Requires Java Runtime Environment (JRE) 1.5 or higher. Requires a Servlet 2.4 compatible container, Tomcat 5.5.x/6.x recomended.
- Add rajaxlib.jar to your webapp WEB-INF/lib.
- Add js/* to your webapp web/js.
- Alternatively grab the sample webapp from the repository and start from it.
Enhancements:
- A Servlet dispatcher was added, so there is no need to declare each bean as a servlet in web.xml.
- RAJAX objects are POJOs and can be tested with JUnit without running a container.
- Nimble MVC now uses the concept of the Observer pattern for event attaching and detaching.
- The code for the XSLT processor on the server side when the browser cannot handle the action locally was started.
<<less
Download (0.025MB)
Added: 2007-06-18 License: GPL (GNU General Public License) Price:
859 downloads
Anthias 4.0

Anthias 4.0


Anthias is a graphical shell. more>>
Anthias is a graphical shell. Anthias integrates the approach of the traditional unix-console with the modern GUI shells, like konqueror.

The user would be able to type in commands just as in a traditional console.

It is based on QT and KDE.

<<less
Download (0.090MB)
Added: 2006-07-15 License: GPL (GNU General Public License) Price:
1196 downloads
Robsort Sorting Algorithm 1.0

Robsort Sorting Algorithm 1.0


Robsort Sorting Algorithm is a sorting algorithm which uses random numbers. more>>
Robsort in a GNU public license sorting algorithm devleloped by Robert Thompson. Robsort uses random number generation to sort arrays of integers. It is claimed to be the worlds least efficient sorting algorithm.

Scientists have calculated the robsort algorithm to approach an order of [n!] (n factorial) inefficiency, however this inefficiency could only theoretically be obtained by using truly random numbers.
<<less
Download (0.10MB)
Added: 2005-06-06 License: GPL (GNU General Public License) Price:
1601 downloads
Control Framework for PHP 0.1

Control Framework for PHP 0.1


Control Framework for PHPs main use is for building the UI layer of your PHP Web application. more>>
The purpose of the Control Framework for PHP (CFP) is to design and implement a completely OO based approach to Web UI design and form handling in PHP.

Control Framework for PHPs main use is for building the UI layer of your PHP Web application. UI behavior can be encapsulated into UI elements called controls.

<<less
Download (MB)
Added: 2005-12-05 License: LGPL (GNU Lesser General Public License) Price:
1423 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5