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

Drafting Autocad Classes Boston Ma freeware
Filter: All | Freeware | Demo
 

Drafting Autocad Classes Boston Ma

< 1 2 3 4 5 
Added: August 09, 2010 | Visits: 1.375

Maypole::Manual::View Maypole::Manual::View is a Perl module for Maypole View Classes. In a large application, you will almost certainly want to customize the layout and design of the output pages. This task may even be the purview of a separate team of HTML designers rather than the programmers. Since a typical...



Platforms: *nix

License: Freeware Size: 143.36 KB Download (95): Maypole::Manual::View Download

Added: March 20, 2010 | Visits: 902

Games::Blackjack Games::Blackjack is a Perl module with Blackjack Utility Classes. SYNOPSIS use Games::Blackjack; # Create new shoe of cards my $shoe = Games::Blackjack::Shoe->new(nof_decks => 4); # Create two hands, player/dealer my $player = Games::Blackjack::Hand->new(shoe => $shoe); my $dealer =...





Platforms: *nix

License: Freeware Size: 6.14 KB Download (102): Games::Blackjack Download

Added: October 22, 2010 | Visits: 1.045

Class::Maker Class::Maker Perl module contains classes, reflection, schema, serialization, attribute- and multiple inheritance. SYNOPSIS use Class::Maker qw(class); class Human, { isa => [qw( ParentClass )], public => { string => [qw(name lastname)], ref => [qw(father mother)], array =>...


Platforms: *nix

License: Freeware Size: 49.15 KB Download (110): Class::Maker Download

Added: February 27, 2010 | Visits: 696

RPC::XML RPC::XML is a set of classes for core data, message and XML handling. SYNOPSIS use RPC::XML; $req = RPC::XML::request->new(fetch_prime_factors, RPC::XML::int->new(985120528)); ... $resp = RPC::XML::Parser->new()->parse(STREAM); if (ref($resp)) { return $resp->value->value; } else {...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (91): RPC::XML Download

Added: June 15, 2010 | Visits: 1.057

Inline::CPP Inline::CPP is a Perl module that can write Perl subroutines and classes in C++. SYNOPSIS use Inline CPP; print "9 + 16 = ", add(9, 16), "n"; print "9 - 16 = ", subtract(9, 16), "n"; __END__ __CPP__ int add(int x, int y) { return x + y; } int subtract(int x, int y) { return x -...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (90): Inline::CPP Download

Added: February 02, 2010 | Visits: 1.123

Inline::Java Inline::Java lets you write Perl classes in Java and wrap/use existing Java classes. The project is an ILSM (Inline Language Support Module) for Java 2, and is part of the Inline family of modules..


Platforms: *nix

License: Freeware Size: 94.21 KB Download (98): Inline::Java Download

Added: August 27, 2010 | Visits: 812

Tree::Simple::SAX Tree::Simple::SAX is a set of classes for using Tree::Simple with XML. SYNOPSIS use Tree::Simple::SAX; use XML::SAX::ParserFactory; my $handler = Tree::Simple::SAX::Handler->new(Tree::Simple->new()); my $p = XML::SAX::ParserFactory->parser(Handler => $handler); $p->parse_string(...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Tree::Simple::SAX Download

Added: November 06, 2010 | Visits: 660

pygtk2reference pygtk2reference describes the classes of the Python PyGTK module. This document describes most of the PyGTK version 2.0 through 2.6 classes and their methods and associated functions. Deprecated classes, functions and methods have been specifically left out of this reference though classes...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (89): pygtk2reference Download

Added: February 02, 2010 | Visits: 967

Template::Plugin::Java Template::Plugin::Java is a Perl module that can generate Java Classes from XML description files and templates. SYNOPSIS From an xml file such as: < aBean > < java: option1="value1" > < option2 >value2< /option2 > < /java: > < foo >10< /foo > < bar >String< /bar > < container > < baz...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Template::Plugin::Java Download

Added: November 17, 2010 | Visits: 1.117

feresPost feresPost is a Ruby extension that provides the definition of classes and modules devoted to the development of automated post-processing for Nastran finite element results. feresPost library allows easy manipulation of finite element models, groups, and results. Efficient post-processing is...


Platforms: *nix

License: Freeware Size: 266.24 KB Download (94): feresPost Download

Added: October 06, 2010 | Visits: 826

classesfaq classesfaq is a Perl module with frequently asked questions about the Perl classes pragma..


Platforms: *nix

License: Freeware Size: 122.88 KB Download (90): classesfaq Download

Added: August 09, 2010 | Visits: 1.016

MySQL Abstractor MySQL Abstractor package contains PHP classes that implements a MySQL database abstraction layer. It provides several classes. There is one for establishing connections and executing SQL queries, another for composing and executing SELECT, INSERT, UPDATE and DELETE queries from a list of...


Platforms: *nix

License: Freeware Download (103): MySQL Abstractor Download

Added: February 01, 2010 | Visits: 872

Class::Tangram Class::Tangram is a Perl module for tangram-friendly classes, DWIM attributes. SYNOPSIS package MyObject; use base qw(Class::Tangram); our $fields = { int => [ qw(foo bar) ], string => [ qw(baz quux) ] }; package main; my $object = MyObject->new(foo => 2, baz => "hello"); print...


Platforms: *nix

License: Freeware Size: 50.18 KB Download (106): Class::Tangram Download

Added: March 18, 2010 | Visits: 1.062

Memory Structures Library Memory Structures Library (MemSL) is a complete data structures/collection classes library with memory tracing, memory debugging, entry/exit tracing, exception handling, definable memory handlers, built-in thread support, and much more. The project supports single, double, and circular linked...


Platforms: *nix

License: Freeware Size: 839.68 KB Download (92): Memory Structures Library Download

Added: February 01, 2010 | Visits: 1.038

Java for C++ Java for C++ is a tool to generate C++-wrapper-classes for existing Java-classes. This tool reads a list of Java class names and creates source code for C++-classes to wrap them. The implementation of the wrapper classes uses JNI (Java Native Interface) to call the "real" Java classes. The...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (105): Java for C++ Download

Added: March 21, 2010 | Visits: 1.921

SPUC Signal Processing using C++ (SPUC) is a C++ source code library of DSP and digital communication classes and functions useful for system modeling, software prototyping, and simulation. The objective of SPUC is to provide the Communications Systems Designer or DSP Algorithm designer with simple,...


Platforms: *nix

License: Freeware Size: 460.8 KB Download (111): SPUC Download

Added: October 21, 2010 | Visits: 880

phpHtmlLib phpHtmllib is a set of PHP classes and library functions to help facilitate building, debugging, and rendering of XML, HTML, XHTML WAP/WML Documents, and SVG (Scalable Vector Graphics) images as well as complex html widgets. It provides a mechanism to output perfectly indented/readable...


Platforms: *nix

License: Freeware Size: 839.68 KB Download (90): phpHtmlLib Download

Added: January 18, 2010 | Visits: 950

Moss Moss is a collection of Java classes which includes additional custom Swing components (Tri state check boxes, complete password entry dialogs. Its also a JFrame/JDialog framework to assist in creating large GUIs), file and image modification classes (EXIF/IPTC reading and editing, image...


Platforms: *nix

License: Freeware Size: 69.63 KB Download (100): Moss Download

Added: March 25, 2010 | Visits: 691

XNap Commons XNap Commons project provides a set of utility Java classes for easy handling of common tasks like sortable tables, auto completion, and internationalization, a settings framework, and Swing components like common dialogs, a wizard, a closeable tabbed pane, a directory chooser, and...


Platforms: *nix

License: Freeware Size: 419.84 KB Download (96): XNap Commons Download

Released: July 20, 2012  |  Added: July 20, 2012 | Visits: 986

Gettext Commons Gettext Commons project provides Java classes for internationalization (i18n) through GNU gettext. The lightweight Gettext Commons library combines the power of the Unix-style GNU gettext tools with the widely used Java ResourceBundles. We find that the usual Java i18n approach of using custom...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (94): Gettext Commons Download

< 1 2 3 4 5