a5 size
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1639
Pysize 0.2
Pysize is a graphical and console tool for exploring the size of directories. more>>
Pysize is a graphical and console tool for exploring the size of directories. The project is written in Python, and requires Python ≥ 2.4 and pygtk ≥ 2.8 if you want to use the GUI.
Three user interfaces are available using the --ui command line option, the best available is chosen by default.
<<lessThree user interfaces are available using the --ui command line option, the best available is chosen by default.
Download (0.10MB)
Added: 2007-03-11 License: GPL (GNU General Public License) Price:
959 downloads
JSizer 1.1
JSizer project is a tool that shows java code size. more>>
JSizer project is a tool that shows java code size.
JSizer reads in a set of jar files and then draws a graph of the current state of the code. The graph has nodes in it and the nodes get their color and size depending on a few things.
- Green nodes are packages
- Grey nodes are classes
The class nodes get their size and color from:
- Width represents the number of fields in the class
- Height represents the number of methods in the class
- Color represents the number of lines of code in the class, a dark node has more lines of code than a light node.
What you want to do is to look at the graph, find the big dark boxes and possibly refactor them.
<<lessJSizer reads in a set of jar files and then draws a graph of the current state of the code. The graph has nodes in it and the nodes get their color and size depending on a few things.
- Green nodes are packages
- Grey nodes are classes
The class nodes get their size and color from:
- Width represents the number of fields in the class
- Height represents the number of methods in the class
- Color represents the number of lines of code in the class, a dark node has more lines of code than a light node.
What you want to do is to look at the graph, find the big dark boxes and possibly refactor them.
Download (0.49MB)
Added: 2007-08-03 License: BSD License Price:
813 downloads
Photo resize 0.1
Photo resize is a service menu for KDE that changes the selected pictures to a chosen size. more>>
Photo resize is a service menu for KDE that changes the selected pictures to the chosen size (550x550px, 500x500px, 450x450px,200x200px,150x150px).
The geometry will be hold. The script will size the pictures to their longer side.
Attention: The pictures will be overwritten!!
<<lessThe geometry will be hold. The script will size the pictures to their longer side.
Attention: The pictures will be overwritten!!
Download (MB)
Added: 2007-07-10 License: GPL (GNU General Public License) Price:
843 downloads
Resize Image 1
Resize Image is a service menu which adds the ability to resize an image to a new size. more>>
Resize Image is a service menu which adds the ability to resize an image to a new size.
Requires ImageMagick, KDialog and bash.
<<lessRequires ImageMagick, KDialog and bash.
Download (MB)
Added: 2006-10-24 License: LGPL (GNU Lesser General Public License) Price:
1102 downloads
File::Size 0.06
File::Size is a Perl module to get the size of files and directories. more>>
SYNOPSIS
Get the size for directory /etc/ with the block size of 1024 while following symbolic links:
my $obj = File::Size->new(
dir => /etc/,
blocksize => 1024,
followsymlinks => 1,
humanreadable => 1
);
print $obj->getsize(), "n";
File::Size is used to get the size of files and directories.
There are 6 methods you can use:
new
There are 4 optional hash values for the new() method:
dir
The directory you want the module to get the size for it. Default is current working directory.
blocksize
The blocksize for the output of getsize() method. default is 1 (output in bytes).
followsymlinks
If you want to follow symlinks for directories and files, use this option. The default is not to follow symlinks.
humanreadable
If you want output size in human readable format (e.g. 2048 -> 2.0K), set this option to 1.
You dont have to specify any of those options, which means this is okay:
print File::Size->new()->getsize(), " bytesn";
This is okay too:
print File::Size->new()->setdir( /etc/ )->setblocksize( 1024**2 )->getsize(), " MBn";
setdir
Used to set (or get - if called without parameters) the directory. Example: $obj->setdir( /etc/ );
setblocksize
Used to set (or get - if called without parameters) the block size. Example: $obj->setblocksize( 1024 );
setfollowsymlinks
Used to set if you want to follow symbolic links or not. If called without parmeters, returns the current state. Example: $obj->setfollowsymlinks( 1 );
sethumanreadable
Used to set (or get - if called without parameters) if you want human-readable output sizes. Example: $obj->sethumanreadable( 1 );
getsize
Used to calculate the total size of the directory. Prints output according to the block size you did or didnt specify.
Download (0.003MB)
Added: 2007-04-30 License: Perl Artistic License Price:
907 downloads
Nailer 0.1
Nailer project is a Glib application that uses MPlayer to generate thumbnails of video media files. more>>
Nailer project is a Glib application that uses MPlayer to generate thumbnails of video media files.
Nailer takes 3 command line arguments. The first two are manadatory and the third is optional.
nailer input output [size]
input - is any video file that mplayer supports
output - is either the name of the png or jpeg file you want the output to go into
size - is the size in the X axis of the thumbnail you want to generate
nailer can be used to replace totem-video-thumbnailer and comes with the nautilus configuration file to do so.
<<lessNailer takes 3 command line arguments. The first two are manadatory and the third is optional.
nailer input output [size]
input - is any video file that mplayer supports
output - is either the name of the png or jpeg file you want the output to go into
size - is the size in the X axis of the thumbnail you want to generate
nailer can be used to replace totem-video-thumbnailer and comes with the nautilus configuration file to do so.
Download (0.32MB)
Added: 2007-06-07 License: GPL (GNU General Public License) Price:
869 downloads
resizePhotos 1.0
resizePhoto is a nice service menu to resize your photos to a size suitable for emailing. more>>
resizePhoto is a nice service menu to resize your photos to a size suitable for emailing. It will resize any picture so that it is no more than 640 pixels on a side while preserving the aspect ration. This size can easily be changed by editing a text file.
You can resize any number of photos simultaneously by multiselecting them in Konqueror, then choosing the "Resize Photo" service menu.
A dialog will display the progress. The dialog has a cancel button.
Usage:
Open a folder containing some image files (.png, .jpg, .gif) in Konqueror.
Select one or several of these files.
Right-click one of the selected file and select Action->Resize Photo. (See first screenshot.)
A dialog will appear showing the progress of the resizing. (See second screenshot.) Press cancel if you so desire.
A folder named "Sized" will appear in the image folder. The resized photos are in that folder.
To install:
Extract the two files from the tar.gz file. Copy the .desktop to ~/.kde/share/apps/konqueror/servicemenus. Copy the .sh file to somewhere in your path such as /usr/bin, /usr/local/bin or ~/bin. Double check that the .sh file is executable.
Edit the resizePhotos.sh file to change the size of the resized files, or the name of the "Sized" directory.
<<lessYou can resize any number of photos simultaneously by multiselecting them in Konqueror, then choosing the "Resize Photo" service menu.
A dialog will display the progress. The dialog has a cancel button.
Usage:
Open a folder containing some image files (.png, .jpg, .gif) in Konqueror.
Select one or several of these files.
Right-click one of the selected file and select Action->Resize Photo. (See first screenshot.)
A dialog will appear showing the progress of the resizing. (See second screenshot.) Press cancel if you so desire.
A folder named "Sized" will appear in the image folder. The resized photos are in that folder.
To install:
Extract the two files from the tar.gz file. Copy the .desktop to ~/.kde/share/apps/konqueror/servicemenus. Copy the .sh file to somewhere in your path such as /usr/bin, /usr/local/bin or ~/bin. Double check that the .sh file is executable.
Edit the resizePhotos.sh file to change the size of the resized files, or the name of the "Sized" directory.
Download (MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1054 downloads
Random Image 1.0
This simple script searches a special directory for images, then displays a random one every time the page is loaded. more>>
This script is easy to set up. Simply use FTP to upload images in a special directory. They can be the same size or varying sizes. Then call the script from your SHTML web page using an "include. " Each load of the page will show a different image.
Requirements: Perl, Webserver
<<less Download (0.00KB)
Added: 2009-04-27 License: Commercial Price: $0.00
181 downloads
B::TerseSize 0.09
B::TerseSize is a Perl module that prints information about ops and their (estimated) size. more>>
B::TerseSize is a Perl module that prints information about ops and their (estimated) size.
SYNOPSIS
perl -MO=TerseSize[,OPTIONS] foo.pl
The B::Size and B::TerseSize modules attempt to measure the size of Perl op codes. The output of B::TerseSize is similar to that of B::Terse, but includes the size of each OP in the tree and the PADLIST (subroutine lexical variables). The module can be run just as other compiler backends or used via Apache::Status (version 2.02 and higher).
If the Apache::Status StatusTerseSize option is enabled, there will be a main menu item added, "Memory Usage". Clicking on this link will cause B::TerseSize to produce a summary of package memory usage. This summary can take quite a while to produce, as each package subroutine syntax tree will be walked, adding up the information. This information will be cached, so running httpd in -X (non-forking mode) is a good choice.
When browsing the Apache::Status "Symbol Table Dump", a "Memory Usage" link will be at the bottom of each page. These summaries also include measurements of package global variables.
The Apache::Status symbol table browser will also provide an option to dump a subroutine tree along with the other subroutine options.
<<lessSYNOPSIS
perl -MO=TerseSize[,OPTIONS] foo.pl
The B::Size and B::TerseSize modules attempt to measure the size of Perl op codes. The output of B::TerseSize is similar to that of B::Terse, but includes the size of each OP in the tree and the PADLIST (subroutine lexical variables). The module can be run just as other compiler backends or used via Apache::Status (version 2.02 and higher).
If the Apache::Status StatusTerseSize option is enabled, there will be a main menu item added, "Memory Usage". Clicking on this link will cause B::TerseSize to produce a summary of package memory usage. This summary can take quite a while to produce, as each package subroutine syntax tree will be walked, adding up the information. This information will be cached, so running httpd in -X (non-forking mode) is a good choice.
When browsing the Apache::Status "Symbol Table Dump", a "Memory Usage" link will be at the bottom of each page. These summaries also include measurements of package global variables.
The Apache::Status symbol table browser will also provide an option to dump a subroutine tree along with the other subroutine options.
Download (0.010MB)
Added: 2007-06-26 License: Perl Artistic License Price:
850 downloads
Devel::DumpSizes 0.01
Devel::DumpSizes is a Perl module to dump the name and size in bytes of variables that are available at a give point in a script more>>
Devel::DumpSizes is a Perl module to dump the name and size in bytes (in increasing order) of variables that are available at a give point in a script.
SYNOPSIS
use Devel::DumpSizes qw/dump_sizes/;
&Devel::DumpSizes::dump_sizes();
Or,
&Devel::DumpSizes::dump_sizes("/path/of/filename-to-dump-output");
This will print the name of each variable and its size. The name and size are seperated by a ->
Variable name -> Size in bytes
EXPORTS
Exports one subroutine by default:
dump_sizes
This module allows us to print the names and sizes of variables that are available at a give point in a script.
This module was written while debugging a huge long running script. The main use being to understand how variable sizes were fluctuating during script execution. It uses PadWalker and Devel::Symdump to get the variables. It uses Devel::Size to report the size of each variable.
METHODS
dump_sizes
Usage: &Devel::DumpSizes::dump_sizes();
Or
Usage: &Devel::DumpSizes::dump_sizes("/path/of/filename-to-dump-output");
This method accepts one optional parameter that will be used to create the file where the output is dumped.
If parameter is given then two files will be create. One will have extension .my and will contain my variables. The second file will have extension .ol and will contain our/local variables. If no filename is given output is printed on STDOUT.
As of now, the output is sectioned by printing the following at the start:
1. either of my or our/local to specify the kind of variables being reported.
2. output of time().
3. If possible, subroutine name/line number as returned by caller (perldoc -f caller).
All sizes are in Bytes as returned by Devel::Size. I plan to have more information reported in newer versions.
<<lessSYNOPSIS
use Devel::DumpSizes qw/dump_sizes/;
&Devel::DumpSizes::dump_sizes();
Or,
&Devel::DumpSizes::dump_sizes("/path/of/filename-to-dump-output");
This will print the name of each variable and its size. The name and size are seperated by a ->
Variable name -> Size in bytes
EXPORTS
Exports one subroutine by default:
dump_sizes
This module allows us to print the names and sizes of variables that are available at a give point in a script.
This module was written while debugging a huge long running script. The main use being to understand how variable sizes were fluctuating during script execution. It uses PadWalker and Devel::Symdump to get the variables. It uses Devel::Size to report the size of each variable.
METHODS
dump_sizes
Usage: &Devel::DumpSizes::dump_sizes();
Or
Usage: &Devel::DumpSizes::dump_sizes("/path/of/filename-to-dump-output");
This method accepts one optional parameter that will be used to create the file where the output is dumped.
If parameter is given then two files will be create. One will have extension .my and will contain my variables. The second file will have extension .ol and will contain our/local variables. If no filename is given output is printed on STDOUT.
As of now, the output is sectioned by printing the following at the start:
1. either of my or our/local to specify the kind of variables being reported.
2. output of time().
3. If possible, subroutine name/line number as returned by caller (perldoc -f caller).
All sizes are in Bytes as returned by Devel::Size. I plan to have more information reported in newer versions.
Download (0.003MB)
Added: 2007-05-02 License: Perl Artistic License Price:
905 downloads
addpsx 1
addpsx project is a Perl script which generates addition worksheets in PostScript. more>>
addpsx project is a Perl script which generates addition worksheets in PostScript.
It allows a variable number of digits.
Usage:
# addpsx | lpr
digits must be between 1 and 4
Many parameters (e.g., size and spacing) are easily adjusted in the initialization section of this program.
<<lessIt allows a variable number of digits.
Usage:
# addpsx | lpr
digits must be between 1 and 4
Many parameters (e.g., size and spacing) are easily adjusted in the initialization section of this program.
Download (0.003MB)
Added: 2006-10-30 License: GPL (GNU General Public License) Price:
1091 downloads
Archive::Rar 1.9
Archive::Rar is a interface with the rar command. more>>
Archive::Rar is a interface with the rar command.
SYNOPSIS
use Archive::Rar;
my $rar =new Archive::Rar();
$rar->Add(
-size => $size_of_parts,
-archive => $archive_filename,
-files => @list_of_files,
);
This is a module for the handling of rar archives.
Locates the rar command (from PATH or from regedit for Win32) and encapsulate it to create, extract and list rar archives.
At the moment these methods are implemented:
new()
Returns a new Rar object. You can pass defaults options.
Add(%options)
Add file to an archive.
Extract(%options)
Extract the contains of an archive.
List(%options)
Fill the list variable of the object whith the index of an archive.
OPTIONS
-archive
Archive filename.
-files
List of files to add. You can use a scalar value or an array reference.
-quiet
No output for the rar command if True.
-sfx
Create self-extracting archive.
-size
Size of the parts in bytes.
-verbose
Level of verbosity.
<<lessSYNOPSIS
use Archive::Rar;
my $rar =new Archive::Rar();
$rar->Add(
-size => $size_of_parts,
-archive => $archive_filename,
-files => @list_of_files,
);
This is a module for the handling of rar archives.
Locates the rar command (from PATH or from regedit for Win32) and encapsulate it to create, extract and list rar archives.
At the moment these methods are implemented:
new()
Returns a new Rar object. You can pass defaults options.
Add(%options)
Add file to an archive.
Extract(%options)
Extract the contains of an archive.
List(%options)
Fill the list variable of the object whith the index of an archive.
OPTIONS
-archive
Archive filename.
-files
List of files to add. You can use a scalar value or an array reference.
-quiet
No output for the rar command if True.
-sfx
Create self-extracting archive.
-size
Size of the parts in bytes.
-verbose
Level of verbosity.
Download (0.008MB)
Added: 2006-06-28 License: Perl Artistic License Price:
1252 downloads
LAN Management System 1.9.1
LMS is the integrated system of networks management designed for various size internet providers (ISP). more>>
LMS (LAN Management System) is the integrated system of networks management designed for various size internet providers (ISP).
That software writed in PHP, Perl and C, works with variuos database systems.
<<lessThat software writed in PHP, Perl and C, works with variuos database systems.
Download (1.93MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1230 downloads
Jace 0.0.2
JACE is a Convolution Engine for JACK and ALSA, using FFT-based partitioned convolution with uniform partition sizes. more>>
JACE is a Convolution Engine for JACK and ALSA, using FFT-based partitioned convolution with uniform partition sizes.
This is a prealpha release of the Jace project.
Main features:
- Any matrix of convolutions between up to 16 input and 16 outputs.
- Maximum length for each convolution is one megasample (nearly 22 seconds at 48 kHz).
- Allows the use of a period size down to 1/16 of the partition size.
- Its fast.
When used with a period size smaller than the partition size, JACE will try to spread the CPU load evenly over all process cycles that make up a partition. This works quite well if there is enough work to be distributed, and less well otherwise.
As an extreme example, if there is only one input and one output, and the convolution size is just one partition, its clearly not possible to spread the three elementary operations over 16 cycles. But in those cases the load will be small anyway, and you can use a smaller partition size.
Code to use SSE (tested) and 3DNOW (untested !) for the MAC steps is present, but disabled by default since it seems to make little difference.
Performance on 2 GHz Pentium IV with 4 convolutions of 5.5 seconds each at Fs = 48 kHz. Load is as displayed by qjackctl. Delay is input + process + output.
period partition load delay
-----------------------------------
1024 8k 12% 340ms
1024 4K 17% 170ms
512 4K 18% 170ms
256 4K 19% 170ms
128 2k 32% 85ms
64 1k 59% 43ms
<<lessThis is a prealpha release of the Jace project.
Main features:
- Any matrix of convolutions between up to 16 input and 16 outputs.
- Maximum length for each convolution is one megasample (nearly 22 seconds at 48 kHz).
- Allows the use of a period size down to 1/16 of the partition size.
- Its fast.
When used with a period size smaller than the partition size, JACE will try to spread the CPU load evenly over all process cycles that make up a partition. This works quite well if there is enough work to be distributed, and less well otherwise.
As an extreme example, if there is only one input and one output, and the convolution size is just one partition, its clearly not possible to spread the three elementary operations over 16 cycles. But in those cases the load will be small anyway, and you can use a smaller partition size.
Code to use SSE (tested) and 3DNOW (untested !) for the MAC steps is present, but disabled by default since it seems to make little difference.
Performance on 2 GHz Pentium IV with 4 convolutions of 5.5 seconds each at Fs = 48 kHz. Load is as displayed by qjackctl. Delay is input + process + output.
period partition load delay
-----------------------------------
1024 8k 12% 340ms
1024 4K 17% 170ms
512 4K 18% 170ms
256 4K 19% 170ms
128 2k 32% 85ms
64 1k 59% 43ms
Download (0.018MB)
Added: 2006-02-03 License: GPL (GNU General Public License) Price:
1359 downloads
Garfield comics 0.1
Garfield comics is a very easy theme that can downloads daily Garfield comic strip from garfield.com and displays it. more>>
Garfield comics is a very easy theme, strange that I couldnt find such a theme already written!
It downloads daily Garfield comic strip from garfield.com and displays it.
However the size of the theme is fixed so there is a problem with displaying larger strips.
<<lessIt downloads daily Garfield comic strip from garfield.com and displays it.
However the size of the theme is fixed so there is a problem with displaying larger strips.
Download (0.002MB)
Added: 2005-07-22 License: GPL (GNU General Public License) Price:
1560 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 a5 size 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