ad aware se pro 1.06
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 506
gradmap 1.06
gradmap is a GIMP plug-in that maps the contents of the specified drawable with active gradient. more>>
gradmap is a GIMP plug-in that maps the contents of the specified drawable with active gradient. It calculates luminosity of each pixel and replaces the pixel by the sample of active gradient at the position proportional to that luminosity.
Complete black pixel becomes the leftmost color of the gradient, and complete white becomes the rightmost. Works on both Grayscale and RGB image with/without alpha channel.
<<lessComplete black pixel becomes the leftmost color of the gradient, and complete white becomes the rightmost. Works on both Grayscale and RGB image with/without alpha channel.
Download (MB)
Added: 2006-09-19 License: GPL (GNU General Public License) Price:
1131 downloads
Date::Roman 1.06
Date::Roman is a Perl OO extension for handling roman style dates. more>>
Date::Roman is a Perl OO extension for handling roman style dates.
SYNOPSIS
use Date::Roman;
$caesar_death = Date::Roman->new(roman => id 3 702);
print $caesar_death->ical(),"n"; #prints -520315
This module defines a class for handling Roman dates as defined by Julius Caesar in 45 BC.
<<lessSYNOPSIS
use Date::Roman;
$caesar_death = Date::Roman->new(roman => id 3 702);
print $caesar_death->ical(),"n"; #prints -520315
This module defines a class for handling Roman dates as defined by Julius Caesar in 45 BC.
Download (0.038MB)
Added: 2007-03-02 License: Perl Artistic License Price:
966 downloads
ps-watcher 1.06
ps-watcher monitors various processes based on ps-like information. more>>
ps-watcher monitors various processes based on ps-like information. ps-watcher runs the ps command periodically and triggers commands on matches.
The match patterns are Perl regular expressions which can refer to the process information via variables.
Installation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation.
It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up
reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system.
If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.
There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- Some minimal Cygwin support was added, and support for other operating systems (NetBSD, OpenBSD, and OS X) was corrected.
- For security, there is aa --path option to limit the path used in running commands.
- Some bugs were fixed and the code was modernized a little.
<<lessThe match patterns are Perl regular expressions which can refer to the process information via variables.
Installation:
The `configure shell script attempts to guess correct values for various system-dependent variables used during compilation.
It uses those values to create a `Makefile in each directory of the package. It may also create one or more `.h files containing system-dependent definitions.
Finally, it creates a shell script `config.status that you can run in the future to recreate the current configuration, a file `config.cache that saves the results of its tests to speed up
reconfiguring, and a file `config.log containing compiler output (useful mainly for debugging `configure).
If you need to do unusual things to compile the package, please try to figure out how `configure could check whether to do them, and mail diffs or instructions to the address given in the `README so they can be considered for the next release.
If at some point `config.cache contains results you dont want to keep, you may remove or edit it.
The file `configure.in is used to create `configure by a program called `autoconf. You only need `configure.in if you want to change it or regenerate `configure using a newer version of `autoconf.
The simplest way to compile this package is:
1. `cd to the directory containing the packages source code and type `./configure to configure the package for your system.
If youre using `csh on an old version of System V, you might need to type `sh ./configure instead to prevent `csh from trying to execute `configure itself.
Running `configure takes awhile. While running, it prints some messages telling which features it is checking for.
2. Type `make to compile the package.
3. Optionally, type `make check to run any self-tests that come with the package.
4. Type `make install to install the programs and any data files and documentation.
5. You can remove the program binaries and object files from the source code directory by typing `make clean. To also remove the files that `configure created (so you can compile the package for a different kind of computer), type `make distclean.
There is also a `make maintainer-clean target, but that is intended mainly for the packages developers. If you use it, you may have to get all sorts of other programs in order to regenerate files that came with the distribution.
Enhancements:
- Some minimal Cygwin support was added, and support for other operating systems (NetBSD, OpenBSD, and OS X) was corrected.
- For security, there is aa --path option to limit the path used in running commands.
- Some bugs were fixed and the code was modernized a little.
Download (0.12MB)
Added: 2006-03-10 License: GPL (GNU General Public License) Price:
1323 downloads
iCal::Parser::HTML 1.06
iCal::Parser::HTML is a Perl module to generate HTML calendars from iCalendars. more>>
iCal::Parser::HTML is a Perl module to generate HTML calendars from iCalendars.
SYNOPSIS
use iCal::Parser::HTML;
my $parser=iCal::Parser::HTML->new;
print $parser->parse(type=>$type,start=>$date,files=>[@icals]);
This module uses iCal::Parser::SAX and XML::LibXSLT with included stylesheets to generates html calendars from icalendars.
The html document generated includes (when appropriate) a sidebar containing a legend, a list of todos and a three month calendar for the previous, current and next months.
The stylesheets are stored in the HTML/stylesheet directory under the installed package directory.
Also included in this package are an optionally installed command line program "ical2html" in scripts and, in the example directory, a cgi handler ("ical.cgi" in examples) and a stylesheet ("calendar.css" in examples) for formatting the html output. Note that the html output will look quite broken without the stylesheet.
<<lessSYNOPSIS
use iCal::Parser::HTML;
my $parser=iCal::Parser::HTML->new;
print $parser->parse(type=>$type,start=>$date,files=>[@icals]);
This module uses iCal::Parser::SAX and XML::LibXSLT with included stylesheets to generates html calendars from icalendars.
The html document generated includes (when appropriate) a sidebar containing a legend, a list of todos and a three month calendar for the previous, current and next months.
The stylesheets are stored in the HTML/stylesheet directory under the installed package directory.
Also included in this package are an optionally installed command line program "ical2html" in scripts and, in the example directory, a cgi handler ("ical.cgi" in examples) and a stylesheet ("calendar.css" in examples) for formatting the html output. Note that the html output will look quite broken without the stylesheet.
Download (0.049MB)
Added: 2007-04-07 License: Perl Artistic License Price:
930 downloads
Aware 0.11.1
Aware is a high performance distributed event processing framework built for systems management. more>>
Aware is a high performance distributed event processing framework built for systems management. It comes with probes for common network services and system resources. Additionally, Aware allows the cross-correllation of many different streams of information, and includes a Web-based reporting interface.
Aware is intended to enable system administrators tune system variables, set monitoring/security alarms and build adaptive distributed systems. Aware modules may be linked into applications making them aware and able to participate in the larger managed system.
Ultimately, multiple systems will monitor themselves and others, cooperating to make decisions to optimally tune performance, proactively enhance security and compensate for faults.
The Aware software is a high performance distributed event processing framework built for systems management. It comes with probes for the common network services and system resources. Additionally, Aware allows the cross-correllation of different streams of information
Enhancements:
- This major beta release provides a new Web-based interface using a built-in websever and a Sqlite database.
- The old PHP/MySQL GUI is gone.
- Installation and configuration were simplified and the run-time footprint is now very small relative to similar systems.
- The user interface now has threshold alerts on metrics (e.g, traffic), and more reports.
- There are new handlers for mDNS, Sqlite, and BigBrother.
- Two new applications included are a small faster static Web server (xap) and multicast file copy programs (mcctx and mccrx).
<<lessAware is intended to enable system administrators tune system variables, set monitoring/security alarms and build adaptive distributed systems. Aware modules may be linked into applications making them aware and able to participate in the larger managed system.
Ultimately, multiple systems will monitor themselves and others, cooperating to make decisions to optimally tune performance, proactively enhance security and compensate for faults.
The Aware software is a high performance distributed event processing framework built for systems management. It comes with probes for the common network services and system resources. Additionally, Aware allows the cross-correllation of different streams of information
Enhancements:
- This major beta release provides a new Web-based interface using a built-in websever and a Sqlite database.
- The old PHP/MySQL GUI is gone.
- Installation and configuration were simplified and the run-time footprint is now very small relative to similar systems.
- The user interface now has threshold alerts on metrics (e.g, traffic), and more reports.
- There are new handlers for mDNS, Sqlite, and BigBrother.
- Two new applications included are a small faster static Web server (xap) and multicast file copy programs (mcctx and mccrx).
Download (1.3MB)
Added: 2006-08-06 License: GPL (GNU General Public License) Price:
1191 downloads
CrossFTP Server 1.06
CrossFTP Server is a professional FTP Server for multiple platforms more>>
CrossFTP Server is a professional FTP Server for multiple platforms. It is a high-performance, extremely configurable, and most of all a secure FTP server. CrossFTP Server has an easy-to-use GUI for user to configure the servers behavior.
Main features:
- 100% pure Java, free, open source FTP server.
- Multi platform support and multithreaded design.
- User virtual directory, write permission, idle time-out and upload/download bandwidth limitation support.
- You can monitor all the user activities.
- Anonymous login support.
- Both upload and download files are resumable.
- Handles both ASCII and binary data transfers.
- IP restriction support to allow/ban IPs.
- Database and LDAP can be used to store user data.
- All the FTP messages are customizable.
- Implicit/explicit SSL/TLS support.
- MDTM support - your users can change the date-time stamp of files.
- "MODE Z" support for faster data upload/download.
- Easy installation/update by Java Web Start technology.
<<lessMain features:
- 100% pure Java, free, open source FTP server.
- Multi platform support and multithreaded design.
- User virtual directory, write permission, idle time-out and upload/download bandwidth limitation support.
- You can monitor all the user activities.
- Anonymous login support.
- Both upload and download files are resumable.
- Handles both ASCII and binary data transfers.
- IP restriction support to allow/ban IPs.
- Database and LDAP can be used to store user data.
- All the FTP messages are customizable.
- Implicit/explicit SSL/TLS support.
- MDTM support - your users can change the date-time stamp of files.
- "MODE Z" support for faster data upload/download.
- Easy installation/update by Java Web Start technology.
Download (MB)
Added: 2007-02-16 License: The Apache License Price:
995 downloads
EasyBMP 1.06
EasyBMP is a cross-platform C++ library for reading and writing Windows bitmap (BMP) files. more>>
EasyBMP is a simple, cross-platform C++ library designed for easily reading, writing, and modifying Windows bitmap (BMP) image files. You can learn more about the history and goals of the project here.
The library is oriented towards the novice programmer with little formal experience, but it is sufficiently capable for anybody who desires to do I/O and pixel operations on 1-bit, 4-bit, 8-bit, 24-bit, or 32-bit BMP files.
EasyBMP is intended to be cross-platform on both little-endian (e.g., x86, x86-64) and big-endian (e.g., IBM PowerPC, Sun Sparc) architectures. So far, it has been tested on x86 with Linux (2.4.x, 2.6.x kernels and g++ and icc) and Windows (XP Pro, XP Home, and 2K Pro with MinGW/g++), as well as on a Sun Sparc 4 machine (Solaris 5.9 with g++). EasyBMP should be solid on little-endian architectures and experimental on big-endian architectures.
Enhancements:
- This bug focuses on minor bugfixes, particularly in the copy constructor.
- Numerous other small bugs have also been fixed.
<<lessThe library is oriented towards the novice programmer with little formal experience, but it is sufficiently capable for anybody who desires to do I/O and pixel operations on 1-bit, 4-bit, 8-bit, 24-bit, or 32-bit BMP files.
EasyBMP is intended to be cross-platform on both little-endian (e.g., x86, x86-64) and big-endian (e.g., IBM PowerPC, Sun Sparc) architectures. So far, it has been tested on x86 with Linux (2.4.x, 2.6.x kernels and g++ and icc) and Windows (XP Pro, XP Home, and 2K Pro with MinGW/g++), as well as on a Sun Sparc 4 machine (Solaris 5.9 with g++). EasyBMP should be solid on little-endian architectures and experimental on big-endian architectures.
Enhancements:
- This bug focuses on minor bugfixes, particularly in the copy constructor.
- Numerous other small bugs have also been fixed.
Download (0.016MB)
Added: 2006-12-02 License: GPL (GNU General Public License) Price:
1060 downloads
VDB Janus Chess 1.06
VDB Janus Chess is a chess game with a slight variation. more>>
VDB Janus Chess project is a chess game with a slight variation.
The table is 10x8 instead of 8x8 and every person has one additional piece, the Janus, which can move like a bishop and a knight.
This game is really an extension of ordinary chess. Both player have one additional piece, called Janus. The Janus can move like a knight and a bishop together, it also looks like a combination of knight and bishop.
At the beginning the Janus is located between knight and rock. There are two Janusses for every player so the field extends to 10x8. The Janus is the only piece that is able to checkmate the other king alone. All other rules are identically to chess.
Most of the interface is self-explanatory. But there are some points that should be explained.
If you play against the computer and want to take back your last move, it is easier to chose "Move - Last own". This returns to your last own move.
This program supports "Lazy drag and drop". If you press the middle button of your mouse, the icon is glued to the mouse pointer. You drop the icon with another click on the middle mouse button.
<<lessThe table is 10x8 instead of 8x8 and every person has one additional piece, the Janus, which can move like a bishop and a knight.
This game is really an extension of ordinary chess. Both player have one additional piece, called Janus. The Janus can move like a knight and a bishop together, it also looks like a combination of knight and bishop.
At the beginning the Janus is located between knight and rock. There are two Janusses for every player so the field extends to 10x8. The Janus is the only piece that is able to checkmate the other king alone. All other rules are identically to chess.
Most of the interface is self-explanatory. But there are some points that should be explained.
If you play against the computer and want to take back your last move, it is easier to chose "Move - Last own". This returns to your last own move.
This program supports "Lazy drag and drop". If you press the middle button of your mouse, the icon is glued to the mouse pointer. You drop the icon with another click on the middle mouse button.
Download (0.62MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1015 downloads
Archive::Builder 1.06
Archive::Builder is a file generation and archiving framework. more>>
Archive::Builder is a file generation and archiving framework.
SYNOPSIS
# Make a builder with one section, and some files
my $Builder = Archive::Builder->new;
my $Section = $Builder->new_section( html );
$Section->add_file( one.html, string, qq~
Hello World!
~ );
$Section->add_file( two.html, file, ./source/file.html );
$Section->add_file( three.html, Custom::function, @args );
# Generate and save to disk
$Builder->save( ./somewhere );
# Create an zip file from it and save it.
my $Archive = $Builder->archive( zip ).
$Archive->save( foo.zip );
# Create a tar.gz file of just one section
my $Tar = $Section->archive( tar.gz );
Perl is often used for applications that generate large numbers of files, and Archive::Builder is designed to assist in these sorts of tasks.
It provides a framework for defining a set of files, and how they will be generated, and a series of methods for turning them into an Archive of varying types, or saving directly to disk.
<<lessSYNOPSIS
# Make a builder with one section, and some files
my $Builder = Archive::Builder->new;
my $Section = $Builder->new_section( html );
$Section->add_file( one.html, string, qq~
Hello World!
~ );
$Section->add_file( two.html, file, ./source/file.html );
$Section->add_file( three.html, Custom::function, @args );
# Generate and save to disk
$Builder->save( ./somewhere );
# Create an zip file from it and save it.
my $Archive = $Builder->archive( zip ).
$Archive->save( foo.zip );
# Create a tar.gz file of just one section
my $Tar = $Section->archive( tar.gz );
Perl is often used for applications that generate large numbers of files, and Archive::Builder is designed to assist in these sorts of tasks.
It provides a framework for defining a set of files, and how they will be generated, and a series of methods for turning them into an Archive of varying types, or saving directly to disk.
Download (0.050MB)
Added: 2006-06-28 License: Perl Artistic License Price:
1213 downloads
Baudline 1.06
Baudline is a real-time signal analysis tool and an offline time-frequency browser. more>>
Baudline is a real-time signal analysis tool and an offline time-frequency browser. Baudline project has a built-in tone generation capability and it can play back audio files with a multitude of effects and filters.
Designed for environmental analysis missions that range from modulation parameter measurements to searching for transient signals that go bump in the night, baudline combines fast digital signal processing, versatile high-speed displays, and continuous capture tools for hunting down and studying elusive signal characteristics.
Main features:
- 192 kHz real-time bandwidth
- 96 dB dynamic range
- Real or Quadrature input
- Multiple sound card support
- Input Digital Down Converter (tuner)
- Configurable input channels that can perform various operations
- Channel Equalization
- Frequency, time, amplitude, and sample probability distribution analysis
- Drift Integration "de-chirping"
- High speed displays
- Test signal generation
Audio player
- looping
- speed control with multirate resampling
- pitch scaling
- heterodyning (frequency shifting)
- 2D matrix surround panning
- notch, high, and low pass filters
- digital gain boost
File loading
- file formats: .wav, .aiff, .au, .al, .snd, .voc, .rmd, .pvf, .mp3, ID3, .ogg, .gsm, .sah, .fna, raw, .avi, .mov
- channels: mono, stereo, ... up to 9 channels
- data formats: ASCII decimal, A-law, u-law, 1-bit (msb & lsb), 8-bit (signed & unsigned), 16/24/32-bit integer (little & big endian), float, double
- compression
- lossless suffixes: .gz, .bz2, .Z, .zip, .flac
- codecs: ADPCM, GSM, MPEG, Ogg Vorbis
Measurements
- peaks: primary, secondary, delta (Hz dB PSD)
- fundamental: (Hz dB PSD), auto drift rate, chromatic, periodicity, RPM
- distortion: SNR, THD, SINAD, ENOB, SFDR
- power: full, select, noise ratio (dB PSD)
- system: clips, delta selected, frequency range, cursor time, UTC time
<<lessDesigned for environmental analysis missions that range from modulation parameter measurements to searching for transient signals that go bump in the night, baudline combines fast digital signal processing, versatile high-speed displays, and continuous capture tools for hunting down and studying elusive signal characteristics.
Main features:
- 192 kHz real-time bandwidth
- 96 dB dynamic range
- Real or Quadrature input
- Multiple sound card support
- Input Digital Down Converter (tuner)
- Configurable input channels that can perform various operations
- Channel Equalization
- Frequency, time, amplitude, and sample probability distribution analysis
- Drift Integration "de-chirping"
- High speed displays
- Test signal generation
Audio player
- looping
- speed control with multirate resampling
- pitch scaling
- heterodyning (frequency shifting)
- 2D matrix surround panning
- notch, high, and low pass filters
- digital gain boost
File loading
- file formats: .wav, .aiff, .au, .al, .snd, .voc, .rmd, .pvf, .mp3, ID3, .ogg, .gsm, .sah, .fna, raw, .avi, .mov
- channels: mono, stereo, ... up to 9 channels
- data formats: ASCII decimal, A-law, u-law, 1-bit (msb & lsb), 8-bit (signed & unsigned), 16/24/32-bit integer (little & big endian), float, double
- compression
- lossless suffixes: .gz, .bz2, .Z, .zip, .flac
- codecs: ADPCM, GSM, MPEG, Ogg Vorbis
Measurements
- peaks: primary, secondary, delta (Hz dB PSD)
- fundamental: (Hz dB PSD), auto drift rate, chromatic, periodicity, RPM
- distortion: SNR, THD, SINAD, ENOB, SFDR
- power: full, select, noise ratio (dB PSD)
- system: clips, delta selected, frequency range, cursor time, UTC time
Download (1.7MB)
Added: 2007-07-16 License: Free To Use But Restricted Price:
838 downloads
Test::URI 1.06
Test::URI is a Perl module that can check Uniform Resource Identifiers (URIs). more>>
Test::URI is a Perl module that can check Uniform Resource Identifiers (URIs).
SYNOPSIS
use Test::More tests => 5;
use Test::URI;
# http://www.example.com:8080/index.html#name
uri_scheme_ok( $uri, http );
uri_host_ok( $uri, www.example.com );
uri_port_ok( $uri, 8080 );
uri_path_ok( $uri, /index.html );
uri_fragment_ok( $uri, name );
FUNCTIONS
uri_scheme_ok( STRING|URI, SCHEME )
Ok is the STRING is a valid URI, in any format that URI accepts, and the URI uses the same SCHEME (i.e. protocol: http, ftp, ...). SCHEME is not case sensitive.
STRING can be an URI object.
uri_host_ok( STRING|URI, HOST )
Ok is the STRING is a valid URI, in any format that URI accepts, and the URI uses the same HOST. HOST is not case sensitive.
Not Ok is the URI scheme does not have a host portion.
STRING can be an URI object.
uri_port_ok( STRING|URI, PORT )
Ok is the STRING is a valid URI, in any format that URI accepts, and the URI uses the same PORT.
Not Ok is the URI scheme does not have a port portion.
STRING can be an URI object.
uri_canonical_ok
UNIMPLEMENTED. Im not sure why I thought this should be a test. If anyone else knows, Ill implement it.
uri_path_ok( STRING|URI, PATH )
Ok is the STRING is a valid URI, in any format that URI accepts, and the URI has the path PATH. Remember that paths start with a /, even if it doesnt look like there is anything after the host parts.
STRING can be an URI object.
uri_fragment_ok( STRING|URI, FRAGMENT )
Ok is the STRING is a valid URI, in any format that URI accepts, and the URI has the fragment FRAGMENT.
STRING can be an URI object.
<<lessSYNOPSIS
use Test::More tests => 5;
use Test::URI;
# http://www.example.com:8080/index.html#name
uri_scheme_ok( $uri, http );
uri_host_ok( $uri, www.example.com );
uri_port_ok( $uri, 8080 );
uri_path_ok( $uri, /index.html );
uri_fragment_ok( $uri, name );
FUNCTIONS
uri_scheme_ok( STRING|URI, SCHEME )
Ok is the STRING is a valid URI, in any format that URI accepts, and the URI uses the same SCHEME (i.e. protocol: http, ftp, ...). SCHEME is not case sensitive.
STRING can be an URI object.
uri_host_ok( STRING|URI, HOST )
Ok is the STRING is a valid URI, in any format that URI accepts, and the URI uses the same HOST. HOST is not case sensitive.
Not Ok is the URI scheme does not have a host portion.
STRING can be an URI object.
uri_port_ok( STRING|URI, PORT )
Ok is the STRING is a valid URI, in any format that URI accepts, and the URI uses the same PORT.
Not Ok is the URI scheme does not have a port portion.
STRING can be an URI object.
uri_canonical_ok
UNIMPLEMENTED. Im not sure why I thought this should be a test. If anyone else knows, Ill implement it.
uri_path_ok( STRING|URI, PATH )
Ok is the STRING is a valid URI, in any format that URI accepts, and the URI has the path PATH. Remember that paths start with a /, even if it doesnt look like there is anything after the host parts.
STRING can be an URI object.
uri_fragment_ok( STRING|URI, FRAGMENT )
Ok is the STRING is a valid URI, in any format that URI accepts, and the URI has the fragment FRAGMENT.
STRING can be an URI object.
Download (0.005MB)
Added: 2007-05-07 License: Perl Artistic License Price:
900 downloads
Sigma Six 1.06
Six Sigma is a formalized methodology which some companies use to measure and delivery quality to their customers. more>>
Six Sigma project is a formalized methodology which some companies use to measure and delivery quality to their customers.
Companies who participate in Six Sigma programs strive for a statistical goal of six standard deviations between the mean and the closest specification limit for whatever process is being measured.
This translates to a permissible defect or error rate of just 3.4 errors or defects of out of every 1 million "opportunities" to create that error or defect, or a success rate of 99.9997%.
How did Six Sigma originate?
A Motorola Corporation Quality and Reliability engineer by the name of Bill Smith is widely credited with devising the Six Sigma process. He had concluded a study which determined that actual Motorola product failure rates were much higher than had been predicted when the products were designed. The high failure rates translated into additional warranty repair costs for Motorola and decreased customer satisfaction.
Mr. Smith went to Motorolas CEO and convinced him that the company would benefit financially from a formalized methodology which analyzed and controlled quality and reliability processes. This process became what is known as Six Sigma.
Does Six Sigma work?
There are many large and small businesses who have implemented Six Sigma programs successfully. It is reported that the General Electric Corporation saved over $10 billion dollars in the first five years after implementing their Six Sigma program.
Enhancements:
- The CSS had a few bugs in the syntax that caused some minor display problems.
<<lessCompanies who participate in Six Sigma programs strive for a statistical goal of six standard deviations between the mean and the closest specification limit for whatever process is being measured.
This translates to a permissible defect or error rate of just 3.4 errors or defects of out of every 1 million "opportunities" to create that error or defect, or a success rate of 99.9997%.
How did Six Sigma originate?
A Motorola Corporation Quality and Reliability engineer by the name of Bill Smith is widely credited with devising the Six Sigma process. He had concluded a study which determined that actual Motorola product failure rates were much higher than had been predicted when the products were designed. The high failure rates translated into additional warranty repair costs for Motorola and decreased customer satisfaction.
Mr. Smith went to Motorolas CEO and convinced him that the company would benefit financially from a formalized methodology which analyzed and controlled quality and reliability processes. This process became what is known as Six Sigma.
Does Six Sigma work?
There are many large and small businesses who have implemented Six Sigma programs successfully. It is reported that the General Electric Corporation saved over $10 billion dollars in the first five years after implementing their Six Sigma program.
Enhancements:
- The CSS had a few bugs in the syntax that caused some minor display problems.
Download (0.23MB)
Added: 2006-03-03 License: Other/Proprietary License with Source Price:
1330 downloads
WMnet 1.06
WMnet is a little X dock.app network monitor I wrote for Linux. more>>
WMnet is a little WindowMaker dockapp network monitor I wrote for Linux.
It was originally inspired by that funky program tleds that blinks your keyboard LEDs in response to net traffic, but its a lot more entertaining than that nowadays.
I wrote this thing with low cpusage, low memory, and efficient use of screen real-estate in mind.
This little program polls network statistics and does a few things with the data it gets. It has small blinking lights for the rx and tx of IP packets, a digital speedometer of your polled stats current speed and a bar graph like xload et. al which has a tx speed graph from bottom-up and rx speed graph from the top-down.
The speedometer keeps track of the current speed per second and shows it in a color corresponding to which of rx or tx that has the highest speed at the moment. Also, the graph is drawn in a way that the highest speed is drawn on top of the other while the other is in the background. Depending on whether you are running ppp or ethernet
connections, you should set the -x parameter to about 1.5 times the high speed of your connection... the default is 6000 which will be stupid if youre on a ethernet line with a max of about 800 kb/sec.
Ive found the best for an ethernet line is -x 10000000 -l Having the logarithmic scale lets you see any speed of traffic from a telnet session to downloadeding something from across the hall at 600 kb/sec.
I tried to keep this is as small and efficient as possible CPU time on my K5 PR100 with the default poll time of 25000 microseconds (1 microsecond == 1 millionth of a second.) is less than 20 seconds per 24 hours Which is less than even wmmixer uses for me.
wmnet now uses drivers to get stats. The existing stat driver from previous versions has been moved to the ipfwadm driver. To get some generic IP accounting rules using ipfwadm:
ipfwadm -A in -i -S 0.0.0.0/0
ipfwadm -A out -i -D 0.0.0.0/0
<<lessIt was originally inspired by that funky program tleds that blinks your keyboard LEDs in response to net traffic, but its a lot more entertaining than that nowadays.
I wrote this thing with low cpusage, low memory, and efficient use of screen real-estate in mind.
This little program polls network statistics and does a few things with the data it gets. It has small blinking lights for the rx and tx of IP packets, a digital speedometer of your polled stats current speed and a bar graph like xload et. al which has a tx speed graph from bottom-up and rx speed graph from the top-down.
The speedometer keeps track of the current speed per second and shows it in a color corresponding to which of rx or tx that has the highest speed at the moment. Also, the graph is drawn in a way that the highest speed is drawn on top of the other while the other is in the background. Depending on whether you are running ppp or ethernet
connections, you should set the -x parameter to about 1.5 times the high speed of your connection... the default is 6000 which will be stupid if youre on a ethernet line with a max of about 800 kb/sec.
Ive found the best for an ethernet line is -x 10000000 -l Having the logarithmic scale lets you see any speed of traffic from a telnet session to downloadeding something from across the hall at 600 kb/sec.
I tried to keep this is as small and efficient as possible CPU time on my K5 PR100 with the default poll time of 25000 microseconds (1 microsecond == 1 millionth of a second.) is less than 20 seconds per 24 hours Which is less than even wmmixer uses for me.
wmnet now uses drivers to get stats. The existing stat driver from previous versions has been moved to the ipfwadm driver. To get some generic IP accounting rules using ipfwadm:
ipfwadm -A in -i -S 0.0.0.0/0
ipfwadm -A out -i -D 0.0.0.0/0
Download (0.027MB)
Added: 2006-10-30 License: GPL (GNU General Public License) Price:
1091 downloads
netclasses 1.06
Netclasses is an asynchronous networking library that works with GNUstep and Mac OS X. more>>
Netclasses is an asynchronous networking library that works with GNUstep and Mac OS X. Out of the box, netclasses gives a nice, asynchronous, and object-oriented interface for IRC, line- based, and raw TCP/IP connections.
Users can easily subclass the raw TCP/IP or line-based interfaces to create asynchronous interfaces for other sorts of connections.
Enhancements:
- Fixes a bug in LineObject where a single byte of non-allocated memory could be read when receiving a blank line.
<<lessUsers can easily subclass the raw TCP/IP or line-based interfaces to create asynchronous interfaces for other sorts of connections.
Enhancements:
- Fixes a bug in LineObject where a single byte of non-allocated memory could be read when receiving a blank line.
Download (0.12MB)
Added: 2006-02-13 License: GPL (GNU General Public License) Price:
1348 downloads
Dolphin AdManage 1.0
Dolphin AdManage is a program used to keep track of ad sales. more>>
Dolphin AdManage is a program used to keep track of ad sales. It is currently set up for magazines, but could easily work with Web sites or other forms of media. Dolphin AdManage project is written in PHP, and all source code is included.
Installation:
- Import the dolphin_admanage.sql file into a MySQL database
- Modify dolphin_config.php and enter your system information into the appropriate variables
- Make sure EXPORT_DATA.csv and EXPORT_DATA.txt have full write permissions
Default Login Info:
User Name: admin
Password: admin
<<lessInstallation:
- Import the dolphin_admanage.sql file into a MySQL database
- Modify dolphin_config.php and enter your system information into the appropriate variables
- Make sure EXPORT_DATA.csv and EXPORT_DATA.txt have full write permissions
Default Login Info:
User Name: admin
Password: admin
Download (0.47MB)
Added: 2007-07-03 License: Free To Use But Restricted Price:
843 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 ad aware se pro 1.06 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