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

Html Code For Rotating Images freeware
Filter: All | Freeware | Demo
 

Html Code For Rotating Images

< 1 2 3 4 5 
Added: April 06, 2010 | Visits: 2.047

HTML::Clean HTML::Clean module cleans up HTML code for web browsers, not humans. SYNOPSIS use HTML::Clean; $h = new HTML::Clean($filename); # or.. $h = new HTML::Clean($htmlcode); $h->compat(); $h->strip(); $data = $h->data(); print $$data; The HTML::Clean module encapsulates a number of common...



Platforms: *nix

License: Freeware Size: 48.13 KB Download (95): HTML::Clean Download

Added: February 16, 2010 | Visits: 1.044

ccovinstrument ccovinstrument package contains instruments C/C++ code for test coverage analysis. SYNOPSIS ccovinstrument code.c > covcode.c ccovinstrument code.c [-f] -o covcode.c [-e errs] -f instrument fatal code as well as normal code Scans C/C++ source (before cpp) and inserts trip-wires in each...





Platforms: *nix

License: Freeware Size: 15.36 KB Download (95): ccovinstrument Download

Added: June 27, 2010 | Visits: 1.424

HTML::EmbperlObject HTML::EmbperlObject is a Perl module that extents HTML::Embperl for building whole website with reusable components and objects. SYNOPSIS < Location /foo > PerlSetEnv EMBPERL_OBJECT_BASE base.htm PerlSetEnv EMBPERL_FILESMATCH ".htm.?|.epl$" SetHandler perl-script PerlHandler...


Platforms: *nix

License: Freeware Size: 358.4 KB Download (95): HTML::EmbperlObject Download

Added: April 04, 2010 | Visits: 928

HTML::CGIChecker HTML::CGIChecker is a Perl module to detect dangerous HTML code. SYNOPSIS use HTML::CGIChecker; $feedback = < TABLE CELLPADDING="2" >< TR >< TD >One column< /TD >< /TR >< /TABLE >< BR > " Arrays & variables " Dough > Hi, how are you ? And now some Perl code: < PRE > print "< HTML ><...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (95): HTML::CGIChecker Download

Added: January 08, 2010 | Visits: 1.263

SVN-RaWeb-Light SVN-RaWeb-Light is a Perl module, that once installed and driven by a CGI script provides a lightweight Web-based browser for remote Subversion repositories, not unlike the default HTML one for http:// repositories. (with some improvements). If you deploy this module in a public URL with a good...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (95): SVN-RaWeb-Light Download

Added: July 26, 2010 | Visits: 1.116

Test::Fixme Test::Fixme is a Perl module to check code for FIXMEs. SYNOPSIS # In a test script like t/test-fixme.t use Test::Fixme; run_tests(); # You can also tailor the behaviour. use Test::Fixme; run_tests( where => lib, # where to find files to check match => TODO, # what to check for...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Test::Fixme Download

Added: June 20, 2010 | Visits: 1.266

Query-Oriented Model for XML 0.1 Query-Oriented Model for XML is a lightweight XML processing framework for Java that promotes the use of XPath instead of Java code for consuming XML. The resulting code from Query-Oriented Model for XML, is simple and expressive with no meaningless objects and no meaningless parameters - just...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (93): Query-Oriented Model for XML 0.1 Download

Added: April 21, 2010 | Visits: 964

TRASHY TRASHY is a way to write HTML code using only a few characters, reducing the amount of typing errors, space wasted, helping you to arrange code, and providing an easy way to avoid some common HTML mistakes (like a wrong sequence in closing tags). Why write the attrib height thousands of times...


Platforms: *nix

License: Freeware Size: 97.28 KB Download (92): TRASHY Download

Added: March 02, 2010 | Visits: 1.055

ExtUtils::CBuilder ExtUtils::CBuilder is a Perl module to compile and link C code for Perl modules. SYNOPSIS use ExtUtils::CBuilder; my $b = ExtUtils::CBuilder->new(%options); $obj_file = $b->compile(source => MyModule.c); $lib_file = $b->link(objects => $obj_file); This module can build the C portions of...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (92): ExtUtils::CBuilder Download

Added: June 03, 2010 | Visits: 701

SGMLS SGMLS is a Perl class for postprocessing the output from the sgmls and nsgmls parsers. SYNOPSIS use SGMLS; my $parse = new SGMLS(STDIN); my $event = $parse->next_event; while ($event) { SWITCH: { ($event->type eq start_element) && do { my $element = $event->data; # An object of...


Platforms: *nix

License: Freeware Size: 93.18 KB Download (92): SGMLS Download

Added: January 26, 2010 | Visits: 1.013

BlinkFlash BlinkFlash is a commandline tool for uploading images to winkflash, a mail order digital photo printer. It can also create new albums, set photo notes (which are printed on the backs of photos) and download photos. Usage: blinkflash 1.3 the unofficial winkflash commandline client usage:...


Platforms: *nix

License: Freeware Size: 98.3 KB Download (92): BlinkFlash Download

Added: October 02, 2010 | Visits: 922

MyPageKit::MyModel MyPageKit::MyModel is an example Derived Model Class implementing Backend Code for pagekit.org website. This module provides a example of a Derived Model component (Business Logic) of a PageKit website. It is also the code used for old the http://www.pagekit.org/ web site. It contains two...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (88): MyPageKit::MyModel Download

Added: March 23, 2010 | Visits: 2.297

HTML::Perlinfo::HTML HTML::Perlinfo::HTML Perl module contains HTML documentation for the perlinfo library. SUMMARY NOTE: THIS IS THE LAST RELEASE OF THIS MODULE IN THIS NAMESPACE. WHEN THE NEXT VERSION APPEARS, OLDER VERSIONS WILL BE DELETED FROM CPAN In the perlinfo library, HTML::Perlinfo and...


Platforms: *nix

License: Freeware Size: 27.65 KB Download (88): HTML::Perlinfo::HTML Download

Added: June 21, 2010 | Visits: 937

Tk::callbacks Tk::callbacks allows specifying code for Tk to call. SYNOPSIS One can specify a callback in one of the following ways: Without arguments: ... => ⊂name, ... ... => sub { ... }, ... ... => methodname, ... or with arguments: ... => [ ⊂name ?, args ...? ], ... ... => [ sub { ... }...


Platforms: *nix

License: Freeware Size: 5.7 MB Download (86): Tk::callbacks Download

Added: July 09, 2013 | Visits: 742

AxpDB for ASP Classic This script allows you to display and edit your database tables or queries with as little as 4 lines of code.Features:- Specify db connection and query. AxpDB generates the HTML code for your data- View as pageable grid or form- Use the free format cell for advanced display.- Use Regular...


Platforms: ASP.NET

License: Freeware Size: 184.32 KB Download (86): AxpDB for ASP Classic Download

Added: October 23, 2010 | Visits: 2.214

Quake III Arena Source This is the source code for Quake III Arena version 1.32b, released by id Software. Quake III Arena Source is subject to the terms of the GNU General Public License. While we made sure we were still able to compile the game on Windows, GNU/Linux and Mac, this build didnt get any kind of...


Platforms: *nix

License: Freeware Size: 2.9 MB Download (85): Quake III Arena Source Download

Released: October 15, 2018  |  Added: October 23, 2018 | Visits: 775

Kooboo Kooboo is a new kind of web development tool capable of developing static pages or complex websites. Content managers use inline editing tool. Developers use HTML/CSS for database driven websites and JavaScript for extensive development. The software is free, open source and portable. The...


Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 4.61 MB Download (76): Kooboo Download

Released: November 03, 2012  |  Added: November 03, 2012 | Visits: 951

HTML Redirect Code HTML Redirect code makes the code for an HTML redirect page with affiliate link cloaking. Just enter the URL of the page that you want to redirect to and the affiliate link that you wish to "cookie" and the software will create the HTML redirect page for you. You can use this tool to send...


Platforms: Windows

License: Freeware Size: 1.22 MB Download (72): HTML Redirect Code Download

Added: May 10, 2013 | Visits: 1.583

PHP Security Scanner PHP Security Scanner is a tool written in PHP intended to search PHP code for vulnarabilities. MySQL DB stores patterns to search for as well as the results from the search. The tool can scan any directory on the file system.


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (70): PHP Security Scanner Download

Released: February 12, 2013  |  Added: March 31, 2013 | Visits: 1.459

Simple PHP MVC Website Simple PHP MVC Website - PHP script for simple site. This is a static web site, consists from the few pages. It allows page navigation by using a top menu, adding/editing content of the pages, changing HTML code etc. No database used to store page contents, it may be done directly via the code...


Platforms: Windows, *nix

License: Freeware Size: 174.84 KB Download (69): Simple PHP MVC Website Download

< 1 2 3 4 5