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.479.955 Times

Sharepoint View Swf freeware
Filter: All | Freeware | Demo
 

Sharepoint View Swf

< 1 2 3 4 5 > 
Added: August 12, 2008 | Visits: 2.394

Sothink SWF Catcher for IE Sothink SWF Catcher for IE is a free and useful extension to Internet Explorer that enables you to save multiple Flash based charts, presentations, e-cards, games and Flash movies in it at one time. The small size allows it to embed in IE by just adding a new button. With only few clicks you can... Platforms: Windows

License: Freeware Size: 422 KB Download (468): Sothink SWF Catcher for IE Download

Added: August 24, 2008 | Visits: 2.312

Sothink SWF Catcher for IE - Free Sothink SWF Catcher for IE is a free and useful extension to Internet Explorer that enables you to save multiple Flash based charts, presentations, e-cards, games and Flash movies in it at one time. The small size allows it embedding in IE by just adding a new button. With only few clicks you can... Platforms: Windows, Windows CE

License: Freeware Size: 422 KB Download (519): Sothink SWF Catcher for IE - Free Download

Released: January 14, 2010  |  Added: June 19, 2013 | Visits: 3.532

SharePoint List Filter Favorites Filter SharePoint list columns; Add and save filtered views as private or public to Filter Favorites submenu; Save and Load filtered views to avoid repeating creating same Filtered Views; Can delete/rename saved filtered views from Organize Favorite Filters submenu. SharePoint List... Platforms: Windows

License: Freeware Size: 305.4 KB Download (165): SharePoint List Filter Favorites Download

Added: May 07, 2010 | Visits: 1.636

View Picture View Picture project is an SDL-based image viewer for Linux and FreeBSD that supports slideshows, fullscreen, zoom, and arbitrary movement through the image list.. Platforms: *nix

License: Freeware Size: 112.64 KB Download (112): View Picture Download

Added: August 23, 2010 | Visits: 1.802

CAD::Drawing::GUI::View CAD::Drawing::GUI::View are 2D graphics for CAD built on Tk::Zinc. This module provides methods to turn a CAD::Drawing object into a Zinc canvas. Overridden Methods These make me behave like a Tk widget. ClassInit $view->ClassInit(); InitObject $view->InitObject(); configure... Platforms: *nix

License: Freeware Size: 11.26 KB Download (145): CAD::Drawing::GUI::View Download

Added: July 25, 2010 | Visits: 1.192

RT::View::ConciseSpreadsheet RT::View::ConciseSpreadsheet is a simple Perl module. RT::View::ConciseSpreadsheet requires no configuration files or environment variables.. Platforms: *nix

License: Freeware Size: 16.38 KB Download (96): RT::View::ConciseSpreadsheet Download

Added: May 11, 2010 | Visits: 1.302

Fractal View Fractal View project is a fractal viewing application that can be used to explore common fractal sets. It runs full-screen, supports four different fractal sets, has 22 different color palletes, support for PNG files, and performs anti-aliasing and zooming in all sets. Installing - Download... Platforms: *nix

License: Freeware Size: 235.52 KB Download (108): Fractal View Download

Added: August 09, 2010 | Visits: 1.387

Maypole::Manual::View Maypole::Manual::View is a Perl module for Maypole View Classes. In a large application, you will almost certainly want to customize the layout and design of the output pages. This task may even be the purview of a separate team of HTML designers rather than the programmers. Since a typical... Platforms: *nix

License: Freeware Size: 143.36 KB Download (95): Maypole::Manual::View Download

Added: February 13, 2010 | Visits: 1.221

Pod::POM::View::HTML::Filter Pod::POM::View::HTML::Filter Perl module can use filters on sections of your pod documents. SYNOPSIS In your POD: Some coloured Perl code: =begin filter perl # now in full colour! $A++; =end filter =for filter=perl $A++; # this works too This should read C : =begin filter foo... Platforms: *nix

License: Freeware Size: 24.58 KB Download (100): Pod::POM::View::HTML::Filter Download

Added: April 23, 2010 | Visits: 1.126

GO::View GO::View is a Perl module that creates a gif or png image for visualizing the GO DAG. This perl module generates a graphic that displays the parent and child relationships of a selected GO term. It also provides the visualization for the GO::TermFinder perl module created by the Stanford... Platforms: *nix

License: Freeware Size: 870.4 KB Download (128): GO::View Download

Added: June 22, 2010 | Visits: 1.481

Tree::Simple::View::DHTML Tree::Simple::View::DHTML is a Perl class for viewing Tree::Simple hierarchies in DHTML. SYNOPSIS use Tree::Simple::View::DHTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::DHTML->new($tree); ## more complex examples #... Platforms: *nix

License: Freeware Size: 22.53 KB Download (98): Tree::Simple::View::DHTML Download

Added: May 17, 2010 | Visits: 2.085

Tree::Simple::View::HTML Tree::Simple::View::HTML is a Perl class for viewing Tree::Simple hierarchies in HTML. SYNOPSIS use Tree::Simple::View::HTML; ## a simple example # use the defaults (an unordered list with no CSS) my $tree_view = Tree::Simple::View::HTML->new($tree); ## more complex examples # use the... Platforms: *nix

License: Freeware Size: 22.53 KB Download (110): Tree::Simple::View::HTML Download

Added: November 09, 2010 | Visits: 1.238

SWF::Builder::Character::EditText SWF::Builder::Character::EditText is a SWF dynamic editable text object. SYNOPSIS my $text = $mc->new_dynamic_text( $font ) ->size(10) ->color(000000) ->text(This is a text.); my $text_i = $text->place; my $field = $mc->new_input_field; $field->place; ^This module creates dynamic... Platforms: *nix

License: Freeware Size: 163.84 KB Download (97): SWF::Builder::Character::EditText Download

Added: August 15, 2010 | Visits: 1.071

SWF::Element SWF::Element is a set of classes of SWF tags and elements. SYNOPSIS use SWF::Element; use SWF::BinStream; $swf_stream=SWF::BinStream::Write; .... $rect=SWF::Element::RECT->new; $rect->configure(Xmin=>0, Ymin=>0, Xmax=>100, Ymax=>100); $rect->pack($swf_stream); .... SWF::Element... Platforms: *nix

License: Freeware Size: 51.2 KB Download (229): SWF::Element Download

Added: July 10, 2010 | Visits: 959

SWF::Builder::ActionScript SWF::Builder::ActionScript is a SWF ActionScript object. SYNOPSIS $mc->frame_action(1)->compile( <place; $mc_i->on(KeyPress, )->compile(move_mc(-5)); $mc_i->on(KeyPress, )->compile(move_mc(5));... Platforms: *nix

License: Freeware Size: 163.84 KB Download (244): SWF::Builder::ActionScript Download

Added: November 23, 2010 | Visits: 1.083

SWF::Builder::Character::Sound SWF::Builder::Character::Sound is a SWF Sound character. SYNOPSIS my $sound = $mc->new_sound( ring.mp3 ); $sound->play; This module creates SWF sound characters from MP3 or raw Microsoft WAV files. $sound = $mc->new_sound( $filename ) loads a sound file and returns a new sound... Platforms: *nix

License: Freeware Size: 163.84 KB Download (104): SWF::Builder::Character::Sound Download

Added: July 20, 2010 | Visits: 1.294

Package DataBase View Pdbv output a HTML view of a RPM or dpkg database. Its modular design allows easy addition of others package management database and export format (as xml). The 1.x.x series are in Bash, the 2.x.x series are in Perl. Obviously, the output generation with 1.x.x is a lot slower than with the... Platforms: *nix

License: Freeware Size: 174.08 KB Download (92): Package DataBase View Download

Released: September 23, 2010  |  Added: October 22, 2010 | Visits: 1.854

System Information View View system information tool.Can view: (1) CPU information (CPU type, serial number and other technical parameters). (2) Memory information (physical memory and virtual memory, and displayed graphically in real time the current physical memory and virtual memory use). (3) Hard... Platforms: Windows

License: Freeware Size: 912.58 KB Download (480): System Information View Download

Released: June 20, 2010  |  Added: December 11, 2010 | Visits: 1.787

Free AVI to SWF Converter AVI to SWF Converter not only converts AVI video files to SWF formats, but it also turns your favorite pictures (JPG, PNG, GIF, and BMP) to SWF video.It lets users convert any AVI files to Flash SWF files while preserving high audio and video quality,and convert pictures (JPG, PNG, GIF, and BMP)... Platforms: Windows, Other

License: Freeware Size: 1.15 MB Download (460): Free AVI to SWF Converter Download

Released: June 20, 2010  |  Added: December 12, 2010 | Visits: 1.647

Free FLV to SWF Converter FLV to SWF Converter is an easy-to-use Flash file converter that allows you to convert FLV to SWF file which is in small size and high quality for Internet upload.The Flash FLV to SWF converter is equipped with various practical editing tools to help you calculate bit rate, convert any video... Platforms: Windows, Other

License: Freeware Size: 1.15 MB Download (328): Free FLV to SWF Converter Download

< 1 2 3 4 5 >