trac stack

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
Trac 0.11.5
Trac offers an innovative wiki and issue tracking system for software development projects. more>>
Trac 0.11.5 offers an innovative wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. The mission is to help developers write great software while staying out of the way. Trac should impose as little as possible on a team's established development process and policies.
Major Features:
- It provides an interface to subversion (or other version control systems), 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 current and past project events in order, making the acquisition of an overview of the project and tracking progress very easy. The roadmap shows the road ahead, listing the upcoming milestones.
Enhancements:
- Implemented pre-upgrade backup support for PostgreSQL and MySQL (#2304)
- Fixed PostgreSQL upgrade issue (#8378)
- More robust diff parsing (#2672)
- Avoid intermittent hangs by not calling apr_terminate explicitly (#7785)
- Fixed display of merge properties for scoped repositories #7715.
PackAttack 0.5.1
PackAttack is a clone of Stack Attack, a tetris-like game. more>>
PackAttack is a game which is a little bit like tetris. The game play involves moving falling boxes into a row in order to get the best high score.
The game is a clone of the "Stack Attack" game which is found on some cellular phones.
stackviz 0.1
stackviz project is the stack visualizer. more>>
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.
Tie::Hash::Stack 0.09
Tie::Hash::Stack is a Perl module which maintains an array of hashes like a stack. more>>
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.
Java Network Stack 1.1
Java Network Stack provides a Java library for research oriented network programming. more>>
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.
Vovida SIP Stack 1.5.0
The Vovida SIP stack is an implementation of the protocol defined in RFC 2543. more>>
It offers an object-oriented C++ API as well as sample applications demonstrating its use.
rpnKalc Alpha
rpnKalc is a very simple rpn (reverse polish notation) calculator. more>>
I am posting this in hope that i can get feedback on usability (things like keyboard commands) and if it functions proper.
Usage:
where #: is a place in the stack
d = drop
s = swap
n = sign change (1:)*(-1)
p = to the power 2:^1:
r = 1:root(2:)
+ = addition
- = subtracion
* = Multiplication
/ = division
Things that dont yet exist.
add trig functions
e
ln
log
variables
abs
pi
modules %
Westhawks Java SNMP stack 5.0
Westhawk SNMP is a lightweight SNMP stack in Java, with Java applet, application, and servlet examples. more>>
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.
Slide & Stack 2.1.0.0
Slide & Stack is a brain challenging game. more>>
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.
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

BitNami Liferay Stack for Linux 5.0.1.0
helps to streamline business processes by offering a single sign-on, web-based more>> <<less

BitNami Alfresco Stack for Linux 2.1.0.7
Enterprise Content Management (ECM) system featuring Document Management more>> BitNami Alfresco Stack is an easy to use installer for Alfresco, which is an Enterprise Content Management (ECM) system featuring Document Management, Web Content Management, Collaboration Management, Records Management and Image Management.
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.
The BitNami Alfresco Stack is an installer that greatly simplifies the installation of Alfresco and runtime dependencies. It includes ready-to-run versions of Apache-Tomcat, MySQL and Java(tm) runtime. Alfresco 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.
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 of the same stack, without them interfering with each other.<<less

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.
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