well known
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 911
firewall 20020626
firewall is a set of scripts (firewall, fwup and fwdown) for ipchains. more>>
Firewall is a set of scripts (firewall, fwup and fwdown) that implement an ipchains firewall and various forms of network address and port translation. All you have to do is read the policy file and edit it to reflect your topology and filtering policy.
The policy file is composed of sections in which you need to specify: this hosts trusted and untrusted network interfaces; this hosts role and function within the network topology; the incoming and outgoing services to allow and the internal and external hosts that may take part in them. It has been designed to make this as painless and flexible as possible.
Each section contains detailed explanations and advice on things such as when to start the firewall and the security implications of various well known internet services and advice on how to allow them safely. It is intended to introduce administrators to some subtleties of packet filtering quickly so that they can make better informed security decisions and achieve and maintain effective network security (at least the packet filtering part) in a very short time. Of course, it will not prevent you from making bad network security, but you will have been warned.
Main features:
- Single Host (no forwarding, no address/port translation)
- Forwarding (no address/port translation)
- Masquerading (outgoing M:1 NAPT)
- Port Forwarding (Masquerading + incoming 1:M NAPT)
- Alias Port Forwarding (Masquerading + incoming N:M NAPT)
- Static NAT (incoming and outgoing 1:1 NAT)
<<lessThe policy file is composed of sections in which you need to specify: this hosts trusted and untrusted network interfaces; this hosts role and function within the network topology; the incoming and outgoing services to allow and the internal and external hosts that may take part in them. It has been designed to make this as painless and flexible as possible.
Each section contains detailed explanations and advice on things such as when to start the firewall and the security implications of various well known internet services and advice on how to allow them safely. It is intended to introduce administrators to some subtleties of packet filtering quickly so that they can make better informed security decisions and achieve and maintain effective network security (at least the packet filtering part) in a very short time. Of course, it will not prevent you from making bad network security, but you will have been warned.
Main features:
- Single Host (no forwarding, no address/port translation)
- Forwarding (no address/port translation)
- Masquerading (outgoing M:1 NAPT)
- Port Forwarding (Masquerading + incoming 1:M NAPT)
- Alias Port Forwarding (Masquerading + incoming N:M NAPT)
- Static NAT (incoming and outgoing 1:1 NAT)
Download (0.18MB)
Added: 2006-07-11 License: GPL (GNU General Public License) Price:
1349 downloads
Page Curl 0.5
Page Curl plug-in does the well-known page curl effect (a la KPT). more>>
Page Curl plug-in does the well-known page curl effect (a la KPT).
It is likewhen you curl one of the corners of a sheet of paper.
<<lessIt is likewhen you curl one of the corners of a sheet of paper.
Download (MB)
Added: 2006-09-20 License: Perl Artistic License Price:
658 downloads
Radzilla 1.1
Radzilla is a port of the well known physically based ray tracer Radiance to the C++ programming language. more>>
Radzilla is a port of the well known physically based ray tracer Radiance to the C++ programming language, including a GUI based on the QT toolkit from Trolltech.
Radzilla project aims at modifying and optimizing classic Radiance for complex visualization applications in architecture, art or design.
The project started in 2004, 1 1/2 years after Radiance itself became Open Source. In its first stages, it was a means to collect previous Radiance-related work (self-developed, like the direct cache or the color4pict primitive, or externally developed, like Roland Schregles Photon Map) and merge it with the classic core.
Further developments followed soon (like the scene primitive or a new source partitioning scheme). With the recent implementation of a GUI frontend, the focus has temporarily moved more to the periphery.
The overall aim is not to hide the complexity of Radiance, but just to make the use and handling of it easier. Including image processing features based on Radiance classic modules (pfilt, pcond) in the new Version 1.1 now means a next step towards setting up a new environment for working with the plethora of tools offered by the Radiance suite, either in their original version or enhanced with additional features.
Main features:
Code restructuring
- The majority of the Radzilla core consists out of original Radiance code, which is just rearranged, modularized and grouped into C++ classes. The idea was to get aquainted with C++ and object oriented programming, nothing more. Radiance itself is highly optimized, so there is simply no need to rewrite everything.
Increased Flexibility
- Radzilla offers a higher degree of flexibility and modularization, e.g. with the possibility to set individual render parameters for each light source, or with the scene primitive, which lets you insert a full scene including light sources and a different set of render parameters.
New Material and Modifier Primitives
- A handful of new modifiers have been introduced, offering more (or easier) ways to modify surface and medium properties, generate falsecolor output for selected objects, perform semitransparent image mapping etc.
New Modules
- Radzilla currently contains the Photon Map, a forward raytracer routine written by Roland Schregle at Fraunhofer ISE, Freiburg, an optional New Source Partitioning Scheme and the Direct Cache, an optimization strategy for scenes containing many light sources.
Full compatibility with classic Radiance
- Radzilla supports all geometry and material/modifier primitives, all parameters and the octree structure of Radiance classic, i.e. it accepts any valid Radiance input. It also produces the same output format (a Radiance pic).
- The word full has to be taken cum grano salis. In turn of continuing development on both branches, you will unfortunately find the one or the other newly added Radiance classic option which is not supported yet by Radzilla.
<<lessRadzilla project aims at modifying and optimizing classic Radiance for complex visualization applications in architecture, art or design.
The project started in 2004, 1 1/2 years after Radiance itself became Open Source. In its first stages, it was a means to collect previous Radiance-related work (self-developed, like the direct cache or the color4pict primitive, or externally developed, like Roland Schregles Photon Map) and merge it with the classic core.
Further developments followed soon (like the scene primitive or a new source partitioning scheme). With the recent implementation of a GUI frontend, the focus has temporarily moved more to the periphery.
The overall aim is not to hide the complexity of Radiance, but just to make the use and handling of it easier. Including image processing features based on Radiance classic modules (pfilt, pcond) in the new Version 1.1 now means a next step towards setting up a new environment for working with the plethora of tools offered by the Radiance suite, either in their original version or enhanced with additional features.
Main features:
Code restructuring
- The majority of the Radzilla core consists out of original Radiance code, which is just rearranged, modularized and grouped into C++ classes. The idea was to get aquainted with C++ and object oriented programming, nothing more. Radiance itself is highly optimized, so there is simply no need to rewrite everything.
Increased Flexibility
- Radzilla offers a higher degree of flexibility and modularization, e.g. with the possibility to set individual render parameters for each light source, or with the scene primitive, which lets you insert a full scene including light sources and a different set of render parameters.
New Material and Modifier Primitives
- A handful of new modifiers have been introduced, offering more (or easier) ways to modify surface and medium properties, generate falsecolor output for selected objects, perform semitransparent image mapping etc.
New Modules
- Radzilla currently contains the Photon Map, a forward raytracer routine written by Roland Schregle at Fraunhofer ISE, Freiburg, an optional New Source Partitioning Scheme and the Direct Cache, an optimization strategy for scenes containing many light sources.
Full compatibility with classic Radiance
- Radzilla supports all geometry and material/modifier primitives, all parameters and the octree structure of Radiance classic, i.e. it accepts any valid Radiance input. It also produces the same output format (a Radiance pic).
- The word full has to be taken cum grano salis. In turn of continuing development on both branches, you will unfortunately find the one or the other newly added Radiance classic option which is not supported yet by Radzilla.
Download (0.51MB)
Added: 2006-05-05 License: Free To Use But Restricted Price:
1267 downloads
Lowarch 0.1.1
Lowarch is a Linux distribution based on Arch Linux, which is well known for its speed, simplicity, and elegant design. more>>
Lowarch project is a Linux distribution based on Arch Linux, which is well known for its speed, simplicity, and elegant design.
While Arch Linux is optimized for i686 or x86_64 systems, Lowarch aims at supporting i486 and i586 systems.
Enhancements:
- This is a minor release, but there are quite a lot of small changes and bugfixes.
- The installation floppies are now ready.
- The old [current] repository address doesnt work anymore.
- You should use the new installation CD or floppies if you want to do an FTP install.
- Most of the desktop programs now show up in the XFCE4 menu.
- There are quite a few new, updated, and deleted packages.
<<lessWhile Arch Linux is optimized for i686 or x86_64 systems, Lowarch aims at supporting i486 and i586 systems.
Enhancements:
- This is a minor release, but there are quite a lot of small changes and bugfixes.
- The installation floppies are now ready.
- The old [current] repository address doesnt work anymore.
- You should use the new installation CD or floppies if you want to do an FTP install.
- Most of the desktop programs now show up in the XFCE4 menu.
- There are quite a few new, updated, and deleted packages.
Download (691.9MB)
Added: 2006-12-07 License: GPL (GNU General Public License) Price:
1059 downloads
dTemplate 2.5
dTemplate is known as the most rapid templating system in the known universe. more>>
dTemplate 2.5 is known as the most rapid templating system in the known universe (at least at the time of creating this project). This templating system is lightweight and supports the declarative programming style. It is fast, because it compiles the template once and the the compiled code is parsed by a highly optimized C code.
<<less Added: 2009-07-06 License: Perl Artistic License Price: FREE
downloads
WebSwf Slide Show Creator 1.0
WebSwf is a program for generating slide shows in Macromedia SWF Flash format. more>>
WebSwf is a program for generating slide shows in Macromedia SWF Flash format. WebSwf Slide Show Creator is a multi-user application with a client-server architecture. SWF generation is done with PHPs Ming extensions.
Main features:
- Multi user, every user can keep different projects, a project is a container for one or more slideshows.
- Simple and cross fading are supported.
- Client-server, all data are stored in the server database and folders.
- Modern browsers are supported, for example Firefox.
- Built upon well known open-source technologie such as PHP, MySQL and Ming SWF libraries, can be easily customized.
- Slideshows can be tailored to be used on an handheld device.
<<lessMain features:
- Multi user, every user can keep different projects, a project is a container for one or more slideshows.
- Simple and cross fading are supported.
- Client-server, all data are stored in the server database and folders.
- Modern browsers are supported, for example Firefox.
- Built upon well known open-source technologie such as PHP, MySQL and Ming SWF libraries, can be easily customized.
- Slideshows can be tailored to be used on an handheld device.
Download (MB)
Added: 2006-02-22 License: GPL (GNU General Public License) Price:
1362 downloads
Drall 1.17.0.0
Drall allows users to access their directories and files remotely via a web browser. more>>
Drall is a script which allows users to access their directories and files remotely without the need of using insecure FTP and telnet. It enables the user to treat the remote file system as if it was on their local hard disk through a normal Web browser.
The interface resembles the well known Norton Commander and GNU Midnight Commander. Single or dual-panel views makes it easy to see an overview of the file system and the modular design means you only use the features you need.
Drall is written in Perl for easy customization and expansion.
Requierments:
- Perl 5.004 (or later; tested with 5.004, 5.004_05, 5.005, 5.005_03, 5.6.0, 5.6.1, and 5.8.0)
- Web server and Web browser supporting the Common Gateway Interface
- Web browser supporting HTML 4 and form-based file upload
<<lessThe interface resembles the well known Norton Commander and GNU Midnight Commander. Single or dual-panel views makes it easy to see an overview of the file system and the modular design means you only use the features you need.
Drall is written in Perl for easy customization and expansion.
Requierments:
- Perl 5.004 (or later; tested with 5.004, 5.004_05, 5.005, 5.005_03, 5.6.0, 5.6.1, and 5.8.0)
- Web server and Web browser supporting the Common Gateway Interface
- Web browser supporting HTML 4 and form-based file upload
Download (0.033MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1632 downloads
allcookies 1.2
allcookies is an extension which dumps ALL cookies (including session cookies) to Firefox standard cookies.txt file. more>>
allcookies is an extension which dumps ALL cookies (including session cookies) to Firefox standard cookies.txt file.
The mandatory companion tool for downloading sites with WGET
A very minimum extension : no psychedelic design. Just the needed feature.
Why you need it : Many web sites are protected by either
- authentification forms
- vicious access rules like "you must first see some introductory or advertisement pages"
Such sites cant be downloaded with the well known WGET tool
AllCookies is the answer to this kind of restrictions.
How it works
Web sites generally use temporary "session cookies" to manage access rules. Such cookies are not saved to the firefox "cookies.txt" file, and are destroyed once your session closes.
AllCookies will turn those cookies to permanent cookies and force saving in cookies.txt
A typicall scenario to download a web site with WGET becomes:
- using Firefox, connect to the web sites, go through all the authentification forms or preliminary pages that are required
- execute AllCookies (just a simple item added in Firefox menu ) to update cookies.txt file
- launch wget : wget --load-cookies=z:cookies.txt http://foo.com
<<lessThe mandatory companion tool for downloading sites with WGET
A very minimum extension : no psychedelic design. Just the needed feature.
Why you need it : Many web sites are protected by either
- authentification forms
- vicious access rules like "you must first see some introductory or advertisement pages"
Such sites cant be downloaded with the well known WGET tool
AllCookies is the answer to this kind of restrictions.
How it works
Web sites generally use temporary "session cookies" to manage access rules. Such cookies are not saved to the firefox "cookies.txt" file, and are destroyed once your session closes.
AllCookies will turn those cookies to permanent cookies and force saving in cookies.txt
A typicall scenario to download a web site with WGET becomes:
- using Firefox, connect to the web sites, go through all the authentification forms or preliminary pages that are required
- execute AllCookies (just a simple item added in Firefox menu ) to update cookies.txt file
- launch wget : wget --load-cookies=z:cookies.txt http://foo.com
Download (0.004MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
855 downloads
Webware for Python 0.9.4
Webware for Python project is a suite of Python packages and tools for developing object-oriented, web-based applications. more>>
Webware for Python project is a suite of Python packages and tools for developing object-oriented, web-based applications.
The suite uses well known design patterns and includes a fast Application Server, Servlets, Python Server Pages (PSP), Object-Relational Mapping, Task Scheduling, Session Management, and many other features. Webware is very modular and easily extended.
Webware for Python is well proven and platform-independent. It is compatible with multiple web servers, database servers and operating systems.
Enhancements:
- It contains some fixes and improvements of WebKit, and it adds some more configuration options that have been requested.
<<lessThe suite uses well known design patterns and includes a fast Application Server, Servlets, Python Server Pages (PSP), Object-Relational Mapping, Task Scheduling, Session Management, and many other features. Webware is very modular and easily extended.
Webware for Python is well proven and platform-independent. It is compatible with multiple web servers, database servers and operating systems.
Enhancements:
- It contains some fixes and improvements of WebKit, and it adds some more configuration options that have been requested.
Download (0.93MB)
Added: 2007-07-08 License: GPL (GNU General Public License) Price:
840 downloads
Java checkstyle Tool 4.3
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. more>>
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. Java checkstyle Tool automates the process of checking Java code to spare humans of this boring (but important) task. This makes it ideal for projects that want to enforce a coding standard.
Checkstyle is highly configurable and can be made to support almost any coding standard. An example configuration file is supplied supporting the Sun Code Conventions. As well, other sample configuration files are supplied for other well known conventions.
Checkstyle can check many aspects of your source code. Historically its main functionality has been to check code layout issues, but since the internal architecture was changed in version 3, more and more checks for other purposes have been added. Now Checkstyle provides checks that find class design problems, duplicate code, or bug patterns like double checked locking.
Enhancements:
- This release contains a number of enhancements and bugfixes.
- The highlights include performance improvements in the StrictDuplicateCode check and a new CrossLanguageRegexpHeader check that allows checking file headers for languages other than Java.
<<lessCheckstyle is highly configurable and can be made to support almost any coding standard. An example configuration file is supplied supporting the Sun Code Conventions. As well, other sample configuration files are supplied for other well known conventions.
Checkstyle can check many aspects of your source code. Historically its main functionality has been to check code layout issues, but since the internal architecture was changed in version 3, more and more checks for other purposes have been added. Now Checkstyle provides checks that find class design problems, duplicate code, or bug patterns like double checked locking.
Enhancements:
- This release contains a number of enhancements and bugfixes.
- The highlights include performance improvements in the StrictDuplicateCode check and a new CrossLanguageRegexpHeader check that allows checking file headers for languages other than Java.
Download (2.6MB)
Added: 2007-01-26 License: LGPL (GNU Lesser General Public License) Price:
1021 downloads
LinPoPup-2 2.0.7
LinPopUp-2 is a GTK+2 port of well known LinPopUp program. more>>
LinPopUp-2 is a GTK+2 port of well known LinPopUp program.
Actually, it is a frontend for smbclient -M, so it allows you to send and receive messages to and from Winpopup users. There are more features on original LinPopUp page at LittleIgloo.Org.
Since Jean-Marc Jacquet stopped developing in early 2000, life was changing. GTK+ v2.x became more popular than v1.2.x, several patches appears on the Net. I was asking to do something to make LinPopUp work better on modern system. So I made this GTK+2 port for myself and glad to share it with people now.
Main features:
- Doesnt need to always run :
- If you close it, it will continue to receive all messages that are send to you. You can even quit Xwindow, and still receive messages. In fact, the only way to miss a message that was sent to you is to have your computer turned off.
-
- Messages are kept from session to session. You will always retrieve a message that was sent to you, ... if you have not deleted it.
-
- Can be run minimized :
- It will raise automatically each time a new message arrives.
-
- And other features like :
- Possibility to reply to a message, clipboard cut & past, etc.
<<lessActually, it is a frontend for smbclient -M, so it allows you to send and receive messages to and from Winpopup users. There are more features on original LinPopUp page at LittleIgloo.Org.
Since Jean-Marc Jacquet stopped developing in early 2000, life was changing. GTK+ v2.x became more popular than v1.2.x, several patches appears on the Net. I was asking to do something to make LinPopUp work better on modern system. So I made this GTK+2 port for myself and glad to share it with people now.
Main features:
- Doesnt need to always run :
- If you close it, it will continue to receive all messages that are send to you. You can even quit Xwindow, and still receive messages. In fact, the only way to miss a message that was sent to you is to have your computer turned off.
-
- Messages are kept from session to session. You will always retrieve a message that was sent to you, ... if you have not deleted it.
-
- Can be run minimized :
- It will raise automatically each time a new message arrives.
-
- And other features like :
- Possibility to reply to a message, clipboard cut & past, etc.
Download (0.133MB)
Added: 2006-06-15 License: GPL (GNU General Public License) Price:
1235 downloads
Afick Webmin module 1.6.0
Afick is a security tool, very close from the well known tripwire. more>>
Afick is a security tool, very close from the well known tripwire. Afick Webmin module allows to monitor the changes on your files systems, and so can detect intrusions.
Functionnalities:
- portable without any change to all common operating systems (windows, unix ...)
- easy install : no need to compile or to install many others tools
fast
- display new/deleted/modified files
- display dangling links
- may be used by any user
- any number of base and config
- config file with exceptions and jokers
- configuration file syntaxe close from aides one
- command line is perfect on unix, but windows users prefer graphical interfaces, so I add a Tk interface
Enhancements:
- A new screen was added to configure macros.
- Some bugs were fixed.
- The code was fully reread and cleaned.
<<lessFunctionnalities:
- portable without any change to all common operating systems (windows, unix ...)
- easy install : no need to compile or to install many others tools
fast
- display new/deleted/modified files
- display dangling links
- may be used by any user
- any number of base and config
- config file with exceptions and jokers
- configuration file syntaxe close from aides one
- command line is perfect on unix, but windows users prefer graphical interfaces, so I add a Tk interface
Enhancements:
- A new screen was added to configure macros.
- Some bugs were fixed.
- The code was fully reread and cleaned.
Download (0.048MB)
Added: 2007-06-08 License: GPL (GNU General Public License) Price:
868 downloads
HTML Include 0.20
HTML Include solves the problem that the Hypertext Markup Language doesnt know a command. more>>
HTML Include solves the problem that the Hypertext Markup Language doesnt know a command for including other files into a source file. HTML Include uses specially styled comments to refer to other files, which will be inserted at this position.
Unlike to the well known Server Side Include mechanism, this tool pre-processes the HTML files, resulting in files that have all referenced source files directly embedded. Thus it does not depend on any Web-server for correct appearance.
As a bonus, HTML Include also writes the current date to the "last modification" line and brower meta, which you usually forget (or do not bother) to update.
Enhancements:
- This release adds Current Date Replacement for both Custom Tag and Browser Meta Line.
- Tags are now allowed to appear anywhere in the text, not just on single lines.
- This release can process multiple input files.
- The package has been autoconfiscated.
<<lessUnlike to the well known Server Side Include mechanism, this tool pre-processes the HTML files, resulting in files that have all referenced source files directly embedded. Thus it does not depend on any Web-server for correct appearance.
As a bonus, HTML Include also writes the current date to the "last modification" line and brower meta, which you usually forget (or do not bother) to update.
Enhancements:
- This release adds Current Date Replacement for both Custom Tag and Browser Meta Line.
- Tags are now allowed to appear anywhere in the text, not just on single lines.
- This release can process multiple input files.
- The package has been autoconfiscated.
Download (0.075MB)
Added: 2006-05-26 License: GPL (GNU General Public License) Price:
1248 downloads
Apache MINA 0.9.0
Apache MINA is a network application framework. more>>
Apache MINA comes from Multipurpose Infrastructure for Network Applications and is a network application framework which helps users develop high performance and high scalability network applications easily.
Main features:
- Unified API for various transport types:
- TCP/IP
- UDP/IP
- In-VM pipe communication
- You can implement your own!
- Low-level and high-level API:
- Low-level: uses ByteBuffers
- High-level: uses user-defined message objects and codecs
- Stream-based I/O support via StreamIoHandler
- Filter interface as an extension point; similar to Servlet filters
- SSL support via SSLFilter thanks to Java 5 SSLEngine
- Thread pools are implemented as filters so that users can customize thread model.
- Unit testability using mock objects,
- JMX managability, (coming soon)
- Traffic throttling, (coming soon)
- Overload shielding, (coming soon)
- Integration with well known containers such as Spring and OSGi, (coming soon)
- Smooth migration from Netty, a popular NIO framework. (See Netty Tutorial)
Enhancements:
- This release introduces a new API with an integrated I/O layer and protocol layer.
- New features include traffic control, StartTLS, out-of-the-box protocol codecs, and Spring framework integration.
<<lessMain features:
- Unified API for various transport types:
- TCP/IP
- UDP/IP
- In-VM pipe communication
- You can implement your own!
- Low-level and high-level API:
- Low-level: uses ByteBuffers
- High-level: uses user-defined message objects and codecs
- Stream-based I/O support via StreamIoHandler
- Filter interface as an extension point; similar to Servlet filters
- SSL support via SSLFilter thanks to Java 5 SSLEngine
- Thread pools are implemented as filters so that users can customize thread model.
- Unit testability using mock objects,
- JMX managability, (coming soon)
- Traffic throttling, (coming soon)
- Overload shielding, (coming soon)
- Integration with well known containers such as Spring and OSGi, (coming soon)
- Smooth migration from Netty, a popular NIO framework. (See Netty Tutorial)
Enhancements:
- This release introduces a new API with an integrated I/O layer and protocol layer.
- New features include traffic control, StartTLS, out-of-the-box protocol codecs, and Spring framework integration.
Download (0.29MB)
Added: 2005-12-23 License: The Apache License 2.0 Price:
1401 downloads
Apache .NET Ant Library 1.0
Apache .NET Ant Library is a library of Apache Ant tasks that support development for the .NET platform. more>>
Apache .NET Ant Library doesnt strive to replace NAnt or MSBuild, its main purpose is to help those of us who work on projects crossing platform boundaries. With this library you can use Ant to build and test the Java as well as the .NET parts of your project.
This library provides a special version of the < exec > task tailored to run .NET executables. On Windows it will assume the Microsoft framework is around and run the executable directly, while it will invoke Mono on any other platform. Of course you can override these assumptions.
Based on this a few tasks to run well known .NET utilities from within Ant are provided, namely tasks to run NUnit, NAnt, MSBuild and the Wix toolkit.
The initial .NET tasks of Ant (compiler tasks for C#, J# and VB.NET for example) have also been moved to this Antlib and will see further development here.
Enhancements:
- This release adds a few attributes to the NUnit, NAnt, and MSBuild tasks that allow more control over failing tasks.
<<lessThis library provides a special version of the < exec > task tailored to run .NET executables. On Windows it will assume the Microsoft framework is around and run the executable directly, while it will invoke Mono on any other platform. Of course you can override these assumptions.
Based on this a few tasks to run well known .NET utilities from within Ant are provided, namely tasks to run NUnit, NAnt, MSBuild and the Wix toolkit.
The initial .NET tasks of Ant (compiler tasks for C#, J# and VB.NET for example) have also been moved to this Antlib and will see further development here.
Enhancements:
- This release adds a few attributes to the NUnit, NAnt, and MSBuild tasks that allow more control over failing tasks.
Download (0.077MB)
Added: 2006-11-06 License: The Apache License 2.0 Price:
1084 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 well known 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