Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.443.335 Times

William B Saxbe freeware
Filter: All | Freeware | Demo
 

William B Saxbe

< 1 2 3 4 5 
Added: August 14, 2008 | Visits: 1.139

In Memory Of Diana, Princess Of Wales - 1961-1997 My wife and I wish to express our sincere sympathy to the family of Diana, Princess of Wales, especially her sons, William and Harry. She was an incredible lady who will be greatly missed. She was one of the greatest ambassador's our country has ever known.



Platforms: Windows

License: Freeware Size: 1.2 MB Download (106): In Memory Of Diana, Princess Of Wales - 1961-1997 Download

Added: August 30, 2008 | Visits: 1.343

Poetry Screen Saver The Poetry Screen Saver displays quotes by English poets such as Shakespeare, William Blake, John Donne, Emily Bronte and many others. More than 100 quotes are included.





Platforms: Windows

License: Freeware Size: 1.3 MB Download (109): Poetry Screen Saver Download

Added: August 01, 2008 | Visits: 1.305

Ginosko Greek This version of Ginosko Greek contains all of the words and definitions from William Mounce's Basics of Biblical Greek which are organized into decks corresponding to chapters within the book. As you progress, the program keeps track of statistics for individual chapters, and the words within the...


Platforms: Windows

License: Freeware Size: 1.06 MB Download (184): Ginosko Greek Download

Added: August 21, 2008 | Visits: 2.429

T@B ZS4 Video Editor ZS4 Video Editor, the new incarnation of Zwei-Stein, is advanced video editing software with compositing and over 100 built-in video effects. Unlimited number of video/audio effects for every track. Produce video with a resolution of 8x8 or 16000x16000 (~200 Megapixels / frame) and many sizes in...


Platforms: Windows, *nix

License: Freeware Size: 2.3 MB Download (368): T@B ZS4 Video Editor Download

Added: August 05, 2008 | Visits: 1.750

AlphaWorks 20 plug-in filters for simple B&W transparency effects


Platforms: Windows

License: Freeware Size: 441 KB Download (184): AlphaWorks Download

Added: August 21, 2008 | Visits: 1.370

t@b Batch FTP Uploader This command line utility was created for the purpose of uploading complete directories to an FTP server. It independently (without asking) keeps attempting to upload every single file until all files are successfully uploaded.


Platforms: Windows

License: Freeware Size: 440 KB Download (140): t@b Batch FTP Uploader Download

Added: August 29, 2008 | Visits: 4.337

VisualBoy Advance 1.7 B VisualBoy Advance is probably the best GameBoyAdvance emulator.You can also easily find hundreds of GameBoyAdvance roms that are compatible with this emulator


Platforms: Windows

License: Freeware Size: 6 KB Download (630): VisualBoy Advance 1.7 B Download

Added: August 26, 2008 | Visits: 1.346

Multi ID3 Tag Editor Multi ID3 Tag Editor is an ID3 Tag editor, file renamer and mover for several files with just a simple mouse click. Features: Manual ID3 Tag v1&v2 editor (


Platforms: Windows

License: Freeware Size: 764 KB Download (677): Multi ID3 Tag Editor Download

Released: March 29, 2012  |  Added: April 17, 2012 | Visits: 5.085

Astroburn Lite The best choice for those who want to have quick and easy-to-use home program with essential features to perform disc burning. A. Insert a disc into your drive; B. Select data or an image file; C. Start burn. You can also personalize your Astroburn Lite - just select a skin for program interface...


Platforms: Windows

License: Freeware Size: 6.05 MB Download (451): Astroburn Lite Download

Added: January 18, 2010 | Visits: 1.213

Number::Bytes::Human Number::Bytes::Human is a Perl module that can convert byte count to human readable format. SYNOPSIS use Number::Bytes::Human qw(format_bytes); $size = format_bytes(0); # 0 $size = format_bytes(2*1024); # 2.0K $size = format_bytes(1_234_890, bs => 1000); # 1.3M $size = format_bytes(1E9,...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (98): Number::Bytes::Human Download

Added: July 06, 2010 | Visits: 1.117

Math::Combinatorics Math::Combinatorics is a Perl module that can perform combinations and permutations on lists. SYNOPSIS Available as an object oriented API. use Math::Combinatorics; my @n = qw(a b c); my $combinat = Math::Combinatorics->new(count => 2, data => [@n], ); print "combinations of 2 from:...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (168): Math::Combinatorics Download

Added: April 01, 2010 | Visits: 975

Tree::BPTree Tree::BPTree is a Perl implementation of B+ trees. SYNOPSIS use Tree::BPTree; # These arguments are actually the defaults my $tree = new Tree::BPTree( -n => 3, -unique => 0, -keycmp => sub { $_[0] cmp $_[1] }, -valuecmp => sub { $_[0] <=> $_[1] }, ); # index the entries in this...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (92): Tree::BPTree Download

Added: August 20, 2010 | Visits: 1.346

NAT Check Check Your Network Address Translator for Compatibility with Peer-to-Peer Protocols. If you are accessing the Internet from behind a Network Address Translator (NAT) of some kind, I would appreciate your help in surveying the behavior of different NATs, in terms of how and whether they support a...


Platforms: *nix

License: Freeware Download (195): NAT Check Download

Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock - Conway says that it is much clearer to use reverse than to flip $a and $b around in a sort block. Conway says that it is much clearer to use reverse than to flip $a and $b around in a sort block. He also suggests that, in newer...


Platforms: *nix

License: Freeware Size: 245.76 KB Download (97): Perl::Critic::Policy::BuiltinFunctions::ProhibitReverseSortBlock Download

Added: May 15, 2010 | Visits: 1.187

Set::Partition Set::Partition is a Perl module that can enumerate all arrangements of a set in fixed subsets. SYNOPSIS use Set::Partition; my $s = Set::Partition->new( list => [qw(a b c d e)], partition => [2, 3], ); while (my $p = $s->next) { print join( , map { "(@$_)" } @$p ), $/; } # produces...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (133): Set::Partition Download

Added: May 12, 2010 | Visits: 875

Devel::Peek SYNOPSIS use Devel::Peek; Dump( $a ); Dump( $a, 5 ); DumpArray( 5, $a, $b, ... ); mstat "Point 5"; Devel::Peek contains functions which allows raw Perl datatypes to be manipulated from a Perl script. This is used by those who do XS programming to check that the data they are sending from...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (93): Devel::Peek Download

Added: April 02, 2010 | Visits: 767

sqlt-diff sqlt-diff is a Perl module that can find the differences b/w two schemas. SYNOPSIS For help: sqlt-diff -h|--help For a list of all valid parsers: sqlt -l|--list To diff two schemas: sqlt-diff [options] file_name1=parser file_name2=parser Options: -d|--debug Show debugging info...


Platforms: *nix

License: Freeware Size: 532.48 KB Download (95): sqlt-diff Download

Added: September 16, 2010 | Visits: 1.284

Grid::Transform Grid::Transform is a Perl module with fast grid transformations. SYNOPSIS use Grid::Transform; $g = Grid::Transform->new([a..o], rows=>5); $g->rotate_270->flip_vertical; print join( , $g->grid), "n"; The Grid::Transform module provides fast methods to transform a grid of arbitrary data...


Platforms: *nix

License: Freeware Size: 36.86 KB Download (104): Grid::Transform Download

Added: July 07, 2010 | Visits: 1.110

PSP-Recode PSP-Recode is another service menu for PSP videos, tested with my 1.5-2.71-B PSP and works perfect. Based on podencoder and original psp-recode for mp4ip, but this only need the last version of ffmpeg with PSP suport. This script only required ffmpeg and kdialog installed in your system, but,...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): PSP-Recode Download

Added: May 22, 2010 | Visits: 1.351

Finance::Bank::Sporo Finance::Bank::Sporo is a Perl extension for B< SporoPay > of Slovenska Sporitelna. SYNOPSIS use Finance::Bank::Sporo; $sporo_obj = Bank::Sporo->new($prenumber,$number); $sporo_obj->configure( amt => $amt, vs => $vs, ss => $ss, rurl => $rurl, param => $param, ); print...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (111): Finance::Bank::Sporo Download

< 1 2 3 4 5