relative
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 233
Relative-Scoring 1.0.1
Relative-Scoring is a scoring script which sets the score for tracks based on the number of times a song has been listened. more>> <<less
Download (0.007MB)
Added: 2007-04-06 License: GPL (GNU General Public License) Price:
932 downloads
Audio::TagLib::ID3v2::RelativeVolumeFrame 1.42
Audio::TagLib::ID3v2::RelativeVolumeFrame is an ID3v2 relative volume adjustment frame implementation. more>>
Audio::TagLib::ID3v2::RelativeVolumeFrame is an ID3v2 relative volume adjustment frame implementation.
SYNOPSIS
use Audio::TagLib::ID3v2::RelativeVolumeFrame;
my $i = Audio::TagLib::ID3v2::RelativeVolumeFrame->new(
Audio::TagLib::ByteVector->new(""));
$i->setChannelType("MasterVolume");
print $i->channelType(), "n"; # got "MasterVolume"
This is an implementation of ID3v2 relative volume adjustment. The presense of this frame makes it possible to specify an increase in volume for an audio file or specific audio tracks in that file.
Multiple relative volume adjustment frames may be present in the tag each with a unique identification and describing volume adjustment for different channel types.
new()
Constructs a RelativeVolumeFrame. The relevant data should be set manually.
new(ByteVector $data)
Constructs a RelativeVolumeFrame based on the contents of $data.
DESTROY()
Destroys the RelativeVolumeFrame instance.
String toString()
Returns the frames identification.
see identification()
LIST channles()
Returns a list of channels with information currently in the frame.
NOTE This should be a list of PV which indicates the ChannelType.
see %_ChannelType
PV channelType()
Always returns master volume.
deprecated
void setChannelType(PV $t)
This method no longer has any effect.
deprecated
IV volumeAdjustmentIndex(PV $type = "MasterVolume")
Returns the relative volume adjustment "index". As indicated by the ID3v2 standard this is a 16-bit signed integer that reflects the decibils of adjustment when divided by 512.
This defaults to returning the value for the master volume channel if available and returns 0 if the specified channel does not exist.
see setVolumeAdjustmentIndex()
see volumeAjustment()
void setVolumeAdjustmentIndex(IV $index, PV $type = "MasterVolume")
Set the volume adjustment to $index. As indicated by the ID3v2 standard this is a 16-bit signed integer that reflects the decibils of adjustment when divided by 512.
By default this sets the value for the master volume.
see volumeAdjustmentIndex()
see setVolumeAdjustment()
< NV volumeAdjustment(PV $type = "MasterVolume") >
Returns the relative volume adjustment in decibels.
NOTE Because this is actually stored internally as an "index" to this value the value returned by this method may not be identical to the value set using setVolumeAdjustment().
This defaults to returning the value for the master volume channel if available and returns 0 if the specified channel does not exist.
see setVolumeAdjustment()
see volumeAdjustmentIndex()
void setVolumeAdjustment(NV $adjustment, PV $type = "MasterVolume")
Set the relative volume adjustment in decibels to $adjustment.
By default this sets the value for the master volume.
NOTE Because this is actually stored internally as an "index" to this value the value set by this method may not be identical to the one returned by volumeAdjustment().
see setVolumeAdjustment()
see volumeAdjustmentIndex()
PeakVolume peakVolume(PV $type = "MasterVolume")
Returns the peak volume (represented as a length and a string of bits).
This defaults to returning the value for the master volume channel if available and returns 0 if the specified channel does not exist.
see setPeakVolume()
setPeakVolume(PeakVolume $peak, PV $type = "MasterVolume")
Sets the peak volume to $peak.
By default this sets the value for the master volume.
see peakVolume()
%_ChannelType
This indicates the type of volume adjustment that should be applied. keys %Audio::TagLib::ID3v2::RelativeVolumeFrame::_ChannelType lists all available values used in Perl code.
<<lessSYNOPSIS
use Audio::TagLib::ID3v2::RelativeVolumeFrame;
my $i = Audio::TagLib::ID3v2::RelativeVolumeFrame->new(
Audio::TagLib::ByteVector->new(""));
$i->setChannelType("MasterVolume");
print $i->channelType(), "n"; # got "MasterVolume"
This is an implementation of ID3v2 relative volume adjustment. The presense of this frame makes it possible to specify an increase in volume for an audio file or specific audio tracks in that file.
Multiple relative volume adjustment frames may be present in the tag each with a unique identification and describing volume adjustment for different channel types.
new()
Constructs a RelativeVolumeFrame. The relevant data should be set manually.
new(ByteVector $data)
Constructs a RelativeVolumeFrame based on the contents of $data.
DESTROY()
Destroys the RelativeVolumeFrame instance.
String toString()
Returns the frames identification.
see identification()
LIST channles()
Returns a list of channels with information currently in the frame.
NOTE This should be a list of PV which indicates the ChannelType.
see %_ChannelType
PV channelType()
Always returns master volume.
deprecated
void setChannelType(PV $t)
This method no longer has any effect.
deprecated
IV volumeAdjustmentIndex(PV $type = "MasterVolume")
Returns the relative volume adjustment "index". As indicated by the ID3v2 standard this is a 16-bit signed integer that reflects the decibils of adjustment when divided by 512.
This defaults to returning the value for the master volume channel if available and returns 0 if the specified channel does not exist.
see setVolumeAdjustmentIndex()
see volumeAjustment()
void setVolumeAdjustmentIndex(IV $index, PV $type = "MasterVolume")
Set the volume adjustment to $index. As indicated by the ID3v2 standard this is a 16-bit signed integer that reflects the decibils of adjustment when divided by 512.
By default this sets the value for the master volume.
see volumeAdjustmentIndex()
see setVolumeAdjustment()
< NV volumeAdjustment(PV $type = "MasterVolume") >
Returns the relative volume adjustment in decibels.
NOTE Because this is actually stored internally as an "index" to this value the value returned by this method may not be identical to the value set using setVolumeAdjustment().
This defaults to returning the value for the master volume channel if available and returns 0 if the specified channel does not exist.
see setVolumeAdjustment()
see volumeAdjustmentIndex()
void setVolumeAdjustment(NV $adjustment, PV $type = "MasterVolume")
Set the relative volume adjustment in decibels to $adjustment.
By default this sets the value for the master volume.
NOTE Because this is actually stored internally as an "index" to this value the value set by this method may not be identical to the one returned by volumeAdjustment().
see setVolumeAdjustment()
see volumeAdjustmentIndex()
PeakVolume peakVolume(PV $type = "MasterVolume")
Returns the peak volume (represented as a length and a string of bits).
This defaults to returning the value for the master volume channel if available and returns 0 if the specified channel does not exist.
see setPeakVolume()
setPeakVolume(PeakVolume $peak, PV $type = "MasterVolume")
Sets the peak volume to $peak.
By default this sets the value for the master volume.
see peakVolume()
%_ChannelType
This indicates the type of volume adjustment that should be applied. keys %Audio::TagLib::ID3v2::RelativeVolumeFrame::_ChannelType lists all available values used in Perl code.
Download (1.4MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1215 downloads
SvnReporter 0.4
SvnReporter generates various reports in response to commits happening in a Subversion repository. more>>
SvnReporter generates various reports in response to commits happening in a Subversion repository.
SvnReporter is intended to be called from the post-commit hook. Two types of reports are supported: single-event and event list reports.
The former generate reports relative to the current commit only, and are typically used to generate post-commit mails.
The latter generate reports relative to a list of commits, e.g. an RSS feed or a Web page showing the latest commits.
Reports can be restricted to certain criteria, specified by a list of regular expressions. The format of the reports can be defined with a template.
<<lessSvnReporter is intended to be called from the post-commit hook. Two types of reports are supported: single-event and event list reports.
The former generate reports relative to the current commit only, and are typically used to generate post-commit mails.
The latter generate reports relative to a list of commits, e.g. an RSS feed or a Web page showing the latest commits.
Reports can be restricted to certain criteria, specified by a list of regular expressions. The format of the reports can be defined with a template.
Download (0.028MB)
Added: 2005-12-05 License: GPL (GNU General Public License) Price:
1418 downloads
Class::Date 1.1.9
Class::Date provides a date datatype for Perl. more>>
Class::Date is a perl module, which provides a simple date type for perl.
You can create new Class::Date objects with a constructor from different scalar formats, array refs, and hash refs, and then you can easily manipulate it by the builtin "+" and "-" operators (e.g., $date=date([2001,03,15])+3Y 1s). Relative date types also available.
Enhancements:
- This release adds "ampm" and "meridiam" methods.
<<lessYou can create new Class::Date objects with a constructor from different scalar formats, array refs, and hash refs, and then you can easily manipulate it by the builtin "+" and "-" operators (e.g., $date=date([2001,03,15])+3Y 1s). Relative date types also available.
Enhancements:
- This release adds "ampm" and "meridiam" methods.
Download (0.034MB)
Added: 2006-05-15 License: GPL (GNU General Public License) Price:
1257 downloads
lftp-vi 1.1
lftp-vi is a module for lftp which adds the capability to edit a file with only one command in your favorite editor. more>>
lftp-vi project is a module for lftp which adds the capability to edit a file with only one command in your favorite editor (configured in the EDITOR variable) instead of having to download it, edit it, and upload it again by hand.
Enhancements:
- You can now specify full and relative pathnames instead of only filenames.
- You can also download a patch which makes tab-completion work with the edit-command.
<<lessEnhancements:
- You can now specify full and relative pathnames instead of only filenames.
- You can also download a patch which makes tab-completion work with the edit-command.
Download (0.002MB)
Added: 2006-11-05 License: GPL (GNU General Public License) Price:
1084 downloads
File::PathList 0.02
File::PathList is a Perl module that can find a file within a set of paths (like @INC or Java classpaths). more>>
File::PathList is a Perl module that can find a file within a set of paths (like @INC or Java classpaths).
SYNOPSIS
# Create a basic pathset
my $inc = File::PathList->new( @INC );
# Again, but with more explicit params
my $inc2 = File::PathList->new(
paths => @INC,
cache => 1,
);
# Get the full (localised) path for a unix-style relative path
my $file = "foo/bar/baz.txt";
my $path = $inc->find_file( $file );
if ( $path ) {
print "Found $file at $pathn";
} else {
print "Failed to find $filen";
}
Many systems that map generic relative paths to absolute paths do so with a set of base paths.
For example, perl itself when loading classes first turn a Class::Name into a path like Class/Name.pm, and thens looks through each element of @INC to find the actual file.
To aid in portability, all relative paths are provided as unix-style relative paths, and converted to the localised version in the process of looking up the path.
<<lessSYNOPSIS
# Create a basic pathset
my $inc = File::PathList->new( @INC );
# Again, but with more explicit params
my $inc2 = File::PathList->new(
paths => @INC,
cache => 1,
);
# Get the full (localised) path for a unix-style relative path
my $file = "foo/bar/baz.txt";
my $path = $inc->find_file( $file );
if ( $path ) {
print "Found $file at $pathn";
} else {
print "Failed to find $filen";
}
Many systems that map generic relative paths to absolute paths do so with a set of base paths.
For example, perl itself when loading classes first turn a Class::Name into a path like Class/Name.pm, and thens looks through each element of @INC to find the actual file.
To aid in portability, all relative paths are provided as unix-style relative paths, and converted to the localised version in the process of looking up the path.
Download (0.026MB)
Added: 2007-06-06 License: Perl Artistic License Price:
870 downloads
AIDE 0.13 RC1
AIDE (Advanced Intrusion Detection Environment) is a free replacement for Tripwire. more>>
AIDE (Advanced Intrusion Detection Environment) is a free replacement for Tripwire. It does the same things as the semi-free Tripwire and more.
There are other free replacements available so why build a new one? All the other replacements do not achieve the level of Tripwire. And I wanted a program that would exceed the limitations of Tripwire.
AIDE project creates a database from the regular expression rules that it finds from the config file. Once this database is initialized it can be used to verify the integrity of the files.
It has several message digest algorithms (md5,sha1,rmd160,tiger,haval,etc.) that are used to check the integrity of the file. More algorithms can be added with relative ease.
All of the usual file attributes can also be checked for inconsistencies. It can read databases from older or newer versions. See the manual pages within the distribution for further info.
<<lessThere are other free replacements available so why build a new one? All the other replacements do not achieve the level of Tripwire. And I wanted a program that would exceed the limitations of Tripwire.
AIDE project creates a database from the regular expression rules that it finds from the config file. Once this database is initialized it can be used to verify the integrity of the files.
It has several message digest algorithms (md5,sha1,rmd160,tiger,haval,etc.) that are used to check the integrity of the file. More algorithms can be added with relative ease.
All of the usual file attributes can also be checked for inconsistencies. It can read databases from older or newer versions. See the manual pages within the distribution for further info.
Download (0.26MB)
Added: 2006-11-25 License: GPL (GNU General Public License) Price:
1064 downloads
Filelight 1.0
Filelight allows you to understand exactly where your diskspace is being used. more>>
Filelight allows you to understand exactly where your diskspace is being used by graphically representating your filesystem as a set of concentric segmented-rings.
Filelight creates a complex, but data-rich graphical representation of the files and directories on your computer. An example of Filelights representation of KDEs disk usage is shown below. It is important to understand that the full circle represents 143MB, and there are 143MB of files contained recursively in the directory.
Segments are sized relative to the files they represent. Directories have child-segments that represent the files in that directory. Hovering over any segment gives you details about the file it represents, such as its size.
The net-result is something similar to KDirStat, however the data is more dense, and the representation more informative. Most people tend to use Filelight to find out where their diskspace is concentrated, and this is what it is mostly designed to do.
Filelight is released under the GNU General Public License.
<<lessFilelight creates a complex, but data-rich graphical representation of the files and directories on your computer. An example of Filelights representation of KDEs disk usage is shown below. It is important to understand that the full circle represents 143MB, and there are 143MB of files contained recursively in the directory.
Segments are sized relative to the files they represent. Directories have child-segments that represent the files in that directory. Hovering over any segment gives you details about the file it represents, such as its size.
The net-result is something similar to KDirStat, however the data is more dense, and the representation more informative. Most people tend to use Filelight to find out where their diskspace is concentrated, and this is what it is mostly designed to do.
Filelight is released under the GNU General Public License.
Download (0.65MB)
Added: 2006-09-02 License: GPL (GNU General Public License) Price:
1148 downloads
getAbsPath 1.4
getAbsPath is a C header (getAbsPath.h) or an ANSI C tool (getAbsPath) which converts relative unix/win32 pathes to absolute one more>>
getAbsPath is a C header (getAbsPath.h) or an ANSI C tool (getAbsPath) which converts relative unix/win32 pathes to absolute ones.
getAbsPath uses current working directory (CWD) as basis. Use it e.g. for finding out the current path of a shell script.
EXAMPLE:
find out the current path of a script, using the $0 and the ` pwd` command
#!/bin/bash
PWD=`pwd`
RelPath="../../../testdir"
GAP=`./getAbsPath $PWD $0`
echo $GAP
exit 0
<<lessgetAbsPath uses current working directory (CWD) as basis. Use it e.g. for finding out the current path of a shell script.
EXAMPLE:
find out the current path of a script, using the $0 and the ` pwd` command
#!/bin/bash
PWD=`pwd`
RelPath="../../../testdir"
GAP=`./getAbsPath $PWD $0`
echo $GAP
exit 0
Download (0.009MB)
Added: 2006-03-31 License: Public Domain Price:
1304 downloads
xplanets 1.0.0
xplanets shows a simulation of a spacecraft flying through the solar system. more>>
xplanets shows a simulation of a spacecraft flying through the solar system. With the controls next to the simulation screen you can control the simulation and steer the spacecrafts flight.
The following planets are visible:
- the Sun (yellow)
- mercury (gray38)
- venus (burlywood2)
- earth (blue2)
- mars (LightSalmon3)
Note that the sizes of the sun and planets are not to scale, though their distances are. Showing the planets to scale would mean that they wouldnt be visible. The solar system is rather big, after all.
The planet nearest to the spaceship is indicated with a red circle around it. Its relative speed and distance are shown in the data display.
The xplanets program uses the GTK+ toolkit. It has been built with version 2.2.1, so it should work with any version >2.0.0. It does not work with GTK+ 1.x anymore.
<<lessThe following planets are visible:
- the Sun (yellow)
- mercury (gray38)
- venus (burlywood2)
- earth (blue2)
- mars (LightSalmon3)
Note that the sizes of the sun and planets are not to scale, though their distances are. Showing the planets to scale would mean that they wouldnt be visible. The solar system is rather big, after all.
The planet nearest to the spaceship is indicated with a red circle around it. Its relative speed and distance are shown in the data display.
The xplanets program uses the GTK+ toolkit. It has been built with version 2.2.1, so it should work with any version >2.0.0. It does not work with GTK+ 1.x anymore.
Download (0.029MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1235 downloads
Noatun Normalize 0.1.2
Noatun Normalize aims to develop a normalization plugin for the KDE media player Noatun. more>>
Noatun Normalize aims to develop a normalization plugin for the KDE media player Noatun.
It is composed of two parts, an Arts effect that handles the actual normalization of the played samples, and a Noatun plugin, that reads the relative volume adjustments and passes them to the effect. There are two ways the plugin can retrieve the relative volume adjustments:
1. it looks for the respective mp3 id3v2 tags or ogg tags which can be set by tools like normalize and vorbisgain,
2. it runs these tools itself and stores the results in the playlist items meta data. Thus the files wont be changed.
- For ogg vorbis normalization to work you need the latest vorbisgain version (0.36).
- For mp3 or wav normalization you need the normalize program.
- Make sure to install the package under the same prefix as artsd otherwise arts will not find the NoatunNormalize effect.
- If there is popular demand for it I would try to remove the dependency on the external programs and integrate them into the plugin itself.
<<lessIt is composed of two parts, an Arts effect that handles the actual normalization of the played samples, and a Noatun plugin, that reads the relative volume adjustments and passes them to the effect. There are two ways the plugin can retrieve the relative volume adjustments:
1. it looks for the respective mp3 id3v2 tags or ogg tags which can be set by tools like normalize and vorbisgain,
2. it runs these tools itself and stores the results in the playlist items meta data. Thus the files wont be changed.
- For ogg vorbis normalization to work you need the latest vorbisgain version (0.36).
- For mp3 or wav normalization you need the normalize program.
- Make sure to install the package under the same prefix as artsd otherwise arts will not find the NoatunNormalize effect.
- If there is popular demand for it I would try to remove the dependency on the external programs and integrate them into the plugin itself.
Download (0.074MB)
Added: 2005-09-06 License: GPL (GNU General Public License) Price:
1515 downloads
Flat Assembler 1.67.21
Flat Assembler is an extremely fast and efficient x86 assembler. more>>
The flat assembler is a fast and efficient self-assembling 80x86 assembler for DOS, Windows, and Linux operating systems. Currently, it supports all 8086-80486/Pentium instructions with MMX, SSE, SSE2, SSE3, and 3DNow! extensions.
It can produce output in binary, MZ, PE, COFF, or ELF format. Flat Assembler includes the powerful but easy-to-use macroinstruction support, and does multiple passes to optimize the instruction codes for size. The flat assembler is entirely written in assembly language.
Enhancements:
- 32-bit relocations are now allowed in PE64 output format.
- EIP-relative addressing was added.
- The PLT operator was added for the ELF output format.
- SSSE3 (Supplemental SSE3) instructions were added.
- Some Win64 headers and examples were provided in the Windows package.
- The SYSRETQ mnemonic was added, and RDMSRQ/WRMSRQ/SYSEXITQ mnemonics were added for the 64-bit variants of respective instructions.
- R8L-R15L (Intel-style) aliases were added for R8B-R15B registers. Support for the AMD SVM technology instructions was added. Numerous bugs were fixed.
<<lessIt can produce output in binary, MZ, PE, COFF, or ELF format. Flat Assembler includes the powerful but easy-to-use macroinstruction support, and does multiple passes to optimize the instruction codes for size. The flat assembler is entirely written in assembly language.
Enhancements:
- 32-bit relocations are now allowed in PE64 output format.
- EIP-relative addressing was added.
- The PLT operator was added for the ELF output format.
- SSSE3 (Supplemental SSE3) instructions were added.
- Some Win64 headers and examples were provided in the Windows package.
- The SYSRETQ mnemonic was added, and RDMSRQ/WRMSRQ/SYSEXITQ mnemonics were added for the 64-bit variants of respective instructions.
- R8L-R15L (Intel-style) aliases were added for R8B-R15B registers. Support for the AMD SVM technology instructions was added. Numerous bugs were fixed.
Download (0.17MB)
Added: 2007-03-20 License: BSD License Price:
958 downloads
Audio::Beep 0.11
Audio::Beep is a Perl module to use your computer beeper in fancy ways. more>>
Audio::Beep is a Perl module to use your computer beeper in fancy ways.
SYNOPSIS
#functional simple way
use Audio::Beep;
beep($freq, $milliseconds);
#OO more musical way
use Audio::Beep;
my $beeper = Audio::Beep->new();
# lilypond subset syntax accepted
# relative notation is the default
# (now correctly implemented)
my $music = "g f bes c8 f d4 c8 f d4 bes c g f2";
# Pictures at an Exhibition by Modest Mussorgsky
$beeper->play( $music );
<<lessSYNOPSIS
#functional simple way
use Audio::Beep;
beep($freq, $milliseconds);
#OO more musical way
use Audio::Beep;
my $beeper = Audio::Beep->new();
# lilypond subset syntax accepted
# relative notation is the default
# (now correctly implemented)
my $music = "g f bes c8 f d4 c8 f d4 bes c g f2";
# Pictures at an Exhibition by Modest Mussorgsky
$beeper->play( $music );
Download (0.033MB)
Added: 2006-12-28 License: Perl Artistic License Price:
1031 downloads
URI 1.35
URI is Uniform Resource Identifiers (absolute and relative). more>>
URI is Uniform Resource Identifiers (absolute and relative). This module implements the URI class. Objects of this class represent "Uniform Resource Identifier references" as specified in RFC 2396 (and updated by RFC 2732).
A Uniform Resource Identifier is a compact string of characters that identifies an abstract or physical resource. A Uniform Resource Identifier can be further classified as either a Uniform Resource Locator (URL) or a Uniform Resource Name (URN). The distinction between URL and URN does not matter to the URI class interface. A "URI-reference" is a URI that may have additional information attached in the form of a fragment identifier.
An absolute URI reference consists of three parts: a scheme, a scheme-specific part and a fragment identifier. A subset of URI references share a common syntax for hierarchical namespaces. For these, the scheme-specific part is further broken down into authority, path and query components. These URIs can also take the form of relative URI references, where the scheme (and usually also the authority) component is missing, but implied by the context of the URI reference. The three forms of URI reference syntax are summarized as follows:
< scheme >:< scheme-specific-part >#< fragment >
< scheme >://< authority >< path >?< query >#< fragment >
< path >?< query >#< fragment >
The components into which a URI reference can be divided depend on the scheme. The URI class provides methods to get and set the individual components. The methods available for a specific URI object depend on the scheme.
<<lessA Uniform Resource Identifier is a compact string of characters that identifies an abstract or physical resource. A Uniform Resource Identifier can be further classified as either a Uniform Resource Locator (URL) or a Uniform Resource Name (URN). The distinction between URL and URN does not matter to the URI class interface. A "URI-reference" is a URI that may have additional information attached in the form of a fragment identifier.
An absolute URI reference consists of three parts: a scheme, a scheme-specific part and a fragment identifier. A subset of URI references share a common syntax for hierarchical namespaces. For these, the scheme-specific part is further broken down into authority, path and query components. These URIs can also take the form of relative URI references, where the scheme (and usually also the authority) component is missing, but implied by the context of the URI reference. The three forms of URI reference syntax are summarized as follows:
< scheme >:< scheme-specific-part >#< fragment >
< scheme >://< authority >< path >?< query >#< fragment >
< path >?< query >#< fragment >
The components into which a URI reference can be divided depend on the scheme. The URI class provides methods to get and set the individual components. The methods available for a specific URI object depend on the scheme.
Download (0.094MB)
Added: 2006-05-05 License: Perl Artistic License Price:
1269 downloads
Strings edit 1.9
Strings edit is a library that provides I/O facilities for integer, floating-point, Roman numbers, and strings. more>>
Strings edit is a library that provides I/O facilities for integer, floating-point, Roman numbers, and strings. Both input and output subroutines support string pointers for consequent stream processing. The output can be aligned in a fixed size field with padding.
Numeric input can be checked against expected values range to be either saturated or to raise an exception. For floating-point output either relative or absolute output precision can be specified. UTF-8 encoded strings are supported.
Enhancements:
- GPS project files were added for GNAT users.
- A bug was fixed in Strings_Edit.Generic_Scale in which the caclculated precision was of the minor scale tick rather than of the major tick.
<<lessNumeric input can be checked against expected values range to be either saturated or to raise an exception. For floating-point output either relative or absolute output precision can be specified. UTF-8 encoded strings are supported.
Enhancements:
- GPS project files were added for GNAT users.
- A bug was fixed in Strings_Edit.Generic_Scale in which the caclculated precision was of the minor scale tick rather than of the major tick.
Download (0.053MB)
Added: 2007-05-20 License: GMGPL (GNAT Modified GPL) Price:
908 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 relative 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