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

Wood Patio Shade Structures freeware
Filter: All | Freeware | Demo
 

Wood Patio Shade Structures

< 1 2 3 4 5 > 
Added: August 05, 2008 | Visits: 2.164

Project Genie Standard Edition Project Genie is a project management tool which structures and speeds up status reporting. It gives top managers an easy-to-read dashboard, using traffic-light alerts It helps project managers to produce their status reports on time Project Genie lets you structure your project as a WBS (work... Platforms: Windows

License: Freeware Size: 15.01 KB Download (405): Project Genie Standard Edition Download

Added: August 20, 2008 | Visits: 1.125

ThoughtScape Designer ThoughtScape Designer Professional Edition is an Advanced Database Designer that you can use to work with your database structures, your data, and your .Net code. The designer is database independent so that you can use the same tool for a variety of relational database management systems. With... Platforms: Windows

License: Freeware Size: 8.85 KB Download (125): ThoughtScape Designer Download

Added: August 12, 2010 | Visits: 777

Alzabo::BackCompat Alzabo::BackCompat is a Perl module that can convert old data structures. This module is used to magically convert schemas with an older data structure to the latest format. Alzabo is a two-fold program. Its first function is as a data modelling tool. Through either a schema creation... Platforms: *nix

License: Freeware Size: 204.8 KB Download (99): Alzabo::BackCompat Download

Added: September 12, 2010 | Visits: 1.794

Tuxedo Tuxedo is a Perl extension module for Tuxedo. This module provides the following functionality... C style interface The Tuxedo perl module gives you access to almost all of the tuxedo 8.1 apis from perl. In most cases you can take the C API you already familiar with, apply perl semantics to... Platforms: *nix

License: Freeware Size: 33.79 KB Download (107): Tuxedo Download

Added: July 21, 2010 | Visits: 1.000

lx_lib structural memory library lx_lib handles memory allocations as structures, keeping important information such as the remaining allocated space and the length of the used string internal to each variable (or descriptor). Much of it was initially inspired by Dan Bernsteins stralloc library, but the two are not compatible,... Platforms: *nix

License: Freeware Size: 24.58 KB Download (101): lx_lib structural memory library Download

Added: October 03, 2010 | Visits: 596

lx_lib lx_lib handles memory allocations as structures, keeping important information such as the remaining allocated space and the length of the used string internal to each variable (or descriptor). Installation: Run make to build the library. To build the speed tests, run make tests. Theyll be... Platforms: *nix

License: Freeware Download (102): lx_lib Download

Added: February 19, 2010 | Visits: 697

Pedit Pedit software is an interactive editor for pickle encoded data structures.. Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): Pedit Download

Added: September 18, 2010 | Visits: 1.099

Acme::Hyperindex Acme::Hyperindex is a Perl module to look deep into structures using a list of indexes. SYNOPSIS use strict; use Acme::Hyperindex; my @struct = ( { j_psi => [qw( eta_prime phi kaon )] }, { j_psi => [qw( selectron down tau_sneutrino )] }, { j_psi => [qw( upsilon gluino photino )] } );... Platforms: *nix

License: Freeware Size: 4.1 KB Download (97): Acme::Hyperindex Download

Added: October 27, 2010 | Visits: 1.119

HTML::LoL HTML::LoL is a Perl module that can construct HTML from pleasing Perl data structures. SYNOPSIS use HTML::LoL; &hl(sub { print shift }, [body => {bgcolor => white}, [p => Document body, ...], ...]); This module allows you to use Perl syntax to express HTML. The function hl() converts... Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): HTML::LoL Download

Added: May 10, 2013 | Visits: 907

LTI-Lib The LTI-Lib is an object oriented library with algorithms and data structures frequently used in image processing and computer vision. The main goal of the LTI-Lib is to provide an object oriented library in C , which simplifies the code sharing and maintenance, but still providing fast... Platforms: Windows, Mac, *nix, C/C++, BSD Solaris

License: Freeware Download (102): LTI-Lib Download

Added: March 01, 2010 | Visits: 686

generateDS.py generateDS.py generates Python data structures (for example, class definitions) from an XML Schema document. These data structures represent the elements in an XML document described by the XML Schema. It also generates parsers that load an XML document into those data structures. In addition,... Platforms: *nix

License: Freeware Size: 112.64 KB Download (92): generateDS.py Download

Added: February 13, 2010 | Visits: 1.037

Qore Programming Language Qore is a modular, multi-threaded, SQL-integrated, weakly- typed scripting language with procedural and object-oriented features, powerful and easy-to-use data types, structures, and operators, and a clean and easy-to-learn/read syntax. Qore Programming Language features Oracle and MySQL DBI... Platforms: *nix

License: Freeware Size: 901.12 KB Download (90): Qore Programming Language Download

Added: April 11, 2010 | Visits: 955

XML::Handler::Trees XML::Handler::Trees is a PerlSAX handlers for building tree structures. SYNOPSIS use XML::Handler::Trees; use XML::Parser::PerlSAX; my $p=XML::Parser::PerlSAX->new(); my $h=XML::Handler::Tree->new(); my $tree=$p->parse(Handler=>$h,Source=>{SystemId=>file.xml}); my... Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): XML::Handler::Trees Download

Added: February 07, 2010 | Visits: 681

FreezeThaw FreezeThaw is a Perl module for converting Perl structures to strings and back. SYNOPSIS use FreezeThaw qw(freeze thaw cmpStr safeFreeze cmpStrHard); $string = freeze $data1, $data2, $data3; ... ($olddata1, $olddata2, $olddata3) = thaw $string; if (cmpStr($olddata2,$data2) == 0) {print... Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): FreezeThaw Download

Added: May 18, 2010 | Visits: 823

PacketDB PacketDB projects goal is to create a set of workflows that treat tcpdumps/packet captures as just another sort of data to be loaded into relational structures and manipulated using the well-established methods of relational databases. The real fun begins after the scripts run and you get to... Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): PacketDB Download

Added: June 18, 2010 | Visits: 948

DBD::RAM DBD::RAM is a DBI driver for files and data structures. SYNOPSIS use DBI; my $dbh = DBI->connect(DBI:RAM:,usr,pwd,{RaiseError=>1}); $dbh->func({ table_name => my_phrases, col_names => id,phrase, data_type => PIPE, data_source => [ ], }, import ); print $dbh->selectcol_arrayref(qq[... Platforms: *nix

License: Freeware Size: 29.7 KB Download (92): DBD::RAM Download

Added: August 09, 2010 | Visits: 1.338

GraphViz::Data::Structure GraphViz::Data::Structure can visualise data structures. SYNOPSIS use GraphViz::Data::Structure; my $gvds = GraphViz:Data::Structure->new($data_structure); print $gvds->graph()->as_png; This module makes it easy to visualise data structures, even recursive or circular ones. It is... Platforms: *nix

License: Freeware Size: 40.96 KB Download (120): GraphViz::Data::Structure Download

Added: November 21, 2010 | Visits: 1.008

Data::Walker Data::Walker is a tool for navigating through Perl data structures. SYNOPSIS Without any explicit objects: use Data::Walker; Data::Walker->cli( $data_structure ); Object-style invocation: use Data::Walker; my $w = new Data::Walker; $w->walk( $data_structure ); $w->ls("-al");... Platforms: *nix

License: Freeware Size: 20.48 KB Download (92): Data::Walker Download

Added: April 13, 2010 | Visits: 1.237

Gnome Control Center Gnome Control Center is GNOMEs main interface for configuration of various aspects of your desktop. Whats New in This Release: about-me: - Add a tooltip to the image button to make it accessible (Jens Granseuer) appearance: - Add option to add wallpapers via the command line (Jens... Platforms: *nix

License: Freeware Size: 3.3 MB Download (99): Gnome Control Center Download

Added: August 14, 2010 | Visits: 606

libgee libgee is a collection library providing GObject-based interfaces and classes for commonly used data structures. The project provides Collection, Iterator, List, Iterable, Map, and Set interfaces and HashMap, ArrayList and HashSet implementations.. bitron Software: Programmierung von... Platforms: *nix

License: Freeware Size: 348.16 KB Download (95): libgee Download

< 1 2 3 4 5 >