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

Multi Frame freeware
Filter: All | Freeware | Demo
 

Multi Frame

< 1 2 3 4 5 > 
Released: April 10, 1998  |  Added: May 15, 2006 | Visits: 6.387

Multi-International Time Clock Multi-International Time Clock displays local (computer) time and the times at four other locations around the world in analog form and digital form. The locations are individually selectable by means of a drop down list. Data for the locations is stored in a simple text file which may accessed...



Platforms: Windows

License: Freeware Size: 1.81 MB Download (533): Multi-International Time Clock Download

Released: June 12, 2016  |  Added: July 25, 2016 | Visits: 25.375

M8 Free Multi Clipboard CLIPS - M8 is the simplest of all multi-clipboard and screen capture programs. Just have it running minimized and it captures everything you cut or copy from other programs. It keeps up to 500 clips. When you want to paste one back, all you have to do is restore M8 and click on the clip you want....





Platforms: OS/2, Windows, Mac, *nix, Palm OS, DOS, Windows 8, Windows Phone, Windows 7, Windows Server, iOS, Android, Symbian, Pocket PC, OpenVMS, Handheld, Other,BlackBerry,iPhone,iPod,iTouch,Palm,Not Applicable,Java,AS/400,RIM,Netware,BEOS

License: Freeware Size: 6.95 MB Download (266): M8 Free Multi Clipboard Download

Added: March 23, 2010 | Visits: 1.387

Multi Gnome Terminal Multi Gnome Terminal is an enhanced version of gnome-terminal, with many powerful new features and extensions. The most notable enhancement is the ability to run multiple terminals within the same window. Each terminal may be accessed by its "tab", through keyboard shortcuts, or menu...


Platforms: *nix

License: Freeware Size: 1.46 MB Download (114): Multi Gnome Terminal Download

Added: November 02, 2010 | Visits: 1.007

Tk::Multi::Manager Tk::Multi::Manager is a Tk composite widget managing Tk::Multi slaves. SYNOPSIS use Tk::Multi::Manager ; use Tk::Multi::Text ; # if you use MultiText as a slave my $manager = yourWindow -> MultiManager ( menu => $menu_ref , # optionnal title => "windows", # optionnal help => "Explain...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (95): Tk::Multi::Manager Download

Added: June 19, 2010 | Visits: 1.774

Multi-Cursor Window Manager Multi-Cursor Window Manager is a modified Unix window manager which provides multiple cursors. This allows multiple users to simultaneously interact with a Unix desktop environment. Using a modified x2x client users can capture the keyboard and mouse input from their workstation and send to...


Platforms: *nix

License: Freeware Size: 1.5 MB Download (166): Multi-Cursor Window Manager Download

Added: September 16, 2010 | Visits: 1.069

CGI::AppBuilder::Frame CGI::AppBuilder::Frame is a configuration initializer. SYNOPSIS use CGI::AppBuilder::Frame; my $ab = CGI::AppBuilder::Frame- >new( ifn, my_init.cfg, opt, vhS:a:); my ($q, $ar, $ar_log) = $ab- >start_app($0, %ARGV); print $ab- >disp_form($q, $ar); This class provides methods for reading...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (88): CGI::AppBuilder::Frame Download

Added: June 05, 2010 | Visits: 1.343

Multi-Agent Grid Engine library Multi-Agent Grid Engine library is an experiment aimed to make a programming tool for creation of autonomic systems..


Platforms: *nix

License: Freeware Size: 696.32 KB Download (108): Multi-Agent Grid Engine library Download

Added: March 05, 2010 | Visits: 1.118

Test::Tail::Multi Test::Tail::Multi is a Perl module to execute code, monitor dynamic file contents. SYNOPSIS use Test::Tail::Multi files => [qw(file1 file2)] tests=>2; # Can add files dynamically as well add_file(file3, "decided to add file3 too"); # Execute a command and check against output...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (107): Test::Tail::Multi Download

Added: March 02, 2010 | Visits: 1.282

Para::Frame Para::Frame is a system to use for dynamic web sites. Para::Frame runs as a backend daemon taking page requests from a Apache mod_perl client and returns a HTTP response. The URLs in the site corresponds to templates for displaying information. Operations on the data is put in perl modules...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (107): Para::Frame Download

Added: September 10, 2010 | Visits: 1.171

SNMP::Multi SNMP::Multi is a Perl module to perform SNMP operations on multiple hosts simultaneously. SYNOPSIS use SNMP::Multi; my $req = SNMP::Multi::VarReq->new ( nonrepeaters => 1, hosts => [ qw/ router1.my.com router2.my.com / ], vars => [ [ sysUpTime ], [ ifInOctets ], [ ifOutOctets ] ], );...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (91): SNMP::Multi Download

Added: October 27, 2010 | Visits: 1.094

Net::Stomp::Frame Net::Stomp::Frame is a STOMP Frame. SYNOPSIS use Net::Stomp::Frame; my $frame = Net::Stomp::Frame->new( { command => $command, headers => $headers, body => $body, } ); my $frame = Net::Stomp::Frame->parse($string); my $string = $frame->as_string; This module encapsulates a Stomp...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (127): Net::Stomp::Frame Download

Added: October 06, 2010 | Visits: 1.290

MP3::ID3Lib::Frame MP3::ID3Lib::Frame is an ID3v1/ID3v2 Tagging Frames. SYNOPSIS use MP3::ID3Lib; my $id3 = MP3::ID3Lib->new($filename); foreach my $frame (@{$id3->frames}) { my $code = $frame->code; my $description = $frame->description; my $value = $frame->value; $frame->set("Orange") if $code eq COMM;...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (97): MP3::ID3Lib::Frame Download

Added: April 02, 2010 | Visits: 1.261

Multi-Simulation Interface Multi-Simulator Interface, in shrot MSI, is a simulation interconnection engine. In other words it is a program that connects simulations together by synchronizing their clocks and data. Multi-Simulation Interface serves the same purpose as HLA and supports most of HLAs functionality (and more)....


Platforms: *nix

License: Freeware Size: 3 MB Download (107): Multi-Simulation Interface Download

Added: November 27, 2010 | Visits: 862

GraphViz::ISA::Multi GraphViz::ISA::Multi is a display ISA relations between modules. SYNOPSIS use GraphViz::ISA::Multi; my $gnew= GraphViz::ISA::Multi->new(ignore => [ Exporter ]); $gnew->add("Curses::UI::TextViewer" ); $gnew->add("Curses::UI::Listbox" ); print $gnew->as_png(); GraphViz::ISA::Multi...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (92): GraphViz::ISA::Multi Download

Added: January 24, 2010 | Visits: 1.707

Multi Switch Looking Glass for PHP Multi Switch Looking Glass for PHP allows network administrators to open/close ports on Cisco CatOS/IOS switches via a Web interface. It is clear, configurable, and very useful to LAN party organizers for opening a port when a gamer pays for his place in the manifestation.


Platforms: *nix

License: Freeware Size: 10.24 KB Download (135): Multi Switch Looking Glass for PHP Download

Added: May 14, 2010 | Visits: 1.474

Simple Multi User Out-Of-Office-Responder Simple Multi User Out-Of-Office-Responder project is a vacation email responder that can be easily plugged into simple SMTP servers with procmail. We have a small e-mail server running on Debian GNU/Linux. All users are local (in /etc/passwd), have mail delivered via procmail to mailboxes in...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (108): Simple Multi User Out-Of-Office-Responder Download

Added: May 08, 2010 | Visits: 1.334

Distributed Multi-User Compilation System Distributed Multi-User Compilation System is a system that allows a group of users to share a compilation farm. Each compilation request from each user will be sent to the fastest available machine, every time..


Platforms: *nix

License: Freeware Size: 358.4 KB Download (93): Distributed Multi-User Compilation System Download

Added: March 14, 2010 | Visits: 1.045

MPEG::Audio::Frame MPEG::Audio::Frame is a class for weeding out MPEG audio frames out of a file handle. SYNOPSIS use MPEG::Audio::Frame; open FILE,"file.mp3"; while(my $frame = MPEG::Audio::Frame->read(*FILE)){ print $frame->offset(), ": ", $frame->bitrate(), "Kbps/", $frame->sample()/1000, "KHzn"; # or...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (115): MPEG::Audio::Frame Download

Released: July 31, 2012  |  Added: August 30, 2012 | Visits: 2.961

Multi Skype Launcher Multi Skype Launcher is a freeware application that launches several Skype accounts at the same time. After the installation, which is pretty straight forward, just add your accounts and launch them. A separate Skype window will be open, side by side, for each launched account, completely hassle...


Platforms: Windows

License: Freeware Size: 154.48 KB Download (266): Multi Skype Launcher Download

Released: June 09, 2011  |  Added: June 20, 2011 | Visits: 2.150

jQuery Multi Level Menu Style 11 jQuery Multi Level Menus with the unlimited number of submenu levels is a great way to place a lot of information on a page and has been widely used on blogs recently. With jQuery Multi Level Menu you can easily create great looking menu with cool effects for your website. Just select color...


Platforms: Windows, Mac, *nix

License: Freeware Size: 42.52 KB Download (202): jQuery Multi Level Menu Style 11 Download

< 1 2 3 4 5 >