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

Gd T Symbols software
Filter: All | Freeware | Demo
 

Gd T Symbols

1 2 3 4 5 > 
Released: January 03, 2004  |  Added: August 04, 2006 | Visits: 4.141

The GD&T Trainer: Professional Edition The GD and T Trainer Professional Edition is a virtual classroom in the fundamentals of geometric dimensioning and tolerancing right on your desktop. It makes computer-based training more like classroom training with features like instant lesson feedback, technical animations that demonstrate...



Platforms: Windows

License: Shareware Cost: $895.00 USD Size: 24.97 MB Download (996): The GD&T Trainer: Professional Edition Download

Released: September 11, 2012  |  Added: September 11, 2012 | Visits: 457

Shark LT 8 Shark™ LT provides extensive drafting and annotation tools including 29 dimension types with formats for mechanical or architectural drawings, and industry standard Geometric Dimensioning and Tolerancing (GD&T). Use the markup tools to communicate design





Platforms: Mac

License: Shareware Cost: $699.99 USD Size: 471 MB Download (52): Shark LT 8 Download

Added: August 29, 2008 | Visits: 1.801

The GD and T Trainer: Professional Edition The GD and T Trainer Professional Edition is a virtual classroom in the fundamentals of geometric dimensioning and tolerancing. This computer-based training program contains 28 interactive lessons, quizzes, and a final exam. It provides instant lesson feedback, technical animations that...


Platforms: Windows

License: Demo Cost: $895.00 USD Size: 24.97 MB Download (588): The GD and T Trainer: Professional Edition Download

Added: April 20, 2006 | Visits: 2.678

Symbols&Runes The set of the games Symbols & Runes includes the following games: Runes Master, Strategy Master and Memory Master. In Runes Master the runes fall from the top of the screen. In order to delete them you have to put them in horizontal or vertical group of three and more. Runes can be moved by...


Platforms: Windows

License: Shareware Cost: $19.95 USD Size: 3.33 MB Download (504): Symbols&Runes Download

Added: January 07, 2010 | Visits: 1.274

GD::Graph::Polar GD::Graph::Polar is a Perl module to make polar graph using GD package. SYNOPSIS use GD::Graph::Polar; my $obj=GD::Graph::Polar->new(size=>480, radius=>100); $obj->addPoint (50=>25); $obj->addPoint_rad (50=>3.1415); $obj->addGeoPoint (75=>25); $obj->addGeoPoint_rad (75=>3.1415);...


Platforms: *nix

License: Freeware Size: 47.1 KB Download (153): GD::Graph::Polar Download

Released: December 21, 2012  |  Added: April 29, 2014 | Visits: 801

MB Sabian Symbols Oracle Sabian Symbols are 360 symbolic images and messages corresponding to the 360 degrees of the zodiac. This is a self explanatory software that guides you to find solutions to your problems. Sabian symbols were first brought to the open by a clairvoyant in 1925. In this form of divination each...


Platforms: Windows

License: Freeware Size: 1.4 MB Download (608): MB Sabian Symbols Oracle Download

Added: August 14, 2006 | Visits: 10.200

GD Graphics Image Creation Library gd is a graphics library. It allows your code to quickly draw images complete with lines, arcs, text, multiple colors, cut and paste from other images, and flood fills, and write out the result as a PNG or JPEG file. This is particularly useful in World Wide Web applications, where PNG and JPEG...



License: Freeware Size: 280 KB Download (1345): GD Graphics Image Creation Library Download

Released: January 04, 2002  |  Added: September 13, 2006 | Visits: 8.226

PDSYMS CAD Symbols Library PDSYMS v2.0 is an Architectural/Interiors DWG or DXF-FORMAT Symbols Library Add-on for all CADD packages running on all platforms and Operating Systems, including but notlimited to: IntelliCAD (2000 and higher), Microstation, eCADlite, CADvance, TurboCAD, GenericCADD, DataCAD,...


Platforms: DOS, OS/2, Windows, *nix

License: Demo Cost: $55.00 USD Size: 1.56 MB Download (366): PDSYMS CAD Symbols Library Download

Released: March 08, 2000  |  Added: March 02, 2006 | Visits: 7.032

T-Rex T-Rex v1.10 - Delphi file-parser component; with Awk-style pattern/action operation. Patterns are regular expressions; matches are Delphi events; actions are written in event handlers. Has analogues for virtually all Awk tokenizing functions (~0, ~n, RS, FS, NF etc). No Awk expertise is required...


Platforms: Windows

License: Freeware Size: 334 KB Download (1358): T-Rex Download

Released: June 17, 2008  |  Added: June 19, 2008 | Visits: 3.137

t-rox Studio t-rox Studio is music transcription and editing software. Convert your favourite songs to musical notation for melody, guitar, piano, chords, bass and drums. Enrich playback with built-in software synthesizers and sampler. Export multi-track projects to wave files. Edit notes with the feature...


Platforms: Windows

License: Shareware Cost: $149.00 USD Size: 12.17 MB Download (443): t-rox Studio Download

Added: November 05, 2010 | Visits: 1.033

pyGAIM-t pyGAIM-t is a reworking of the popular GAIM IM client to be based on the Jabber transport, which can connect to any IM system that GAIM can..


Platforms: *nix

License: Freeware Size: 153.6 KB Download (92): pyGAIM-t Download

Added: August 15, 2010 | Visits: 1.340

GD::Map GD::Map is Perl extension for creating geographic map files with GD. SYNOPSIS use GD::Map; my $m = GD::Map:new( basemap_path => "[required]", output_path => "[required]", verbose => 1, ); $m->set_basemap("northamerica"); $m->add_object(id => "route", type => "line", color =>...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (132): GD::Map Download

Added: January 12, 2010 | Visits: 1.445

GD::Image::Thumbnail GD::Image::Thumbnail is a Perl extension for creating thumbnailed images with GD. SYNOPSIS use GD::Image::Thumbnail; my $img = GD::Image->new(100,20); my $thm = $img->thumbnail; # same as { factor => 0.20 } my $thm = $img->thumbnail($n); # same as { side => $n } my $thm =...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (135): GD::Image::Thumbnail Download

Added: November 17, 2010 | Visits: 1.767

GD::Image::AnimatedGif GD::Image::AnimatedGif is a Perl extension for creating animated gifs with GD. SYNOPSIS use GD::Image::AnimatedGif; # setup the image my $image = GD::Image->new(42,21); my $white = $image->colorAllocate(255,255,255); $image->transparent($white); # setup some font goodies my $fontcolor...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (96): GD::Image::AnimatedGif Download

Added: February 01, 2010 | Visits: 968

GD::Image::Orientation GD::Image::Orientation is a Perl extension for managing a GD::Images vertical or horizontal orientation (shapewise). SYNOPSIS use GD::Image::Orientation; for(@images) { my $img = GD::Image->new($_) or die $!; $dbh->do("INSERT INTO photogallery.metainfo (Id,Orientation,File) VALUES...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (101): GD::Image::Orientation Download

Added: March 20, 2010 | Visits: 1.779

GD::Dashboard GD::Dashboard is a Perl module to create JPEG graphics of meters and dials. SYNOPSIS my $dash = new GD::Dashboard(); my $g1 = new GD::Dashboard::Gauge( MIN=>0, MAX=>$empcnt, VAL=>$nopwp_cnt, NA1=>3.14/2+0.85, NA2=>3.14/2-0.85, NX=>51,NY=>77,NLEN=>50 ); $dash->add_meter(RPM, $g1);...


Platforms: *nix

License: Freeware Size: 23.55 KB Download (143): GD::Dashboard Download

Added: July 10, 2010 | Visits: 1.794

GD::Graph::Thermometer GD::Graph::Thermometer is a Perl module to generate progress graph on the fly. SYNOPSIS use GD::Graph::Thermometer; my $result = GD::Graph::Thermometer->new({ image_path => /path/to/image.png, type => png, goal => 80000, current => 20000, title => Funding the League for the Year ($),...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (138): GD::Graph::Thermometer Download

Added: October 16, 2010 | Visits: 1.306

Lingua::Phonology::Symbols Lingua::Phonology::Symbols is a Perl module for associating symbols with segment prototypes. SYNOPSIS use Lingua::Phonology; $phono = new Lingua::Phonology; # Load the default features $phono->features->loadfile; # Load the default symbols $symbols = $phono->symbols;...


Platforms: *nix

License: Freeware Size: 99.33 KB Download (125): Lingua::Phonology::Symbols Download

Added: October 03, 2010 | Visits: 1.040

t-prot t-prot (TOFU Protection) is a filter which improves the readability of email messages and Usenet posts by hiding some of their annoying parts. The annoyances it handles include mailing list footers, signatures, TOFU, sequences of blank lines, and repeated punctuation. TOFU is an acronym that...


Platforms: *nix

License: Freeware Size: 38.91 KB Download (91): t-prot Download

Added: June 13, 2010 | Visits: 1.144

GD::Simple GD::Simple module is a simplified interface to GD library. SYNOPSIS use GD::Simple; # create a new image $img = GD::Simple->new(400,250); # draw a red rectangle with blue borders $img->bgcolor(red); $img->fgcolor(blue); $img->rectangle(10,10,50,50); # draw an empty rectangle with...


Platforms: *nix

License: Freeware Size: 256 KB Download (100): GD::Simple Download

1 2 3 4 5 >