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

Common Resistor Values freeware
Filter: All | Freeware | Demo
 

Common Resistor Values

< 1 2 3 4 5 
Added: November 02, 2010 | Visits: 932

R2cl R2cl compiler is a minimal, proof of concept translator from the R or S language into Common Lisp. An increase in speed of over 1000 times can then be achieved using the free CMU Common Lisp native code compiler on the resulting code, making it comparable to FORTRAN, Ada or C. Installation:...



Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): R2cl Download

Added: July 17, 2010 | Visits: 977

Audio::TagLib::Tag Audio::TagLib::Tag is a simple, generic interface to common audio meta data fields. This is an attempt to abstract away the difference in the meta data formats of various audio codecs and tagging schemes. As such it is generally a subset of what is available in the specific formats but should...





Platforms: *nix

License: Freeware Size: 1.4 MB Download (93): Audio::TagLib::Tag Download

Added: October 03, 2010 | Visits: 497

konforka konforka library is a convenience library which is supposed to soak in some code common to our projects. konforka is not likely that you want to try this out unless you need it as a dependency for other project. This is why you should not expect a lengthier description here..


Platforms: *nix

License: Freeware Size: 307.2 KB Download (93): konforka Download

Added: November 15, 2010 | Visits: 780

Pieforms Pieforms project provides a simple, unified way to create, validate and process forms all with a common look and feel, with support for pluggable elements, renderers and validation rules. Huh? What does all that mean? In simple terms, Pieforms provides a library for building HTML forms. So...


Platforms: *nix

License: Freeware Download (93): Pieforms Download

Added: September 14, 2010 | Visits: 1.004

Template::Alloy::Parse Template::Alloy::Parse is a Perl module with common parsing role for creating AST from templates. The Template::Alloy::Parse role is reponsible for storing the majority of directive parsing code, as well as for delegating to the TT, HTE, Tmpl, and Velocity roles for finding variables and...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (93): Template::Alloy::Parse Download

Added: April 12, 2010 | Visits: 692

psArchive psArchive is a PHP 5 extension designed to provide an easy to use interface for manipulating all the most common archive files used in Web projects at high speeds and workloads. psArchive is especially designed for Web applications that need to understand, to produce, or even edit archives in...


Platforms: *nix

License: Freeware Size: 573.44 KB Download (93): psArchive Download

Added: November 04, 2010 | Visits: 1.068

Untahris Common Playground Untahris Common Playground - you can play several classic fun, simple arcade games. But playing alone is not fun, and you can play them in multiplayer mode (on one computer, local network, or maybe Internet). Now, Untahris has an original experimental feature, which makes it more than just a...


Platforms: *nix

License: Freeware Size: 1024 KB Download (92): Untahris Common Playground Download

Added: April 21, 2010 | Visits: 964

TRASHY TRASHY is a way to write HTML code using only a few characters, reducing the amount of typing errors, space wasted, helping you to arrange code, and providing an easy way to avoid some common HTML mistakes (like a wrong sequence in closing tags). Why write the attrib height thousands of times...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (92): TRASHY Download

Added: October 11, 2010 | Visits: 639

Pythonutils Pythonutils project is helpful collection of utility modules for common Python programming tasks. The Voidspace Pythonutils package is a simple way of installing the Voidspace collection of modules. Several of the Voidspace Projects depend on these modules. They are also useful in their own...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (91): Pythonutils Download

Added: January 26, 2010 | Visits: 1.135

More for C++ More for C++ is a class library that provides some features usually not common for C++ More for C++ includes a mark-sweep garbage collector, platform-independent classes for threading, sockets, and I/O, unit tests, and a few other utility classes. First of all, there is a garbage collector...


Platforms: *nix

License: Freeware Size: 163.84 KB Download (91): More for C++ Download

Added: September 12, 2010 | Visits: 838

InSilicoSpectro::InSilico::MassCalculator MassCalculator is a Perl module that implements common mass computations in mass spectrometry. SYNOPSIS use InSilicoSpectro::InSilico::MassCalculator; InSilicoSpectro::InSilico::MassCalculator::init(insilicodef.xml); MassCalculator Perl library is intended to support common mass...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (90): InSilicoSpectro::InSilico::MassCalculator Download

Added: January 10, 2010 | Visits: 711

libCIM libCIM is a collection of Perl modules which serves as a basis for an implementation of the CIM (Common Information Model). libCIM provides classes which "mirror" corresponding CIM entities (such as CIM::Class, CIM::Instance) and an API for use in CIM clients.. Get B4wbem at SourceForge.net....


Platforms: *nix

License: Freeware Size: 82.94 KB Download (90): libCIM Download

Added: September 24, 2010 | Visits: 934

DocSet::Doc::Common DocSet::Doc::Common is a Perl module with common functions used in DocSet::Doc subclasses. Implements functions and bits of code which otherwise needed to be duplicated in many modules. These functions couldnt be put into the base class DocSet::Doc. Certainly we could devise one more...


Platforms: *nix

License: Freeware Size: 378.88 KB Download (89): DocSet::Doc::Common Download

Added: August 26, 2010 | Visits: 692

JideBuilder JideBuilder is a Groovy builder for the open source JIDE Common Layer. The project is based on the original SwingBuilder. The goal of the project is having a builder for swing apps that seamlessly integrates default swing and jide components..


Platforms: *nix

License: Freeware Size: 184.32 KB Download (89): JideBuilder Download

Added: April 10, 2010 | Visits: 800

Scalar::Defer Scalar::Defer is a Perl module to calculate values on demand. SYNOPSIS use Scalar::Defer; # exports defer and lazy my ($x, $y); my $dv = defer { ++$x }; # a deferred value (not memoized) my $lv = lazy { ++$y }; # a lazy value (memoized) print "$dv $dv $dv"; # 1 2 3 print "$lv $lv $lv";...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (89): Scalar::Defer Download

Added: March 05, 2010 | Visits: 953

Myco::Entity Myco::Entity is a common base class for all Myco entity classes. SYNOPSIS ### Entity class definition package Myco::Foo; use base qw(Myco::Entity); # Start building metadata my $metadata = Myco::Entity::Meta->new ( name => __PACKAGE__, tangram => { table => Foo } );...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (89): Myco::Entity Download

Added: October 20, 2010 | Visits: 1.127

Puppet::Any Puppet::Any provides a common base class for lab development tools. Puppet::* classes are designed to provide an access to the "puppeted" object using a GUI based on Tk. The basic idea is when you construct a Puppet::* object, you have all the functionnality of the object without the GUI....


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Puppet::Any Download

Added: November 08, 2010 | Visits: 760

CGI::Utils CGI::Utils is a Perl module for retrieving information through the Common Gateway Interface and mod_perl. Whats New in This Release: - This release adds support for mod_perl 2 in addition to mod_perl 1. - It fixes some formatting issues with the POD documentation and adds underscore versions...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (89): CGI::Utils Download

Added: November 10, 2010 | Visits: 647

Osicat Osicat is lightweight operating system interface for Common Lisp on POSIX-like systems. Osicat uses UFFI for foreign bindings, so it is relatively portable, though most active development happens on SBCL and Debian GNU/Linux, so other platforms may experience wrinkles..


Platforms: *nix

License: Freeware Size: 14.34 KB Download (88): Osicat Download

Added: March 13, 2010 | Visits: 1.013

Mknew Mknew project is an investigation of how to build simple Unix shell scripts to manage common development and administrative tasks. The emphasis is on using languages and tools that already exist and are in common use rather than inventing something new. A related emphasis is on exploring the...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (88): Mknew Download

< 1 2 3 4 5