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

Autocad Lt freeware
Filter: All | Freeware | Demo
 

Autocad Lt

< 1 2 3 4 5 
Added: August 23, 2008 | Visits: 2.151

CAD Viewer CAD Viewer is a CAD (Computer Aided Design) graphics viewer and manager that is especially aimed at those users who aren+t accustomed to using AutoCAD and similar programs.However, more expert or professional users can also benefit from its wide ranging possibilities, like being able to move from... Platforms: Windows

License: Freeware Size: 2 KB Download (429): CAD Viewer Download

Added: August 25, 2008 | Visits: 1.227

GrafxShop GrafxShop is hosted at: http://www.grafxshop.comFeatures:Dynamic Selection Many Drawing ToolsThumbnail Browsing of all images in a folder.Alpha Blending and Transparencies Vectors and Layers Blend Tools Blend Brush and Blend PasteBrush Tools Stick-Ons.Manipulation - Crop, Resize, Rotate, Flip,... Platforms: Windows

License: Freeware Size: 36.61 KB Download (146): GrafxShop Download

Added: August 30, 2008 | Visits: 1.270

GStarICAD 2007-11-1 GStarICAD is based on IntelliCAD software, the industry standard for low-cost CAD software. GStarICAD is the innovative alternative to AutoCAD that provides OpenDWG file compatibility, similar environment, full support for AutoCAD commands, menus, scripts, styles, patterns etc. GStarICAD is the... Platforms: Windows

License: Freeware Size: 47 KB Download (523): GStarICAD 2007-11-1 Download

Added: August 29, 2008 | Visits: 1.139

GStarICAD Std 2007-11-1 GStarICAD is based on IntelliCAD software, the industry standard for low-cost CAD software. GStarICAD is the innovative alternative to AutoCAD that provides OpenDWG file compatibility, similar environment, full support for AutoCAD commands, menus, scripts, styles, patterns etc. GStarICAD is the... Platforms: Windows

License: Freeware Size: 35.76 KB Download (509): GStarICAD Std 2007-11-1 Download

Added: August 04, 2008 | Visits: 1.554

S3Dfree 2000 S3Dfree 2000 is the FREE unregistered version of Solid3D. Solid3D Fastener library is a productivity tool for AutoCAD allows you to create solid models of assorted Nuts, Bolts, Screws and Washers. The fastener is automatically created after selecting the desired properties, and clicking on the OK... Platforms: Windows

License: Freeware Size: 1.39 KB Download (498): S3Dfree 2000 Download

Released: September 27, 2009  |  Added: October 01, 2009 | Visits: 2.208

LanDTM There is not any professional program on internet like this and you can get it without any effort. I think this could be a handicap because it's dificult to believe, but it's true; try it and you'll be surprised. It's not only a program to calculate a delaunay triangulation but you can input... Platforms: Windows

License: Freeware Size: 12.28 MB Download (307): LanDTM Download

Added: September 21, 2010 | Visits: 1.104

AI::Prolog::Builtins AI::Prolog::Builtins is a Perl module with builtin predicates that AI::Prolog supports. Comments Comments begin with a % and terminate at the end of the line or begin with /* and terminate with */. Variables As in Prolog, all variables begin with an upper-case letter and are not quoted.... Platforms: *nix

License: Freeware Size: 122.88 KB Download (102): AI::Prolog::Builtins Download

Added: September 23, 2010 | Visits: 782

Perl6::Gather Perl6::Gather is a Perl module that implements the Perl 6 gather/take control structure in Perl 5. SYNOPSIS use Perl6::Gather; @list = gather { # Try to extract odd numbers and odd number names... for (@data) { if (/(one|three|five|nine)$/) { take qq{$_}; } elsif (/^d+$/ && $_ %2) {... Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Perl6::Gather Download

Added: April 27, 2010 | Visits: 1.100

Embperl::Syntax::RTF Embperl::Syntax::RTF is a Perl class derived from Embperl::Syntax to define the syntax for RTF files. RTF files can be read and written by various word processing programms. This allows you to create dynamic wordprocessing documents or let process serial letters thru Embperl. Currently Embperl... Platforms: *nix

License: Freeware Size: 665.6 KB Download (102): Embperl::Syntax::RTF Download

Added: June 25, 2010 | Visits: 1.067

gnome-nettool 2.18.0 / gnome-nettool is a GNOME interface for various networking tools. GNOME Nettool is a set of front-ends to various networking command-line tools, like ping, netstat, ifconfig, whois, traceroute, finger. Whats New in 2.18.0 Stable Release: - Made gnome-nettool.desktop freedesktop compliant... Platforms: *nix

License: Freeware Size: 655.36 KB Download (93): gnome-nettool 2.18.0 / Download

Added: February 12, 2010 | Visits: 1.168

Test::Reporter::Date::Format Test::Reporter::Date::Format Perl module contains date formating subroutines. SYNOPSIS use Test::Reporter::Date::Format; @lt = localtime(time); print time2str($template, time); print strftime($template, @lt); print time2str($template, time, $zone); print strftime($template, @lt,... Platforms: *nix

License: Freeware Size: 23.55 KB Download (107): Test::Reporter::Date::Format Download

Added: September 11, 2010 | Visits: 974

List::Util List::Util Perl module contains a selection of general-utility list subroutines. SYNOPSIS use List::Util qw(first max maxstr min minstr reduce shuffle sum); List::Util contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would... Platforms: *nix

License: Freeware Size: 44.03 KB Download (102): List::Util Download

Added: May 05, 2010 | Visits: 887

Lingua::Phonology::Segment Lingua::Phonology::Segment is a module to represent a segment as a bundle of feature values. SYNOPSIS use Lingua::Phonology; $phono = new Lingua::Phonology; # Define a feature set $features = $phono->features; $features->loadfile; # Make a segment $segment = $phono->segment; # Set... Platforms: *nix

License: Freeware Size: 100.35 KB Download (97): Lingua::Phonology::Segment Download

Added: October 02, 2010 | Visits: 965

Rose::DB::Object::QueryBuilder Rose::DB::Object::QueryBuilder is a Perl module that can build SQL queries on behalf of Rose::DB::Object::Manager. SYNOPSIS use Rose::DB::Object::QueryBuilder qw(build_select); # Build simple query $sql = build_select ( dbh => $dbh, select => COUNT(*), tables => [ articles ], columns... Platforms: *nix

License: Freeware Size: 481.28 KB Download (95): Rose::DB::Object::QueryBuilder Download

Added: April 13, 2010 | Visits: 1.239

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: May 21, 2010 | Visits: 1.421

G3DViewer G3DViewer is a 3D file viewer for GTK+ supporting a variety of file types: - 3D Studio (.3ds, .prj) - LightWave (.lw, .lwb, .lwo) - Alias Wavefront (.obj) - Impulse TurboSilver / Imagine (.iob) - AutoCAD (.dxf) - Quake II Models (.md2) - Neutral File Format (.nff) - 3D Metafile (.3dmf,... Platforms: *nix

License: Freeware Size: 194.56 KB Download (173): G3DViewer Download

Added: April 18, 2010 | Visits: 1.365

SDXF SDXF is a Python library to generate DXF files. DXF is an abbreviation of Data Exchange File, a vector graphics file format. It is supported by virtually all CAD products (such as AutoCAD, Blender, 3Dstudio, Maya,Vectorworks...) and vector drawing programs (such as Illustrator, Flash, ...).... Platforms: *nix

License: Freeware Size: 22.53 KB Download (140): SDXF Download

Added: September 18, 2010 | Visits: 1.771

BRL-CAD BRL-CAD project is a powerful Constructive Solid Geometry (CSG) solid modeling system. BRL-CAD includes an interactive geometry editor, ray tracing support for rendering and geometric analysis, network distributed framebuffer support, image-processing and signal-processing tools. The entire... Platforms: *nix

License: Freeware Size: 41 MB Download (122): BRL-CAD Download

Added: October 02, 2010 | Visits: 1.476

Eye of Gnome 2.18.2 / Eye of Gnome is the default image viewer for the Gnome Desktop. Beside the general image viewing component (which is also used by the Nautilus filemanager), there is now a first version of a photo collection view. Of course, this can be also used inside Nautilus eg. for watching slide shows.... Platforms: *nix

License: Freeware Size: 1024 KB Download (105): Eye of Gnome 2.18.2 / Download

Added: January 25, 2010 | Visits: 1.512

McDwiff McDwiff... DWF. Mac-style. Open, view, print, and convert Autodesk DWF files with this easy-to-use Mac application.Free for non-commercial use, $39 for commercial license. Platforms: Mac

License: Freeware Size: 87 KB Download (381): McDwiff Download

< 1 2 3 4 5