size
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1637
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
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
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
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
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
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
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
Winzig 1.83
Winzig is a suite of PIM style applications written in Python/GTK. more>>
Winzig is a suite of PIM style applications written in Python/GTK. Winzig is small in code size and screen real estate usage which make it suitable for use on regular computers and PDAs.
The following applications are available: Contact Manager, Calculator, Calendar Manager, Todo List Manager , ASCII/Unicode Browser, X11 color viewer, Notebook
All applications can be used standalone or from within the winzig shell.
Main features:
- small program size (6000 LOC)
- little screen real estate use
- simple database engine providing a common infrastructure
- very customizable
- tooltips based help info
- works with linux ipaqs (familiar 7.2 + pypaq)
<<lessThe following applications are available: Contact Manager, Calculator, Calendar Manager, Todo List Manager , ASCII/Unicode Browser, X11 color viewer, Notebook
All applications can be used standalone or from within the winzig shell.
Main features:
- small program size (6000 LOC)
- little screen real estate use
- simple database engine providing a common infrastructure
- very customizable
- tooltips based help info
- works with linux ipaqs (familiar 7.2 + pypaq)
Download (0.080MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
821 downloads
Dupseek 1.3
Dupseek is a command-line interactive perl program to find and remove duplicate files. more>>
Dupseek is a command-line interactive perl program to find and remove duplicate files.
A few strategies are possible for finding duplicate files in a big set, such as a heavily populated directory.
One of the most widely used consists of grouping files by size (because files of different size cant be identical) and then computing a short digital fingerprint (such as a md5 checksum) for the files.
Files with a different fingerprint are different, and files with the same digital fingerprint are very probably the same. Just to be sure, one can further check possible duplicates.
Main features:
- It starts by grouping files by size.
- Then it starts reading small chunks of the files of the same size and comparing them. It creates smaller groups depending on these comparisons.
- It goes on with bigger and bigger chunks (of size up to a hard-coded limit).
- It stops reading from files as soon as they form a single-element group or they are read completely (which only happens when they have a very high probability of having duplicates).
This algorithm is much more efficient than competitors when dealing with large files of the same size. When files differ, reading usually stops after very few reads.
Dupseek (and destroy) can be interrupted at any moment. The user is then presented with partial results and can either intervene manually or go on with the reading and computation, on a group-by-group basis. Since subsequent reads happen sparsely in the file, if some files are still in the same group after many iterations, they are most probably identical, unless the differences are very small.
<<lessA few strategies are possible for finding duplicate files in a big set, such as a heavily populated directory.
One of the most widely used consists of grouping files by size (because files of different size cant be identical) and then computing a short digital fingerprint (such as a md5 checksum) for the files.
Files with a different fingerprint are different, and files with the same digital fingerprint are very probably the same. Just to be sure, one can further check possible duplicates.
Main features:
- It starts by grouping files by size.
- Then it starts reading small chunks of the files of the same size and comparing them. It creates smaller groups depending on these comparisons.
- It goes on with bigger and bigger chunks (of size up to a hard-coded limit).
- It stops reading from files as soon as they form a single-element group or they are read completely (which only happens when they have a very high probability of having duplicates).
This algorithm is much more efficient than competitors when dealing with large files of the same size. When files differ, reading usually stops after very few reads.
Dupseek (and destroy) can be interrupted at any moment. The user is then presented with partial results and can either intervene manually or go on with the reading and computation, on a group-by-group basis. Since subsequent reads happen sparsely in the file, if some files are still in the same group after many iterations, they are most probably identical, unless the differences are very small.
Download (0.013MB)
Added: 2005-12-05 License: GPL (GNU General Public License) Price:
1422 downloads
KSpread 1.6.3
KSpread is a scriptable spreadsheet program which provides both table-oriented sheets. more>>
KSpread is a scriptable spreadsheet program which provides both table-oriented sheets and support for complex mathematical formulas and statistics.
Main features:
- multiple tables/sheets per document;
- templates;
- multiple chart formats for displaying data graphically;
- headers and footers;
- over 100 formulas, including standard deviation, variance, present value of annuities and much more;
- sorting;
- scripting;
- lists;
- cell data validity checking with configurable warnings/actions;
- comments;
- series (days of week, months of year, numbers, etc.);
- conditional coloring of cells;
- hyperlinks;
- row and column customization (size, show/hide, font type, style and size, etc.);
- cell customization (data/number format, precision, border, alignment, rotation, background color and pattern, font type, style and size, etc.).
<<lessMain features:
- multiple tables/sheets per document;
- templates;
- multiple chart formats for displaying data graphically;
- headers and footers;
- over 100 formulas, including standard deviation, variance, present value of annuities and much more;
- sorting;
- scripting;
- lists;
- cell data validity checking with configurable warnings/actions;
- comments;
- series (days of week, months of year, numbers, etc.);
- conditional coloring of cells;
- hyperlinks;
- row and column customization (size, show/hide, font type, style and size, etc.);
- cell customization (data/number format, precision, border, alignment, rotation, background color and pattern, font type, style and size, etc.).
Download (54.4MB)
Added: 2007-06-10 License: GPL (GNU General Public License) Price:
876 downloads
wxFontView 0.4
wxFontView is a font viewing/image creation/installer. more>>
wxFontView is a font viewing/image creation/installer. Uses wxPython to display system fonts and allows user to change font size, color, background color, font face and the diplayed text.
Handy to view fonts and styles quickly, or use to make "logo" graphics. Also can be used to install/uninstall fonts on a per-user basis. (Does not touch system fonts.)
<<lessHandy to view fonts and styles quickly, or use to make "logo" graphics. Also can be used to install/uninstall fonts on a per-user basis. (Does not touch system fonts.)
Download (3.3MB)
Added: 2005-10-25 License: GPL (GNU General Public License) Price:
1459 downloads
civreplay 0.003
civreplay is a script that generates animated .gif maps of Freeciv games. more>>
civreplay project is a script that generates animated .gif maps of Freeciv games.
civreplay reads a series of freeciv saved game files, generates a world map, and animates it, showing the rise and fall of the various civilizations in the game. Several options are customizable, from the size of the map to the size of each citys "influence" on the map.
<<lesscivreplay reads a series of freeciv saved game files, generates a world map, and animates it, showing the rise and fall of the various civilizations in the game. Several options are customizable, from the size of the map to the size of each citys "influence" on the map.
Download (0.014MB)
Added: 2007-01-03 License: GPL (GNU General Public License) Price:
1025 downloads
Pstdelta 060315
Pstdelta was created in order to vastly reduce the size of differential backups of .pst files. more>>
Pstdelta project has been created in order to vastly reduce the size of differential backups of .pst files.
Administrators of Windows networks running Outlook will often find their networks clogged with Outlook pst files. These files are often around 1GB in size.
Since these files change every day the nightly backup will have to save them every day. This means that space has to be made for 1GB per user per day.
Pstdelta can be used to store the differences between an old and new version of a pst file. It can then generate the new file using just the old file and the output generated by pstdelta.
NOTE: this program has been stable for me for a while. However, running verify after making a delta file is probably a good idea.
Enhancements:
- This release fixes a bug that caused verification failure in specific situations.
- It adds a nightly script to help facilitate the use of pstdelta in differential backups.
<<lessAdministrators of Windows networks running Outlook will often find their networks clogged with Outlook pst files. These files are often around 1GB in size.
Since these files change every day the nightly backup will have to save them every day. This means that space has to be made for 1GB per user per day.
Pstdelta can be used to store the differences between an old and new version of a pst file. It can then generate the new file using just the old file and the output generated by pstdelta.
NOTE: this program has been stable for me for a while. However, running verify after making a delta file is probably a good idea.
Enhancements:
- This release fixes a bug that caused verification failure in specific situations.
- It adds a nightly script to help facilitate the use of pstdelta in differential backups.
Download (0.012MB)
Added: 2006-03-16 License: GPL (GNU General Public License) Price:
1317 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 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