xanax 0.25
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 45
octavia 0.25
octavia is a compiler for a music description language that compiles to MIDI data. more>>
octavia is a compiler for a music description language that compiles to MIDI data. octavia music source files can also use Python code to perform generic programming tasks that a composer might wish to accomplish.
Enhancements:
- This release deals correctly with accented notes in chords.
- The program should now work in Windows.
- #CUT and #SAVE points were added in the script to automate cutting octfunc.py.
- A file is not created unless a player function is seen in the source.
- Unprocessing a processed sequence recreates the chords and arpeggiation appropriately.
- Plugins are now also sought in the LaunchPath of octavia program+/plugins/.
- Text and Tracknames are created automatically.
<<lessEnhancements:
- This release deals correctly with accented notes in chords.
- The program should now work in Windows.
- #CUT and #SAVE points were added in the script to automate cutting octfunc.py.
- A file is not created unless a player function is seen in the source.
- Unprocessing a processed sequence recreates the chords and arpeggiation appropriately.
- Plugins are now also sought in the LaunchPath of octavia program+/plugins/.
- Text and Tracknames are created automatically.
Download (0.27MB)
Added: 2006-07-31 License: GPL (GNU General Public License) Price:
1182 downloads
gmorgan 0.25
gmorgan is a rhythm station, a modern organ with full editable accompaniment for play in real time. more>> <<less
Download (0.68MB)
Added: 2005-11-09 License: GPL (GNU General Public License) Price:
1455 downloads
Jaaa 0.1.2
Jaaa is an audio signal generator and spectrum analyser designed to make accurate measurements. more>>
Jaaa is short from JACK and ALSA Audio Analyser, is an audio signal generator and spectrum analyser designed to make accurate measurements.
Frequency and Amplitude
These two sets of buttons set the display view. One of these six buttons, or Bandw, Peak, or Noise discussed below, has an orange LED at its left side. The LED indicates the currenty selected parameter that usually can be modified in three ways:
- by typing a new value into the text widget, followed by ENTER,
- by using the < or > buttons to decrement or increment,
- by mouse gestures.
Frequency:
Min and Max set the min and max displayed frequencies. If either of these is selected then
a horizontal Drag Left changes Min,
a horizontal Drag Right changes Max.
Cent is the frequency at the middle of the x-axis.
Span is Max - Min, changing this value preserves Cent.
If either of these is selected then
a horizontal Drag Left changes Cent,
a horizontal Drag Right changes Span.
Cent can also be set by Clicking in the frequency axis scale.
Amplitude:
Max is the maximum value on the y-axis.
Range is the range of the y-axis.
If either of these is selected then
a vertical Drag Left changes Max,
a vertical Drag Right changes Range,
So for the last four mouse gestures, a Drag Left will scroll the display, while a Drag Right will zoom in or out. Maybe I will add and automatic selection of the axis based on the direction of the mouse gesture.
Analyser
The analyser is based on a windowed FFT. Actually the windowing is performed by convolution after the FFT, and combined with interpolation. The windowing and interpolation ensure that displayed peaks will be accurate to 0.25 dB even if the peak falls between the FFT bins. More accurate measurements can be made using the markers (see below).
Bandw sets the FFT length, and hence the bandwidth of the analyser. Depending
on this value, the size of the display and the frequency range, you may sometimes
see two traces. This happens when the resolution of the analyser is better than the
display, so that one pixel contains more than one analyser value. In that case, the
blue trace is the peak value over the frequency range represented by each pixel, and
the gray one is the average value. The first one is correct for discrete frequencies,
and the latter should be used to read noise densities. There is no mouse gesture to change the bandwidth.
VidAv or video average, when switched on, averages the measured energy over time.
This is mainly used to measure noise. The averaging lenght increases over time, to
a maxumum of 1000 iterations. Changing the input or bandwidth resets and restarts
the averaging.
Freeze freezes the analyser, but not the display, so you can still scroll and zoom or use the markers discussed below.
Markers
Markers are used in order to accurately read off values in the display. There can be
up to two markers, set by clicking at the desired frequency inside the display.
When there are two markers, the second one will move with each click, while the first
remains fixed. Measured values for the two markers, and their difference in frequency
and level are displayed in the upper left corner of the display.
Clear clears the markers.
When Peak is selected, clicking inside the display will set a marker at the nearest
peak. The exact frequency and level of the peak are found by interpolation, so the
frequency can be much more accurate than the FFT step, and the level corresponds to the true peak value regardless of display or analyser resolution.
When Noise is selected, clicking inside the display will set a noise marker. The noise density (energy per Hz) is calculated and displayed.
<<lessFrequency and Amplitude
These two sets of buttons set the display view. One of these six buttons, or Bandw, Peak, or Noise discussed below, has an orange LED at its left side. The LED indicates the currenty selected parameter that usually can be modified in three ways:
- by typing a new value into the text widget, followed by ENTER,
- by using the < or > buttons to decrement or increment,
- by mouse gestures.
Frequency:
Min and Max set the min and max displayed frequencies. If either of these is selected then
a horizontal Drag Left changes Min,
a horizontal Drag Right changes Max.
Cent is the frequency at the middle of the x-axis.
Span is Max - Min, changing this value preserves Cent.
If either of these is selected then
a horizontal Drag Left changes Cent,
a horizontal Drag Right changes Span.
Cent can also be set by Clicking in the frequency axis scale.
Amplitude:
Max is the maximum value on the y-axis.
Range is the range of the y-axis.
If either of these is selected then
a vertical Drag Left changes Max,
a vertical Drag Right changes Range,
So for the last four mouse gestures, a Drag Left will scroll the display, while a Drag Right will zoom in or out. Maybe I will add and automatic selection of the axis based on the direction of the mouse gesture.
Analyser
The analyser is based on a windowed FFT. Actually the windowing is performed by convolution after the FFT, and combined with interpolation. The windowing and interpolation ensure that displayed peaks will be accurate to 0.25 dB even if the peak falls between the FFT bins. More accurate measurements can be made using the markers (see below).
Bandw sets the FFT length, and hence the bandwidth of the analyser. Depending
on this value, the size of the display and the frequency range, you may sometimes
see two traces. This happens when the resolution of the analyser is better than the
display, so that one pixel contains more than one analyser value. In that case, the
blue trace is the peak value over the frequency range represented by each pixel, and
the gray one is the average value. The first one is correct for discrete frequencies,
and the latter should be used to read noise densities. There is no mouse gesture to change the bandwidth.
VidAv or video average, when switched on, averages the measured energy over time.
This is mainly used to measure noise. The averaging lenght increases over time, to
a maxumum of 1000 iterations. Changing the input or bandwidth resets and restarts
the averaging.
Freeze freezes the analyser, but not the display, so you can still scroll and zoom or use the markers discussed below.
Markers
Markers are used in order to accurately read off values in the display. There can be
up to two markers, set by clicking at the desired frequency inside the display.
When there are two markers, the second one will move with each click, while the first
remains fixed. Measured values for the two markers, and their difference in frequency
and level are displayed in the upper left corner of the display.
Clear clears the markers.
When Peak is selected, clicking inside the display will set a marker at the nearest
peak. The exact frequency and level of the peak are found by interpolation, so the
frequency can be much more accurate than the FFT step, and the level corresponds to the true peak value regardless of display or analyser resolution.
When Noise is selected, clicking inside the display will set a noise marker. The noise density (energy per Hz) is calculated and displayed.
Download (0.023MB)
Added: 2006-02-03 License: GPL (GNU General Public License) Price:
1358 downloads
Kagiru 0.25
Kagiru is a Sudoku puzzle game supporting automatic puzzle generation, manual puzzle definition. more>>
Kagiru is a Sudoku puzzle game supporting automatic puzzle generation, manual puzzle definition.
Kagiru also features automatic puzzle solving, multiple levels, puzzle loading and saving, puzzle progress, localization, and errors shown in play.
<<lessKagiru also features automatic puzzle solving, multiple levels, puzzle loading and saving, puzzle progress, localization, and errors shown in play.
Download (1.0MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
1199 downloads
RenRot 0.25
Renrot renames files according the DateTimeOriginal and FileModifyDate EXIF tags. more>>
Renrot renames files according the DateTimeOriginal and FileModifyDate EXIF tags, if they exist. Otherwise, the name will be set according to the current timestamp. Additionally, RenRot software rotates files and their thumbnails, accordingly Orientation EXIF tag.
The script can also put commentary into the Commentary and UserComment tags. Personal details can be specified via XMP tags defined in a configuration file.
<<lessThe script can also put commentary into the Commentary and UserComment tags. Personal details can be specified via XMP tags defined in a configuration file.
Download (0.010MB)
Added: 2006-10-06 License: Perl Artistic License Price:
1116 downloads
AweMUD 0.25
AweMUD is an in-development MUD server; a program that hosts a text-oriented game for multiple-players. more>>
AweMUD project is an MUD server, still in development ; a program that hosts a text-oriented game for multiple-players. What MUDs lack in graphics and audio, they more than make up for in gameplay and fun.
Imagination coupled with a love of adventure, has let multitudes of people enjoy the vast worlds crafted by the creativity of their minds eye, all through the use of a MUD server. If you enjoy reading, youll love playing a MUD!
Enhancements:
- Portability updates: Linux, BSD, Solaris, Cygwin, OS X.
- Better entity name handling.
- New String class.
- Re-written character creation process.
<<lessImagination coupled with a love of adventure, has let multitudes of people enjoy the vast worlds crafted by the creativity of their minds eye, all through the use of a MUD server. If you enjoy reading, youll love playing a MUD!
Enhancements:
- Portability updates: Linux, BSD, Solaris, Cygwin, OS X.
- Better entity name handling.
- New String class.
- Re-written character creation process.
Download (0.62MB)
Added: 2006-07-13 License: BSD License Price:
1198 downloads
Download (0.25MB)
Added: 2006-10-21 License: GPL (GNU General Public License) Price:
1100 downloads
spam.pl 0.25
spam.pl is a perl script that extracts all relaying hosts from the headers of a spam mail. more>>
spam.pl is a perl script that extracts all relaying hosts from the headers of a spam mail and sends a complaint mail to all the responsible mail server administrators.
spam.pl is free software released under the GPL license.
There is no warranty, neither expressed nor implied, that spam.pl would do what it is said to do. It is up to you to use it.
Main features:
- Use your own complaint message
- Enter your own list of friendly hosts (probably the friendly hosts that relayed the mail to you)
- You should also instruct spam.pl what email-address it should put in the From: line when it mails its complaints.
- Run the script without sending any mail to see what receivers it could extract.
- Run the script with only one specified receiver, so that you can mail yourself and see what it looks good.
- Invoke the script from inside your favorite mail program. Just pipe the whole mail including headers into this script. You can of course just save the whole mail first and then pipe it manually into this script.
- Complain through the abuse.net service.
- Resolves IP-only addresses
- Optionally extract host names to complain to from the mail bodys http:// links.
- Can be made to use the whois.abuse.net lookup service.
<<lessspam.pl is free software released under the GPL license.
There is no warranty, neither expressed nor implied, that spam.pl would do what it is said to do. It is up to you to use it.
Main features:
- Use your own complaint message
- Enter your own list of friendly hosts (probably the friendly hosts that relayed the mail to you)
- You should also instruct spam.pl what email-address it should put in the From: line when it mails its complaints.
- Run the script without sending any mail to see what receivers it could extract.
- Run the script with only one specified receiver, so that you can mail yourself and see what it looks good.
- Invoke the script from inside your favorite mail program. Just pipe the whole mail including headers into this script. You can of course just save the whole mail first and then pipe it manually into this script.
- Complain through the abuse.net service.
- Resolves IP-only addresses
- Optionally extract host names to complain to from the mail bodys http:// links.
- Can be made to use the whois.abuse.net lookup service.
Download (0.016MB)
Added: 2005-12-29 License: GPL (GNU General Public License) Price:
1394 downloads
sccs2svn 0.25
sccs2svn converts a SCCS repository into a Subversion repository. more>>
sccs2svn converts a SCCS repository into a Subversion repository. The script visits a directory tree with SCCS repositories.
sccs2svn project then sorts the SCCS deltas by time and applies them to a Subversion repository. The script attempts to transform some SCCS keywords to Subversion keywords.
The script assumes that your SCCS repositories are arranged in a hierarchy, where each directory has its own SCCS directory:
trunk
trunk/SCCS
docs
SCCS
README.txt
src
project1
SCCS
main.c
project2
SCCS
main.c
The structure will be replicated in the newly created Subversion repository, minus the SCCS directories. Each files history will be replicated as well. The script will attempt to merge together deltas that are near each other in time, and have the same comment.
<<lesssccs2svn project then sorts the SCCS deltas by time and applies them to a Subversion repository. The script attempts to transform some SCCS keywords to Subversion keywords.
The script assumes that your SCCS repositories are arranged in a hierarchy, where each directory has its own SCCS directory:
trunk
trunk/SCCS
docs
SCCS
README.txt
src
project1
SCCS
main.c
project2
SCCS
main.c
The structure will be replicated in the newly created Subversion repository, minus the SCCS directories. Each files history will be replicated as well. The script will attempt to merge together deltas that are near each other in time, and have the same comment.
Download (0.008MB)
Added: 2006-02-21 License: LGPL (GNU Lesser General Public License) Price:
1340 downloads
AudioCD::Mac 0.25
AudioCD::Mac is a MacPerl extension for controlling Audio CDs. more>>
AudioCD::Mac is a MacPerl extension for controlling Audio CDs.
SYNOPSIS
#!perl -w
use AudioCD;
use strict;
my $cd = new AudioCD;
$cd->volume(255);
$cd->play(2);
print "Now playingn" if $cd->status == CD_PLAY;
printf "Volume is %dn", $cd->volume;
sleep(5);
$cd->pause;
print "Now pausedn" if $cd->status == CD_PAUSE;
sleep(5);
$cd->volume(100);
$cd->continue;
print "Now playingn" if $cd->status == CD_PLAY;
printf "Volume is %dn", $cd->volume;
sleep(5);
my @info = $cd->info;
printf "Currently at track %d, %.2d:%.2dn", @info[0..2];
$cd->stop;
my $status = $cd->status;
print "Now stoppedn" if
($status == CD_FINISH || $status == CD_STOP);
if (do CDDB.pm) { # sold separately
my $cddb = new CDDB;
my @cddb_info = $cddb->calculate_id( $cd->cddb_toc );
my @discs = $cddb->get_discs(@cddb_info[0, 3, 4]);
print "You were probably listening to $discs[0]->[2]n";
}
$cd->eject;
This is the MacPerl module to be used by the AudioCD module. Other modules can be written for other platforms, but this one is Mac specific, calling Mac OS APIs to control the CD player.
<<lessSYNOPSIS
#!perl -w
use AudioCD;
use strict;
my $cd = new AudioCD;
$cd->volume(255);
$cd->play(2);
print "Now playingn" if $cd->status == CD_PLAY;
printf "Volume is %dn", $cd->volume;
sleep(5);
$cd->pause;
print "Now pausedn" if $cd->status == CD_PAUSE;
sleep(5);
$cd->volume(100);
$cd->continue;
print "Now playingn" if $cd->status == CD_PLAY;
printf "Volume is %dn", $cd->volume;
sleep(5);
my @info = $cd->info;
printf "Currently at track %d, %.2d:%.2dn", @info[0..2];
$cd->stop;
my $status = $cd->status;
print "Now stoppedn" if
($status == CD_FINISH || $status == CD_STOP);
if (do CDDB.pm) { # sold separately
my $cddb = new CDDB;
my @cddb_info = $cddb->calculate_id( $cd->cddb_toc );
my @discs = $cddb->get_discs(@cddb_info[0, 3, 4]);
print "You were probably listening to $discs[0]->[2]n";
}
$cd->eject;
This is the MacPerl module to be used by the AudioCD module. Other modules can be written for other platforms, but this one is Mac specific, calling Mac OS APIs to control the CD player.
Download (0.014MB)
Added: 2006-06-22 License: Perl Artistic License Price:
1220 downloads

Shadow For Linux 2.0.25
This application is a powerful data encoder/decoder more>> This application is a powerful data encoder/decoder that has the possibility to encode/decode everything and anything that fits on/in your Hard Disk Drive. You can encode texts, pictures, movies, music, applications ... so on.<<less
Download (115KB)
Added: 2009-04-24 License: Freeware Price: Free
184 downloads

EKG For Linux 1.0.25
EKG is a simple yet powerful key more>> EKG is a simple yet powerful key (password) generator whose only purpose is to help you create really complex passwords.<<less
Download (146KB)
Added: 2009-04-25 License: Freeware Price: Free
193 downloads
Test::Unit 0.25
Test::Unit is the main PerlUnit testing framework. more>>
Test::Unit is the main PerlUnit testing framework.
SYNOPSIS
This package provides only the project version number, copyright texts, and a framework overview in POD format.
This framework is intended to support unit testing in an object-oriented development paradigm (with support for inheritance of tests etc.) and is derived from the JUnit testing framework for Java by Kent Beck and Erich Gamma. To start learning how to use this framework, see Test::Unit::TestCase and Test::Unit::TestSuite. (There will also eventually be a tutorial in Test::Unit::Tutorial.
However Test::Unit::Procedural is the procedural style interface to a sophisticated unit testing framework for Perl that . Test::Unit is intended to provide a simpler interface to the framework that is more suitable for use in a scripting style environment. Therefore, Test::Unit does not provide much support for an object-oriented approach to unit testing.
<<lessSYNOPSIS
This package provides only the project version number, copyright texts, and a framework overview in POD format.
This framework is intended to support unit testing in an object-oriented development paradigm (with support for inheritance of tests etc.) and is derived from the JUnit testing framework for Java by Kent Beck and Erich Gamma. To start learning how to use this framework, see Test::Unit::TestCase and Test::Unit::TestSuite. (There will also eventually be a tutorial in Test::Unit::Tutorial.
However Test::Unit::Procedural is the procedural style interface to a sophisticated unit testing framework for Perl that . Test::Unit is intended to provide a simpler interface to the framework that is more suitable for use in a scripting style environment. Therefore, Test::Unit does not provide much support for an object-oriented approach to unit testing.
Download (0.31MB)
Added: 2007-05-07 License: Perl Artistic License Price:
900 downloads
Test::Exception 0.25
Test::Exception is a Perl module to test exception based code. more>>
Test::Exception is a Perl module to test exception based code.
SYNOPSIS
use Test::More tests => 5;
use Test::Exception;
# or if you dont need Test::More
use Test::Exception tests => 5;
# then...
# Check that something died
dies_ok { $foo->method1 } expecting to die;
# Check that something did not die
lives_ok { $foo->method2 } expecting to live;
# Check that the stringified exception matches given regex
throws_ok { $foo->method3 } qr/division by zero/, zero caught okay;
# Check an exception of the given class (or subclass) is thrown
throws_ok { $foo->method4 } Error::Simple, simple error thrown;
# all Test::Exceptions subroutines are guaranteed to preserve the state
# of $@ so you can do things like this after throws_ok and dies_ok
like $@, what the stringified exception should look like;
# Check that a test runs without an exception
lives_and { is $foo->method, 42 } method is 42;
# or if you dont like prototyped functions
dies_ok( sub { $foo->method1 }, expecting to die );
lives_ok( sub { $foo->method2 }, expecting to live );
throws_ok( sub { $foo->method3 }, qr/division by zero/,
zero caught okay );
throws_ok( sub { $foo->method4 }, Error::Simple,
simple error thrown );
lives_and( sub { is $foo->method, 42 }, method is 42 );
<<lessSYNOPSIS
use Test::More tests => 5;
use Test::Exception;
# or if you dont need Test::More
use Test::Exception tests => 5;
# then...
# Check that something died
dies_ok { $foo->method1 } expecting to die;
# Check that something did not die
lives_ok { $foo->method2 } expecting to live;
# Check that the stringified exception matches given regex
throws_ok { $foo->method3 } qr/division by zero/, zero caught okay;
# Check an exception of the given class (or subclass) is thrown
throws_ok { $foo->method4 } Error::Simple, simple error thrown;
# all Test::Exceptions subroutines are guaranteed to preserve the state
# of $@ so you can do things like this after throws_ok and dies_ok
like $@, what the stringified exception should look like;
# Check that a test runs without an exception
lives_and { is $foo->method, 42 } method is 42;
# or if you dont like prototyped functions
dies_ok( sub { $foo->method1 }, expecting to die );
lives_ok( sub { $foo->method2 }, expecting to live );
throws_ok( sub { $foo->method3 }, qr/division by zero/,
zero caught okay );
throws_ok( sub { $foo->method4 }, Error::Simple,
simple error thrown );
lives_and( sub { is $foo->method, 42 }, method is 42 );
Download (0.011MB)
Added: 2007-05-03 License: Perl Artistic License Price:
904 downloads
g2 0.72
g2 is an easy to use, portable and powerful 2D graphics library. more>>
g2 is an easy to use, portable and powerful 2D graphics library. The project provides a comprehensive set of functions for simultaneous generation of graphical output on different types of devices.
Following devices are currently supported: PostScript, X11, PNG and JPEG (using gd) and Win32 (xfig is in development). g2 is written in C (ANSI) and additionally has a Fortran, perl and python interface.
g2 is easy to use
in C
d=g2_open_X11(50,50);
g2_line(d,5,5,45,45);
g2_circle(d,25,25,20);
in Fortran
d=g2_open_X11(50.0,50.0)
call g2_line(d,5.0,5.0,45.0,45.0)
call g2_circle(d,25.0,25.0,20.0)
in perl
$d=new X11G2::Device(50,50);
$d->line(5,5,45,45);
$d->circle(25,25,20);
in python
graph = g2.g2_open_X11(50, 50)
graph.g2_line(5, 5, 45, 45)
graph.g2_circle(25, 25, 20)
Enhancements:
- The Python module build process has been fixed.
<<lessFollowing devices are currently supported: PostScript, X11, PNG and JPEG (using gd) and Win32 (xfig is in development). g2 is written in C (ANSI) and additionally has a Fortran, perl and python interface.
g2 is easy to use
in C
d=g2_open_X11(50,50);
g2_line(d,5,5,45,45);
g2_circle(d,25,25,20);
in Fortran
d=g2_open_X11(50.0,50.0)
call g2_line(d,5.0,5.0,45.0,45.0)
call g2_circle(d,25.0,25.0,20.0)
in perl
$d=new X11G2::Device(50,50);
$d->line(5,5,45,45);
$d->circle(25,25,20);
in python
graph = g2.g2_open_X11(50, 50)
graph.g2_line(5, 5, 45, 45)
graph.g2_circle(25, 25, 20)
Enhancements:
- The Python module build process has been fixed.
Download (0.47MB)
Added: 2006-10-20 License: LGPL (GNU Lesser General Public License) Price:
1113 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 xanax 0.25 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