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

Custom Enclosure Sub Woofer freeware
Filter: All | Freeware | Demo
 

Custom Enclosure Sub Woofer

1 2 3 4 5 > 
Released: August 08, 2002  |  Added: July 18, 2006 | Visits: 6.994

AJ Sealed Designer AJ Sealed Designer is a sub-woofer design program for solving the required calculations for sealed speaker box designs. AJ Sealed Designer provides accurate theoretical calculations for speaker and box enclosure parameters with an easy-to-use interface. It also includes a box calculator to...



Platforms: Windows

License: Freeware Size: 671 KB Download (1470): AJ Sealed Designer Download

Released: July 27, 2012  |  Added: July 27, 2012 | Visits: 623

AmpliTube 3 Free Custom Shop Your New Tone Shop Plug-in The Custom Shop in AmpliTube 3 brings an entirely new shopping experience for software plug-ins that is like visiting a real guitar store, one that is open 24/7 with a complete offering of legendary brands for building your truly custom tone from the comfort of your...





Platforms: Windows, Mac

License: Freeware Size: 241 MB Download (656): AmpliTube 3 Free Custom Shop Download

Added: August 11, 2008 | Visits: 9.064

Custom Big Rig Truck Screensaver Custom Big Rig Trucks!Big Rig Screensaver is brought to you from MassLogics trucking software.MassLogics.com trucking screensaver delivers 17 custom big rig truck photos that any trucker would be proud to own.Get these gorgeous custom trucks on your desktop.17 amazing big rig trucks decked out...


Platforms: Windows

License: Freeware Size: 6.72 MB Download (614): Custom Big Rig Truck Screensaver Download

Released: January 19, 2013  |  Added: January 19, 2013 | Visits: 635

! Custom Addressbook Lite Custom Addressbook is an easy to use, small, and extremely flexible Address Management program for Windows 95/98/ME/NT/2000/XP. Custom Addressbook is unique, among the many apparently similar programs, in that this program enables you to define your own addressbook fields and categories. An...


Platforms: Windows

License: Freeware Size: 307 KB Download (432): ! Custom Addressbook Lite Download

Released: October 12, 2012  |  Added: October 12, 2012 | Visits: 481

Custom Calendar The Custom Calendar gadget was developed after the original calendar from Vista sidebar but with customization options. FEATURES: · All the calendar features of the original Vista calendar. · Change background color to any color. · Choose from patterns to overlay the background color or use...


Platforms: Windows

License: Freeware Size: 215 KB Download (422): Custom Calendar Download

Added: April 11, 2006 | Visits: 2.787

Custom Reader Custom Reader is a free fully customizable RSS (Really Simple Syndication)Windows application. .NET network is not required You control the look and feel of the reader to suit the needs of your business. When you change the reader changes with you. RSS 2 Enclosure support which allows you to...


Platforms: Windows

License: Freeware Size: 986 KB Download (174): Custom Reader Download

Released: August 17, 2010  |  Added: October 26, 2010 | Visits: 2.603

Custom Folder Compact utility Custom Folder helps to create directories formating their names with date and time mask. Utility can be very useful as part of your batch scripts. Command line version of the utility can run application of your choice with new directory name as parameter after successful...


Platforms: Windows

License: Freeware Size: 1.85 MB Download (147): Custom Folder Download

Added: August 01, 2008 | Visits: 1.115

Sub Game In "Sub Game" you are now in command of a Destroyer under attack from a wolf-pack, how will you respond? can you survive? Can you defeat the ever-expanding wolf pack before they get you, remember they will be launching up to 20x as many mines/bombs as you. The game has nearly unlimited,...


Platforms: Windows

License: Freeware Size: 515 KB Download (117): Sub Game Download

Added: November 03, 2010 | Visits: 1.474

Custom Geometry 1.2.0 for Custom Geometry is an extension which resizes and positions the window according to your settings. Custom Geometry adds a button to the Firefox status bar that will resize the Firefox window to your specifications. Many other extensions will resize the window, but only to preset dimensions,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (102): Custom Geometry 1.2.0 for Download

Added: February 27, 2010 | Visits: 729

Sub::Regex Sub::Regex is a Perl module to create synonymous subroutines. SYNOPSIS use Sub::Regex; sub /look(s|ing)?_for/ ($){ foobar blah blah } look_for(Amanda); looks_for(Amanda); looking_for(Amanda); lOoKiNg_fOr(Amanda); Sub::Regex is a small tool for users to create a subroutine with...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (102): Sub::Regex Download

Added: May 18, 2010 | Visits: 1.279

Sub::Slice::Manual Sub::Slice::Manual is a Perl module with user guide for Sub::Slice. USING Sub::Slice Sub::Slice is a way of breaking down a long-running process and maintaining state across a stateless protocol. This allows the client to draw a progress bar or abort the process part-way through. The...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (99): Sub::Slice::Manual Download

Added: February 16, 2010 | Visits: 1.457

Custom Eclipse Builder Custom Eclipse Builder is a lightweight Ant-based project to build a company and personal customized Eclipse distribution including company and personal relevant plugins, preferences and settings. The modern software development process becomes more and more distributed characted. Now, a usual...


Platforms: *nix

License: Freeware Size: 1.2 MB Download (95): Custom Eclipse Builder Download

Added: November 16, 2010 | Visits: 789

Sub::Curry Sub::Curry is a Perl module to create curried subroutines. SYNOPSIS use Sub::Curry; use Sub::Curry qw/ :CONST curry /; # Import spice constants # and the &curry function. #my $f1 = Sub::Curry::->new(&foo, 1, 2); # Same as below. my $f1 = curry(&foo, 1, 2); my $f2 = $cb1->new(3, 4); my...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (93): Sub::Curry Download

Added: July 16, 2010 | Visits: 942

Sub::Quotelike Sub::Quotelike is a Perl module that allows to define quotelike functions. SYNOPSIS use Sub::Quotelike; sub myq () { my $s = shift; # Do something with $s... return $s; } sub myqq (") { my $s = shift; # Do something with $s... return $s; } print myq/abc def/; print myqq{abc...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (93): Sub::Quotelike Download

Added: February 26, 2010 | Visits: 850

Sub::DeferredPartial Sub::DeferredPartial is a deferred evaluation / partial application. SYNOPSIS use Sub::DeferredPartial def; $S = def sub : P1 P2 P3 { %_=@_; join , @_{qw(P1 P2 P3)} }; print $S->( P1 => 1, P2 => 2, P3 => 3 )->(); # 123 $A = $S->( P3 => 1 ); # partial application $B = $S->( P3 => 2 );...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Sub::DeferredPartial Download

Added: January 18, 2010 | Visits: 828

Sub::PatMat Sub::PatMat can call a version of subroutine depending on its arguments. SYNOPSIS use Sub::PatMat; # basics: sub fact : when($_[0] <= 1) { 1 } sub fact { my ($n) = @_; $n*fact($n-1) } print fact(6); # referring to things other than @_: sub mysort : when($a < $b) { -1 } sub mysort :...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (92): Sub::PatMat Download

Added: June 18, 2010 | Visits: 858

Sub::Assert Sub::Assert - Design-by-contract like pre- and postconditions, etc. SYNOPSIS use Sub::Assert; sub squareroot { my $x = shift; return $x**0.5; } assert pre => $PARAM[0] >= 1, # for the sake of simplicity post => $VOID or $RETURN <= $PARAM[0], sub => squareroot, context => novoid,...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (92): Sub::Assert Download

Added: October 06, 2010 | Visits: 633

Sub::Timebound Sub::Timebound is a Perl extension for timebound computations. SYNOPSIS use Sub::Timebound; sub fun { my $i = shift; if ($i =~ /7$/) { die "Simulated internal errorn"; } while ($i) { $i--; } return "All is well"; } my $x = timeboundretry(10, 3, 5, &fun, 10); ### Returns { value...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (87): Sub::Timebound Download

Added: May 10, 2013 | Visits: 793

Custom Computer Builder 0.2b The Custom Computer Builder is a PHP script that creates a website for a user to put together and order a custom computer. It would be great for the website of a Custom Computer Manufacturing Company.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (65): Custom Computer Builder 0.2b Download

Released: July 22, 2013  |  Added: September 23, 2013 | Visits: 1.073

Custom Icon Design If you are looking for professional custom icon design, IconDesignLAB.com does all of the hard work for you, presenting you with high quality expert results. Whatever type of icons you need, this service will not disappoint, offering you main program icons, company logos and interface icons for...


Platforms: Windows, Mac, *nix, Other

License: Freeware Size: 2.39 MB Download (63): Custom Icon Design Download

1 2 3 4 5 >