2.3
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 634
Saja 2.3
Saja is a lightweight AJAX scripting engine for PHP with secured function calls. more>>
Saja is a lightweight AJAX scripting engine for PHP with secured function calls. Saja is designed for the speedy creation of simple, intuitive, and maintainable AJAX applications, without the need to write any JavaScript.
<<less Download (0.009MB)
Added: 2006-09-02 License: MIT/X Consortium License Price:
1152 downloads
Sniff 2.3
Sniff formats hex packets from the tcpdump program and converts them to ASCII to make them easier to read and understand. more>>
Sniff formats hex packets from the tcpdump program and converts them to ASCII to make them easier to read and understand.
<<less Download (0.31MB)
Added: 2005-09-21 License: Freeware Price:
837 downloads
Bison 2.3
Bison is a general-purpose parser generator. more>>
Bison project is a general-purpose parser generator that converts a grammar description for an LALR context-free grammar into a C program to parse that grammar.
Once you are proficient with Bison, you can use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages.
Bison is upward compatible with Yacc: all properly-written Yacc grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with little trouble. You need to be fluent in C programming in order to use Bison.
<<lessOnce you are proficient with Bison, you can use it to develop a wide range of language parsers, from those used in simple desk calculators to complex programming languages.
Bison is upward compatible with Yacc: all properly-written Yacc grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with little trouble. You need to be fluent in C programming in order to use Bison.
Download (1.3MB)
Added: 2006-06-05 License: GPL (GNU General Public License) Price:
722 downloads
Other version of Bison
PHP 5.2.3
PHP is a high-level scripting language. more>>
PHP is a widely-used Open Source general-purpose scripting language that is especially suited for Web development and can be embedded into HTML. Its syntax draws upon C, Java, and Perl, and is easy to learn.
PHP runs on many different platforms and can be used as a standalone executable or as a module under a variety of Web servers. It has excellent support for databases, XML, LDAP, IMAP, Java, various Internet protocols, and general data manipulation, and is extensible via its powerful API.
PHP project is actively developed and supported by a talented and energetic international team. Numerous Open Source and commercial PHP-based application packages are available.
<<lessPHP runs on many different platforms and can be used as a standalone executable or as a module under a variety of Web servers. It has excellent support for databases, XML, LDAP, IMAP, Java, various Internet protocols, and general data manipulation, and is extensible via its powerful API.
PHP project is actively developed and supported by a talented and energetic international team. Numerous Open Source and commercial PHP-based application packages are available.
Download (7.0MB)
Added: 2007-06-01 License: The PHP License Price:
905 downloads
Nexuiz 2.3
Nexuiz is a fast-paced, chaotic, and intense multiplayer first-person shooter game. more>>
Nexuiz is a fast-paced, chaotic, and intense multiplayer first-person shooter game, focused on providing basic, old style deathmatch.
Nexuiz is extremely modder-friendly. Nexuiz is built on the power of the Darkplaces engine, which is a heavily modified version of the original Quake.
Darkplaces features realtime lighting and stencil shadows, bumpmapping, gloss, bloom, and totally rewritten network code that supports up to 64 players on a single server.
<<lessNexuiz is extremely modder-friendly. Nexuiz is built on the power of the Darkplaces engine, which is a heavily modified version of the original Quake.
Darkplaces features realtime lighting and stencil shadows, bumpmapping, gloss, bloom, and totally rewritten network code that supports up to 64 players on a single server.
Download (199.5MB)
Added: 2007-06-01 License: GPL (GNU General Public License) Price:
881 downloads
DSniff 2.3
DSniff is a collection of tools for network auditing and penetration testing. more>>
DSniff project is a collection of tools for network auditing and penetration testing. dsniff, filesnarf, mailsnarf, msgsnarf, urlsnarf, and webspy passively monitor a network for interesting data (passwords, e-mail, files, etc.).
arpspoof, dnsspoof, and macof facilitate the interception of network traffic normally unavailable to an attacker (e.g, due to layer-2 switching). sshmitm and webmitm implement active monkey-in-the-middle attacks against redirected SSH and HTTPS sessions by exploiting weak bindings in ad-hoc PKI.
I wrote these tools with honest intentions - to audit my own network, and to demonstrate the insecurity of most network application protocols. Please do not abuse this software.
<<lessarpspoof, dnsspoof, and macof facilitate the interception of network traffic normally unavailable to an attacker (e.g, due to layer-2 switching). sshmitm and webmitm implement active monkey-in-the-middle attacks against redirected SSH and HTTPS sessions by exploiting weak bindings in ad-hoc PKI.
I wrote these tools with honest intentions - to audit my own network, and to demonstrate the insecurity of most network application protocols. Please do not abuse this software.
Download (0.12MB)
Added: 2006-03-03 License: GPL (GNU General Public License) Price:
952 downloads
Rugg 0.2.3
Rugg is a hard drive and filesystem harness tool. more>>
Rugg is a hard drive and filesystem harness tool. Rugg allows you to test and benchmark drives and filesystems by writing simple to complex scenarios that can mimic the behaviour of real-world applications.
Test scenarios can be implemented using Ruggs compact and versatile domain specific language.
Main features:
Domain language
- Rugg sports a simple language that allows to easily write test scenarios.
Expressive
- Rugg script are usually one-liners, thanks to a carefully designed syntax and semantics.
Python-based
- Rugg can be both extended and embedded within Python, while also offering a small Pythonic API.
Easy to use
- Rugg can be used both in interpreter and command line. Both modes have options to type-check and validate your program, so that you can ensure its consitency.
<<lessTest scenarios can be implemented using Ruggs compact and versatile domain specific language.
Main features:
Domain language
- Rugg sports a simple language that allows to easily write test scenarios.
Expressive
- Rugg script are usually one-liners, thanks to a carefully designed syntax and semantics.
Python-based
- Rugg can be both extended and embedded within Python, while also offering a small Pythonic API.
Easy to use
- Rugg can be used both in interpreter and command line. Both modes have options to type-check and validate your program, so that you can ensure its consitency.
Download (0.22MB)
Added: 2006-06-29 License: GPL (GNU General Public License) Price:
1214 downloads
SCSS 0.2.3
SCSS is a Scheme module for parsing, querying, and emitting style information. more>>
SCSS is a Scheme module for emitting, querying, and parsing style information compatible with the W3C Cascading Stylesheets recommendation.
While SCSS does not itself provide any rendering functionality, it can provide style information to applications and libraries that do.
If used with XML documents produced by SXML or SDOM, SCSS can accomodate the full range of selector types described in the W3C recommendation; it can also match simple selectors against strings when structured document information is not available.
Enhancements:
- Unicode support has been added for versions of Guile that support it.
- A few minor bugs related to parsing and validation have been fixed.
<<lessWhile SCSS does not itself provide any rendering functionality, it can provide style information to applications and libraries that do.
If used with XML documents produced by SXML or SDOM, SCSS can accomodate the full range of selector types described in the W3C recommendation; it can also match simple selectors against strings when structured document information is not available.
Enhancements:
- Unicode support has been added for versions of Guile that support it.
- A few minor bugs related to parsing and validation have been fixed.
Download (0.062MB)
Added: 2007-03-07 License: GPL (GNU General Public License) Price:
961 downloads
read4me 2.3
read4me is a Python feed-reading web service. more>>
read4me is a Python feed-reading web service. It reads RSS or atom feeds and, using bayesian statistics, reports how much you will like the articles. This project includes a server and a Firefox extension client.
<<less Download (0.026MB)
Added: 2005-11-09 License: BSD License Price:
1444 downloads
GoVPN 0.2.3
GoVPN is an OpenVPN frontend for GNU/Linux operating systems, developed in Gambas. more>>
GoVPN project is an OpenVPN frontend for GNU/Linux operating systems, developed in Gambas.
To make it easier for non-technical users, weve built a userinterface for OpenVPN on linux.
If administrators send configuration files to the user, (s)he will be able to install and connect to the corporate OpenVPN gateway.
<<lessTo make it easier for non-technical users, weve built a userinterface for OpenVPN on linux.
If administrators send configuration files to the user, (s)he will be able to install and connect to the corporate OpenVPN gateway.
Download (0.045MB)
Added: 2005-08-18 License: GPL (GNU General Public License) Price:
1533 downloads
PHPMQ 0.2.3
PHPMQ provides a serverless messaging toolkit for PHP. more>>
PHPMQ provides a serverless messaging toolkit for PHP.
PHPMQ is a serverless messaging toolkit for PHP. It gives PHP developers the ability to perform JMS operations such as sending and receiving messages on queues and topics while ensuring delivery and enabling persistent messaging.
This release contains a minor bug fix in the example scripts that use the PHPMQ messaging API,
Documentation for the Messaging API was added to this release as well.
Enhancements:
- new queue_receiver.php
- new installing_PHPMQ_0.2.3.html
- new PHPMQ_Messaging_API.html
<<lessPHPMQ is a serverless messaging toolkit for PHP. It gives PHP developers the ability to perform JMS operations such as sending and receiving messages on queues and topics while ensuring delivery and enabling persistent messaging.
This release contains a minor bug fix in the example scripts that use the PHPMQ messaging API,
Documentation for the Messaging API was added to this release as well.
Enhancements:
- new queue_receiver.php
- new installing_PHPMQ_0.2.3.html
- new PHPMQ_Messaging_API.html
Download (0.009MB)
Added: 2007-03-20 License: GPL (GNU General Public License) Price:
949 downloads
cgicc 3.2.3
GNU Cgicc is an ANSI C++ compliant class library. more>>
GNU Cgicc is an ANSI C++ compliant class library. cgicc greatly simplifies the creation of CGI applications for the World Wide Web by doing the following:
- Parses GET and POST form data transparently.
- Provides string, integer, floating-point and single- and multiple-choice retrieval methods for form data.
- Provides methods for saving and restoring CGI environments to aid in application debugging.
- Provides full on-the-fly web-authoring generation capabilities, with support for cookies.
- Supports web-authoring file upload.
<<less- Parses GET and POST form data transparently.
- Provides string, integer, floating-point and single- and multiple-choice retrieval methods for form data.
- Provides methods for saving and restoring CGI environments to aid in application debugging.
- Provides full on-the-fly web-authoring generation capabilities, with support for cookies.
- Supports web-authoring file upload.
Download (0.70MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1235 downloads
ser2net 2.3
The ser2net daemon allows telnet and TCP sessions to be established with a units serial ports. more>>
The ser2net daemon allows telnet and TCP sessions to be established with a units serial ports. Note that ser2net supports RFC 2217 (remote control of serial port parameters), but you must have a complient client. The only one I know it is kermit application (http://www.columbia.edu/kermit).
Enhancements:
- dataxfer.c, devcfg.c, devcfg.h, ser2net.conf, ser2net.8: Added a s banner token for printing out the serial parameters.
- ser2net.conf: Cleaned up the ugly banner3.
- Makefile.am: Add ser2net.init to EXTRA_DIST.
- configure.in: Move to version 2.3.
<<lessEnhancements:
- dataxfer.c, devcfg.c, devcfg.h, ser2net.conf, ser2net.8: Added a s banner token for printing out the serial parameters.
- ser2net.conf: Cleaned up the ugly banner3.
- Makefile.am: Add ser2net.init to EXTRA_DIST.
- configure.in: Move to version 2.3.
Download (0.29MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1210 downloads
Xenomai 2.3
Xenomai is a realtime development framework. more>>
Xenomai project is a realtime development framework cooperating with the Linux kernel in order to provide pervasive, hard realtime support to userspace applications, interface-agnostic, seamlessly integrated into a Linux environment.
Xenomai is based on an abstract RTOS core, usable for building any kind of realtime interface, over a nucleus which exports a set of generic RTOS services.
Any number of RTOS personalities called "skins" can then be built over the nucleus, providing their own specific interface to the applications by using the services of a single generic core to implement it.
Enhancements:
- An RTDM-based CAN implementation and many architecture-specific updates and bugfixes.
<<lessXenomai is based on an abstract RTOS core, usable for building any kind of realtime interface, over a nucleus which exports a set of generic RTOS services.
Any number of RTOS personalities called "skins" can then be built over the nucleus, providing their own specific interface to the applications by using the services of a single generic core to implement it.
Enhancements:
- An RTDM-based CAN implementation and many architecture-specific updates and bugfixes.
Download (1.3MB)
Added: 2007-02-27 License: GPL (GNU General Public License) Price:
974 downloads
TVNow 0.2.3
TVNow is a program that displays the North American satellite and network TV Listings that are provided by the TVNOW company. more>>
TVNow is a program that displays the North American satellite and network TV Listings that are provided by the TVNOW company.
Free listings for the weekend are available and subscriptions for yearly listing are very
low cost.
Written in Python 1.5.2 with Glade using the Pygtk interface. All of these things may already be included on your distribution (they are included in the RedHat 7.0 Linux distribution).
A console-only version is included which is useful for sight-impaired people using the speakup voice synthesizer system.
<<lessFree listings for the weekend are available and subscriptions for yearly listing are very
low cost.
Written in Python 1.5.2 with Glade using the Pygtk interface. All of these things may already be included on your distribution (they are included in the RedHat 7.0 Linux distribution).
A console-only version is included which is useful for sight-impaired people using the speakup voice synthesizer system.
Download (0.12MB)
Added: 2005-11-04 License: GPL (GNU General Public License) Price:
1450 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.3 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