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

Break Inside freeware
Filter: All | Freeware | Demo
 

Break Inside

1 2 3 4 5 > 
Added: May 09, 2013 | Visits: 870

javascript Break Out of Frames Script If your page is captured inside of a frame on another site, this script will break your page out of the frameset and make your page the parent (that is, top) page. Platforms: JavaScript

License: Freeware Size: 10 KB Download (44): javascript Break Out of Frames Script Download

Released: September 27, 2012  |  Added: September 27, 2012 | Visits: 687

Master Ching Hai inside Cloudy Mountain Master Ching Hai inside Cloudy Mountain is a small, animated screensaver designed to bring some peace to your desktop. Mayor Fasi: "She brings love around the world where there is hate. She brings hope where is despair. And, She brings understanding where there is misunderstanding. She is the... Platforms: Windows

License: Freeware Download (52): Master Ching Hai inside Cloudy Mountain Download

Released: June 10, 2012  |  Added: June 10, 2012 | Visits: 716

Prison Break Season 3 Screensaver Season 3 of Prison Break is scheduled to premiere on September 17, 2007; the first seventeen minutes of the season premiere were released on the official website on August 24, 2007. Series creator Paul Scheuring has commented that the third season will consist of most of the original cast with... Platforms: Windows

License: Freeware Size: 2.15 MB Download (52): Prison Break Season 3 Screensaver Download

Added: May 11, 2013 | Visits: 591

Manual Frame Break Script This script allows your visitors to break out of frames with a simple link. It helps you to easily choose whether or not to view the page within frames. Platforms: JavaScript

License: Freeware Size: 10 KB Download (47): Manual Frame Break Script Download

Added: May 10, 2013 | Visits: 445

Smart Line Break Converter This in particular resolves an issue with users copying/pasting content into TinyMCE and having extraneous line breaks hidden in the content. Basically, if it appears the content has line breaks in it coded with HTML (as from a WYSIWYG editor), then it will not change the content. On plain text... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (57): Smart Line Break Converter Download

Added: July 09, 2013 | Visits: 480

In-post Template In-Post Template plugin add additional content to posts and pages, inside the_content() data result. It can be used to add sitewide content like AdSense, banners and plugins.It accepts to insert html, java script, embedded content, php and even others plugins. Template tags are also accepted.It... Platforms: PHP

License: Freeware Size: 10 KB Download (48): In-post Template Download

Added: September 24, 2013 | Visits: 523

FL-COW for Linux Developer comments The FL-COW library born to solve a problem I had when working with the Linux Kernel archives that I use to replicate using hard links. Replicating archives with hard links is both fast and space saving, and it helped me a lot in speeding up my operations when working on the... Platforms: *nix

License: Freeware Size: 286.72 KB Download (41): FL-COW for Linux Download

Released: August 11, 2001  |  Added: April 11, 2006 | Visits: 6.706

500 Creative Logos Inside In this free eBook, we show you 500 creative logos, trademarks and symbols from designers all over the world. It is a treasure trove of inspiring for anyone concerned with trademark and logo design for company, corporate and organization of all kinds.

License: Freeware Size: 1.27 MB Download (1457): 500 Creative Logos Inside Download

Added: August 16, 2008 | Visits: 984

Inside The Beast Inside The Beast is a 3D FPS, where you enter the beast and fight to the death to stop it spreading its evil across the world. You have to come out victorious at the same place where your two best friends fell.When it dies, the beast buries its hearts. Recover them and get more lives. It will be... Platforms: Windows

License: Freeware Size: 1024 B Download (101): Inside The Beast Download

Released: September 27, 2009  |  Added: October 01, 2009 | Visits: 2.208

LanDTM There is not any professional program on internet like this and you can get it without any effort. I think this could be a handicap because it's dificult to believe, but it's true; try it and you'll be surprised. It's not only a program to calculate a delaunay triangulation but you can input... Platforms: Windows

License: Freeware Size: 12.28 MB Download (307): LanDTM Download

Added: June 03, 2010 | Visits: 873

JsTester JsTester allows validation of JavaScript code inside Java. JsTester provides a group of assert methods like JUnits Assert, and it supports validation by Douglas Crockfords Remedial JavaScript. You can also use your own validations.. Platforms: *nix

License: Freeware Size: 9.22 KB Download (93): JsTester Download

Added: March 11, 2010 | Visits: 723

innotop innotop project is a MySQL and InnoDB monitor that lets you view and manage whats happening inside your MySQL servers. Features include a top-like query list, a top-like InnoDB transaction list, and much more. This tool gives you a high level of insight into the inner workings of InnoDB.. Get... Platforms: *nix

License: Freeware Size: 62.46 KB Download (92): innotop Download

Added: July 11, 2010 | Visits: 993

Class::Std::Utils Class::Std::Utils is a Perl module for utility subroutines for building "inside-out" objects. SYNOPSIS use Class::Std::Utils; # Constructor for anonymous scalars... my $new_object = bless anon_scalar(), $class; # Convert an object reference into a unique ID number... my $ID_num = ident... Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Class::Std::Utils Download

Added: September 23, 2010 | Visits: 1.306

Class::InsideOut::Manual::About Class::InsideOut::Manual::About is a guide to this and other implementations of the inside-out technique. This manual provides an overview of the inside-out technique and its application within Class::InsideOut and other modules. It also provides a list of references for further study.... Platforms: *nix

License: Freeware Size: 48.13 KB Download (109): Class::InsideOut::Manual::About Download

Added: September 09, 2010 | Visits: 788

Class::InsideOut Class::InsideOut is a Perl module with a safe, simple inside-out object construction kit. SYNOPSIS package My::Class; use Class::InsideOut qw( public private register id ); public name => my %name; # accessor: name() private age => my %age; # no accessor sub new { register( shift ) }... Platforms: *nix

License: Freeware Size: 48.13 KB Download (88): Class::InsideOut Download

Added: November 24, 2010 | Visits: 1.068

NestedMap NestedMap is a module to make nesting map{}s inside map{}s easierc. SYNOPSIS # show all combinations of (A,B,C) (a,b,c) and (1,2,3) print join("n", nestedmap { nestedmap { nestedmap { join(,@NestedMap::stack[0..2]) } qw(A B C) } qw(a b c) } qw(1 2 3) ); # a zip() function for any... Platforms: *nix

License: Freeware Size: 3.07 KB Download (100): NestedMap Download

Added: October 17, 2010 | Visits: 904

Class::Std::Storable Class::Std::Storable is a Perl module to support for creating serializable "inside-out" classes. SYNOPSIS In general, use this class exactly as you would Class::Std. package Ice::Cream; use Class::Std::Storable; { my %name_of :ATTR( :get :set ); my %flavor_of :ATTR( :get :set );... Platforms: *nix

License: Freeware Size: 8.19 KB Download (87): Class::Std::Storable Download

Added: January 15, 2010 | Visits: 699

Peng2illa Peng2illa is a free agility based Pong clone inside a circle. Its fast, its tricky!! Are you ready for a totally new challange? There are different ways to defeat your enemies: - Charge up the ball to damage other players with lightning-bolts - Bounce on them and STOMP them - Put mines into... Platforms: *nix

License: Freeware Size: 5.4 MB Download (95): Peng2illa Download

Added: August 07, 2010 | Visits: 934

Lua Networking Extension Library LUA is a small scripting language designed to be embedded inside your application to provide extensibility. It is also possible to extend the Lua scripting language itself via the use of extensions written in C. This page describes such an extension which provides a small number of basic... Platforms: *nix

License: Freeware Size: 17.41 KB Download (95): Lua Networking Extension Library Download

Added: November 01, 2010 | Visits: 1.033

Professor X Professor X is an extension which lets you see inside a pages head without viewing the sourcecode. Once installed the Professor X command is available by right-clicking as well as in the Tools menu. When applied to a page it will display the contents of the pages head element, including Meta,... Platforms: *nix

License: Freeware Size: 23.55 KB Download (116): Professor X Download

1 2 3 4 5 >