be built
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2956
Boost.Build 2.0-m11
Boost.Build is a system for large project software construction, which is simple to use and powerfull. more>>
Boost.Build is a system for large project software construction, which is simple to use and powerfull. Boost.Build project is an onging project to rewrite Boost.Build, improving design and making it more extensible.
Main features:
- Simple and high level target description language. In most cases name of target and list of sources is enough.
- Variant builds. You can build with your choice of basic variants (e.g. debug, release, profile...), toolsets (e.g. gcc and msvc) and specific properties (e.g. inlining off) from a single command invocation.
- Portability. ``Feature Normalization allows to fine-tune targets independently from the toolset used, and modular toolset descriptions are employed to generate actual build instructions.
- Multi-project builds. Several projects can be combined and built together, with dependencies correctly tracked. Typically, the setting (like include paths and defines) needed to use other project will be handled automatically.
- Extensibility. New file types and tools can be easily added
Enhancements:
- Support was added for several new tools, including the Qt4 library.
- An "indirect requirement" feature was added.
- Several improvements were made in the "install" target.
- The --build-dir, --debug-building, and --clean-all command line options were added.
- Numerous bugs were fixed, and interface improvements were done.
<<lessMain features:
- Simple and high level target description language. In most cases name of target and list of sources is enough.
- Variant builds. You can build with your choice of basic variants (e.g. debug, release, profile...), toolsets (e.g. gcc and msvc) and specific properties (e.g. inlining off) from a single command invocation.
- Portability. ``Feature Normalization allows to fine-tune targets independently from the toolset used, and modular toolset descriptions are employed to generate actual build instructions.
- Multi-project builds. Several projects can be combined and built together, with dependencies correctly tracked. Typically, the setting (like include paths and defines) needed to use other project will be handled automatically.
- Extensibility. New file types and tools can be easily added
Enhancements:
- Support was added for several new tools, including the Qt4 library.
- An "indirect requirement" feature was added.
- Several improvements were made in the "install" target.
- The --build-dir, --debug-building, and --clean-all command line options were added.
- Numerous bugs were fixed, and interface improvements were done.
Download (0.67MB)
Added: 2006-08-03 License: GPL (GNU General Public License) Price:
1179 downloads
nobel 0.2
nobel is a small ANSI C boolean expression parsing library. more>>
nobel is a small ANSI C boolean expression parsing library and program for projects that need boolean expression parsing support built in, but bigger tools are overkill in size or options.
<<less Download (0.013MB)
Added: 2005-10-14 License: GPL (GNU General Public License) Price:
1471 downloads
WormBase::Archive::Build 0.028
WormBase::Archive::Build can create archives of Wormbase releases. more>>
WormBase::Archive::Build can create archives of Wormbase releases.
SYNOPSIS
use Bio::GMOD::Admin::Archive;
my $archive = Bio::GMOD::Admin::Archive->new();
$archive->create_archive();
METHODS
Bio::GMOD::Admin::Archive->new(@options)
Create a new WormBase::Archive object for archiving WormBase releases.
The options consist largely of file system and remote paths. If none are provided, they will all be populated from the default file located on the primary WormBase server.
This is the recommended idiom as it insulates your programs from structural changes at WormBase. In this case, archives will be built in /pub/wormbase/RELEASE where RELEASE is a WSXXX release.
There are, however, at least two options that you will wish to provide:
--database_repository Full path where to store archives on your filesystem
--mysql_path Full path to the mysql data dir
See WormBase.pm for additional details on all system-dependent paths that can be overridden.
<<lessSYNOPSIS
use Bio::GMOD::Admin::Archive;
my $archive = Bio::GMOD::Admin::Archive->new();
$archive->create_archive();
METHODS
Bio::GMOD::Admin::Archive->new(@options)
Create a new WormBase::Archive object for archiving WormBase releases.
The options consist largely of file system and remote paths. If none are provided, they will all be populated from the default file located on the primary WormBase server.
This is the recommended idiom as it insulates your programs from structural changes at WormBase. In this case, archives will be built in /pub/wormbase/RELEASE where RELEASE is a WSXXX release.
There are, however, at least two options that you will wish to provide:
--database_repository Full path where to store archives on your filesystem
--mysql_path Full path to the mysql data dir
See WormBase.pm for additional details on all system-dependent paths that can be overridden.
Download (0.070MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1214 downloads
Gateway 3.0 Beta 2
Gateway is a JavaEE application developed by the Vermont Department of Taxes. more>>
Gateway is a JavaEE application developed by the Vermont Department of Taxes. It provides a web services framework for accepting Streamlined Sales Tax registrations and returns.
The project also includes a web interface for manually submitting transmissions. The goal is to build an extensible framework upon which future tax services can be built.
<<lessThe project also includes a web interface for manually submitting transmissions. The goal is to build an extensible framework upon which future tax services can be built.
Download (7.8MB)
Added: 2007-07-17 License: MPL (Mozilla Public License) Price:
830 downloads
The Global File System 6.1pre21
The Global File System a shared block file system for Linux. more>>
GFS (Global File System) is a cluster file system. It allows a cluster of computers to simultaneously use a block device that is shared between them (with FC, iSCSI, NBD, etc...). GFS reads and writes to the block device like a local filesystem, but also uses a lock module to allow the computers coordinate their I/O so filesystem consistency is maintained. One of the nifty features of GFS is perfect consistency -- changes made to the filesystem on one machine show up immediately on all other machines in the cluster.
GFS consists of a set of kernel patches and userspace programs.
The GFS lock module lock_dlm depends on CMAN and DLM.
The GFS lock module lock_gulm depends on GULM.
The GFS lock module lock_nolock depends on nothing.
Some GFS tools depend on the iddev library.
Building and Installing
1. build and install from cluster tree
cd cluster
./configure --kernel_src=/path/to/kernel
make; make install
- This builds and installs kernel modules, libraries and user programs.
- Kernel modules can also be built within the original kernel source tree by applying the kernel patches from cman-kernel/patches, dlm-kernel/patches and gfs-kernel/patches.
2. build device mapper user space
cd device-mapper
./configure
make; make install
3. build lvm2/clvm
cd LVM2
./configure --with-clvmd --with-cluster=shared
make; make install
LVM2/scripts/clvmd_fix_conf.sh /usr/lib
Load kernel modules
depmod -a
modprobe dm-mod
modprobe gfs
modprobe lock_dlm
Modules that should be loaded: lock_dlm, dlm, cman, gfs, lock_harness and dm-mod if device-mapper was built as a module.
Startup procedure
Run these commands on each cluster node:
> ccsd - Starts the CCS daemon
> cman_tool join - Joins the cluster
> fence_tool join - Joins the fence domain (starts fenced)
> clvmd - Starts the CLVM daemon
> vgchange -aly - Activates LVM volumes (locally)
> mount -t gfs /dev/vg/lvol /mnt - Mounts a GFS file system
Shutdown procedure
Run these commands on each cluster node:
> umount /mnt - Unmounts a GFS file system
> vgchange -aln - Deactivates LVM volumes (locally)
> killall clvmd - Stops the CLVM daemon
> fence_tool leave - Leaves the fence domain (stops fenced)
> cman_tool leave - Leaves the cluster
> killall ccsd - Stops the CCS daemon
<<lessGFS consists of a set of kernel patches and userspace programs.
The GFS lock module lock_dlm depends on CMAN and DLM.
The GFS lock module lock_gulm depends on GULM.
The GFS lock module lock_nolock depends on nothing.
Some GFS tools depend on the iddev library.
Building and Installing
1. build and install from cluster tree
cd cluster
./configure --kernel_src=/path/to/kernel
make; make install
- This builds and installs kernel modules, libraries and user programs.
- Kernel modules can also be built within the original kernel source tree by applying the kernel patches from cman-kernel/patches, dlm-kernel/patches and gfs-kernel/patches.
2. build device mapper user space
cd device-mapper
./configure
make; make install
3. build lvm2/clvm
cd LVM2
./configure --with-clvmd --with-cluster=shared
make; make install
LVM2/scripts/clvmd_fix_conf.sh /usr/lib
Load kernel modules
depmod -a
modprobe dm-mod
modprobe gfs
modprobe lock_dlm
Modules that should be loaded: lock_dlm, dlm, cman, gfs, lock_harness and dm-mod if device-mapper was built as a module.
Startup procedure
Run these commands on each cluster node:
> ccsd - Starts the CCS daemon
> cman_tool join - Joins the cluster
> fence_tool join - Joins the fence domain (starts fenced)
> clvmd - Starts the CLVM daemon
> vgchange -aly - Activates LVM volumes (locally)
> mount -t gfs /dev/vg/lvol /mnt - Mounts a GFS file system
Shutdown procedure
Run these commands on each cluster node:
> umount /mnt - Unmounts a GFS file system
> vgchange -aln - Deactivates LVM volumes (locally)
> killall clvmd - Stops the CLVM daemon
> fence_tool leave - Leaves the fence domain (stops fenced)
> cman_tool leave - Leaves the cluster
> killall ccsd - Stops the CCS daemon
Download (0.13MB)
Added: 2005-04-08 License: GPL (GNU General Public License) Price:
1663 downloads
browser-history 2.8
Browser-history is a small and efficient daemon that keeps your browser history, independent of the browser you use. more>>
Browser-history is a small and efficient daemon that keeps your browser history, independent of the browser you use.
Browser-history came from the will to overcome a Netscape bug: there was no global history, and if you close a window, its whole history is lost. For people browsing lots of sites, having a possibility to track back where one has been before means that you dont have to put everything in your bookmarks file. If you are not sure if a site may be worth remebering, dont add it in your bookmarks. If you need it later, just browse your history files.
Later, it came to our minds that this also could be a valuable add-on to people writing experimental browsers, so they dont have to add this functionality to their browser itself, and to users able thus to track their web history regardless of the browser they used.
Browser-history is a small and efficient daemon. Real user services could be built on top of the log files it maintains for more possibilities (graphical representation, advanced search options, collective histories). It can be seen as a quick-and-dirty hack wrt to the general solution of using a personal proxy to provide this history and housekeeping facilities. For now, it is easy to use and it works very good.
And now that Netscape has a semi-decent history, browser-history is still valuable, as it is difficult to search in the netscape history, its file format is not defined, and entries expire after some time.
Enhancements:
- bugfix: since 2.6, internal links of default generated headers were false
<<lessBrowser-history came from the will to overcome a Netscape bug: there was no global history, and if you close a window, its whole history is lost. For people browsing lots of sites, having a possibility to track back where one has been before means that you dont have to put everything in your bookmarks file. If you are not sure if a site may be worth remebering, dont add it in your bookmarks. If you need it later, just browse your history files.
Later, it came to our minds that this also could be a valuable add-on to people writing experimental browsers, so they dont have to add this functionality to their browser itself, and to users able thus to track their web history regardless of the browser they used.
Browser-history is a small and efficient daemon. Real user services could be built on top of the log files it maintains for more possibilities (graphical representation, advanced search options, collective histories). It can be seen as a quick-and-dirty hack wrt to the general solution of using a personal proxy to provide this history and housekeeping facilities. For now, it is easy to use and it works very good.
And now that Netscape has a semi-decent history, browser-history is still valuable, as it is difficult to search in the netscape history, its file format is not defined, and entries expire after some time.
Enhancements:
- bugfix: since 2.6, internal links of default generated headers were false
Download (0.019MB)
Added: 2006-06-22 License: Freeware Price:
698 downloads
Gnome Chemistry Utils 0.9.0
Gnome Chemistry Utils provide C++ classes and Gtk+-2 widgets related to chemistry. more>>
Gnome Chemistry Utils software provides C++ classes and Gtk+-2 widgets related to chemistry. They are used in both Gnome Crystal and GChemPaint.
To compile and use the Gnome Chemistry Utils, you need libglade-2, and GtkGLExt, and their own dependencies. Everything except GtkGLExt is available from the Gnome repository or one of its mirrors.
The GtkChem3DViewer widget also needs Gnome-vfs and OpenBabel to be built.
GChemistry Utils are distributed under the LGPL license.
Gnome Chemistry Utils are in an early development stage.
Three widgets:
- a periodic table,
- a crystal structure viewer,
- a 3D molecular structure viewer.
The last widget is also accesible as a Bonobo control.
The Gnome Chemistry Utils are the basis for the development of both GChemPaint and Gnome Crystal
<<lessTo compile and use the Gnome Chemistry Utils, you need libglade-2, and GtkGLExt, and their own dependencies. Everything except GtkGLExt is available from the Gnome repository or one of its mirrors.
The GtkChem3DViewer widget also needs Gnome-vfs and OpenBabel to be built.
GChemistry Utils are distributed under the LGPL license.
Gnome Chemistry Utils are in an early development stage.
Three widgets:
- a periodic table,
- a crystal structure viewer,
- a 3D molecular structure viewer.
The last widget is also accesible as a Bonobo control.
The Gnome Chemistry Utils are the basis for the development of both GChemPaint and Gnome Crystal
Download (1.6MB)
Added: 2007-06-28 License: GPL (GNU General Public License) Price:
848 downloads
SecureSkat 2.8
SecureSkat project is a decentralized implementation of the German card game Skat. more>>
SecureSkat project is a decentralized implementation of the German card game Skat.
The program negotiates participating players and game sessions over an arbitrary IRC network (Internet Relay Chat).
Neither a trusted third-party (dealer) nor a centralized game server is necessary. All critical operations, e.g. shuffle of the deck, are performed using advanced cryptographic techniques (so-called Mental Poker solutions) provided by LibTMCG.
The outdated OpenSkat branch contains a graphical user interface based on XSkat 3.4. This interface can be used with most recent versions, but must be built separately.
<<lessThe program negotiates participating players and game sessions over an arbitrary IRC network (Internet Relay Chat).
Neither a trusted third-party (dealer) nor a centralized game server is necessary. All critical operations, e.g. shuffle of the deck, are performed using advanced cryptographic techniques (so-called Mental Poker solutions) provided by LibTMCG.
The outdated OpenSkat branch contains a graphical user interface based on XSkat 3.4. This interface can be used with most recent versions, but must be built separately.
Download (0.42MB)
Added: 2007-05-09 License: GPL (GNU General Public License) Price:
901 downloads
UPS 3.38 beta2
UPS is a light C and C++ debugger under X11. more>>
Ups is a source level C,C++ and Fortran debugger that runs under X11. Currently supported systems are FreeBSD and GNU/Linux on Intel x86 and Solaris on SPARC.
On these systems it runs native; it is not a front-end to GNU gdb. An ANSI C interpreter is included; this is built in to ups to provide conditional debugging and can also be built as a seperate program.
If you are using some other operating system or processor then please see the systems information as ups has in the past been ported to a variety of computers, and may include code for your system.
Ups was written by Mark Russell of the Computer Science department at the University of Kent at Canterbury, and was originally part of the Kent Software Tools suite.
<<lessOn these systems it runs native; it is not a front-end to GNU gdb. An ANSI C interpreter is included; this is built in to ups to provide conditional debugging and can also be built as a seperate program.
If you are using some other operating system or processor then please see the systems information as ups has in the past been ported to a variety of computers, and may include code for your system.
Ups was written by Mark Russell of the Computer Science department at the University of Kent at Canterbury, and was originally part of the Kent Software Tools suite.
Download (2.5MB)
Added: 2005-04-18 License: Free To Use But Restricted Price:
1652 downloads
Bitswash 0.0.4
Bitswash software is a crossplatform Bittorrent client. more>>
Bitswash software is a crossplatform Bittorrent client.
Bitswash is a cross platform Bittorrent client built on wxWidgets and libtorrent. It supports multiple torrent downloading, automatic queue management, and other extensions supported by the libtorrent library.
<<lessBitswash is a cross platform Bittorrent client built on wxWidgets and libtorrent. It supports multiple torrent downloading, automatic queue management, and other extensions supported by the libtorrent library.
Download (2.2MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
809 downloads
buzztard 0.2.0
buzztard project aims to provide a free replacement (or clone) of the currently windows only and closed source software Buzz. more>>
buzztard project aims to provide a free replacement (or clone) of the currently windows only and closed source software Buzz. The buzz software is not really further developed, as the main developer has lost his source code.
We want to provide a music production environment, that is based on a very modular approach (following some of the ideas behind buzz), to allow many people to get involved. We hope that our software will have a better usabillity than buzz has although. We dont want to make this a 1:1 copy though.
The buzztard project itself has no direct link to buzz (apart from concepts). To allow migration for buzz users, we will provide song-file import and buzz-machine reuse.
The projects objective is a music application. If youve used programs like FastTracker or the original AMIGA SoundTracker, that will give you an idea. The buzztard editor uses a similiar concept, where a song consists of a sequence with tracks and in each track one uses patterns with events (musical notes and control changes). In contrast to the Tracker programs, tracks are not simply sample players. A song has a setup where one can arrange virtual audio plugins and link them together. Each of these machines can be controlled realtime or via patterns in the sequencer.
The buzztard editor will be just one possible application of the framework we will implement. Tools like a dj mixing application or a live session composer are other things that could be built using this framework.
The main goal is to get as far as buzz now is. Beyond that, we have thousands of ideas to make to improve the usability and production potential of such software. Buzztard should not be just a clone of buzz. It shall live beyond! Yay!
Enhancements:
- This version has lots of UI usability improvements, bug fixes, more instant apply settings and introduces some interactivity features (interaction controller and upnp playback controller).
- The gstreamer extension modules got two new interfaces for presets and help.
- A Fluidsynth generator plugin has been started.
<<lessWe want to provide a music production environment, that is based on a very modular approach (following some of the ideas behind buzz), to allow many people to get involved. We hope that our software will have a better usabillity than buzz has although. We dont want to make this a 1:1 copy though.
The buzztard project itself has no direct link to buzz (apart from concepts). To allow migration for buzz users, we will provide song-file import and buzz-machine reuse.
The projects objective is a music application. If youve used programs like FastTracker or the original AMIGA SoundTracker, that will give you an idea. The buzztard editor uses a similiar concept, where a song consists of a sequence with tracks and in each track one uses patterns with events (musical notes and control changes). In contrast to the Tracker programs, tracks are not simply sample players. A song has a setup where one can arrange virtual audio plugins and link them together. Each of these machines can be controlled realtime or via patterns in the sequencer.
The buzztard editor will be just one possible application of the framework we will implement. Tools like a dj mixing application or a live session composer are other things that could be built using this framework.
The main goal is to get as far as buzz now is. Beyond that, we have thousands of ideas to make to improve the usability and production potential of such software. Buzztard should not be just a clone of buzz. It shall live beyond! Yay!
Enhancements:
- This version has lots of UI usability improvements, bug fixes, more instant apply settings and introduces some interactivity features (interaction controller and upnp playback controller).
- The gstreamer extension modules got two new interfaces for presets and help.
- A Fluidsynth generator plugin has been started.
Download (1.4MB)
Added: 2007-05-03 License: LGPL (GNU Lesser General Public License) Price:
905 downloads
libradiate 0.02
libradiate is a 802.11b frame assembly/injection library. more>>
libradiate is a 802.11b frame assembly/injection library.
Radiate is a small C library designed read, build and write 802.11 frames. As of version 0.2, Radiate only works on linux based systems and needs the following:
- A laptop with an 802.11b wireless card with an Intersil Prism 2 chipset (SMC, D-link, etc).
- A linux 2.4.x kernel (2.4.7 was verified to work, but later versions *should work*). We also recommend redhat-7.x.
- The ssh.com Prism2 host AP drivers (included). If a new version is available from http://people.ssh.com/jkm/Prism2/ you might want to try that.
* Libnet 1.1.x is optional but recommended.
Follow the below instructions to get Radiate installed and working.
Installing the Driver Module
A copy of the driver is in the directory:
./kernel/Prism2-2002-04-24
which is verbatim from the web site. This driver should be built on a 2.4.x kernel.
The driver depends on some support from the kernel and the pcmcia subsystem. Were using redhat 7.1 which has the pcmcia subsystem built into the kernel. Additionally, the following kernel options need to be built:
"Network device support" --> "Wireless LAN (non-hamradio)" --> "Wireless LAN"
"Networking options" --> "Kernel/User netlink socket"
Rebuild your kernel and reboot.
Next, the kernel module for the device should be built and installed. Follow the instructions provided with the driver code.
This should build and install the module in the proper directory. If depmode reports there are unresolved symbols, you probably forgot to build your kernel with the correct options or you didnt boot to the new kernel.
This also adds some config files to the /etc/pcmcia directory so you should restart the pcmcia subsystem:
# /etc/init.d/pcmcia restart
and then insert the prism2 card. Make sure that the "prism2" driver gets loaded:
# lsmod
Module Size Used by
hostap_cs 75664 0 (unused)
If another older driver gets loaded instead, remove that driver from the pcmcia config files in /etc/pcmcia.
Once the driver is in place, make sure you can see the card:
# iwconfig wlan0
and test monitoring mode to make sure it works by running:
# ./Libradiate-0.02/scripts/set_monitor.sh 1
and building and running "wlansniff" in the "sniff" directory.
<<lessRadiate is a small C library designed read, build and write 802.11 frames. As of version 0.2, Radiate only works on linux based systems and needs the following:
- A laptop with an 802.11b wireless card with an Intersil Prism 2 chipset (SMC, D-link, etc).
- A linux 2.4.x kernel (2.4.7 was verified to work, but later versions *should work*). We also recommend redhat-7.x.
- The ssh.com Prism2 host AP drivers (included). If a new version is available from http://people.ssh.com/jkm/Prism2/ you might want to try that.
* Libnet 1.1.x is optional but recommended.
Follow the below instructions to get Radiate installed and working.
Installing the Driver Module
A copy of the driver is in the directory:
./kernel/Prism2-2002-04-24
which is verbatim from the web site. This driver should be built on a 2.4.x kernel.
The driver depends on some support from the kernel and the pcmcia subsystem. Were using redhat 7.1 which has the pcmcia subsystem built into the kernel. Additionally, the following kernel options need to be built:
"Network device support" --> "Wireless LAN (non-hamradio)" --> "Wireless LAN"
"Networking options" --> "Kernel/User netlink socket"
Rebuild your kernel and reboot.
Next, the kernel module for the device should be built and installed. Follow the instructions provided with the driver code.
This should build and install the module in the proper directory. If depmode reports there are unresolved symbols, you probably forgot to build your kernel with the correct options or you didnt boot to the new kernel.
This also adds some config files to the /etc/pcmcia directory so you should restart the pcmcia subsystem:
# /etc/init.d/pcmcia restart
and then insert the prism2 card. Make sure that the "prism2" driver gets loaded:
# lsmod
Module Size Used by
hostap_cs 75664 0 (unused)
If another older driver gets loaded instead, remove that driver from the pcmcia config files in /etc/pcmcia.
Once the driver is in place, make sure you can see the card:
# iwconfig wlan0
and test monitoring mode to make sure it works by running:
# ./Libradiate-0.02/scripts/set_monitor.sh 1
and building and running "wlansniff" in the "sniff" directory.
Download (0.14MB)
Added: 2006-03-10 License: GPL (GNU General Public License) Price:
1324 downloads
libCoroutine 0.9
libCoroutine is a simple stackfull coroutine implementation, largely based on ucontext and fibers. more>>
libCoroutine is a simple stackfull coroutine implementation, largely based on ucontext and fibers.
This library is built from the coroutine implementation of the Io programming language project.
<<lessThis library is built from the coroutine implementation of the Io programming language project.
Download (0.012MB)
Added: 2006-05-22 License: BSD License Price:
1254 downloads

HFS - HTTP File Ser ver 2.3 Build 171 Be
You can use HFS (HTTP File Server) to send and receive files. more>> You can use HFS (HTTP File Server) to send and receive files.
Its different from classic file sharing because it uses web technology to be more compatible with todays Internet.
It also differs from classic web servers because
its very easy to use and runs "right out-of-the box".
Access your remote files, over the network.
It has been successfully tested with Wine under Linux.<<less
Download (550KB)
Added: 2009-04-03 License: Freeware Price: Free
203 downloads
Build Order Analyzer 2.0
Build Order Anlyzer for the Axis & Allies RTS is a tool for analyzing builds in the Axis & Allies RTS game. more>>
Build Order Anlyzer for the Axis & Allies RTS is a tool for analyzing builds in the Axis & Allies RTS game. Many sites go to great lengths to explain Build Orders, but the Build Order Analyzer is the first tool to actually allow players the ability to define a Build Order and then compare it to other Build Orders over time.
Key Facts to know about the Build Order Analyzer:
Only tool of its kind
Can support multiple types of RTS based games (not just Axis & Allies RTS!)
Built on Java technology & open source software
The Build Order Anlyzer 2.0 for Axis & Allies RTS is a tool for analyzing builds in the Axis & Allies RTS game. Wikipedia has a great defnition for a Build Order. To summarize, a Build Order in an RTS game defines the order in which a player builds their buildings, units, and upgrades. Understanding the timing and affect of various build trees is critical in making the appropriate tactical decisions during the game.
The BOA allows a player to build and analyze multiple Build Orders without playing a game. Lose to a player due to their build? Then plug it into the BOA and figure out a build to counter it! Gamers no longer have to play game, after game, after game to figure out a decent counter to another players Build Order, they can use the BOA to figure it out. The BOA can literally save serious gamers hundreds of hours of game play!
<<lessKey Facts to know about the Build Order Analyzer:
Only tool of its kind
Can support multiple types of RTS based games (not just Axis & Allies RTS!)
Built on Java technology & open source software
The Build Order Anlyzer 2.0 for Axis & Allies RTS is a tool for analyzing builds in the Axis & Allies RTS game. Wikipedia has a great defnition for a Build Order. To summarize, a Build Order in an RTS game defines the order in which a player builds their buildings, units, and upgrades. Understanding the timing and affect of various build trees is critical in making the appropriate tactical decisions during the game.
The BOA allows a player to build and analyze multiple Build Orders without playing a game. Lose to a player due to their build? Then plug it into the BOA and figure out a build to counter it! Gamers no longer have to play game, after game, after game to figure out a decent counter to another players Build Order, they can use the BOA to figure it out. The BOA can literally save serious gamers hundreds of hours of game play!
Download (0.002MB)
Added: 2006-07-24 License: Freeware Price:
1188 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 be built 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