Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.348.085 Times

Dave Busters Atlanta software
Filter: All | Freeware | Demo
 

Dave Busters Atlanta

< 1 2 3 4 5 > 
Added: April 15, 2010 | Visits: 841

Exception::Class::TryCatch Exception::Class::TryCatch is a syntactic try/catch sugar for use with Exception::Class. SYNOPSIS use Exception::Class::TryCatch; # simple usage of catch() eval { Exception::Class::Base->throw(error) }; catch my $err and warn $err->error; # catching only certain types or else...



Platforms: *nix

License: Freeware Size: 15.36 KB Download (88): Exception::Class::TryCatch Download

Added: October 22, 2010 | Visits: 986

Plan 9 Plan 9 from Bell Labs is a research system developed at Bell Labs starting in the late 1980s. Its original designers and authors were Ken Thompson, Rob Pike, Dave Presotto, and Phil Winterbottom. They were joined by many others as development continued throughout the 1990s to the present. Plan...





Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 75.6 MB Download (100): Plan 9 Download

Added: January 17, 2010 | Visits: 1.333

cflowd cflowd is a flow analysis tool currently used for analyzing Ciscos NetFlow enabled switching method. The current release (described below) includes the collections, storage, and basic analysis modules for cflowd and for arts++ libraries. This analysis package permits data collection and...


Platforms: *nix

License: Freeware Size: 5.4 MB Download (132): cflowd Download

Added: September 26, 2010 | Visits: 1.388

Template::Tutorial::Datafile Template::Tutorial::Datafile is a Perl module for creating Data Output Files Using the Template Toolkit. This tutorial gives an overview of the Template Toolkit, showing in particular how to use it to read and write data files in various different formats and styles. It was written by Dave...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (100): Template::Tutorial::Datafile Download

Added: May 25, 2010 | Visits: 1.147

HTML HTML TIDY is a free utility to fix mistakes made while editing HTML and to automatically tidy up sloppy editing into nicely layed out markup. It also works great on the atrociously hard to read markup generated by specialized HTML editors and conversion tools, and can help you identify where you...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (98): HTML Download

Added: September 20, 2010 | Visits: 864

jPersist 2 jPersist is an extremely powerful, light-weight, object-relational database persistence API that manages to avoid the need for configuration and annotation; mapping is automatic. The project uses JDBC and can work with any relational database and any type of connection resource. jPersist uses...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (100): jPersist 2 Download

Added: July 03, 2010 | Visits: 1.606

Still Yet Another Sokoban Sokoban was invented in Japan and the original program was written by Hiroyuki Imabayashi. Sokoban is copyright (c) 1982 Thinking Rabbit Inc. Japan. "Sokoban" means "warehouse keeper" in Japanese; the goal of the game is to push all the crates into the designated crate positions. The levels...


Platforms: *nix

License: Freeware Size: 256 KB Download (201): Still Yet Another Sokoban Download

Added: October 24, 2010 | Visits: 1.265

Anonym.OS Anonym.OS LiveCD is based on OpenBSD 3.8 with strong tools for anonymizing and encrypting connections. Standard network applications are provided and configured to take advantage of the tor onion routing network. Anonym.OS was first suggested by kaos.theory at Interzone 4 in Atlanta, March of...


Platforms: *nix

License: Freeware Size: 549.1 MB Download (164): Anonym.OS Download

Added: November 19, 2010 | Visits: 958

List::Search List::Search is a Perl module for fast searching of sorted lists. SYNOPSIS use List::Search qw( list_search nlist_search custom_list_search ); # Create a list to search my @list = sort qw( bravo charlie delta ); # Search for a value, returns the index of first match print list_search(...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): List::Search Download

Added: February 13, 2010 | Visits: 945

ep128emu ep128emu is a free, portable emulator of the Enterprise 128 computer, written by Istvan Varga, using Z80 emulation code from Kevin Thackers ENTER emulator. ep128emu should compile and run under any system with a C compiler (preferably one that implements the C99 standard, such as recent...


Platforms: *nix

License: Freeware Download (108): ep128emu Download

Added: January 13, 2010 | Visits: 1.032

Convert::MIL1750A Convert::MIL1750A is a Perl module for conversion routines between decimal floating/integer values and hexadecimal values in the MIL-STD-1750A format. SYNOPSIS use MIL1750A; # Convert to MIL-STD-1750A hex from decimal $hex16i = I16_to_1750A( $dec_value ); $hex16f = F16_to_1750A(...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (120): Convert::MIL1750A Download

Added: July 17, 2010 | Visits: 1.030

Jikes RVM Jikes RVM is a compiler that translates JavaTM source files as defined in The Java Language Specification into the bytecoded instruction set and binary format defined in The Java Virtual Machine Specification. You may wonder why the world needs another Java compiler, considering that Sun...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 2.6 MB Download (98): Jikes RVM Download

Added: February 07, 2010 | Visits: 1.124

Math::Logic::Predicate Math::Logic::Predicate is a Perl module to manage and query a predicate assertion database. SYNOPSIS use Math::Logic::Predicate; $db = new Math::Logic::Predicate; # Enter some predicates into the database $db->add(<


Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): Math::Logic::Predicate Download

Added: November 05, 2010 | Visits: 746

Text::MicroMason::Mason Text::MicroMason::Mason is a simple compiler for Mason-style Templating. SYNOPSIS Mason syntax provides several ways to mix Perl into a text template: < %args > $name < /%args > % if ( $name eq Dave ) { Im sorry < % $name % >, Im afraid I cant do that right now. % } else { < %perl >...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (92): Text::MicroMason::Mason Download

Added: November 06, 2010 | Visits: 721

Text::MicroMason::HTMLMason Text::MicroMason::HTMLMason is a simple compiler for Mason-style Templating. SYNOPSIS Create a MicroMason object to interpret the templates: use Text::MicroMason; my $mason = Text::MicroMason->new(); Use the standard compile and execute methods to parse and evalute templates: print...


Platforms: *nix

License: Freeware Size: 69.63 KB Download (92): Text::MicroMason::HTMLMason Download

Added: March 18, 2010 | Visits: 868

Text::MicroMason::Functions Text::MicroMason::Functions Perl module contains Function Exporter for Simple Mason Templates. SYNOPSIS Use the execute function to parse and evalute a template: use Text::MicroMason::Functions qw( execute ); print execute($template, name=>Dave); Or compile it into a subroutine, and...


Platforms: *nix

License: Freeware Size: 69.63 KB Download (91): Text::MicroMason::Functions Download

Added: May 03, 2010 | Visits: 860

Text::MicroMason::ServerPages Text::MicroMason::ServerPages Perl module contains an alternate syntax like ASP/JSP Templates. SYNOPSIS Instead of using this class directly, pass its name to be mixed in: use Text::MicroMason; my $mason = Text::MicroMason::Base->new( -ServerPages ); Use the standard compile and execute...


Platforms: *nix

License: Freeware Size: 69.63 KB Download (93): Text::MicroMason::ServerPages Download

Added: February 05, 2010 | Visits: 793

QtWvDialer QtWvdialer is a simple graphical frontend to wvdial. Even if it looks like a GTK application in this screen shot, QtWvDialer was developed with Qt from Trolltech AS. Ive chosen the GTK theme because it makes my desktop more homogenous when mixing GNOME and KDE applications. Wvdial was written by...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (140): QtWvDialer Download

Added: April 09, 2010 | Visits: 869

Furjournal Furjournal is a Firefox extension to serve as a bridge between Firefox and the Furjournal blogging service. It provides a couple of helpful features to that end, such as autologin, technorati tagging, updates checking and speedy access to relevant pages, singularly and as a group. This...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (94): Furjournal Download

Added: October 24, 2010 | Visits: 4.218

UFRaw-Assist UFRaw-Assist project will use the command-line batch facility of UFRaw, combined with the ImageMagick Convert program to apply raw conversion on a batch of similar images. The raw conversion can either be done on the basis of the options in the UFRaw-Assist only, an existing *.ufraw ID file...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (98): UFRaw-Assist Download

< 1 2 3 4 5 >