capacitor values
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2324
Capacitor Converter 1.0
Capacitor Converter is an extension which converts capacitor values. more>>
Capacitor Converter is an extension which converts capacitor values.
Easy to use capacitor converter. Converts between pF, nF and uF in a flash. For those of you who didnt know you can make the toolbar disappear.
Just right-click(Windows) or ctrl+click(one button Macs) beside the address bar and select Capacitor Converter to make it disappear.
<<lessEasy to use capacitor converter. Converts between pF, nF and uF in a flash. For those of you who didnt know you can make the toolbar disappear.
Just right-click(Windows) or ctrl+click(one button Macs) beside the address bar and select Capacitor Converter to make it disappear.
Download (0.002MB)
Added: 2007-04-12 License: MPL (Mozilla Public License) Price:
603 downloads
Sowa Data Capacitor 0.0.0_dev0
Sowa Data Capacitor is a unified Java API for accessing data in several different forms, such as XML, memory, or database. more>>
Sowa Data Capacitor is a unified Java API for accessing data in several different forms, such as XML, database or memory.
Installation:
Sowa Data Capacitor now not need any dependences (except ant), but itll propably have.
To build it you have to have:
* Apache Ant
* JDK of Java 2
To use it you have to have:
* JVM of Java 2
To build it just run build in base catalogue.
Version Convention
First noumber(maior) is api version, except 0 and 1 which is maturity change.
Itll change only if api is completly rewritten.
Second(minor) means small api(especcially adds) changes, which could break(but
not have to) plugins but not applications.
Third(patch) means some improvement, which not change api.
Dev means version for developer(of plugins optionally applications), Alpha
and Beta test release.
Last noumber mark order of releases.
<<lessInstallation:
Sowa Data Capacitor now not need any dependences (except ant), but itll propably have.
To build it you have to have:
* Apache Ant
* JDK of Java 2
To use it you have to have:
* JVM of Java 2
To build it just run build in base catalogue.
Version Convention
First noumber(maior) is api version, except 0 and 1 which is maturity change.
Itll change only if api is completly rewritten.
Second(minor) means small api(especcially adds) changes, which could break(but
not have to) plugins but not applications.
Third(patch) means some improvement, which not change api.
Dev means version for developer(of plugins optionally applications), Alpha
and Beta test release.
Last noumber mark order of releases.
Download (0.015MB)
Added: 2006-03-24 License: GPL (GNU General Public License) Price:
1309 downloads
Scalar::MultiValue 0.03
Scalar::MultiValue is a Perl module to create a SCALAR with multiple values. more>>
Scalar::MultiValue is a Perl module to create a SCALAR with multiple values.
This module create a SCALAR with multiple values, where this values can be randomic or can change by a defined period.
USAGE:
With a period of 2:
my $s = new Scalar::MultiValue( [qw(a b c d)] , 2 ) ;
for(0..8) {
print "$sn" ;
}
Output:
a
a
b
b
c
c
d
d
With randomic values:
my $s = new Scalar::MultiValue( [qw(a b c d)] , * ) ;
for(0..8) {
print "$sn" ;
}
Output:
c
d
c
b
a
d
c
c
<<lessThis module create a SCALAR with multiple values, where this values can be randomic or can change by a defined period.
USAGE:
With a period of 2:
my $s = new Scalar::MultiValue( [qw(a b c d)] , 2 ) ;
for(0..8) {
print "$sn" ;
}
Output:
a
a
b
b
c
c
d
d
With randomic values:
my $s = new Scalar::MultiValue( [qw(a b c d)] , * ) ;
for(0..8) {
print "$sn" ;
}
Output:
c
d
c
b
a
d
c
c
Download (0.003MB)
Added: 2007-07-06 License: Perl Artistic License Price:
841 downloads
Resets iptables to default values
Resets iptables to default values script resets the Linux firewall iptables to default values. more>>
Resets iptables to default values script resets the Linux firewall iptables to default values.
Configurations
IPTABLES="/usr/sbin/iptables"
#
# reset the default policies in the filter table.
#
$IPTABLES -P INPUT ACCEPT
$IPTABLES -P FORWARD ACCEPT
$IPTABLES -P OUTPUT ACCEPT
#
# reset the default policies in the nat table.
#
$IPTABLES -t nat -P PREROUTING ACCEPT
$IPTABLES -t nat -P POSTROUTING ACCEPT
$IPTABLES -t nat -P OUTPUT ACCEPT
#
# reset the default policies in the mangle table.
#
$IPTABLES -t mangle -P PREROUTING ACCEPT
$IPTABLES -t mangle -P OUTPUT ACCEPT
#
# flush all the rules in the filter and nat tables.
#
$IPTABLES -F
$IPTABLES -t nat -F
$IPTABLES -t mangle -F
#
# erase all chains thats not default in filter and nat table.
#
$IPTABLES -X
$IPTABLES -t nat -X
$IPTABLES -t mangle -X
<<lessConfigurations
IPTABLES="/usr/sbin/iptables"
#
# reset the default policies in the filter table.
#
$IPTABLES -P INPUT ACCEPT
$IPTABLES -P FORWARD ACCEPT
$IPTABLES -P OUTPUT ACCEPT
#
# reset the default policies in the nat table.
#
$IPTABLES -t nat -P PREROUTING ACCEPT
$IPTABLES -t nat -P POSTROUTING ACCEPT
$IPTABLES -t nat -P OUTPUT ACCEPT
#
# reset the default policies in the mangle table.
#
$IPTABLES -t mangle -P PREROUTING ACCEPT
$IPTABLES -t mangle -P OUTPUT ACCEPT
#
# flush all the rules in the filter and nat tables.
#
$IPTABLES -F
$IPTABLES -t nat -F
$IPTABLES -t mangle -F
#
# erase all chains thats not default in filter and nat table.
#
$IPTABLES -X
$IPTABLES -t nat -X
$IPTABLES -t mangle -X
Download (MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
985 downloads
xmlclitools 1.61
xmlclitools provides four command-line tools for searching, modifying, and formating XML data. more>>
xmlclitools provides four command-line tools for searching, modifying, and formating XML data.
The tools are designed to work in conjunction with standard *nix utilities such as grep, sort, and shell scripts.
Includes:
xmlgrep
Select subsets of xmlfiles for output.
xmlfmt
Print properties of xmlfiles formatted on a line by line basis.
xmlmod
Modify xmlfiles. Change values. Add or delete nodes.
<<lessThe tools are designed to work in conjunction with standard *nix utilities such as grep, sort, and shell scripts.
Includes:
xmlgrep
Select subsets of xmlfiles for output.
xmlfmt
Print properties of xmlfiles formatted on a line by line basis.
xmlmod
Modify xmlfiles. Change values. Add or delete nodes.
Download (0.042MB)
Added: 2005-11-09 License: GPL (GNU General Public License) Price:
1444 downloads
phpautotest 1.0.3
phpautotest is a tool for conducting automated regression tests on PHP-driven Web sites. more>>
phpautotest is a tool for conducting automated regression tests on PHP-driven Web sites. Variable values as well as HTTP output can be tested.
HTTP output is tested using regular expressions.
<<lessHTTP output is tested using regular expressions.
Download (0.18MB)
Added: 2006-05-11 License: MIT/X Consortium License Price:
1264 downloads
kparalleleport 1.1
kparalleleport is a program for programmers who wish to use the parallel port. more>>
kparalleleport is a program for programmers who wish to use the parallel port.
The project makes it possible to view the values registered or read on the parallel port.
<<lessThe project makes it possible to view the values registered or read on the parallel port.
Download (0.098MB)
Added: 2007-02-12 License: GPL (GNU General Public License) Price:
984 downloads
mod-apache-snmp 1.03
Apache SNMP Module allows you to monitor different configuration and status values of the Apache Web server using SNMP. more>>
Apache SNMP Module allows you to monitor different configuration and status values of the Apache Web server using SNMP.
Enhancements:
- Bugfixes, the inclusion of MRTG scripts, and changes to make the module work on the IBM HTTP Server.
<<lessEnhancements:
- Bugfixes, the inclusion of MRTG scripts, and changes to make the module work on the IBM HTTP Server.
Download (0.032MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1533 downloads
Keyword Market Value Analyzer 1.1
Keyword Market Value Analyzer allows you to compile a database a keywords based on a particular keyword subject. more>>
Keyword Market Value Analyzer allows you to compile a database a keywords based on a particular keyword subject, and to compare their popularity with the highest amount advertisers are willing to pay to advertise for the keyword.
The result of Keyword Market Value Analyzer is a really good idea about how much money-making potential there is for the keyword.
Main features:
- Keyword Market Value Analyzer is easy to install. Just unzip, install the database tables and upload.
- Create different keyword subject groups. The groups share the same keyword data, so you can leverage the research youve done for one keyword group for another, related keyword group.
- Easily browse keywords based on market value, highest bid, or most popular.
- Makes keyword market value research as easy as it can be!
<<lessThe result of Keyword Market Value Analyzer is a really good idea about how much money-making potential there is for the keyword.
Main features:
- Keyword Market Value Analyzer is easy to install. Just unzip, install the database tables and upload.
- Create different keyword subject groups. The groups share the same keyword data, so you can leverage the research youve done for one keyword group for another, related keyword group.
- Easily browse keywords based on market value, highest bid, or most popular.
- Makes keyword market value research as easy as it can be!
Download (0.10MB)
Added: 2006-02-28 License: Freeware Price:
1335 downloads
Java for C++ 0.4
Java for C++ is a tool to generate C++-wrapper-classes for existing Java-classes. more>>
Java for C++ is a tool to generate C++-wrapper-classes for existing Java-classes. This tool reads a list of Java class names and creates source code for C++-classes to wrap them.
The implementation of the wrapper classes uses JNI (Java Native Interface) to call the "real" Java classes.
The C++-API to use these wrapper classes is very close to the API of the original Java classes. So developers of C++-software can use Java-classes as if they have been implemented in C++.
Enhancements:
- A problem where null values for method arguments, method return values, or field values caused some generated code to crash was fixed.
- Updating is strongly encouraged.
<<lessThe implementation of the wrapper classes uses JNI (Java Native Interface) to call the "real" Java classes.
The C++-API to use these wrapper classes is very close to the API of the original Java classes. So developers of C++-software can use Java-classes as if they have been implemented in C++.
Enhancements:
- A problem where null values for method arguments, method return values, or field values caused some generated code to crash was fixed.
- Updating is strongly encouraged.
Download (0.043MB)
Added: 2005-12-22 License: GPL (GNU General Public License) Price:
1404 downloads
LogicParser 0.7.2
LogicParser project is a simple parser for logical expressions. more>>
LogicParser project is a simple parser for logical expressions.
This small application parses a logical expression and shows his tree representation (in a TreeView), along with its DOT format and PNG graph. It also calculate the result of the proposition based on given values.
<<lessThis small application parses a logical expression and shows his tree representation (in a TreeView), along with its DOT format and PNG graph. It also calculate the result of the proposition based on given values.
Download (0.028MB)
Added: 2007-02-16 License: GPL (GNU General Public License) Price:
981 downloads
SimPat 0.20
SimPat - Simple Patricia trie a.k.a. crit-bit tree routines (written in C) to map bit-strings to values. more>>
SimPat - Simple Patricia trie a.k.a. crit-bit tree routines (written in C) to map bit-strings to values. PATRICIA is a funky acronym for ``Practical Algorithm to Retrieve Information Coded In Alphanumeric.
The project is license under Mozilla Public License 1.1 (MPL) license.
<<lessThe project is license under Mozilla Public License 1.1 (MPL) license.
Download (0.041MB)
Added: 2007-07-04 License: MPL (Mozilla Public License) Price:
847 downloads
SWIFT::Factory::ApplicationHeader 0.02
SWIFT::Factory::ApplicationHeader is a Perl module that provides an Application Header Block for a SWIFT message. more>>
SWIFT::Factory::ApplicationHeader is a Perl module that provides an Application Header Block (Block 2) for a SWIFT message.
SYNOPSIS
use SWIFT::Factory::ApplicationHeader;
my $hdr2=SWIFT::Factory::ApplicationHeader->new();
This class is primarily intended to be used by the different SWIFT::Factory::MTnnn modules to provide full SWIFT messages for input to the SWIFT network.
Nevertheless, there is nothing prohibiting an application to directly use this class for whatever purpose.
Given reasonable parameter values in the constructor, the string() method in this class will return an Application Header Block (Block nbr 2) that can be used in a SWIFT message sent to the SWIFT network.
CONSTRUCTOR
new( MESSAGE_TYPE=>300, BIC=>VALIDBIC, TERMINAL=>X, BRANCH_CODE=>XXX, MESSAGE_PRIORITY=>N, DELIVERY_MONITORING=>1, OBSOLESCENCE_PERIOD=> )
The parameters may be given in arbitrary order. Many parameters have builtin default values. If the calling application doesnt provide the parameter at all, the object will apply the default value.
MESSAGE_TYPE=>
Technically optional, but its hard to see a reason not to provide this parameter.
A numeric scalar value that indicates the message type being provided. For an MT300 message, use the value 300. For an MT515, use 515. Etc.
BIC=>
An eight character scalar value that contains a valid receiver BIC.
The receiver BIC is technically optional, but it will probably quite rarely make sense to instantiate an object of this class without specifying a BIC.
TERMINAL=>
Optional. A one character scalar value that identifies the receiving terminal.
Default value: X. It is very unusual that the sending party would populate this entity with anything else than the default value. It is thereby recommended that most applications dont provide this parameter at all.
BRANCH_CODE=>
Optional. A three character scalar value that identifies the branch code at the receiver.
Default value: XXX.
MESSAGE_PRIORITY=>
Optional. A one character scalar value indicating the requested network priority for the message.
If given, use one of the values:
SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_SYSTEM();
SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_URGENT();
SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_NORMAL();
Default value provided by the class:
SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_NORMAL();
DELIVERY_MONITORING=>
Technically optional. SWIFT requires this entity for urgent messages. A one digit numeric scalar value or a zero length string.
If given, use one of the values:
SWIFT::Factory::ApplicationHeader::MONITORING_NON_DELIVERY();
SWIFT::Factory::ApplicationHeader::MONITORING_DELIVERY_NOTIFICATION();
SWIFT::Factory::ApplicationHeader::MONITORING_DELIVERY_BOTH();
Default value provided by the class: A zero length string which implies No monitoring.
OBSOLESCENCE_PERIOD=>
Optional. A numeric scalar value expressing the delay in units of 5 minutes. I.e. 3 means 15 minutes and 20 means 100 minutes.
Maximum three digits long. See the relevant SWIFT handbook for details.
Default value provided by the class: A zero length string which implies No obsolescence period.
<<lessSYNOPSIS
use SWIFT::Factory::ApplicationHeader;
my $hdr2=SWIFT::Factory::ApplicationHeader->new();
This class is primarily intended to be used by the different SWIFT::Factory::MTnnn modules to provide full SWIFT messages for input to the SWIFT network.
Nevertheless, there is nothing prohibiting an application to directly use this class for whatever purpose.
Given reasonable parameter values in the constructor, the string() method in this class will return an Application Header Block (Block nbr 2) that can be used in a SWIFT message sent to the SWIFT network.
CONSTRUCTOR
new( MESSAGE_TYPE=>300, BIC=>VALIDBIC, TERMINAL=>X, BRANCH_CODE=>XXX, MESSAGE_PRIORITY=>N, DELIVERY_MONITORING=>1, OBSOLESCENCE_PERIOD=> )
The parameters may be given in arbitrary order. Many parameters have builtin default values. If the calling application doesnt provide the parameter at all, the object will apply the default value.
MESSAGE_TYPE=>
Technically optional, but its hard to see a reason not to provide this parameter.
A numeric scalar value that indicates the message type being provided. For an MT300 message, use the value 300. For an MT515, use 515. Etc.
BIC=>
An eight character scalar value that contains a valid receiver BIC.
The receiver BIC is technically optional, but it will probably quite rarely make sense to instantiate an object of this class without specifying a BIC.
TERMINAL=>
Optional. A one character scalar value that identifies the receiving terminal.
Default value: X. It is very unusual that the sending party would populate this entity with anything else than the default value. It is thereby recommended that most applications dont provide this parameter at all.
BRANCH_CODE=>
Optional. A three character scalar value that identifies the branch code at the receiver.
Default value: XXX.
MESSAGE_PRIORITY=>
Optional. A one character scalar value indicating the requested network priority for the message.
If given, use one of the values:
SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_SYSTEM();
SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_URGENT();
SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_NORMAL();
Default value provided by the class:
SWIFT::Factory::ApplicationHeader::MSG_PRIORITY_NORMAL();
DELIVERY_MONITORING=>
Technically optional. SWIFT requires this entity for urgent messages. A one digit numeric scalar value or a zero length string.
If given, use one of the values:
SWIFT::Factory::ApplicationHeader::MONITORING_NON_DELIVERY();
SWIFT::Factory::ApplicationHeader::MONITORING_DELIVERY_NOTIFICATION();
SWIFT::Factory::ApplicationHeader::MONITORING_DELIVERY_BOTH();
Default value provided by the class: A zero length string which implies No monitoring.
OBSOLESCENCE_PERIOD=>
Optional. A numeric scalar value expressing the delay in units of 5 minutes. I.e. 3 means 15 minutes and 20 means 100 minutes.
Maximum three digits long. See the relevant SWIFT handbook for details.
Default value provided by the class: A zero length string which implies No obsolescence period.
Download (0.004MB)
Added: 2007-05-25 License: Perl Artistic License Price:
882 downloads
Scalar::Defer 0.07
Scalar::Defer is a Perl module to calculate values on demand. more>>
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"; # 1 1 1
my $forced = force $dv; # force a normal value out of $dv
print "$forced $forced $forced"; # 4 4 4
This module exports two functions, defer and lazy, for building values that are evaluated on demand. It also exports a force function to force evaluation of a deferred value.
defer {...}
Takes a block or a code reference, and returns a deferred value. Each time that value is demanded, the block is evaluated again to yield a fresh result.
lazy {...}
Like defer, except the value is computed at most once. Subsequent evaluation will simply use the cached result.
force $value
Force evaluation of a deferred value to return a normal value. If $value was already normal value, then force simply returns it.
NOTES
Deferred values are not considered objects (ref on them returns 0), although you can still call methods on them, in which case the invocant is always the forced value.
Unlike the tie-based Data::Lazy, this module operates on values, not variables. Therefore, assigning into $dv and $lv above will simply replace the value, instead of triggering a STORE method call.
Also, thanks to the overload-based implementation, this module is about 2x faster than Data::Lazy.
<<lessSYNOPSIS
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"; # 1 1 1
my $forced = force $dv; # force a normal value out of $dv
print "$forced $forced $forced"; # 4 4 4
This module exports two functions, defer and lazy, for building values that are evaluated on demand. It also exports a force function to force evaluation of a deferred value.
defer {...}
Takes a block or a code reference, and returns a deferred value. Each time that value is demanded, the block is evaluated again to yield a fresh result.
lazy {...}
Like defer, except the value is computed at most once. Subsequent evaluation will simply use the cached result.
force $value
Force evaluation of a deferred value to return a normal value. If $value was already normal value, then force simply returns it.
NOTES
Deferred values are not considered objects (ref on them returns 0), although you can still call methods on them, in which case the invocant is always the forced value.
Unlike the tie-based Data::Lazy, this module operates on values, not variables. Therefore, assigning into $dv and $lv above will simply replace the value, instead of triggering a STORE method call.
Also, thanks to the overload-based implementation, this module is about 2x faster than Data::Lazy.
Download (0.025MB)
Added: 2006-10-18 License: MIT/X Consortium License Price:
1101 downloads
phpCDLabelPS 0.0.4
phpCDLabelPS creates labels for your data/MP3 CDs using PHP and PostScript (output will be a postscript file). more>>
phpCDLabelPS creates labels for your data/MP3 CDs using PHP and PostScript (output will be a postscript file). It is controled by a frontend and a PostScript template.
To install, just extract all files somewhere in your webtree. Then point your browser to cdlabel.php - thats it. You may want to check the config.inc file and change the default values to your own preferences at any time: it just sets up the initial form values. One thing you may want to adjust right in the beginning is the mount-point of your media.
<<lessTo install, just extract all files somewhere in your webtree. Then point your browser to cdlabel.php - thats it. You may want to check the config.inc file and change the default values to your own preferences at any time: it just sets up the initial form values. One thing you may want to adjust right in the beginning is the mount-point of your media.
Download (0.013MB)
Added: 2006-07-31 License: GPL (GNU General Public License) Price:
1183 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above capacitor values search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed