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

What Is A Variable Resistor freeware
Filter: All | Freeware | Demo
 

What Is A Variable Resistor

< 1 2 3 4 5 > 
Added: September 21, 2010 | Visits: 1.095

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: March 03, 2010 | Visits: 1.717

GNU Radio GNU Radio is a collection of software that when combined with minimal hardware, allows the construction of radios where the actual waveforms transmitted and received are defined by software. What this means is that it turns the digital modulation schemes used in todays high performance wireless...





Platforms: *nix

License: Freeware Size: 1024 KB Download (138): GNU Radio Download

Added: February 18, 2010 | Visits: 1.046

GraphViz GraphViz is a Perl interface to the GraphViz graphing tool. SYNOPSIS use GraphViz; my $g = GraphViz->new(); $g->add_node(London); $g->add_node(Paris, label => City ofnlurve); $g->add_node(New York); $g->add_edge(London => Paris); $g->add_edge(London => New York, label => Far);...


Platforms: *nix

License: Freeware Size: 83.97 KB Download (96): GraphViz Download

Added: February 02, 2010 | Visits: 871

Object::Realize::Later Object::Realize::Later is a Perl module with delayed creation of objects. SYNOPSIS package MyLazyObject; use Object::Realize::Later becomes => MyRealObject, realize => load; The Object::Realize::Later class helps with implementing transparent on demand realization of object data. This...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): Object::Realize::Later Download

Added: January 25, 2010 | Visits: 1.403

PunBB PunBB is a fast and lightweight discussion board. Its primary goal is to be a faster, smaller, and less graphic alternative to otherwise excellent discussion boards like phpBB, Invision Power Board, and vBulletin. PunBB project has fewer features than many other discussion boards, but is...


Platforms: *nix

License: Freeware Size: 174.08 KB Download (100): PunBB Download

Added: September 01, 2010 | Visits: 767

Cyclone3 Cyclone3 project is a platform that enables you to create robust, well integrated and specialized applications of all kinds, not just Web/XHTML based applications. All applications are based on open standards and technologies, primarily Perl and XUL. What is a framework ? Framework is an...


Platforms: *nix

License: Freeware Size: 1024 KB Download (94): Cyclone3 Download

Added: August 09, 2010 | Visits: 720

Cyclone3 3.0 Cyclone3 project is a platform that enables you to create robust, well integrated and specialized applications of all kinds, not just Web/XHTML based applications. All applications are based on open standards and technologies, primarily Perl and XUL. What is a framework ? Framework is an...


Platforms: *nix

License: Freeware Size: 2.6 MB Download (93): Cyclone3 3.0 Download

Added: August 20, 2010 | Visits: 805

Class::MOP Class::MOP is a Meta Object Protocol for Perl 5. SYNOPSIS # ... This will come later, for now see # the other SYNOPSIS for more information This module is an attempt to create a meta object protocol for the Perl 5 object system. It makes no attempt to change the behavior or characteristics...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (97): Class::MOP Download

Released: October 02, 2012  |  Added: October 02, 2012 | Visits: 169

Intervalence Intervalence is a very simple, minimalistic program for musicians, designed to test their ability to correctly spell musical intervals. Question: What is a perfect 5th above A#? Answer: E#


Platforms: Windows, Mac, Linux

License: Freeware Size: 25.54 KB Download (43): Intervalence Download

Added: August 23, 2013 | Visits: 306

pyPEG Python is a nice scripting language. It even gives you access to it's own parser and compiler. It also gives you access to different other parsers for special purposes like XML and string templates. But sometimes you may want to have your own parser. This is what's pyPEG for. To get a quick...


Platforms: Mac

License: Freeware Size: 10.24 KB Download (40): pyPEG Download

Added: September 02, 2013 | Visits: 464

Chronicle for Linux Chronicle software is a small and fast blog compiler, written in Perl with minimal dependencies. What is a blog compiler? It is a simple piece of software which will convert a directory of text files into static tree of HTML and RSS files which can be published online as a full-featured blog...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (38): Chronicle for Linux Download

Added: June 25, 2010 | Visits: 2.125

LINGOT Is Not a Guitar-Only Tuner LINGOT is a musical instrument tuner. LINGOT is easy to use, accurate, and highly configurable. Originally conceived to tune electric guitars, its configurability gives it a more general character. (Tuning another instruments has not been tested). It looks like an analogic tuner, with a gauge...


Platforms: *nix

License: Freeware Size: 450.56 KB Download (276): LINGOT Is Not a Guitar-Only Tuner Download

Added: May 04, 2010 | Visits: 1.720

Language::Basic::Variable Language::Basic::Variable is a Perl module to handle parsing and implementing BASIC variables. SYNOPSIS See Language::Basic for the overview of how the Language::Basic module works. This pod page is more technical. There are two sorts of variables: Arrays and Scalars. Each of those classes...


Platforms: *nix

License: Freeware Size: 52.22 KB Download (92): Language::Basic::Variable Download

Added: May 27, 2010 | Visits: 901

Variable::Alias Variable::Alias is a Perl module created to alias any variable to any other variable. SYNOPSIS use Variable::Alias alias; my $src; my $a; our $b; my @c; our @d; alias $src => $a; alias $a => $b; alias $b => $c[0]; alias @c => @d; $src=src; # All the other variables now have the...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (90): Variable::Alias Download

Added: September 23, 2010 | Visits: 780

Variable::Strongly::Typed Variable::Strongly::Typed is a Perl module to let some variables be strongly typed. SYNOPSIS use Variable::Strongly::Typed; my $int :TYPE(int); # must have an int value my $float :TYPE(float); # must have a float value my $string :TYPE(string); # must not be a reference my $file...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (94): Variable::Strongly::Typed Download

Added: October 26, 2010 | Visits: 758

Variable::Strongly::Typed::Array Variable::Strongly::Typed::Array is a Perl module for strongly typed array. SYNOPSIS This class is utilized by Variable::Strongly::Typed - you dont access this directly my @array_of_ints :TYPE(int); # Each slot must contain an int my @array_of_rgb :TYPE(&red_green_blue); # my enumerated...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (86): Variable::Strongly::Typed::Array Download

Released: November 13, 2012  |  Added: November 13, 2012 | Visits: 550

Environment Variable Editor Environment Variable Editor is a handy and reliable utility designed to enable you to edit environment variables from a GUI interface. Environment Variable Editor is a better alternative for editing variables. It provides a GUI that enables you to access and edit the variables more quickly.


Platforms: Windows

License: Freeware Download (50): Environment Variable Editor Download

Added: September 07, 2013 | Visits: 452

UC Variable Price The UC Variable Price product feature allows you to turn any product in your Ubercart store into a variable priced product. Instead of using a fixed price entered by an administrator, customers can specify their own price for a product on the add to cart form. This makes it a useful module for...


Platforms: PHP

License: Freeware Size: 10 KB Download (51): UC Variable Price Download

Released: May 06, 2009  |  Added: May 14, 2009 | Visits: 4.467

Reach-a-Mail Are you spending a lot of time away from your computer? Wish you had access to all your email accounts while traveling? Need to have your letters and address book with you, but don't want to carry a notebook? Reach-a-Mail gives the right answer! While you are traveling, it is very important...


Platforms: Windows

License: Freeware Size: 2.93 MB Download (474): Reach-a-Mail Download

Released: July 03, 2007  |  Added: July 06, 2007 | Visits: 2.389

Reach-a-Mail for U3 Are you spending a lot of time away from your computer? Wish you had access to all your email accounts while traveling? Need to have your letters and address book with you, but don't want to carry a notebook? Reach-a-Mail gives the right answer! While you are traveling, it is very important to...


Platforms: Windows

License: Freeware Size: 2.34 MB Download (234): Reach-a-Mail for U3 Download

< 1 2 3 4 5 >