stack
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 374
stackviz 0.1
stackviz project is the stack visualizer. more>>
stackviz project is the stack visualizer.
When you debug your program with gdb and you want to imagine what goes on on the stack you can use the stack visualizer.
In order to use it, you have to issue in gdb that three commands:
print $esp
print $ebp
x/48w $esp
If you issue not only that three magic commands, but also something like:
print &< some_variable >
the stack visualizer will know what is the address of this variable and will show you where it lies on the stack. Of course you can do this with more variables.
<<lessWhen you debug your program with gdb and you want to imagine what goes on on the stack you can use the stack visualizer.
In order to use it, you have to issue in gdb that three commands:
print $esp
print $ebp
x/48w $esp
If you issue not only that three magic commands, but also something like:
print &< some_variable >
the stack visualizer will know what is the address of this variable and will show you where it lies on the stack. Of course you can do this with more variables.
Download (0.16MB)
Added: 2006-02-02 License: GPL (GNU General Public License) Price:
1359 downloads
Tie::Hash::Stack 0.09
Tie::Hash::Stack is a Perl module which maintains an array of hashes like a stack. more>>
Tie::Hash::Stack is a Perl module which maintains an array of hashes like a stack.
SYNOPSIS
use Tie::Hash::Stack qw(pop_hash push_hash merge_hash);
my %hash;
tie( %hash, "Tie::Hash::Stack" ); # Ties the hash
$hash{ 1 } = "one";
$hash{ 2 } = "two";
$hash{ 3 } = "three";
push_hash %hash; # Pushes a new hash on the stack
$hash{ 2 } = "II"; # $hash{ 2 } now II
$hash{ 4 } = "IV";
push_hash %hash;
$hash{ 3 } = "9/3"; # $hash{ 3 } now 9/3
$hash{ 5 } = "10/2";
pop_hash %hash; # $hash{ 3 } now three;
delete $hash{ 2 }; # $hash{ 2 } now undefed;
my %merged = merge_hash %hash; # ( 1=>one, 3=>three, 4=>IV )
Tie::Hash::Stack allows one to tie a hash to a data structure that is composed of an ordered (FILO) sequence of hashes; hash values are always set on the newest hash of the stack, and are retrieved from the hash that contains the requested that is newest on the stack. The stack can be manipulated to add or remove these hashes. This type of structure is good when one is collecting data in stages with the possibility of having to "back up" to previous stages.
<<lessSYNOPSIS
use Tie::Hash::Stack qw(pop_hash push_hash merge_hash);
my %hash;
tie( %hash, "Tie::Hash::Stack" ); # Ties the hash
$hash{ 1 } = "one";
$hash{ 2 } = "two";
$hash{ 3 } = "three";
push_hash %hash; # Pushes a new hash on the stack
$hash{ 2 } = "II"; # $hash{ 2 } now II
$hash{ 4 } = "IV";
push_hash %hash;
$hash{ 3 } = "9/3"; # $hash{ 3 } now 9/3
$hash{ 5 } = "10/2";
pop_hash %hash; # $hash{ 3 } now three;
delete $hash{ 2 }; # $hash{ 2 } now undefed;
my %merged = merge_hash %hash; # ( 1=>one, 3=>three, 4=>IV )
Tie::Hash::Stack allows one to tie a hash to a data structure that is composed of an ordered (FILO) sequence of hashes; hash values are always set on the newest hash of the stack, and are retrieved from the hash that contains the requested that is newest on the stack. The stack can be manipulated to add or remove these hashes. This type of structure is good when one is collecting data in stages with the possibility of having to "back up" to previous stages.
Download (0.006MB)
Added: 2007-02-15 License: Perl Artistic License Price:
982 downloads
Java Network Stack 1.1
Java Network Stack provides a Java library for research oriented network programming. more>>
Java Network Stack provides a Java library for research oriented network programming.
Java Network Stack is a library used by the DIMES project to create new internet measurements. It provides a clean API for packet manipulation, send, receive, filter, and analysis. It is a unification of raw socket capabilities, MAC level networkingm, and IPv6 capabilities.
<<lessJava Network Stack is a library used by the DIMES project to create new internet measurements. It provides a clean API for packet manipulation, send, receive, filter, and analysis. It is a unification of raw socket capabilities, MAC level networkingm, and IPv6 capabilities.
Download (1.5MB)
Added: 2007-04-25 License: LGPL (GNU Lesser General Public License) Price:
918 downloads
Vovida SIP Stack 1.5.0
The Vovida SIP stack is an implementation of the protocol defined in RFC 2543. more>>
The Vovida SIP stack is an implementation of the protocol defined in RFC 2543, the Session Initiation Protocol, which can be used to initiate voice connections (phone calls) over IP networks.
It offers an object-oriented C++ API as well as sample applications demonstrating its use.
<<lessIt offers an object-oriented C++ API as well as sample applications demonstrating its use.
Download (6.60MB)
Added: 2005-09-14 License: GPL (GNU General Public License) Price:
908 downloads
LAMPStack 1.0 beta-1
the deployment of Open Source web stacks on Linux. more>> LAMPStack is an easy to install software platform that greatly simplifies the deployment of Open Source web stacks on Linux. It includes ready-to-run versions of Apache, MySQL, PHP, phpMyAdmin and required dependencies and installs in minutes.
FEATURES
- Easy to Install
BitNami Stacks are built with one goal in mind: to make it as easy as
possible to install open source software. Our installers completely automate
the process of installing and configuring all of the software included in
each Stack, so you can have everything up and running in just a few clicks.
- Independent
BitNami Stacks are completely self-contained, and therefore do not interfere
with any software already installed on your system. For example, you can
upgrade your systems MySQL or Apache Tomcat without fear of breaking your
BitNami Stack.
- Integrated
By the time you click the finish button on the installer, the whole stack
will be integrated, configured and ready to go.
- Relocatable
BitNami Stacks can be installed in any directory. This allows you to have
multiple instances.<<less
Download (60.32MB)
Added: 2009-04-13 License: Freeware Price: Free
194 downloads
Slide & Stack 2.1.0.0
Slide & Stack is a brain challenging game. more>>
Slide & Stack is a brain challenging game. Looks like the 2D version of Rubix but is something different. Simple movements and infinite possibilities makes you train your logic thinking in order to solve this puzzle.
The game starts with a four colored bar and a four by four square with all colors in their place. Suddenly the bar starts to move, rotating around the square and stacking itself into the square. When it stops moving, all colors are out of place and is your turn to organize them.
Unlock the logic behind this game. Stop and restart playing selecting the difficulty level at will. On-game animated instructions will help you understand the dynamics.
Play Slide & Stack, discover how to solve it and share your method with other players. Look at the solving hints page for ideas.
<<lessThe game starts with a four colored bar and a four by four square with all colors in their place. Suddenly the bar starts to move, rotating around the square and stacking itself into the square. When it stops moving, all colors are out of place and is your turn to organize them.
Unlock the logic behind this game. Stop and restart playing selecting the difficulty level at will. On-game animated instructions will help you understand the dynamics.
Play Slide & Stack, discover how to solve it and share your method with other players. Look at the solving hints page for ideas.
Download (1.3MB)
Added: 2006-08-06 License: Freeware Price:
1177 downloads
Westhawks Java SNMP stack 5.0
Westhawk SNMP is a lightweight SNMP stack in Java, with Java applet, application, and servlet examples. more>>
Westhawk SNMP is a lightweight SNMP stack in Java, with Java applet, application, and servlet examples.
The stack provides manager functionality for SNMPv1, SNMPv2c, and SNMPv3 (authentication and privacy).
Westhawks Java SNMP stack is capable of sending and receiving PDUs, but has limited agent functionality. The stack supports IPv6.
Enhancements:
- The stack is able to listen for incoming requests (and no longer for traps only).
- The stack is able to listen on multiple ports for requests and traps.
- Contexts (incoming and outgoing) can be bound to a local bind address.
- A separate package stubBrowser4_14.zip that contains a new and experimantal Stub Browser was released.
- Support for DateAndTime text convention was added to AsnOctets.
- A MultiSourcePdu that can do broadcast requests was added.
- Built-in support for IPv6 was added.
- Built-in support for "Reliable SNMP" was added.
<<lessThe stack provides manager functionality for SNMPv1, SNMPv2c, and SNMPv3 (authentication and privacy).
Westhawks Java SNMP stack is capable of sending and receiving PDUs, but has limited agent functionality. The stack supports IPv6.
Enhancements:
- The stack is able to listen for incoming requests (and no longer for traps only).
- The stack is able to listen on multiple ports for requests and traps.
- Contexts (incoming and outgoing) can be bound to a local bind address.
- A separate package stubBrowser4_14.zip that contains a new and experimantal Stub Browser was released.
- Support for DateAndTime text convention was added to AsnOctets.
- A MultiSourcePdu that can do broadcast requests was added.
- Built-in support for IPv6 was added.
- Built-in support for "Reliable SNMP" was added.
Download (1.9MB)
Added: 2006-03-29 License: Freeware Price:
1310 downloads

BitNami Drupal Stack for Linux 6.3.0
easily publish, manage, and organize a wide variety of content on a website more>>
Have you ever to use Drupal series? BitNami Drupal Stack is a tool to support the Drupal. The BitNami Drupal Stack is a content management platform that allows an individual or community of users to easily publish, manage, and organize a wide variety of content on a website. The The BitNami Project was created to help spread the adoption of freely available, high quality, open source web applications.
Major features:
- It is used to manage or organise a various content on particular page. this program is applied to community web portals, discussion sites, corporate web sites, intranet applications, personal web sites or blogs, aficionado sites, e-commerce applications, resource directories, and social networking sites.
- The program is simple to extend. You just need to Plug one or more of the dozens of freely available modules in.
- Open source software such as document and content management systems, wikis and blogging
software can be easily discovered, downloaded and installed with the help of BitNami Drupal Stack for Linux 6.3.0. -
The BitNami Drupal Stack is an installer making the Drupal's installation much more easier. It includes ready-to-run versions of Apache, MySQL and PHP. Drupal Stack is distributed for free under the Apache 2.0 license. Please see the appendix for the specific licenses of all open source components included.
Download (61.47MB)
Added: 2009-04-20 License: Freeware Price: Free
188 downloads
BitNami Roller Stack for Linux 4.0.2
blog server best known for powering heavilyused corporate blog sites more>> Roller is an open source blog server best known for powering heavilyused corporate blog sites, such as Sun Microsystems employee bloggingsite, IBM DeveloperWorks blogs, IBM Blog Central and Javalobbys
JRoller Java community site. Roller supports all of the featuresneeded to set up a blog server for one or a community of authors,including group blogging, RSS and Atom newsfeeds, rich-text editing,
customizable page templates, comments, trackbacks, referrers, blogrollmanagement (with OPML) and an available XML-RPC interface.
The BitNami Roller Stack is an installer that greatly simplifies theinstallation of Roller and runtime dependencies. It includes ready-to-runversions of Apache-Tomcat, MySQL and Java. Roller Stack is distributed for free under the Apache 2.0 license. Please see the appendix for the specificlicenses of all Open Source components included.
FEATURES
- Easy to Install
BitNami Stacks are built with one goal in mind: to make it as easy aspossible to install open source software. Our installers completely automatethe process of installing and configuring all of the software included ineach Stack, so you can have everything up and running in just a few clicks.
- Independent
BitNami Stacks are completely self-contained, and therefore do not interferewith any software already installed on your system. For example, you canupgrade your systems MySQL or Apache Tomcat without fear of breaking yourBitNami Stack.
- Integrated
By the time you click the finish button on the installer, the whole stackwill be integrated, configured and ready to go.
- Relocatable
BitNami Stacks can be installed in any directory. This allows you to havemultiple instances.<<less
Download (73.30MB)
Added: 2009-04-04 License: Freeware Price: Free
202 downloads

RubyStack for Linux 1.2 beta 0
an installer that greatly simplifies the installation of Ruby on Rails more>> Ruby on Rails is a full-stack MVC framework for database-backed web applications that is optimized for programmer happiness and sustainable productivity. It lets you write beautiful code by favoring convention over configuration.
The BitNami RubyStack is an installer that greatly simplifies the installationof Ruby on Rails and its runtime dependencies. It includes ready-to-run versions ofRuby, Rails, MySQL and Subversion. RubyStack is distributed for free under theApache 2.0 license. Please see the appendix for the specific licenses of allopen source components included.
FEATURES
- Easy to Install
BitNami Stacks are built with one goal in mind: to make it as easy aspossible to install open source software. Our installers completely automatethe process of installing and configuring all of the software included ineach Stack, so you can have everything up and running in just a few clicks.
- Independent
BitNami Stacks are completely self-contained, and therefore do not interferewith any software already installed on your system. For example, you canupgrade your systems MySQL or Apache Tomcat without fear of breaking yourBitNami Stack.
- Integrated
By the time you click the finish button on the installer, the whole stackwill be integrated, configured and ready to go.
- Relocatable
BitNami Stacks can be installed in any directory. This allows you to havemultiple instances.<<less
Download (152.03MB)
Added: 2009-04-10 License: Freeware Price: Free
196 downloads

BitNami Opina Stack for Linux 1.0.8.2
web management tool for poll management more>> BitNami Opina Stack is an easy to use installer for Opina, which is a web management tool for poll management. The application is designed so any user is able to create questionnaires, publish them to obtain responses and process results afterwards.
The BitNami Project was created to help spread the adoption of freely available, high quality open source web applications. BitNami aims to make it easier than ever to discover, download and install Open Source software such as document and content management systems, wikis and blogging
software.
Opina is a web management tool for poll management. The application is designed so any user is able to create questionnaries, publish them to obtain responses and process results afterwards.
You can learn more about Opina at http://www.ebabel.info
The BitNami Opina Stack is an installer that greatly simplifies the installation of Opina and runtime dependencies. It includes ready-to-run versions of Apache-Tomcat, MySQL and Java. Opina Stack is distributed for free under the Apache 2.0 license. Please see the appendix for the specific
licenses of all Open Source components included.
- Easy to Install
BitNami Stacks are built with one goal in mind: to make it as easy as possible to install open source software. Our installers completely automate the process of installing and configuring all of the software included in each Stack, so you can have everything up and running in just a few clicks.
- Independent
BitNami Stacks are completely self-contained, and therefore do not interfere with any software already installed on your system. For example, you can upgrade your systems MySQL or Apache Tomcat without fear of breaking your BitNami Stack.
- Integrated
By the time you click the finish button on the installer, the whole stack will be integrated, configured and ready to go.<<less
Download (93.16MB)
Added: 2009-04-01 License: Freeware Price: Free
205 downloads

BitNami Trac Stack for Linux 0.10.4.8
For Trac, which is an enhanced wiki and issue tracking system more>> BitNami Trac Stack is an easy to use installer for Trac, which is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management.The projects mission is to help developers write great software while staying out of the way. Trac should impose as little as possible on a teams established development process and policies.
It provides an interface to Subversion, an integrated Wiki and convenient reporting facilities.
Trac allows wiki markup in issue descriptions and commit messages, creating links and seamless references between bugs, tasks, changesets, files and wiki pages. A timeline shows all project events in order, making the acquisition of an overview of the project and tracking progress very easy.
FEATURES
- Easy to Install
BitNami Stacks are built with one goal in mind: to make it as easy as
possible to install open source software. Our installers completely automate the process of installing and configuring all of the software included in each Stack, so you can have everything up and running in just a few clicks.
- Independent
BitNami Stacks are completely self-contained, and therefore do not interfere with any software already installed on your system. For example, you can upgrade your systems MySQL or Apache without fear of breaking your BitNami Stack.
- Integrated
By the time you click the finish button on the installer, the whole stack will be integrated, configured and ready to go.
- Relocatable
BitNami Stacks can be installed in any directory. This allows you to have multiple instances of the same stack, without them interfering with each other.<<less
Download (30.26MB)
Added: 2009-04-12 License: Freeware Price: Free
194 downloads
BitNami phpBB Stack for Linux 3.0.2.0
leading bulletin board solutions and quickly rose to be the worlds leading more>> BitNami phpBB Stack is an easy to use installer for phpBB, which since its inception, has been among the leading bulletin board solutions and quickly rose to be the worlds leading Open Source forum software. phpBB has always comprised of a key feature set, including powerful permission systems, private messaging, search functions, a customisable template and language system, as well as support for multiple databases. In the 5 years that have followed its initial release, phpBB2 has gained a huge following worldwide and has played an important role in defining the success of Open Source software.
The BitNami Project was created to help spread the adoption of freelyavailable, high quality, open source web applications. BitNami aims to make it easier than ever to discover, download and install open source software such as document and content management systems, wikis and blogging
software.
Since its inception, phpBB has been among the leading bulletin board solutionsand quickly rose to be the worlds leading Open Source forum software. phpBB has always comprised of a key feature set,including powerful permission systems, private messaging, search functions, a customisable template and language system, as well as support for multiple databases.In the 5 years that have followed its initial release, phpBB2 has gained a huge following worldwide and has played an important role in defining the success of Open Source software. phpBB Stack is distributed for free under the Apache 2.0 license. Please see the appendix for the specific licenses of all open source components included.
The BitNami phpBB Stack is an installer that greatly simplifies the installation of phpBB and runtime dependencies. It includes ready-to-run versions of Apache, MySQL and PHP.<<less
Download (62.19MB)
Added: 2009-04-16 License: Freeware Price: Free
190 downloads

BitNami Mantis Stack for Linux 1.1.2.0
greatly simplifies the installation of Mantis and runtime dependencies more>> BitNami Mantis Stack is an easy to use installer for Mantis, which is free popular web-based bug-tracking system, written in the PHP scripting language and works with MySQL, MS SQL, and PostgreSQL databases and a webserver.
The BitNami Mantis Stack is an installer that greatly simplifies theinstallation of Mantis and runtime dependencies. It includes ready-to-runversions of Apache, MySQL and PHP. Mantis Stack is distributed for freeunder the Apache 2.0 license. Please see the appendix for the specificlicenses of all open source components included.
FEATURES
- Easy to Install
BitNami Stacks are built with one goal in mind: to make it as easy aspossible to install open source software. Our installers completely automatethe process of installing and configuring all of the software included ineach Stack, so you can have everything up and running in just a few clicks.
- Independent
BitNami Stacks are completely self-contained, and therefore do not interfere with any software already installed on your system. For example, you can upgrade your systems MySQL or Apache without fear of breaking your BitNami Stack.
- Integrated
By the time you click the finish button on the installer, the whole stack will be integrated, configured and ready to go.
- Relocatable
BitNami Stacks can be installed in any directory. This allows you to have multiple instances of the same stack, without them interfering with each other.<<less
Download (63.10MB)
Added: 2009-04-04 License: Freeware Price: Free
205 downloads

BitNami Joomla Stack for Linux 1.5.4.0
creates multiple format sites from simple websites to complex corporate more>> BitNami Joomla! Stack is an easy to use installer for Joomla, which is an open source Content Management System with a growing and active community of more than 400,000 users. Joomla! creates multiple format sites from simple websites to complex corporate applications and allows users to manage each aspect of their website through a simple, browser-based interface. Once Joomla! is up and running, users with basic word processing skills can add or edit content, update images, and to manage the critical data. Joomla! also allows developers to create and include add-ons to further customize their site.
The BitNami Project was created to help spread the adoption of freely
available, high quality, open source web applications. BitNami aims to make
it easier than ever to discover, download and install open source software
such as document and content management systems, wikis and blogging
software.
Joomla! is an open source Content Management System with a growing and
active community of more than 400,000 users. Joomla! creates multiple
format sites from simple websites to complex corporate applications
and allows users to manage each aspect of their website through a
simple, browser-based interface. Once Joomla! is up and running,
users with basic word processing skills can add or edit content,
update images, and to manage the critical data. Joomla! also allows
developers to create and include add-ons to further customize their
site.
The BitNami Joomla! Stack is an installer that greatly simplifies the
installation of Joomla! and runtime dependencies. It includes ready-to-run
versions of Apache, MySQL and PHP. Joomla! Stack is distributed for free
under the Apache 2.0 license. Please see the appendix for the specific
licenses of all open source components included.<<less
Download (65.34MB)
Added: 2009-04-22 License: Freeware Price: Free
185 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 stack 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